================================
gdm:source=2.14.8-0.2.1 (previous: 2.14.8-0.2)
cvc rdiff gdm -1 /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop//devel/2.14.8-0.2.1
================================
2.14.8-0.2.1 Ken VanDine ([EMAIL PROTECTED]) Tue Jul 25 22:07:49 2006
    Merged
    
gdm.recipe: changed
Index: gdm.recipe
====================================================================

gdmthemetester.in: new
--- /dev/null
+++ gdmthemetester.in
@@ -0,0 +109 @@
+#!/bin/sh
+
+gdmwhich () {
+  COMMAND="$1"
+  OUTPUT=
+  IFS=:
+  for dir in $PATH
+  do
+    if test -x "$dir/$COMMAND" ; then
+      if test "x$OUTPUT" = "x" ; then
+        OUTPUT="$dir/$COMMAND"
+      fi
+    fi
+  done
+  IFS=$OLD_IFS
+  echo "$OUTPUT"
+}
+
+echo
+echo "GDM Theme Tester"
+echo
+echo "Be sure to test all the environments:"
+echo " console, console-timed, flexi, remote-flexi, xdmcp"
+echo "Also be sure to test using caps lock"
+echo
+
+XNEST=`gdmwhich Xnest`
+GDMXNEST=`gdmwhich gdmXnest`
+GDMGREETER="@EXPANDED_LIBEXECDIR@/gdmgreeter"
+
+if [ x$XNEST = x ]; then
+       echo "ERROR: Xnest not found"
+        echo ""
+       exit 1
+fi
+
+if [ x$GDMXNEST = x ]; then
+       echo "ERROR: gdmXnest not found"
+        echo ""
+       exit 1
+fi
+
+if [ x$GDMGREETER = x ]; then
+       echo "ERROR: gdmgreeter not found"
+        echo ""
+       exit 1
+fi
+
+USAGE="
+Usage: $0 <environment> <theme>
+<environment> is one of: console, console-timed, flexi, remote-flexi, xdmcp
+<theme> is either the path of the theme or the name of an installed theme
+
+If you set the environment variable XNESTSIZE to <width>x<height> (e.g. 
800x600)
+you can test the greeter at that resolution
+"
+if [ "$#" != 2 ]; then
+       echo "$USAGE"
+       exit 1
+fi
+
+GDM_THEME="$2"
+DOING_GDM_DEVELOPMENT=yes
+GDM_PARENT_DISPLAY="$DISPLAY"
+export GDM_THEME DOING_GDM_DEVELOPMENT GDM_PARENT_DISPLAY
+
+case $1 in
+console)
+       GDM_IS_LOCAL=yes
+       export GDM_IS_LOCAL
+       ;;
+console-timed)
+       GDM_IS_LOCAL=yes
+       GDM_FAKE_TIMED=yes
+       export GDM_IS_LOCAL GDM_FAKE_TIMED
+       ;;
+flexi)
+       GDM_IS_LOCAL=yes
+       GDM_FLEXI_SERVER=yes
+       export GDM_IS_LOCAL GDM_FLEXI_SERVER
+       ;;
+remote-flexi)
+       GDM_FLEXI_SERVER=yes
+       export GDM_FLEXI_SERVER
+       ;;
+xdmcp)
+       ;;
+*)
+       echo "$USAGE"
+       exit 1
+       ;;
+esac
+
+if [ "x$XNESTSIZE" = x ] ; then
+  eval `gdmXnest -b`
+else
+  eval `gdmXnest -b -o "-geometry $XNESTSIZE"`
+fi
+export DISPLAY
+
+if [ "x$GDM_PARENT_DISPLAY" = "x$DISPLAY" ]; then
+       echo "ERROR: Can't start the Xnest server"
+       exit 1
+fi
+
+# This may not be necessary
+sleep 1
+
[EMAIL PROTECTED]@/gdmgreeter

Foresight-GDM-0.03.tar.bz2: new
gdm-2.14.8.tar.bz2: changed
Index: gdm-2.14.8.tar.bz2
====================================================================
inode(mtime group)
gdm.conf-custom: new
--- /dev/null
+++ gdm.conf-custom
@@ -0,0 +28 @@
+[daemon]
+Greeter=/usr/libexec/gdmgreeter
+
+[security]
+
+[xdmcp]
+
+[gui]
+GtkRC=/usr/share/themes/Foresight/gtk-2.0/gtkrc
+GtkTheme=Foresight
+GtkThemesToAllow=all
+
+[greeter]
+Browser=true
+GraphicalTheme=Foresight
+MinimalUID=500
+DefaultFace=/usr/share/pixmaps/user_icon.png
+GlobalFaceDir=/usr/share/pixmaps/faces/
+IncludeAll=true
+BackgroundColor=#b4de8f
+GraphicalThemedColor=#b4de8f
+UseCirclesInEntry=true
+
+[chooser]
+
+[debug]
+
+[servers]

gdmsetup.desktop: new
--- /dev/null
+++ gdmsetup.desktop
@@ -0,0 +15 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Login Manager Setup
+Name[en_GB]=Login Manager Setup
+Name[fr]=Gestionnaire de Connection
+GenericName=Login Manager Setup
+Comment=Configure the login manager (Gnome Display Manager)
+Comment[en_GB]=Configure the login manager (Gnome Display Manager)
+Comment[fr]=Configurer le gestionnaire de connection (gestionnaire d'affichage 
Gnome)
+Exec=gksudo gdmsetup
+Icon=login-photo
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Settings;

Foresight-GDM-0.03.tar.bz2: removed
gdm.conf-custom: removed
gdmsetup.desktop: removed

Committed by: krv
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to