summaryrefslogtreecommitdiff
path: root/daemon/gdm.in
Commit message (Collapse)AuthorAgeFilesLines
* Reload i18n file automaticallyTakao Fujiwara2009-12-211-13/+0
| | | | | | This was fixed in gdm 2.20 by bug #384603. http://bugzilla.gnome.org/show_bug.cgi?id=599273
* Fix script so it works with Solaris /bin/sh.Brian Cameron2007-04-061-6/+13
| | | | | | | | 2007-04-06 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.in: Fix script so it works with Solaris /bin/sh. svn path=/trunk/; revision=4772
* Removed a C99 local variable definition that breaks the build with gccJulio M. Merino Vidal2006-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org> * daemon/xdmcp.c: Removed a C99 local variable definition that breaks the build with gcc 2.95 (e.g. under NetBSD 1.6). Fixes bug #336368. 2006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org> * daemon/gdmconfig.c, daemon/server.c: Include sys/resource.h, needed to use setpriority(2) and its associated definitions. Fixes the build under NetBSD, closing bug #336369. 2006-03-28 Julio M. Merino Vidal <jmmv@NetBSD.org> * Makefile.am, README.install, acconfig.h, configure.ac, gdmsetup-security.in, config/Makefile.am, config/Xsession.in, config/gdm.conf.in, daemon/Makefile.am, daemon/gdm.c, daemon/gdm.h, daemon/gdm.in, daemon/gdmconfig.c, daemon/misc.c, daemon/server.c, daemon/slave.c, docs/C/gdm.xml, gui/Makefile.am, gui/gdmphotosetup.c, gui/gdmsetup.c, gui/gdmsetup.desktop.in, gui/greeter/Makefile.am, gui/greeter/gdmthemetester.in, gui/greeter/greeter.c, gui/modules/Makefile.am: Get rid of all EXPANDED_* variables from the build procedure. Directory-related variables must only be expanded from the Makefiles so that they can be easily overriden during the installation phase. Fixes bug #336364.
* Changed default face directory to EXPANDED_DATADIR/pixmaps/faces sinceBrian Cameron2005-03-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Mar 10 17:50:00 2005 Brian Cameron <Brian.Cameron@Sun.Com> * daemon/gdm.h, config/gdm.conf.in: Changed default face directory to EXPANDED_DATADIR/pixmaps/faces since putting the faces subdirectory in pixmaps simply makes more sense. * Makefile.am, acconfig.h, configure.in, gdmsetup-security.in, daemon/Makefile.am, daemon/gdm.h, daemon/gdm.in, daemon/slave.c, gui/Makefile.am, gui/gdmsetup.c, gui/greeter/Makefile.am, gui/greeter/greeter.c: Changed the way GDM files are installed. Now all programs intended to be run by root are in EXPANDED_SBINDIR (gdm/gdm-binary/gdmsetup), all programs that are not intended to be run by end-users are in EXPANDED_LIBEXEC (gdmchooser/gdmgreeter/gdmlogin). Removed gdmconfig wrapper script and gdm Xnest symlink since they only serve to clutter the filesystem. I announced this change in the 2.6.0.8 release notes and will be bumping the next release to 2.6 because of this change and the change to the default face directory. * configure.in, gui/faces/*: Add default faces. Images provided by Jaap A. Haitsma. Refer to bugzilla bug #149838. * gui/gdmphotosetup.c: Now browser will look in the system face directory first, in EXPANDED_DATADIR/pixmaps if the default face directory does not exist. * config/Makefile.am: Changed name of Default to Init since that follows the naming standard used by the other scripts. Fixes bug 118278. * docs/C/gdm.xml: Updated docs with information about the changes in today's commits.
* Set default font size to Sans 12. Can make the default configurable ifBrian Cameron2005-03-041-0/+18
| | | | | | | | | | | | | | | | | | | | | Fri Mar 04 12:50:00 2005 Brian Cameron <Brian.Cameron@Sun.Com> * gui/greeter/greeter.c: Set default font size to Sans 12. Can make the default configurable if people want. * gui/greeter/greeter_greeter_canvas_item: Set name of password entry for more friendly a11y. * gui/gdmsetup.c: Mark "Remove Theme" for translation. * gui/gdmlanguages.c: Add zh_HK and remove <span> tags in language display since they were causing formatting problems for some users. * daemon/gdm.in: Ensure LC_MESSAGES is set so the user's default language can be displayed. * daemon/misc.c, daemon/xdmcp.c: Fix XDMCP for IPv6. Now properly handle IPv4 requests when received when the code is built with --enable-ipv6=true and fix IPv6 identification on Solaris. I believe IPv6 * configure.in: Fix --enable-ipv6 help line when you run "configure --help".
* use "." instead of "source" as I didn't realize that "source" is not onGeorge Lebl2002-07-131-1/+1
| | | | | | | Sat Jul 13 17:03:15 2002 George Lebl <jirka@5z.com> * daemon/gdm.in: use "." instead of "source" as I didn't realize that "source" is not on the freebsd /bin/sh
* source in /etc/profile if it exists. This way we really do get system wideGeorge Lebl2002-07-121-0/+2
| | | | | | | Fri Jul 12 14:17:54 2002 George Lebl <jirka@5z.com> * daemon/gdm.in: source in /etc/profile if it exists. This way we really do get system wide environment for gdm.
* if available include <sys/sockio.h>. Should fix first part of #86679George Lebl2002-07-091-0/+9
Mon Jul 08 20:01:23 2002 George Lebl <jirka@5z.com> * configure.in, acconfig.h, daemon/misc.c, gui/gdmchooser.c: if available include <sys/sockio.h>. Should fix first part of #86679 * gui/Makefile.am: link gdmsetup and gdmflexiserver with -lXau, should fix second part of #86679 * gui/gdmwm.c: Fix #86620, don't set up the wm stuff if the substructureredirect selection fails on the root window. * daemon/slave.c: don't clear the env for chooser, greeter and config. I suppose it was fairly foolish to do so anyway. Should fix #87387 partly * configure.in, daemon/gdm.in, daemon/Makefile.am: rename gdm to gdm-binary and install a new script called gdm which calls gdm-binary. This way the standard env is read in and other good stuff can happen. Should fix #87387 completely * gui/gdmchooser.c, gui/gdmlogin.c: properly center windows * gui/gdmchooser.c: don't die on every minor problem, and fix querying the interfaces * gui/gdmchooser.c, gui/gdmsetup.c: fix crashes and the event fixup function * gui/gdmchooser.glade: fix signal connections so that we can actually select some host