- 08 Nov, 2012 1 commit
-
-
Bastien Nocera authored
-
- 27 Oct, 2012 1 commit
-
-
Michael Biebl authored
We should check for have_gudev, not enable_gudev in this case.
-
- 12 Oct, 2012 1 commit
-
-
Matthias Clasen authored
This extra comma was causing the xsettings test to fail to link, because it was missing the X11 libs.
-
- 11 Oct, 2012 1 commit
-
-
Call notify_init() in test-plugin.h, so that the gsd-tst-* wrapper programs can use notifications just like the plugins can when running under the real daemon. https://bugzilla.gnome.org/show_bug.cgi?id=685936
-
- 08 Oct, 2012 1 commit
-
-
Bastien Nocera authored
-
- 25 Sep, 2012 1 commit
-
-
Bastien Nocera authored
-
- 21 Sep, 2012 1 commit
-
-
Bastien Nocera authored
Embarrassing...
-
- 12 Sep, 2012 1 commit
-
-
to version 0.6 as previous version would trigger bug 672917 https://bugzilla.gnome.org/show_bug.cgi?id=672917
-
- 04 Sep, 2012 1 commit
-
-
Bastien Nocera authored
-
- 21 Aug, 2012 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
To a released version.
-
- 20 Aug, 2012 3 commits
-
-
Richard Hughes authored
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=682259
-
Bastien Nocera authored
-
Rui Matos authored
The new 'xkb-options' key contains a list of XKB options to apply together with XKB layouts and variants. https://bugzilla.gnome.org/show_bug.cgi?id=679075
-
- 17 Aug, 2012 1 commit
-
-
Bastien Nocera authored
Before using it.
-
- 08 Aug, 2012 3 commits
-
-
Bastien Nocera authored
-
Colin Walters authored
1) For embedded systems, it makes no sense to include documentation of this kind on each image. So we might as well not even build it. 2) For people bootstrapping systems from source code, documentation is the source of many cyclical build loops. Allowing it to be disabled helps cut these loops. 3) The Docbook stylesheets are distributed as Zip files, and I refuse to put that bullshit into my build system.
-
Matthias Clasen authored
The main purpose of this man page is to document how gnome-settings-daemon gets started and to give some hints about debugging problems with it. https://bugzilla.gnome.org/show_bug.cgi?id=680600
-
- 27 Jul, 2012 1 commit
-
-
Rico Tzschichholz authored
-
- 17 Jul, 2012 1 commit
-
-
Bastien Nocera authored
-
- 13 Jul, 2012 1 commit
-
-
Rui Matos authored
We connect to IBus and tell it to switch engine when the current input source setting is changed and an IBus engine is specified there. If an IBus engine is specified, we flip the setting that backs the Gtk/IMModule XSETTING so that GTK+ applications get notified to load the IBus input method when needed and go back to the simple input method when IBus isn't required. The ibus-daemon claims a well known name in the session bus but doesn't ship a .service file to make it activatable so we ship one ourselves which will spawn it in a convenient way for us. In particular, we disable its 'panel' component since that functionality is provided by gnome-shell and would conflict at run time. We also tell it to replace an existing ibus-daemon since traditionally it would be spawned at session init time before even DBus was up and out of control of gnome-session so, in case that happens, our own spawned version will take place which is what we intend since the traditionally launched ibus-daemon is highly likely to be running with its 'panel' component enabled. https://bugzilla.gnome.org/show_bug.cgi?id=676102
-
- 02 Jul, 2012 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 25 Jun, 2012 1 commit
-
-
Bastien Nocera authored
-
- 20 Jun, 2012 1 commit
-
-
Bastien Nocera authored
Needed for gnome_rr_output_get_ids_from_edid()
-
- 15 Jun, 2012 5 commits
-
-
We should check for have_gudev, not enable_gudev in this case. https://bugzilla.gnome.org/show_bug.cgi?id=676407
-
Using the same name for the result of the pkg-config check and the define is confusing. So use lower case have_gudev for the pkg-config check and HAVE_GUDEV for AC_DEFINE/AM_CONDITIONAL.
-
Bastien Nocera authored
-
Bastien Nocera authored
To trim the link list.
-
-
- 14 Jun, 2012 1 commit
-
-
Bastien Nocera authored
-
- 11 Jun, 2012 1 commit
-
-
Bastien Nocera authored
-
- 05 Jun, 2012 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 01 Jun, 2012 2 commits
-
-
Rui Matos authored
Under some configurations test-keyboard would fail to link with /bin/ld: test_keyboard-gsd-keyboard-manager.o: undefined reference to symbol 'XkbRF_Load'
-
libgnomekbd/xklavier aren't a good fit to have the keyboard input story that we want since they rely on implementation details of the XKB protocol to provide users with a means to switch keyboard layouts. Of note here is a) their reliance on XKB groups, of which there can be only up to 4, to specify the layouts the user is able to switch between and b) their reliance on XKB options to specify the keybinding to switch layouts which is a restricted set and falls outside the regular GNOME desktop wide keybindings management as it's implemented entirely on the X server side. This commit introduces the use of a shared GSettings schema from gsettings-desktop-schemas which will be the storage for our new concept of "input sources". We only handle XKB layouts as input sources for now. We do it using roughly the same method that setxkbmap(1) uses which should allow the users that want to specify their own XKB features (except layout) to still do so outside of GNOME (e.g. in a session startup script). https://bugzilla.gnome.org/show_bug.cgi?id=676102
-
- 25 May, 2012 1 commit
-
-
Bastien Nocera authored
As it's necessary for Wacom support.
-
- 17 May, 2012 2 commits
-
-
wacom requires udev which is only available on Linux. https://bugzilla.gnome.org/show_bug.cgi?id=674935
-
To match the same API change in libwacom 0.5 (libwacom commit 715ac982) https://bugzilla.gnome.org/show_bug.cgi?id=675872
-