Browse Source

* customized GDM on azazel a bit

master
Alejandro Mery 18 years ago
parent
commit
a13b14147c
1 changed files with 48 additions and 0 deletions
  1. +48
    -0
      pkg_patch/gdm.patch

+ 48
- 0
pkg_patch/gdm.patch

@ -0,0 +1,48 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: target/azazel/pkg_patch/gdm.patch
# Copyright (C) 2006 The T2 SDE 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.
# --- T2-COPYRIGHT-NOTE-END ---
--- ./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
@@ -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
@@ -340,7 +340,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

Loading…
Cancel
Save