summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* color: Using pnp.ids parsing from gnome-desktopBastien Nocera2011-09-201-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659352
* color: Move the device registration functionality from gcm-session to the ↵Richard Hughes2011-06-111-0/+12
| | | | | | | | | | | | | | | | | | | color plugin We have to monitor X devices in the session as colord as a system daemon and is unable to access the per-session X screens and outputs without evil hacks. When a display output is added or changed we: * Register the display device with colord and add the required metadata entries * Create an auto-EDID profile based from the chromacity data in the EDID (if it does not already exist) * Check to see if it's the default device, and if so, set the _ICC_PROFILE atom * Make sure the default profile VCGT data for the device is loaded into X. When a display is removed we: * Unregister the device from colord.
* Install .desktop for gnome-settings-daemon in a standard autostartLucas Rocha2008-04-211-0/+50
| | | | | | | | | | | | | | | 2008-04-21 Lucas Rocha <lucasr@gnome.org> Install .desktop for gnome-settings-daemon in a standard autostart directory as required by new gnome-session (bug #526984). * configure.ac: expand $libexecdir to be used on .desktop file. * acinclude.m4: added new m4 macro (AS_AC_EXPAND) for expanding variables. * data/Makefile.am, data/gnome-settings-daemon.desktop.in.in: install g-s-d .desktop file. svn path=/trunk/; revision=315
* Bug #513246.Christian Persch2008-02-011-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-01 Christian Persch <chpe@gnome.org> Bug #513246. * acinclude.m4: * configure.ac: * plugins/a11y-keyboard/Makefile.am: * plugins/background/Makefile.am: * plugins/clipboard/Makefile.am: * plugins/default-editor/Makefile.am: * plugins/dummy/Makefile.am: * plugins/font/Makefile.am: * plugins/keybindings/Makefile.am: * plugins/keyboard/Makefile.am: * plugins/media-keys/Makefile.am: * plugins/media-keys/actions/Makefile.am: * plugins/mouse/Makefile.am: * plugins/screensaver/Makefile.am: * plugins/sound/Makefile.am: * plugins/typing-break/Makefile.am: * plugins/xrandr/Makefile.am: * plugins/xrdb/Makefile.am: * plugins/xsettings/Makefile.am: Use a flat directory instead of a directory hierarchy to install the plugins into. Install data files under $(pkgdatadir), not under $(libdir). * src/Makefile.am: * src/gnome-settings-plugins-engine.c: (gnome_settings_plugin_info_free), (gnome_settings_plugins_engine_load), (gnome_settings_plugins_engine_load_file), (gnome_settings_plugins_engine_load_dir): Don't scan the plugins directory recursively. Use GSlice for the plugin info struct. svn path=/trunk/; revision=92
* Initial checkin. Previously lived in gdm module.William Jon McCann2007-12-141-0/+130
2007-12-14 William Jon McCann <mccann@jhu.edu> * configure.ac, etc: Initial checkin. Previously lived in gdm module. svn path=/trunk/; revision=2