|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# Filename: target/azazel/pkg_patch/gdm.patch
|
|
# Copyright (C) 2004 - 2006 Alejandro Mery
|
|
#
|
|
# 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 ---
|
|
|
|
--- ./config/gdm.conf.in.orig 2006-01-28 12:34:35.000000000 -0300
|
|
+++ ./config/gdm.conf.in 2006-01-28 15:44:24.000000000 -0300
|
|
@@ -162,9 +162,9 @@
|
|
# 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
|
|
# want to minimize possibility of breakin
|
|
-AllowRoot=true
|
|
+AllowRoot=false
|
|
# If you want to be paranoid, turn this one off
|
|
-AllowRemoteRoot=true
|
|
+AllowRemoteRoot=false
|
|
# This will allow remote timed login
|
|
AllowRemoteAutoLogin=false
|
|
# 0 is the most restrictive, 1 allows group write permissions, 2 allows all
|
|
@@ -243,7 +243,7 @@
|
|
#GtkRC=@EXPANDED_DATADIR@/themes/Default/gtk/gtkrc
|
|
|
|
# The GTK+ theme to use for the gui
|
|
-#GtkTheme=Default
|
|
+GtkTheme=Clearlooks
|
|
# If to allow changing the GTK+ (widget) theme from the greeter. Currently
|
|
# this only affects the standard greeter as the graphical greeter does
|
|
# not yet have this ability
|
|
@@ -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
|
|
#ShowLastSession=true
|
|
# Always use 24 hour clock no matter what the locale.
|
|
-#Use24Clock=false
|
|
+Use24Clock=true
|
|
# Use circles in the password field. Looks kind of cool actually,
|
|
# but only works with certain fonts.
|
|
#UseCirclesInEntry=false
|