A real Linux
distribution
for phones
and other mobile devices
A real Linux distribution for phones
and other mobile devices
For Linux enthusiasts
Latest news: pmOS in 2024-04

Sxmo 1.6.0 upgrade: manual steps required

November 17, 2021 1 min. read

Upgrade instructions for successfully installing the as of writing most recent versions 1.6.0-r0 of postmarketos-ui-sxmo-de-sway or postmarketos-ui-sxmo-de-dwm (!2684).

New Global UI Controls

Note that also the global UI controls have changed 1.5.x, most importantly for upgrading:

Sxmo Version     Launch Terminal     Toggle virtual keyboard
1.5.x 2x power key 1x power key
1.6.0 3x power key 1x volume lower key

Full Global UI Controls reference:

Preparation

Before upgrading, make sure your SSH login works. Enable the daemon to start on boot, start it once, verify that it works. Replace password auth with SSH key if you are not planning to disable SSH after these upgrading instructions, and again, verify that you can login successfully.

Figure out which version you are currently running

$ apk info -vv | grep postmarketos-ui-sxmo
postmarketos-ui-sxmo-1.5.1-r2 - (X11) Simple X Mobile: Mobile environment ...

Upgrade

As always, upgrade with the -a flag:

$ sudo apk upgrade -a

Add your user to the seatd group

$ sudo usermod -G seat -a $USER

UIs in postmarketOS have recommended packages (_pmb_recommends), which get installed by default in new installations. The difference to regular dependencies (depends) is, that these can be uninstalled by the user. However, apk does not know about these recommended packages.

Installations of Sxmo 1.5.x have recommended packages for the DWM version of Sxmo installed, and these do not automatically get uninstalled when installing the Sway version. So if you want to have only the Sway version installed, consider removing them manually:

$ sudo apk del feh megapixels-gtk3 xcalc

Similarly, the recommended packages for the Sway version are not installed automatically on upgrade. Install them manually:

$ sudo apk add imv megapixels

The current list of recommended packages can be found in pmaports.git, main/postmarketos-ui-sxmo-de-sway/APKBUILD and main/postmarketos-ui-sxmo-de-dwm/APKBUILD.

Finish up

Reboot your device, it should boot successfully into Sxmo 1.6.0.

Related: sxmo-announce thread