diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-31 18:03:32 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-31 18:03:32 -0700 |
commit | 25aa1d6cfcd029bcb7977bc3c7e36387a66c7e6d (patch) | |
tree | be2caa66e3687300b9e267b374629f1372981243 /usr/bin | |
parent | b25cd66bacaf79a49d0b11557883e099016e366c (diff) |
fix phosh not start
https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1387
https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1387/diffs?commit_id=ee53adb478f51a64dd721e7da986c45e6db19b22
Check log with `journalctl -b`. Test with `sudo systemctl stop phosh`
(and start)
Diffstat (limited to 'usr/bin')
-rwxr-xr-x | usr/bin/phosh-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/bin/phosh-session b/usr/bin/phosh-session index 4e7af764..e3337444 100755 --- a/usr/bin/phosh-session +++ b/usr/bin/phosh-session @@ -54,4 +54,4 @@ fi # variables from /etc/profile.d (XDG_*) [ -n "$WLR_BACKENDS" ] || WLR_BACKENDS=drm,libinput export WLR_BACKENDS -exec "${COMPOSITOR}" -S -C "${PHOC_INI}" -E "bash -lc 'exec ${GNOME_SESSION} --disable-acceleration-check --session=phosh --systemd'" +exec "${COMPOSITOR}" -S -C "${PHOC_INI}" -E "bash -lc 'exec ${GNOME_SESSION} --disable-acceleration-check --session=phosh'" |