Browse Source

* changed gdm.conf to hide title (which say gnome) and use an xfce logo

master
Alejandro Mery 20 years ago
parent
commit
4ac24745f1
1 changed files with 19 additions and 2 deletions
  1. +19
    -2
      pkg_patch/gdm.patch

+ 19
- 2
pkg_patch/gdm.patch

@ -15,7 +15,7 @@
# --- T2-COPYRIGHT-NOTE-END --- # --- T2-COPYRIGHT-NOTE-END ---
--- ./config/gdm.conf.in.orig 2006-01-28 12:34:35.000000000 -0300 --- ./config/gdm.conf.in.orig 2006-01-28 12:34:35.000000000 -0300
+++ ./config/gdm.conf.in 2006-01-28 12:52:11.000000000 -0300
+++ ./config/gdm.conf.in 2006-01-28 15:44:24.000000000 -0300
@@ -162,9 +162,9 @@ @@ -162,9 +162,9 @@
# If any distributions ship with this one off, they should be shot # If any distributions ship with this one off, they should be shot
# this is only local, so it's only for say kiosk use, when you # this is only local, so it's only for say kiosk use, when you
@ -37,7 +37,24 @@
# If to allow changing the GTK+ (widget) theme from the greeter. Currently # If to allow changing the GTK+ (widget) theme from the greeter. Currently
# this only affects the standard greeter as the graphical greeter does # this only affects the standard greeter as the graphical greeter does
# not yet have this ability # not yet have this ability
@@ -340,7 +340,7 @@
@@ -260,7 +260,7 @@
[greeter]
# Greeter has a nice title bar that the user can move
-#TitleBar=true
+TitleBar=false
# Configuration is available from the system menu of the greeter
#ConfigAvailable=true
# Face browser is enabled. This only works currently for the
@@ -280,6 +280,7 @@
#LocaleFile=@EXPANDED_LOCALEDIR@/locale.alias
# Logo shown in the standard greeter
#Logo=@EXPANDED_PIXMAPDIR@/gdm-foot-logo.png
+Logo=/opt/xfce4/share/pixmaps/gdm-xfce-logo.png
# The standard greeter should shake if a user entered the wrong username or
# password. Kind of cool looking
#Quiver=true
@@ -340,7 +341,7 @@
# the session saving stuff is disabled in GDM # the session saving stuff is disabled in GDM
#ShowLastSession=true #ShowLastSession=true
# Always use 24 hour clock no matter what the locale. # Always use 24 hour clock no matter what the locale.

Loading…
Cancel
Save