@TheEvilSkeleton @postmarketOS Using the phosh interface?
Also, I’m surprised it doesn’t use flatpak by default, I had the impression it did use it.
@TheEvilSkeleton @mpanhans @postmarketOS
o/ awesome to hear you've been having fun with it. lemme chime in on a few things:
systemd is not in Alpine and won't be any time soon. But it will be the default for GNOME and KDE hopefully by 2025
you can build your own systemd-based images by following the instructions here, basically just check out the systemd staging branch for the package repo and pmbootstrap will figure everything out https://wiki.postmarketos.org/wiki/Systemd
GNOME mobile is currently based on 46.1 but 47 is wip, it's definitely got bugs still and phosh has a lot more "user polish" patches. Although if you're hitting weird graphical glitches that's more likely to be a mesa/freedreno issue with the gpu in that soc
We do ship flatpak by default, if this isn't showing up as a source in GNOME software that's definitely a bug. Is flatpak installed? and is the remote listed?
@cas thanks for the information. And yeah Flatpak was installed, but the GNOME apps (Calls, Loupe, Calendar, Contacts, etc.) that were pre-installed were from pmOS. That was my complaint
@TheEvilSkeleton ah right, yeah we plan to change this, @pabloyoyoista added support for pre-installing flatpaks but I don't remember if its merged yet, probably is though
@cas @TheEvilSkeleton @pabloyoyoista How'd you implement this?
@AdrianVovk @TheEvilSkeleton @pabloyoyoista some fancy syntax for specifying remotes and then just running flatpak install through chroot during the install process.
by now this needs some refactoring
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2254/diffs
@cas @TheEvilSkeleton @pabloyoyoista So you simply pre-create the image with things installed into /var/lib/flatpak. I see
@mpanhans yeah, GNOME Mobile is really unstable, presumably because it's running an old version of GNOME. Phosh has been a lot more stable so far
@postmarketOS