Author: czarny                       Date: Sun Aug 26 10:27:26 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- binary paths for th (/usr/bin instead of /usr/X11R6/bin)
- xinitrc sample including gnome and kde

---- Files affected:
SOURCES:
   slim-configuration.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/slim-configuration.patch
diff -u /dev/null SOURCES/slim-configuration.patch:1.1
--- /dev/null   Sun Aug 26 12:27:26 2007
+++ SOURCES/slim-configuration.patch    Sun Aug 26 12:27:21 2007
@@ -0,0 +1,49 @@
+diff -urN slim-1.3.0/slim.conf slim-1.3.0.config/slim.conf
+--- slim-1.3.0/slim.conf       2007-07-15 16:09:28.000000000 +0200
++++ slim-1.3.0.config/slim.conf        2007-08-26 12:18:33.298886487 +0200
+@@ -1,17 +1,17 @@
+ # Path, X server and arguments (if needed)
+ # Note: -xauth $authfile is automatically appended
+ default_path        ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
+-default_xserver     /usr/X11R6/bin/X
++default_xserver     /usr/bin/X
+ #xserver_arguments   -dpi 75
+ 
+ # Commands for halt, login, etc.
+ halt_cmd            /sbin/shutdown -h now
+ reboot_cmd          /sbin/shutdown -r now
+-console_cmd         /usr/X11R6/bin/xterm -C -fg white -bg black +sb -T 
"Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
++console_cmd         /usr/bin/xterm -C -fg white -bg black +sb -T "Console 
login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
+ #suspend_cmd        /usr/sbin/suspend
+ 
+ # Full path to the xauth binary
+-xauth_path         /usr/X11R6/bin/xauth 
++xauth_path         /usr/bin/xauth 
+ 
+ # Xauth file for server
+ authfile           /var/run/slim.auth
+@@ -51,7 +51,7 @@
+ # The current chosen session name is replaced in the login_cmd
+ # above, so your login command can handle different sessions.
+ # see the xinitrc.sample file shipped with slim sources
+-sessions            xfce4,icewm,wmaker,blackbox
++sessions            xfce4,gnome,kde,icewm,wmaker,blackbox
+ 
+ # Executed when pressing F11 (requires imagemagick)
+ screenshot_cmd      import -window root /slim.png
+diff -urN slim-1.3.0/xinitrc.sample slim-1.3.0.config/xinitrc.sample
+--- slim-1.3.0/xinitrc.sample  2007-07-15 16:09:28.000000000 +0200
++++ slim-1.3.0.config/xinitrc.sample   2007-08-26 12:23:11.756406046 +0200
+@@ -6,6 +6,12 @@
+ xfce4)
+       exec startxfce4
+       ;;
++gnome)
++      exec gnome-session
++      ;;
++kde)
++      startkde
++      ;;
+ icewm)
+       icewmbg &
+       icewmtray &
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to