]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- updated for 2.8.0.1
authorfreetz <freetz@pld-linux.org>
Sun, 24 Jul 2005 15:43:24 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm-default_theme.patch -> 1.2
    gdm.init -> 1.12

gdm-default_theme.patch
gdm.init

index 0fcda403012fef3fc19b7d9a439a07db89ed4674..4e371606eacdfe1b8519877f647897b6d18d4426 100644 (file)
@@ -1,12 +1,12 @@
 diff -urN gdm-2.6.0.3-orig/config/gdm.conf.in gdm-2.6.0.3/config/gdm.conf.in
 --- gdm-2.6.0.3-orig/config/gdm.conf.in        2004-06-25 09:05:34.000000000 +0200
 +++ gdm-2.6.0.3/config/gdm.conf.in     2004-06-25 09:07:40.923727008 +0200
-@@ -344,7 +344,7 @@
- #UseCirclesInEntry=false
- # These two keys are for the new greeter.  Circles is the standard
- # shipped theme
+@@ -382,7 +382,7 @@
+ # then provide a list that is delimited by /: to the GraphicalThemes key and 
+ # set GraphicalThemeRand to true.  Otherwise use GraphicalTheme and specify
+ # just one theme.
 -#GraphicalTheme=circles
 +GraphicalTheme=storky
+ #GraphicalThemes=circles/:happygnome
  GraphicalThemeDir=@EXPANDED_DATADIR@/gdm/themes/
- # If InfoMsgFile points to a file, the greeter will display the contents of the
- # file in a modal dialog box before the user is allowed to log in.
+ GraphicalThemeRand=false
index b1c7ad8af34fdc098adc38c60a4f9367df91b5c8..270601a8bd71743b2982350baa75bdc8270b161c 100644 (file)
--- a/gdm.init
+++ b/gdm.init
@@ -26,7 +26,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/gdm ]; then
                msg_starting "Gnome Display Manager"
-               daemon open /usr/bin/gdm
+               daemon open /usr/sbin/gdm
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/gdm
        else
This page took 0.034602 seconds and 4 git commands to generate.