User:Chronos

From postmarketOS Wiki

Searching for viable Linux phone which can be used as my main phone. Also testing my own Linux apps on mobile OS and small screens.

Owns Devices

Device Notes
OnePlus 6T (oneplus-fajita) for testing


Setup

sudo service sshd start
sudo rc-update add sshd
  • enable Flatpak (not working due to invalid public key)
sudo flatpak remote-delete --force flathub
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Multiple shells

  • switch to GDM to be able to select shell
sudo apk add gdm
sudo rc-update del tinydm
sudo rc-update add gdm
sudo apk add postmarketos-ui-plasma-mobile
sudo apk add postmarketos-ui-gnome-mobile
  • install Xfce4 (can lead to freeze with black screen)
sudo apk add postmarketos-ui-xfce4

Notes