Changeset 138
- Timestamp:
- 03/27/07 15:38:14 (6 years ago)
- Location:
- pkg/main/gdm/trunk
- Files:
-
- 31 added
- 3 deleted
- 53 edited
-
Makefile.in (modified) (2 diffs)
-
config.guess (modified) (14 diffs)
-
config.sub (modified) (24 diffs)
-
config/CDE.desktop (deleted)
-
config/Makefile.in (modified) (1 diff)
-
config/PostLogin (modified) (1 diff)
-
config/XKeepsCrashing (modified) (5 diffs)
-
config/default.desktop (deleted)
-
config/gdm.conf.in (modified) (17 diffs)
-
config/gnome.desktop (deleted)
-
configure.ac (modified) (1 diff)
-
daemon/Makefile.in (modified) (1 diff)
-
daemon/display.c (modified) (1 diff)
-
daemon/gdmconfig.c (modified) (2 diffs)
-
daemon/misc.c (modified) (2 diffs)
-
daemon/server.c (modified) (2 diffs)
-
daemon/slave.c (modified) (8 diffs)
-
daemon/verify-pam.c (modified) (2 diffs)
-
debian (added)
-
debian/README.Debian (added)
-
debian/Xsession (added)
-
debian/changelog (added)
-
debian/config (added)
-
debian/control (added)
-
debian/copyright (added)
-
debian/debian-moreblue.shar (added)
-
debian/dirs (added)
-
debian/docs (added)
-
debian/extract-locales (added)
-
debian/gdm-autologin.pam (added)
-
debian/gdm.pam (added)
-
debian/gdm.pod (added)
-
debian/gdm.xpm (added)
-
debian/gdmDebianLogo.xpm (added)
-
debian/gdmchooser.pod (added)
-
debian/gdmflexiserver.pod (added)
-
debian/gdmlogin.pod (added)
-
debian/init (added)
-
debian/locale.conf (added)
-
debian/login-photo.xpm (added)
-
debian/menu (added)
-
debian/postinst (added)
-
debian/postrm (added)
-
debian/prerm (added)
-
debian/rules (added)
-
debian/templates (added)
-
debian/watch (added)
-
docs/C/gdm.xml (modified) (1 diff)
-
docs/Makefile.in (modified) (1 diff)
-
docs/de/Makefile.in (modified) (1 diff)
-
docs/es/Makefile.in (modified) (1 diff)
-
docs/fr/Makefile.in (modified) (1 diff)
-
docs/gdm.1 (modified) (1 diff)
-
docs/it/Makefile.in (modified) (1 diff)
-
docs/ja/Makefile.in (modified) (1 diff)
-
docs/ko/Makefile.in (modified) (1 diff)
-
docs/zh_CN/Makefile.in (modified) (1 diff)
-
docs/zh_HK/Makefile.in (modified) (1 diff)
-
docs/zh_TW/Makefile.in (modified) (1 diff)
-
gui/Makefile.am (modified) (2 diffs)
-
gui/Makefile.in (modified) (5 diffs)
-
gui/faces/Makefile.in (modified) (1 diff)
-
gui/gdmcommon.c (modified) (2 diffs)
-
gui/gdmlanguages.c (modified) (4 diffs)
-
gui/gdmsetup.desktop (modified) (1 diff)
-
gui/gdmsetup.desktop.in.in (modified) (1 diff)
-
gui/greeter/Makefile.am (modified) (1 diff)
-
gui/greeter/Makefile.in (modified) (3 diffs)
-
gui/greeter/greeter.c (modified) (2 diffs)
-
gui/greeter/themes/Makefile.in (modified) (1 diff)
-
gui/greeter/themes/circles/Makefile.in (modified) (1 diff)
-
gui/greeter/themes/circles/circles.xml (modified) (1 diff)
-
gui/greeter/themes/happygnome-list/Makefile.in (modified) (1 diff)
-
gui/greeter/themes/happygnome-list/happygnome.xml (modified) (1 diff)
-
gui/greeter/themes/happygnome/Makefile.in (modified) (1 diff)
-
gui/greeter/themes/happygnome/happygnome.xml (modified) (1 diff)
-
gui/modules/Makefile.in (modified) (1 diff)
-
ltmain.sh (modified) (3 diffs)
-
pixmaps/16x16/Makefile.in (modified) (1 diff)
-
pixmaps/32x32/Makefile.in (modified) (1 diff)
-
pixmaps/48x48/Makefile.in (modified) (1 diff)
-
pixmaps/Makefile.in (modified) (1 diff)
-
po/fr.po (modified) (1 diff)
-
utils/Makefile.in (modified) (1 diff)
-
vicious-extensions/Makefile.in (modified) (1 diff)
-
xdm.config.in (added)
-
xdm.templates (added)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/gdm/trunk/Makefile.in
r135 r138 47 47 subdir = . 48 48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 49 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 50 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 51 50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 52 51 $(ACLOCAL_M4) … … 619 618 $(am__remove_distdir) 620 619 mkdir $(distdir) 621 $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/ m4 $(distdir)/po620 $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/po 622 621 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 623 622 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ -
pkg/main/gdm/trunk/config.guess
r135 r138 2 2 # Attempt to guess a canonical system name. 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 5 6 timestamp='2005-07-08' 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 5 # Inc. 6 7 timestamp='2006-07-02' 7 8 8 9 # This file is free software; you can redistribute it and/or modify it … … 107 108 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 108 109 : ${TMPDIR=/tmp} ; 109 { tmp=`(umask 077 && mktemp -d -q"$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||110 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 110 111 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || 111 112 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || … … 207 208 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} 208 209 exit ;; 210 *:SolidBSD:*:*) 211 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} 212 exit ;; 209 213 macppc:MirBSD:*:*) 210 echo powerp pc-unknown-mirbsd${UNAME_RELEASE}214 echo powerpc-unknown-mirbsd${UNAME_RELEASE} 211 215 exit ;; 212 216 *:MirBSD:*:*) … … 765 769 exit ;; 766 770 *:FreeBSD:*:*) 767 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 771 case ${UNAME_MACHINE} in 772 pc98) 773 echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 774 amd64) 775 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 776 *) 777 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 778 esac 768 779 exit ;; 769 780 i*:CYGWIN*:*) … … 780 791 echo ${UNAME_MACHINE}-pc-pw32 781 792 exit ;; 782 x86:Interix*:[34]*) 783 echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' 793 x86:Interix*:[3456]*) 794 echo i586-pc-interix${UNAME_RELEASE} 795 exit ;; 796 EM64T:Interix*:[3456]*) 797 echo x86_64-unknown-interix${UNAME_RELEASE} 784 798 exit ;; 785 799 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) … … 795 809 echo ${UNAME_MACHINE}-pc-uwin 796 810 exit ;; 797 amd64:CYGWIN*:*:* )811 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) 798 812 echo x86_64-unknown-cygwin 799 813 exit ;; … … 816 830 exit ;; 817 831 arm*:Linux:*:*) 832 echo ${UNAME_MACHINE}-unknown-linux-gnu 833 exit ;; 834 avr32*:Linux:*:*) 818 835 echo ${UNAME_MACHINE}-unknown-linux-gnu 819 836 exit ;; … … 852 869 #endif 853 870 EOF 854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 871 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 872 /^CPU/{ 873 s: ::g 874 p 875 }'`" 855 876 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 856 877 ;; … … 871 892 #endif 872 893 EOF 873 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 894 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 895 /^CPU/{ 896 s: ::g 897 p 898 }'`" 874 899 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 875 900 ;; 901 or32:Linux:*:*) 902 echo or32-unknown-linux-gnu 903 exit ;; 876 904 ppc:Linux:*:*) 877 905 echo powerpc-unknown-linux-gnu … … 916 944 sparc:Linux:*:* | sparc64:Linux:*:*) 917 945 echo ${UNAME_MACHINE}-unknown-linux-gnu 946 exit ;; 947 vax:Linux:*:*) 948 echo ${UNAME_MACHINE}-dec-linux-gnu 918 949 exit ;; 919 950 x86_64:Linux:*:*) … … 962 993 # endif 963 994 #else 964 #if def __INTEL_COMPILER995 #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 965 996 LIBC=gnu 966 997 #else … … 972 1003 #endif 973 1004 EOF 974 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 1005 eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 1006 /^LIBC/{ 1007 s: ::g 1008 p 1009 }'`" 975 1010 test x"${LIBC}" != x && { 976 1011 echo "${UNAME_MACHINE}-pc-linux-${LIBC}" … … 1183 1218 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 1184 1219 case $UNAME_PROCESSOR in 1185 *86) UNAME_PROCESSOR=i686 ;;1186 1220 unknown) UNAME_PROCESSOR=powerpc ;; 1187 1221 esac … … 1261 1295 i*86:skyos:*:*) 1262 1296 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' 1297 exit ;; 1298 i*86:rdos:*:*) 1299 echo ${UNAME_MACHINE}-pc-rdos 1263 1300 exit ;; 1264 1301 esac -
pkg/main/gdm/trunk/config.sub
r135 r138 2 2 # Configuration validation subroutine script. 3 3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4 # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 5 6 timestamp='2005-07-08' 4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 5 # Inc. 6 7 timestamp='2006-09-20' 7 8 8 9 # This file is (in principle) common to ALL GNU software. … … 120 121 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 121 122 case $maybe_os in 122 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ 123 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) 123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 124 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 125 storm-chaos* | os2-emx* | rtmk-nova*) 124 126 os=-$maybe_os 125 127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` … … 172 174 os=-hiuxwe2 173 175 ;; 176 -sco6) 177 os=-sco5v6 178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 179 ;; 174 180 -sco5) 175 181 os=-sco3.2v5 … … 185 191 ;; 186 192 -sco3.2v[4-9]*) 193 # Don't forget version if it is 3.2v4 or newer. 194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 195 ;; 196 -sco5v6*) 187 197 # Don't forget version if it is 3.2v4 or newer. 188 198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` … … 232 242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 233 243 | am33_2.0 \ 234 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 235 245 | bfin \ 236 246 | c4x | clipper \ … … 240 250 | i370 | i860 | i960 | ia64 \ 241 251 | ip2k | iq2000 \ 242 | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ 252 | m32c | m32r | m32rle | m68000 | m68k | m88k \ 253 | maxq | mb | microblaze | mcore \ 243 254 | mips | mipsbe | mipseb | mipsel | mipsle \ 244 255 | mips16 \ … … 258 269 | mipstx39 | mipstx39el \ 259 270 | mn10200 | mn10300 \ 260 | m s1\271 | mt \ 261 272 | msp430 \ 273 | nios | nios2 \ 262 274 | ns16k | ns32k \ 263 275 | or32 \ … … 265 277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 266 278 | pyramid \ 267 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 279 | score \ 280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 268 281 | sh64 | sh64le \ 269 | sparc | sparc64 | sparc64b | sparc 86x | sparclet | sparclite \270 | sparcv8 | sparcv9 | sparcv9b \271 | s trongarm \282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 283 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 284 | spu | strongarm \ 272 285 | tahoe | thumb | tic4x | tic80 | tron \ 273 286 | v850 | v850e \ 274 287 | we32k \ 275 | x86 | x scale | xscalee[bl] | xstormy16 | xtensa \288 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 276 289 | z8k) 277 basic_machine=$basic_machine-unknown278 ;;279 m32c)280 290 basic_machine=$basic_machine-unknown 281 291 ;; … … 286 296 ;; 287 297 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 298 ;; 299 ms1) 300 basic_machine=mt-unknown 288 301 ;; 289 302 … … 306 319 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 307 320 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 308 | avr-* \321 | avr-* | avr32-* \ 309 322 | bfin-* | bs2000-* \ 310 323 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ … … 317 330 | i*86-* | i860-* | i960-* | ia64-* \ 318 331 | ip2k-* | iq2000-* \ 319 | m32 r-* | m32rle-* \332 | m32c-* | m32r-* | m32rle-* \ 320 333 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 321 334 | m88110-* | m88k-* | maxq-* | mcore-* \ … … 337 350 | mipstx39-* | mipstx39el-* \ 338 351 | mmix-* \ 339 | m s1-* \352 | mt-* \ 340 353 | msp430-* \ 354 | nios-* | nios2-* \ 341 355 | none-* | np1-* | ns16k-* | ns32k-* \ 342 356 | orion-* \ … … 345 359 | pyramid-* \ 346 360 | romp-* | rs6000-* \ 347 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sh be-* \361 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 348 362 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 349 | sparc-* | sparc64-* | sparc64b-* | sparc 86x-* | sparclet-* \363 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 350 364 | sparclite-* \ 351 | sparcv8-* | sparcv9-* | sparcv9b-* | s trongarm-* | sv1-* | sx?-* \365 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 352 366 | tahoe-* | thumb-* \ 353 367 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ … … 355 369 | v850-* | v850e-* | vax-* \ 356 370 | we32k-* \ 357 | x86-* | x86_64-* | x ps100-* | xscale-* | xscalee[bl]-* \371 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 358 372 | xstormy16-* | xtensa-* \ 359 373 | ymp-* \ 360 374 | z8k-*) 361 ;;362 m32c-*)363 375 ;; 364 376 # Recognize the various machine names and aliases which stand … … 696 708 basic_machine=i386-pc 697 709 os=-msdos 710 ;; 711 ms1-*) 712 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 698 713 ;; 699 714 mvs) … … 804 819 basic_machine=ns32k-pc532 805 820 ;; 821 pc98) 822 basic_machine=i386-pc 823 ;; 824 pc98-*) 825 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` 826 ;; 806 827 pentium | p5 | k5 | k6 | nexgen | viac3) 807 828 basic_machine=i586-pc … … 860 881 os=-pw32 861 882 ;; 883 rdos) 884 basic_machine=i386-pc 885 os=-rdos 886 ;; 862 887 rom68k) 863 888 basic_machine=m68k-rom68k … … 885 910 sb1el) 886 911 basic_machine=mipsisa64sb1el-unknown 912 ;; 913 sde) 914 basic_machine=mipsisa32-sde 915 os=-elf 887 916 ;; 888 917 sei) … … 1102 1131 basic_machine=sh-unknown 1103 1132 ;; 1104 sparc | sparcv8 | sparcv9 | sparcv9b )1133 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 1105 1134 basic_machine=sparc-sun 1106 1135 ;; … … 1175 1204 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 1176 1205 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 1177 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ 1206 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 1207 | -openbsd* | -solidbsd* \ 1178 1208 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 1179 1209 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ … … 1182 1212 | -chorusos* | -chorusrdb* \ 1183 1213 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 1184 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ 1214 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 1215 | -uxpv* | -beos* | -mpeix* | -udk* \ 1185 1216 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1186 1217 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ … … 1189 1220 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 1190 1221 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 1191 | -skyos* | -haiku* )1222 | -skyos* | -haiku* | -rdos* | -toppers*) 1192 1223 # Remember, each alternative MUST END IN *, to match a version number. 1193 1224 ;; … … 1341 1372 1342 1373 case $basic_machine in 1374 score-*) 1375 os=-elf 1376 ;; 1377 spu-*) 1378 os=-elf 1379 ;; 1343 1380 *-acorn) 1344 1381 os=-riscix1.2 … … 1350 1387 os=-aout 1351 1388 ;; 1352 c4x-* | tic4x-*)1353 os=-coff1354 ;;1389 c4x-* | tic4x-*) 1390 os=-coff 1391 ;; 1355 1392 # This must come before the *-dec entry. 1356 1393 pdp10-*) -
pkg/main/gdm/trunk/config/Makefile.in
r135 r138 43 43 $(srcdir)/ssh.desktop.in.in 44 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 46 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 47 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 47 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/config/PostLogin
r135 r138 5 5 # script will be run before any setup is run on behalf of the user and is 6 6 # useful if you for example need to do some setup to create a home directory 7 # for the user or something like that. $HOME, $LOG INand such will all be7 # for the user or something like that. $HOME, $LOGNAME and such will all be 8 8 # set appropriately and this script is run as root. -
pkg/main/gdm/trunk/config/XKeepsCrashing
r135 r138 11 11 else 12 12 GDMTRANSLATE= 13 fi 14 15 # Set the console to UTF-8 if needed. 16 CHARMAP=`locale charmap` 17 if test "$CHARMAP" = "UTF-8" 18 then 19 unicode_start 2> /dev/null || true 20 else 21 unicode_stop 2> /dev/null || true 13 22 fi 14 23 … … 39 48 } 40 49 50 # X has a bad habit of not restoring the vt settings on exit. Make sure that 51 # the keyboard is restored to xlate mode, since we're going to try to interact 52 # with the user 53 # (http://bugzilla.ubuntu.com/show_bug.cgi?id=6286) 54 KBD_MODE=`gdmwhich kbd_mode` 55 if test "x$KBD_MODE" != "x" ; then 56 kbd_mode -a 57 fi 58 41 59 MSG3=`gettextfunc "Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. You will need to log in on a console and reconfigure the X server. Then restart GDM."` 42 60 MSG4=`gettextfunc "Would you like to try to configure the X server? Note that you will need the root password for this."` … … 61 79 62 80 # 63 # First see if we can find an X configuration program64 # (first one in the list will be used)65 #66 XCONFIGURATOR=67 for n in \68 /usr/bin/system-config-display \69 /usr/bin/redhat-config-xfree86 \70 /usr/sbin/XFdrake \71 /usr/bin/X11/XF86Setup \72 /usr/bin/X11/Xconfigurator \73 /usr/bin/X11/xf86cfg \74 ; do75 # standard shell test has no or and loops have no breaks, eek76 if test "x$XCONFIGURATOR" = "x" ; then77 if test -x "$n" ; then78 XCONFIGURATOR="$n"79 fi80 fi81 done82 83 #84 81 # Now we check for dialog and gdmaskpass 85 82 # 83 DIALOG_OPTS= 86 84 DIALOG=`gdmwhich dialog` 87 85 if test "x$DIALOG" = "x" ; then 88 86 DIALOG=`gdmwhich whiptail` 87 DIALOG_OPTS="--scrolltext" 89 88 fi 90 89 if test -x "$LIBEXECDIR/gdmaskpass" ; then … … 92 91 else 93 92 ASKPASS= 94 fi95 96 #97 # If this is a mouse problem try mouseconfig and modify some98 # messages99 #100 if grep '^\(Cannot open mouse\|No core pointer\)' "$XLOG" 2> /dev/null ; then101 102 MSG8=`gettextfunc "Failed to start the X server (your graphical interface). It seems that the pointer device (your mouse) is not set up correctly. Would you like to view the X server output to diagnose the problem?"`103 104 if test -x /usr/sbin/mouseconfig ; then105 XCONFIGURATOR=/usr/sbin/mouseconfig106 # Note: we know this is a mouse problem and yay we have mouseconfig107 MSG4=`gettextfunc "Would you like to try to configure the mouse? Note that you will need the root password for this."`108 fi109 110 if test -x /usr/bin/system-config-mouse ; then111 XCONFIGURATOR=/usr/bin/system-config-mouse112 # Note: we know this is a mouse problem and yay we have system-config-mouse113 MSG4=`gettextfunc "Would you like to try to configure the mouse? Note that you will need the root password for this."`114 fi115 116 93 fi 117 94 … … 158 135 159 136 if "$DIALOG" --yesno "$MSG8" 10 50 ; then 160 "$DIALOG" --textbox "$XLOG" 22 76137 "$DIALOG" $DIALOG_OPTS --textbox "$XLOG" 22 76 161 138 # Support XFree86 v4 logfile thingie 162 139 if grep '^(..) Log file: "' "$XLOG" 2> /dev/null ; then 163 140 XLOG_DETAIL=`grep '^(..) Log file: "' "$XLOG" | sed 's/^[^"]*"\([^"]*\)".*$/\1/'` 164 141 if "$DIALOG" --yesno "$MSG9" 10 50 ; then 165 "$DIALOG" --textbox "$XLOG_DETAIL" 22 76142 "$DIALOG" $DIALOG_OPTS --textbox "$XLOG_DETAIL" 22 76 166 143 fi 167 144 fi 168 145 fi 169 146 170 if test "x$XCONFIGURATOR" = "x" ; then 171 "$DIALOG" --msgbox "$MSG7" 8 50 172 exit 1 173 fi 174 175 if "$DIALOG" --yesno "$MSG4" 10 50 ; then 176 clear 177 echo 178 echo "$MSG5" 179 if test "x$ASKPASS" = "x" ; then 180 # dirty trick to fool su into asking the root password even if were 181 # root 182 su nobody -c "su -c $XCONFIGURATOR" 183 else 184 if "$ASKPASS" ; then 185 "$XCONFIGURATOR" 186 fi 187 fi 188 clear 189 "$DIALOG" --msgbox "$MSG6" 8 50 190 exit 0 191 else 192 "$DIALOG" --msgbox "$MSG7" 8 50 193 exit 1 194 fi 147 "$DIALOG" --msgbox "$MSG7" 8 50 148 exit 1 -
pkg/main/gdm/trunk/config/gdm.conf.in
r135 r138 2 2 # 3 3 # This file should not be updated by hand. Since GDM 2.13.0.4, 4 # configuration choices in the /etc/ X11/gdm/gdm.conf-customfile will4 # configuration choices in the /etc/gdm/gdm.conf file will 5 5 # override the default values specified in this file (installation 6 6 # locations of the configuration files may vary for different distros). … … 31 31 # e.g, the "Enable" key in the "[debug]" section would be "debug/Enable". 32 32 # 33 # You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and 34 # re-read the new configuration settings. You can also restart GDM by sending 35 # a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes 36 # any user session started by GDM to exit immediately while USR1 behaves like 37 # gdm-safe-restart and will wait until all users log out before restarting GDM. 33 # You can also run invoke-rc.d gdm reload or invoke-rc.d gdm restart 34 # to cause GDM to restart and re-read the new configuration settings. 35 # You can also restart GDM by sending a HUP or USR1 signal to the 36 # daemon. HUP behaves like restart and causes any user session 37 # started by GDM to exit immediately while USR1 behaves like 38 # reload and will wait until all users log out before 39 # restarting GDM. 38 40 # 39 41 # For full reference documentation see the GNOME help browser under … … 68 70 # The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to 69 71 # get the new graphical greeter. 70 #Greeter=@libexecdir@/gdmlogin 72 Greeter=@libexecdir@/gdmgreeter 71 73 72 74 # The greeter for xdmcp logins, usually you want a less graphically intensive … … 83 85 84 86 # Default path to set. The profile scripts will likely override this value. 85 # This value will be overridden with the value from /etc/default/login if it 86 # contains "ROOT=<pathvalue>". 87 #DefaultPath=@GDM_USER_PATH@ 87 DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games 88 88 # Default path for root. The profile scripts will likely override this value. 89 # This value will be overridden with the value from /etc/default/login if it 90 # contains "SUROOT=<pathvalue>". 91 #RootPath=/sbin:/usr/sbin:@GDM_USER_PATH@ 89 RootPath=/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games 92 90 93 91 # If you are having trouble with using a single server for a long time and want … … 105 103 # does not always work, only if those clients have a window of their own. 106 104 #KillInitClients=true 107 LogDir= @logdir@105 LogDir=/var/log/gdm 108 106 # You should probably never change this value unless you have a weird setup. 109 107 PidFile=/var/run/gdm.pid … … 125 123 # Reboot, Halt and suspend commands, you can add different commands separated 126 124 # by a semicolon. GDM will use the first one it can find. 127 #RebootCommand=@REBOOT_COMMAND@ 128 #HaltCommand=@HALT_COMMAND@ 129 #SuspendCommand=@SUSPEND_COMMAND@ 125 RebootCommand=/sbin/shutdown -r now "Rebooted via gdm." 126 HaltCommand=/sbin/shutdown -h now "Shut Down via gdm." 127 SuspendCommand=/usr/bin/apm --suspend 130 128 # Probably should not touch the below this is the standard setup. 131 129 ServAuthDir=@authdir@ … … 136 134 # This is a directory where .desktop files describing the sessions live. It is 137 135 # really a PATH style variable since 2.4.4.2 to allow actual interoperability 138 # with KDM. Note that <dmconfdir>/Sessions is there for backwards 139 # compatibility reasons with 2.4.4.x. 140 #SessionDesktopDir=/etc/X11/sessions/:@dmconfdir@/Sessions/:@datadir@/gdm/BuiltInSessions/:@datadir@/xsessions/ 136 # with KDM. 137 SessionDesktopDir=@datadir@/gdm/BuiltInSessions/:@datadir@/xsessions/:/var/lib/menu-xdg/xsessions/ 141 138 # This is the default .desktop session. One of the ones in SessionDesktopDir 142 #DefaultSession=gnome.desktop139 DefaultSession=default.desktop 143 140 # Better leave this blank and HOME will be used. You can use syntax ~/ below 144 141 # to indicate home directory of the user. You can also set this to something … … 166 163 # X to use specific vts. turn VTAllocation to false if this is causing 167 164 # problems. 168 #FirstVT=7169 #VTAllocation=true165 FirstVT=7 166 VTAllocation=true 170 167 # Should double login be treated with a warning (and possibility to change VT's 171 168 # on Linux and FreeBSD systems for console logins) … … 206 203 # Allow root to login. It makes sense to turn this off for kiosk use, when 207 204 # you want to minimize the possibility of break in. 208 AllowRoot= true205 AllowRoot=false 209 206 # Allow login as root via XDMCP. This value will be overridden and set to 210 207 # false if the /etc/default/login file exists and contains … … 216 213 # 0 is the most restrictive, 1 allows group write permissions, 2 allows all 217 214 # write permissions. 218 RelaxPermissions= 0215 RelaxPermissions=1 219 216 # Check if directories are owned by logon user. Set to false, if you have, for 220 217 # example, home directories owned by some other user. … … 233 230 # a "-nolisten tcp", as then the query just wouldn't work, so this setting only 234 231 # affects truly local sessions. 235 #DisallowTCP=true232 DisallowTCP=true 236 233 # By default never place cookies if we "detect" NFS. We detect NFS by 237 234 # detecting "root-squashing". It seems bad practice to place cookies on things … … 340 337 # browser or in the gdmselection list for Automatic/Timed login. They will not 341 338 # be displayed regardless of the settings for Include and Exclude. 342 #MinimalUID=100339 MinimalUID=1000 343 340 # Users listed in Include will be included in the face browser and in the 344 341 # gdmsetup selection list for Automatic/Timed login. Users should be separated … … 349 346 # be able to log in, but will have to type their username. Users should be 350 347 # separated by commas. 351 #Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm,rpm,nfsnobody,pcap 348 Exclude=nobody 352 349 # By default, an empty include list means display no users. By setting 353 350 # IncludeAll to true, the password file will be scanned and all users will be … … 357 354 # environments. The setting of IncludeAll does nothing if Include is set to a 358 355 # non-empty value. 359 #IncludeAll=false356 IncludeAll=true 360 357 # If user or user.png exists in this dir it will be used as his picture. 361 358 #GlobalFaceDir=@datadir@/pixmaps/faces/ … … 364 361 # the one shipped with GDM and edit it. It is not a standard locale.alias 365 362 # file, although GDM will be able to read a standard locale.alias file as well. 366 #LocaleFile=@gdmlocaledir@/locale.alias 363 LocaleFile=/etc/gdm/locale.conf 367 364 # Logo shown in the standard greeter. 368 #Logo=@pixmapdir@/gdm-foot-logo.png 365 Logo=@pixmapdir@/gdmDebianLogo.xpm 369 366 # Logo shown on file chooser button in gdmsetup (do not modify this value). 370 367 #ChooserButtonLogo=@pixmapdir@/gdm-foot-logo.png … … 455 452 # key and set GraphicalThemeRand to true. Otherwise use GraphicalTheme 456 453 # and specify just one theme. 457 #GraphicalTheme=circles 458 #GraphicalThemes= circles/:happygnome454 GraphicalTheme=debian-moreblue 455 #GraphicalThemes=debian-moreblue:/bijou/:blueswirl/:circles/:debblue-list/:debblue/:ayo/:debian-dawn/:debian-greeter/:debian/:glassfoot/:hantzley/:happygnome/:industrial/:crystal/:linsta 459 456 GraphicalThemeDir=@datadir@/gdm/themes/ 460 457 GraphicalThemeRand=false … … 559 556 [server-Standard] 560 557 name=Standard server 561 command=@X_SERVER@ @X_CONFIG_OPTIONS@ @XEVIE_OPTION@558 command=@X_SERVER@ -dpi 96 @X_CONFIG_OPTIONS@ @XEVIE_OPTION@ 562 559 flexible=true 563 560 # Indicates that the X server should be started at a different process -
pkg/main/gdm/trunk/configure.ac
r135 r138 970 970 # location (the real directory) if possible. 971 971 # 972 if test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then 972 if true; then # debian 973 X_PATH="/usr/bin" 974 X_SERVER_PATH="/usr/bin" 975 X_SERVER="/usr/bin/X" 976 X_CONFIG_OPTIONS="-audit 0" 977 elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then 973 978 X_PATH="/usr/X11R6/bin" 974 979 X_SERVER_PATH="/usr/X11R6/bin" -
pkg/main/gdm/trunk/daemon/Makefile.in
r135 r138 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 45 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 46 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/daemon/display.c
r135 r138 305 305 closelog (); 306 306 307 /* Close everything*/308 gdm_close_all_descriptors (0 /* from */, fds[0] /* except */, slave_fifo_pipe_fd /* except2 */);307 /* Close stdin/stdout/stderr. Leave others, as pam modules may have them open */ 308 close(0); close(1); close(2); 309 309 310 310 /* No error checking here - if it's messed the best response -
pkg/main/gdm/trunk/daemon/gdmconfig.c
r135 r138 594 594 * that would be what the user wants. 595 595 */ 596 597 /* 598 * We disable this on Debian, as we already have the non-custom conf 599 * located in /usr/share. So, we make the old conf the custom config 600 * in /etc, with the same name as before. Users that upgrade to the new 601 * maintainer conf get just that (and a blank custom.conf to make changes 602 * in), and users that don't upgrade to the new conf, get both configs 603 * with the one they kept getting precedence. 604 */ 605 #if 0 596 606 VE_IGNORE_EINTR (r = g_stat (GDM_OLD_CONF, statbuf)); 597 607 if (r >= 0) { … … 599 609 return ve_config_new (custom_config_file); 600 610 } 611 #endif 601 612 602 613 VE_IGNORE_EINTR (r = g_stat (GDM_CUSTOM_CONF, statbuf)); -
pkg/main/gdm/trunk/daemon/misc.c
r135 r138 345 345 346 346 /* 347 * Clear environment, but keep the i18n ones,348 * note that this leaks memory so only use before exec349 * (keep LD_* if preserve_ld_vars is true)350 */351 void352 gdm_clearenv_no_lang (void)353 {354 int i;355 GList *li, *envs = NULL;356 357 for (i = 0; environ[i] != NULL; i++) {358 char *env = environ[i];359 if (strncmp (env, "LC_", 3) == 0 ||360 strncmp (env, "LANG", 4) == 0 ||361 strncmp (env, "LINGUAS", 7) == 0)362 envs = g_list_prepend (envs, g_strdup (env));363 if (preserve_ld_vars &&364 strncmp (env, "LD_", 3) == 0)365 envs = g_list_prepend (envs, g_strdup (env));366 }367 368 ve_clearenv ();369 370 for (li = envs; li != NULL; li = li->next) {371 putenv (li->data);372 }373 374 g_list_free (envs);375 }376 377 /*378 347 * Clear environment completely 379 348 * note that this leaks memory so only use before exec … … 1392 1361 gdm_fdgetc (int fd) 1393 1362 { 1394 char buf[1];1363 unsigned char buf[1]; 1395 1364 int bytes; 1396 1365 -
pkg/main/gdm/trunk/daemon/server.c
r135 r138 1256 1256 _exit (SERVER_ABORT); 1257 1257 } 1258 /* 1259 * When started as root, X will read $HOME/xorg.conf before files in /etc. As this isn't what users 1260 * expect from gdm starting up, we set $HOME to be /etc/X11. (an unset $HOME will cause the X server 1261 * to bail) The Debian X server will have this removed soon, and hopefully the change will go 1262 * upstream, at which point the original code will not cause user confusion. 1263 */ 1264 #if 0 1258 1265 if (pwent->pw_dir != NULL && 1259 1266 g_file_test (pwent->pw_dir, G_FILE_TEST_EXISTS)) … … 1261 1268 else 1262 1269 g_setenv ("HOME", "/", TRUE); /* Hack */ 1270 #endif 1271 g_setenv ("HOME", "/etc/X11", TRUE); 1263 1272 g_setenv ("SHELL", pwent->pw_shell, TRUE); 1264 1273 g_unsetenv ("MAIL"); -
pkg/main/gdm/trunk/daemon/slave.c
r135 r138 1751 1751 if ( ! ve_string_empty (display->theme_name)) 1752 1752 g_setenv ("GDM_GTK_THEME", display->theme_name, TRUE); 1753 g_unsetenv ("MAIL"); /* Unset $MAIL for broken shells */1754 1753 1755 1754 closelog (); … … 2476 2475 closelog (); 2477 2476 2478 gdm_close_all_descriptors (2 /* from */, -1 /* except */, -1 /* except2 */); 2479 2480 gdm_open_dev_null (O_RDWR); /* open stderr - fd 2 */ 2477 /* 2478 * Leave stderr open to the log 2479 */ 2480 gdm_close_all_descriptors (3 /* from */, -1 /* except */, -1 /* except2 */); 2481 2481 2482 2482 openlog ("gdm", LOG_PID, LOG_DAEMON); … … 2512 2512 GDM_GREETER_PROTOCOL_VERSION, TRUE); 2513 2513 g_setenv ("GDM_VERSION", VERSION, TRUE); 2514 g_unsetenv ("MAIL"); /* Unset $MAIL for broken shells */2515 2514 2516 2515 pwent = getpwnam (gdmuser); … … 2946 2945 2947 2946 VE_IGNORE_EINTR (close (0)); 2948 gdm_close_all_descriptors ( 2/* from */, -1 /* except */, -1 /* except2 */);2947 gdm_close_all_descriptors (3 /* from */, -1 /* except */, -1 /* except2 */); 2949 2948 2950 2949 gdm_open_dev_null (O_RDONLY); /* open stdin - fd 0 */ 2951 gdm_open_dev_null (O_RDWR); /* open stderr - fd 2 */2952 2950 2953 2951 openlog ("gdm", LOG_PID, LOG_DAEMON); … … 2979 2977 2980 2978 g_setenv ("GDM_VERSION", VERSION, TRUE); 2981 2982 g_unsetenv ("MAIL"); /* Unset $MAIL for broken shells */2983 2979 2984 2980 pwent = getpwnam (gdmuser); … … 3435 3431 g_setenv ("USERNAME", pwent->pw_name, TRUE); 3436 3432 g_setenv ("HOME", home_dir, TRUE); 3433 g_setenv ("PWD", home_dir, TRUE); 3437 3434 g_setenv ("GDMSESSION", session, TRUE); 3438 3435 g_setenv ("DESKTOP_SESSION", session, TRUE); 3439 3436 g_setenv ("SHELL", pwent->pw_shell, TRUE); 3440 g_unsetenv ("MAIL"); /* Unset $MAIL for broken shells */3441 3437 3442 3438 if (d->type == TYPE_STATIC) { … … 5300 5296 if ( ! ve_string_empty (d->theme_name)) 5301 5297 g_setenv ("GDM_GTK_THEME", d->theme_name, TRUE); 5302 g_unsetenv ("MAIL");5303 5298 argv = ve_split (script); 5304 5299 VE_IGNORE_EINTR (execv (argv[0], argv)); … … 5439 5434 if ( ! ve_string_empty (d->theme_name)) 5440 5435 g_setenv ("GDM_GTK_THEME", d->theme_name, TRUE); 5441 g_unsetenv ("MAIL");5442 5436 5443 5437 argv = ve_split (str->str); -
pkg/main/gdm/trunk/daemon/verify-pam.c
r135 r138 826 826 null_tok = 0; 827 827 828 /* start the timer for timed logins */ 829 if ( ! ve_string_empty (gdm_get_value_string (GDM_KEY_TIMED_LOGIN)) && 830 d->timed_login_ok && 831 (local || gdm_get_value_bool (GDM_KEY_ALLOW_REMOTE_AUTOLOGIN))) { 832 gdm_slave_greeter_ctl_no_ret (GDM_STARTTIMER, ""); 833 started_timer = TRUE; 834 } 835 828 /* don't start a time login if we've already entered a username */ 836 829 if (username != NULL) { 837 830 login = g_strdup (username); 838 831 gdm_slave_greeter_ctl_no_ret (GDM_SETLOGIN, login); 832 } else { 833 /* start the timer for timed logins */ 834 if ( ! ve_string_empty (gdm_get_value_string (GDM_KEY_TIMED_LOGIN)) && 835 d->timed_login_ok && 836 (local || gdm_get_value_bool (GDM_KEY_ALLOW_REMOTE_AUTOLOGIN))) { 837 gdm_slave_greeter_ctl_no_ret (GDM_STARTTIMER, ""); 838 started_timer = TRUE; 839 } 839 840 } 840 841 … … 1112 1113 gdm_slave_action_pending ()) { 1113 1114 /* I'm not sure yet if I should display this message for any other issues - heeten */ 1115 /* at least AUTHINFO_UNAVAIL -- it's what user unknown is! */ 1114 1116 if (pamerr == PAM_AUTH_ERR || 1115 pamerr == PAM_USER_UNKNOWN) { 1117 pamerr == PAM_USER_UNKNOWN || 1118 pamerr == PAM_AUTHINFO_UNAVAIL) { 1116 1119 gboolean is_capslock = FALSE; 1117 1120 const char *basemsg; -
pkg/main/gdm/trunk/docs/C/gdm.xml
r135 r138 1 1 <?xml version="1.0"?> 2 2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 3 " http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [3 "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd" [ 4 4 <!ENTITY legal SYSTEM "legal.xml"> 5 5 <!ENTITY version "2.15.1"> -
pkg/main/gdm/trunk/docs/Makefile.in
r135 r138 64 64 subdir = docs 65 65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 66 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 67 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 66 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 68 67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 69 68 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/de/Makefile.in
r135 r138 102 102 subdir = docs/de 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/es/Makefile.in
r135 r138 102 102 subdir = docs/es 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/fr/Makefile.in
r135 r138 102 102 subdir = docs/fr 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/gdm.1
r135 r138 39 39 For full documentation see the GNOME help browser 40 40 under the 41 .B GNOME / System41 .B Applications / System Tools 42 42 section. 43 43 .SH OPTIONS -
pkg/main/gdm/trunk/docs/it/Makefile.in
r135 r138 102 102 subdir = docs/it 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/ja/Makefile.in
r135 r138 102 102 subdir = docs/ja 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/ko/Makefile.in
r135 r138 102 102 subdir = docs/ko 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/zh_CN/Makefile.in
r135 r138 102 102 subdir = docs/zh_CN 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/zh_HK/Makefile.in
r135 r138 102 102 subdir = docs/zh_HK 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/docs/zh_TW/Makefile.in
r135 r138 102 102 subdir = docs/zh_TW 103 103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 104 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 105 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 104 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 106 105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 106 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/Makefile.am
r135 r138 120 120 $(GDKPIXBUF_LIBS) \ 121 121 $(top_builddir)/vicious-extensions/libviciousui-minimal.a \ 122 $(X_EXTRA_LIBS) \ 123 $(XINERAMA_LIBS) \ 124 $(X_LIBS) \ 125 -lX11 122 $(XINERAMA_LIBS) 126 123 127 124 # LIBGNOMEUI should be removed from gdmsetup at some point. … … 142 139 $(EXTRA_SETUP_LIBS) \ 143 140 $(LIBGNOMEUI_LIBS) \ 144 $(top_builddir)/vicious-extensions/libviciousui.a \ 145 $(X_LIBS) \ 146 -lXau \ 147 -lX11 141 $(top_builddir)/vicious-extensions/libviciousui.a 148 142 149 143 gdmphotosetup_LDADD = \ -
pkg/main/gdm/trunk/gui/Makefile.in
r135 r138 47 47 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 48 48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 49 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 50 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 51 50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 52 51 $(ACLOCAL_M4) … … 114 113 $(am__DEPENDENCIES_1) \ 115 114 $(top_builddir)/vicious-extensions/libviciousui-minimal.a \ 116 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \117 115 $(am__DEPENDENCIES_1) 118 116 am_gdmphotosetup_OBJECTS = gdmphotosetup.$(OBJEXT) … … 130 128 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 131 129 $(am__DEPENDENCIES_1) \ 132 $(top_builddir)/vicious-extensions/libviciousui.a \ 133 $(am__DEPENDENCIES_1) 130 $(top_builddir)/vicious-extensions/libviciousui.a 134 131 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 135 132 depcomp = $(SHELL) $(top_srcdir)/depcomp … … 521 518 $(GDKPIXBUF_LIBS) \ 522 519 $(top_builddir)/vicious-extensions/libviciousui-minimal.a \ 523 $(X_EXTRA_LIBS) \ 524 $(XINERAMA_LIBS) \ 525 $(X_LIBS) \ 526 -lX11 520 $(XINERAMA_LIBS) 527 521 528 522 … … 544 538 $(EXTRA_SETUP_LIBS) \ 545 539 $(LIBGNOMEUI_LIBS) \ 546 $(top_builddir)/vicious-extensions/libviciousui.a \ 547 $(X_LIBS) \ 548 -lXau \ 549 -lX11 540 $(top_builddir)/vicious-extensions/libviciousui.a 550 541 551 542 gdmphotosetup_LDADD = \ -
pkg/main/gdm/trunk/gui/faces/Makefile.in
r135 r138 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 43 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 44 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/gdmcommon.c
r135 r138 265 265 guint sid; 266 266 267 if ( ! ve_string_empty (g_getenv ("GDM_IS_LOCAL")) &&268 strncmp (ve_sure_string (g_getenv ("DISPLAY")), ":0", 2) == 0)269 return;270 271 267 sid = g_signal_lookup ("activate", 272 268 GTK_TYPE_MENU_ITEM); … … 307 303 EntryBlink *eb; 308 304 GtkSettings *settings; 309 310 if ( ! ve_string_empty (g_getenv ("GDM_IS_LOCAL")) &&311 strncmp (ve_sure_string (g_getenv ("DISPLAY")), ":0", 2) == 0)312 return;313 305 314 306 eb = g_new0 (EntryBlink, 1); -
pkg/main/gdm/trunk/gui/gdmlanguages.c
r135 r138 243 243 { 244 244 int i; 245 245 246 if (lang_names != NULL) 246 247 return; … … 469 470 GList *langs = NULL; 470 471 GHashTable *dupcheck; 471 gboolean got_english = FALSE;472 472 Language *language; 473 473 gboolean clean; … … 561 561 GINT_TO_POINTER (1)); 562 562 563 /* if we have an english locale */564 if (strncmp (lang, "en_", 3) == 0 ||565 strcmp (lang, "C") == 0)566 got_english = TRUE;567 568 563 g_strfreev (lang_list); 569 564 } … … 572 567 g_hash_table_destroy (dupcheck); 573 568 574 /* If we haven't found any english locale, add american 575 * english as that's as much of a fallback as we can get */ 576 if ( ! got_english) 577 langs = g_list_prepend (langs, g_strdup ("en_US")); 569 /* Ensure there is at least one English locale -- the one available 570 * on all systems, "C" */ 571 langs = g_list_prepend (langs, g_strdup ("C")); 578 572 579 573 curlocale = setlocale (LC_MESSAGES, NULL); -
pkg/main/gdm/trunk/gui/gdmsetup.desktop
r135 r138 144 144 ¥ç®¡çå¡ïŒ 145 145 TryExec=/usr/local/sbin/gdmsetup 146 Exec=g dmsetup146 Exec=gksu "sudo /usr/sbin/gdmsetup" 147 147 Icon=gdm-setup 148 148 StartupNotify=true -
pkg/main/gdm/trunk/gui/gdmsetup.desktop.in.in
r135 r138 5 5 _Comment=Configure the login window (GNOME Display Manager) 6 6 TryExec=@sbindir@/gdmsetup 7 Exec=g dmsetup7 Exec=gksu "sudo /usr/sbin/gdmsetup" 8 8 Icon=gdm-setup 9 9 StartupNotify=true -
pkg/main/gdm/trunk/gui/greeter/Makefile.am
r135 r138 86 86 $(GDKPIXBUF_LIBS) \ 87 87 $(GREETER_LIBS) \ 88 $(X_EXTRA_LIBS) \ 89 $(XINERAMA_LIBS) \ 90 $(X_LIBS) \ 91 -lX11 88 $(XINERAMA_LIBS) 92 89 93 90 EXTRA_DIST = \ -
pkg/main/gdm/trunk/gui/greeter/Makefile.in
r135 r138 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 45 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 46 $(ACLOCAL_M4) … … 65 64 gdmgreeter_DEPENDENCIES = \ 66 65 $(top_builddir)/vicious-extensions/libviciousui-minimal.a \ 67 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \68 66 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 69 67 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ … … 408 406 $(GDKPIXBUF_LIBS) \ 409 407 $(GREETER_LIBS) \ 410 $(X_EXTRA_LIBS) \ 411 $(XINERAMA_LIBS) \ 412 $(X_LIBS) \ 413 -lX11 408 $(XINERAMA_LIBS) 414 409 415 410 EXTRA_DIST = \ -
pkg/main/gdm/trunk/gui/greeter/greeter.c
r135 r138 93 93 } 94 94 95 /* If in random theme mode then grab a random theme from those selected */ 95 static char *get_theme_file (const char *in, char **theme_dir); 96 97 /* If in random theme mode then grab a random theme from those selected. 98 * If a theme doesn't exist, try the rest of the list from the randomly chosen 99 * position for one that does. 100 */ 96 101 static char * 97 102 get_random_theme () 98 103 { 99 104 char **vec; 100 char *themes_list; 101 char *theme; 105 char *themes_list; 106 char *theme = NULL; 107 char *dir; 102 108 int size; 103 int i; 109 int chosen; 110 int i; 104 111 105 112 themes_list = gdm_config_get_string (GDM_KEY_GRAPHICAL_THEMES); … … 116 123 117 124 /* Get Random Theme from list */ 118 srand (time (NULL)); 119 i = rand () % size; 120 theme = g_strdup (vec[i]); 125 srand ( time(NULL) ); 126 chosen = rand() % size; 127 128 /* Find a theme that exists */ 129 for (i = 0; i < size; i++) { 130 int j; 131 char *file; 132 133 j = (i + chosen >= size) ? i+chosen-size : i+chosen; 134 file = get_theme_file( vec[j], &dir ); 135 136 g_free(file); 137 if (g_file_test(dir, G_FILE_TEST_IS_DIR)) { 138 g_free(dir); 139 theme = g_strdup (vec[j]); 140 break; 141 } 142 g_free(dir); 143 } 144 121 145 g_strfreev (vec); 122 146 -
pkg/main/gdm/trunk/gui/greeter/themes/Makefile.in
r135 r138 39 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 40 40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 42 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43 42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 43 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/greeter/themes/circles/Makefile.in
r135 r138 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 43 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 44 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/greeter/themes/circles/circles.xml
r135 r138 85 85 </fixed> 86 86 </item> 87 <item type="button" id="ok_button">88 <pos anchor="n" x="50%" height="32" width="50%"/>89 <stock type="ok"/>90 </item>91 <item type="button" id="cancel_button">92 <pos anchor="n" x="50%" height="32" width="50%"/>93 <stock type="startagain"/>94 </item>95 87 <item type="label" id="pam-message"> 96 88 <pos anchor="n" x="50%"/> -
pkg/main/gdm/trunk/gui/greeter/themes/happygnome-list/Makefile.in
r135 r138 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 43 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 44 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/greeter/themes/happygnome-list/happygnome.xml
r135 r138 96 96 </fixed> 97 97 </item> 98 <item type="button" id="ok_button">99 <pos anchor="n" x="50%" height="32" width="50%"/>100 <stock type="ok"/>101 </item>102 <item type="button" id="cancel_button">103 <pos anchor="n" x="50%" height="32" width="50%"/>104 <stock type="startagain"/>105 </item>106 98 <item type="label" id="pam-message"> 107 99 <pos anchor="n" x="50%"/> -
pkg/main/gdm/trunk/gui/greeter/themes/happygnome/Makefile.in
r135 r138 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 43 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 44 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/gui/greeter/themes/happygnome/happygnome.xml
r135 r138 85 85 </fixed> 86 86 </item> 87 <item type="button" id="ok_button">88 <pos anchor="n" x="50%" height="32" width="50%"/>89 <stock type="ok"/>90 </item>91 <item type="button" id="cancel_button">92 <pos anchor="n" x="50%" height="32" width="50%"/>93 <stock type="startagain"/>94 </item>95 87 <item type="label" id="pam-message"> 96 88 <pos anchor="n" x="50%"/> -
pkg/main/gdm/trunk/gui/modules/Makefile.in
r135 r138 41 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 42 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 43 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 44 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 45 44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 45 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/ltmain.sh
r135 r138 44 44 PROGRAM=ltmain.sh 45 45 PACKAGE=libtool 46 VERSION= 1.5.2246 VERSION="1.5.22 Debian 1.5.22-4" 47 47 TIMESTAMP=" (1.1220.2.365 2005/12/18 22:14:06)" 48 48 … … 2083 2083 dlopen) libs="$dlfiles" ;; 2084 2084 dlpreopen) libs="$dlprefiles" ;; 2085 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; 2085 link) 2086 libs="$deplibs %DEPLIBS%" 2087 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" 2088 ;; 2086 2089 esac 2087 2090 fi … … 3201 3204 age="$number_minor" 3202 3205 revision="$number_minor" 3206 ;; 3207 *) 3208 $echo "$modename: unknown library version type \`$version_type'" 1>&2 3209 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 3210 exit $EXIT_FAILURE 3203 3211 ;; 3204 3212 esac -
pkg/main/gdm/trunk/pixmaps/16x16/Makefile.in
r135 r138 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 45 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 46 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/pixmaps/32x32/Makefile.in
r135 r138 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 45 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 46 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/pixmaps/48x48/Makefile.in
r135 r138 42 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 45 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 46 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 46 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/pixmaps/Makefile.in
r135 r138 40 40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 41 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 43 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 44 43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 44 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/po/fr.po
r135 r138 401 401 #, c-format 402 402 msgid "System is shutting down, please wait ..." 403 msgstr "Le systÚme est en train de s'arrêter, veuillez patiente z..."403 msgstr "Le systÚme est en train de s'arrêter, veuillez patienter..." 404 404 405 405 #: ../daemon/gdm.c:672 -
pkg/main/gdm/trunk/utils/Makefile.in
r135 r138 46 46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 47 47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 48 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 49 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 48 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 50 49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 51 50 $(ACLOCAL_M4) -
pkg/main/gdm/trunk/vicious-extensions/Makefile.in
r135 r138 43 43 COPYING.LIB ChangeLog 44 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \ 46 $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.ac 45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 47 46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 47 $(ACLOCAL_M4)
Note: See TracChangeset
for help on using the changeset viewer.


