diff options
author | Brian Cameron <Brian.Cameron@Sun.Com> | 2005-03-11 00:15:06 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-03-11 00:15:06 +0000 |
commit | 7be01d72274e1363569fdbfb3c6b33bda6412c21 (patch) | |
tree | 3fcfaeff0ae44bae9b85153f821e7a9e31ffe40d /acconfig.h | |
parent | 5a6d64f455c79660dfdd2265cb8568bcef5e2745 (diff) | |
download | gdm-7be01d72274e1363569fdbfb3c6b33bda6412c21.tar.gz |
Changed default face directory to EXPANDED_DATADIR/pixmaps/faces since
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.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ #undef EXPANDED_AUTHDIR #undef EXPANDED_DATADIR #undef EXPANDED_BINDIR -#undef EXPANDED_GDMCONFIGDIR #undef EXPANDED_LIBEXECDIR #undef EXPANDED_LIBDIR #undef EXPANDED_LOCALEDIR |