erlend/lomiri-on-fedora
Project ID: 34308
Description
Porting Lomiri from Ubuntu Touch to Fedora
Installation Instructions
Installing lomri on fedora (Pinephone)
The packages are built on: https://copr.fedorainfracloud.org/coprs/erlend/lomiri-on-fedora/
sudo dnf copr enable erlend/lomiri-on-fedora
sudo dnf update --refresh
sudo dnf install unity8
Running lomiri
The solution is currently a work in process so it can not be started in the normal way.
ssh pine@<your ip>
# Move to root
sudo su
# Stop current gui
systemctl stop lightdm
# Start Miral-shell
export MIR_SERVER_CURSOR=null
export XDG_RUNTIME_DIR=/tmp/
export WAYLAND_DISPLAY=wayland-root
miral-shell&
# Change access to display driver & wayland socket so that unity8 can run non-root
sudo chmod 777 /dev/dri/card0
sudo chmod 666 /tmp/wayland-root
# return to non-root
exit
# Start Lomiri (unity8)
export MIR_SERVER_WAYLAND_HOST=/tmp/wayland-root
export QT_QPA_PLATFORM=wayland
export QT_IM_MODULE=maliitphablet
export GRID_UNIT_PX=14
unity8
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | aarch64 (503)*, x86_64 (438)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (58)*, x86_64 (61)* | Fedora 39 (55 downloads) |
Fedora 40 | aarch64 (61)*, x86_64 (42)* | Fedora 40 (34 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (11 downloads) |
Fedora rawhide | aarch64 (830)*, x86_64 (539)* | Fedora rawhide (152 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable erlend/lomiri-on-fedora
More info about enabling Copr repositories