Package Details: phosh-git 0.28.0.r22.gd06c69b9-1

Git Clone URL: https://aur.archlinux.org/phosh-git.git (read-only, click to copy)
Package Base: phosh-git
Description: A pure Wayland shell prototype for GNOME on mobile devices
Upstream URL: https://gitlab.gnome.org/World/Phosh/phosh
Keywords: Librem5 phone pinephone Purism
Licenses: GPL3
Conflicts: phosh
Provides: phosh
Submitter: flipflop97
Maintainer: CoderThomasB
Last Packager: CoderThomasB
Votes: 3
Popularity: 0.005132
First Submitted: 2018-08-15 20:47 (UTC)
Last Updated: 2023-06-10 01:32 (UTC)

Latest Comments

DodoLeDev commented on 2023-07-30 13:08 (UTC) (edited on 2023-07-30 13:10 (UTC) by DodoLeDev)

After literally 2 days of investigating this problem, I have come to the disturbing conclusion that the message "Oh no! Something has gone wrong." is deliberately displayed by Phosh. It comes from the command /usr/lib/gnome-session-failed, launched by the gnome-session-manager@phosh.service systemd user unit. And it seems to have the job of keeping the Phosh session opened while it is running, because if you close it, kill it or even prevent it from starting, Phosh just won't show up!

However, I have found a solution to prevent this message from being displayed while allowing the session to remain open:

  1. Rename /usr/lib/gnome-session-failed to /usr/lib/gnome-session-failed.bak

  2. Create a new file /usr/lib/gnome-session-failed containing the following code:

#!/usr/bin/bash
kill -STOP $$  # This command suspends the current process, preventing it from finishing.
  1. Make the file /usr/lib/gnome-session-failed executable.

Enjoy a fully functional Phosh experience!

electricprism commented on 2023-06-26 20:42 (UTC)

I install this on x86_64 archlinux and get the:

[ Oh no! Something has gone wrong. ]

Screen. I don't think I'm missing any packages. How do I determine why that screen is showing?

GT610 commented on 2022-11-24 02:38 (UTC) (edited on 2022-11-24 02:38 (UTC) by GT610)

evince depedency is needed.

dr460nf1r3 commented on 2021-11-06 15:36 (UTC)

cmake misses as makedepend & wayland-protocols as dependency

dr460nf1r3 commented on 2021-08-12 07:26 (UTC)

Getting an error during compiling (meson.build not found) - full logs are available here :)

svito commented on 2019-12-25 13:06 (UTC) (edited on 2019-12-25 13:12 (UTC) by svito)

Depends on phoc-git, libhandy-git instead of libhandy and makedepends xorgproto for now.