diff options
Diffstat (limited to 'x11-wm/xfce4/files/patch-other::xinitrc.in')
-rw-r--r-- | x11-wm/xfce4/files/patch-other::xinitrc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/xfce4/files/patch-other::xinitrc.in b/x11-wm/xfce4/files/patch-other::xinitrc.in new file mode 100644 index 000000000000..75df757baabd --- /dev/null +++ b/x11-wm/xfce4/files/patch-other::xinitrc.in @@ -0,0 +1,14 @@ +--- other/xinitrc.in.orig Thu May 23 06:24:35 2002 ++++ other/xinitrc.in Tue Nov 19 04:22:00 2002 +@@ -41,7 +41,10 @@ + # fi + + # Launch xscreensaver (if available) +-xscreensaver -no-splash & ++XBINDIR=%%X11BASE%%/bin ++if [ -x $XBINDIR/xscreensaver ]; then ++ xscreensaver -no-splash & ++fi + + # Finally, launch XFce window manager + exec xfwm |