Updating Phosh from Gitlab - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Updating Phosh from Gitlab (/showthread.php?tid=15043) |
Updating Phosh from Gitlab - ragreenburg - 10-06-2021 I went to download a recent merge request of Phosh because it added splash screen support, which I think it huge. When trying to install all the deb packages though I get an error that it conflicts with Squeekboard, anyone have an idea on how to get around that? Below is the link to the deb files, I installed them all aside from `phosh-osk-stub` and `phosh-osk-stub-dbgsym` with `phosh-osk-stub-dbgsym` depending on `phosh-osk-stub` and that conflicting with squeekboard. https://gitlab.gnome.org/World/Phosh/phosh/-/jobs/1544899/artifacts/browse/debian/output/ RE: Updating Phosh from Gitlab - devrtz - 10-06-2021 You don't need to install phosh-osk-stub on a phone. From the debian/control file: 79 Description: OSK stub to fulfill session dependencies 80 Phosh's session wants a sm.puri.OSK0. For testing on non-phone's 81 this stub fulfills the necessary dependencies. RE: Updating Phosh from Gitlab - ragreenburg - 10-07-2021 (10-06-2021, 08:32 PM)devrtz Wrote: You don't need to install phosh-osk-stub on a phone. Oh, okay. I honestly don't know what a stub is so I just went to install every deb file. I managed to install each aside from the two listed though and didn't get splash screen supported. |