git-svn-id: svn://svn.opensde.net/opensde/package/trunk@22032 10447126-35f2-4685-b0cf-6dd780d3921fearly
@ -0,0 +1,49 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../slim/slim.conf.patch |
||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
--- slim-1.2.6/slim.conf.orig 2007-08-08 23:49:01.000000000 +0000
|
||||
|
+++ slim-1.2.6/slim.conf 2007-08-08 23:48:53.000000000 +0000
|
||||
|
@@ -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_path ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R7/bin
|
||||
|
+default_xserver /usr/X11R7/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/X11R7/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/X11R7/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 openbox,xfce4,icewm,wmaker,blackbox
|
||||
|
|
||||
|
# Executed when pressing F11 (requires imagemagick) |
||||
|
screenshot_cmd import -window root /slim.png |