From b25cd66bacaf79a49d0b11557883e099016e366c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 31 Mar 2024 17:46:40 -0700 Subject: orig --- usr/bin/phosh-session | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100755 usr/bin/phosh-session (limited to 'usr') diff --git a/usr/bin/phosh-session b/usr/bin/phosh-session new file mode 100755 index 00000000..4e7af764 --- /dev/null +++ b/usr/bin/phosh-session @@ -0,0 +1,57 @@ +#!/bin/sh + +COMPOSITOR="/usr/bin/phoc" +PHOC_INI="/usr/share/phosh/phoc.ini" +GNOME_SESSION=${GNOME_SESSION:-gnome-session} + +help() +{ + cat <