[Xfce-bugs] [Bug 5557] startxfce4 doesn't work on Solaris
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun Jul 12 11:34:57 CEST 2009
http://bugzilla.xfce.org/show_bug.cgi?id=5557
--- Comment #5 from Yves-Alexis Perez <corsac at debian.org> 2009-07-12 09:34:57 UTC ---
Good point. checkbashisms against xinitrc reports:
corsac at hidalgo: checkbashisms debian/xfce/desktop/xfce-utils/scripts/xinitrc.in
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 4
($UID should be "$(id -ru)"):
if test "x$UID" = "x"; then
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 31
(type):
if type xdg-user-dirs-update >/dev/null 2>&1; then
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 36
(should be '.', not 'source'):
source "$XDG_CONFIG_HOME/user-dirs.dirs"
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 91
($UID should be "$(id -ru)"):
if test $UID -gt 0 -a -z "$VNCSESSION"; then
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 168
(type):
type "$trycmd" >/dev/null 2>&1 || continue
possible bashism in debian/xfce/desktop/xfce-utils/scripts/xinitrc.in line 172
(type):
if test "$cmd" && type "$cmd" >/dev/null 2>&1; then
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list