- 10 Oct, 2016 2 commits
-
-
Bastien Nocera authored
gnome-settings-daemon has been split up into separate daemons, which means we'll need to invoke those separately. See https://bugzilla.gnome.org/show_bug.cgi?id=772370 https://bugzilla.gnome.org/show_bug.cgi?id=772408
-
Bastien Nocera authored
It is already done in the wrapper script, and needs to stay there. See https://bugzilla.gnome.org/show_bug.cgi?id=756324 See https://bugzilla.gnome.org/show_bug.cgi?id=766176 https://bugzilla.gnome.org/show_bug.cgi?id=772562
-
- 04 Oct, 2016 1 commit
-
-
- 22 Sep, 2016 1 commit
-
-
- 20 Sep, 2016 1 commit
-
-
Michael Catanzaro authored
e83da6fb introduced a regression where clicking cancel on the power off dialog causes the dialog to reopen itself in case any JIT inhibitor has been taken, since the inhibitors are removed here and removing the inhibitor causing the dialog to reopen to support functionality that was removed from gnome-shell three years ago. To fix this, set the manager phase to running before removing the inhibitors to ensure the power off dialog does not reopen. https://bugzilla.gnome.org/show_bug.cgi?id=728151
-
- 19 Sep, 2016 3 commits
-
-
Inaki Larranaga Murgoitio authored
-
Ray Strode authored
-
Ray Strode authored
-
- 18 Sep, 2016 1 commit
-
-
David King authored
-
- 12 Sep, 2016 2 commits
-
-
Ask Hjorth Larsen authored
-
Administrator authored
(cherry picked from commit 92772626)
-
- 09 Sep, 2016 1 commit
-
-
Arash Mousavi authored
-
- 07 Sep, 2016 1 commit
-
-
Trần Ngọc Quân authored
Signed-off-by:
Trần Ngọc Quân <vnwildman@gmail.com>
-
- 04 Sep, 2016 1 commit
-
-
- 03 Sep, 2016 1 commit
-
-
- 02 Sep, 2016 2 commits
-
-
- 25 Aug, 2016 1 commit
-
-
Ray Strode authored
Apparently dash doesn't support >& and some people use dash. This commit changes it to the more wordy form > ... 2>&1 . https://bugzilla.gnome.org/show_bug.cgi?id=770363
-
- 22 Aug, 2016 2 commits
-
-
- 18 Aug, 2016 5 commits
-
-
Piotr Drąg authored
-
Ray Strode authored
-
Ray Strode authored
-
Ting-Wei Lan authored
This feature is the same as gnome.fallback kernel argument on Linux. FreeBSD users can force the check result of gl-helper to be accelerated or non-accelerated by setting gnome.fallback kernel environment variable with the bootloader or kenv system call. https://bugzilla.gnome.org/show_bug.cgi?id=765491
-
Gunnar Hjalmarsson authored
To give a user the option to use some other input method framework but IBus, gnome-session should not override the QT_IM_MODULE and XMODIFIERS environment variables if they are already set. The desired approach has been implemented in gnome-settings-daemon: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=21a16d25d981f3ce34b764dbc8005dbf8edfbe97 It would be consistent to change gnome-session in a similar way.
-
- 16 Aug, 2016 1 commit
-
-
Dominique Leuenberger authored
dbus-update-activation-environment was introduced with dbus 1.10.4 gnome-session by itself does not depend on any specific version of dbus at all - but on dbus-glib-1 (DBUS_GLIB_REQUIRED=0.76) The latest version of dbus-glib (ver 106) requires dbus-1 1.8: it is thus a valid setup to run not have dbus-update-activation-environment on the system. Warning the user about its absence is alerting users for not reason.
-
- 12 Aug, 2016 1 commit
-
-
- 04 Aug, 2016 1 commit
-
-
- 03 Aug, 2016 2 commits
-
-
Aurimas Černius authored
-
-
- 02 Aug, 2016 1 commit
-
-
- 23 Jul, 2016 1 commit
-
-
- 22 Jul, 2016 3 commits
-
-
Ray Strode authored
-
Ray Strode authored
-
Hanno Böck authored
I have discovered a heap overflow with the help of an address sanitizer. The require_dbus_session() function has this code: new_argv = g_malloc (argc + 3 * sizeof (*argv)); The intention is to allocate space for (argc + 3) pointers. However obviously a parenthesis is missing, therefore only argc bytes + 3 * pointer size gets allocated, which is insufficient space. This leads to invalid memory writes. The fix is trivial: Parentheses around argc + 3. https://bugzilla.gnome.org/show_bug.cgi?id=768441
-
- 21 Jul, 2016 1 commit
-
-
Piotr Drąg authored
Future versions of gettext will fail if this header is missing.
-
- 01 Jul, 2016 2 commits
-
-
-
Since the renderer string is now used to display the graphics label in gnome-control-center, we need to make sure it gets set even if software rendering is in use, else we wind up showing an empty string to the user. https://bugzilla.gnome.org/show_bug.cgi?id=768292
-
- 30 Jun, 2016 2 commits
-
-
-
Cosimo Cecchi authored
This tool does not exist anymore. https://bugzilla.gnome.org/show_bug.cgi?id=766836
-