aboutsummarylogtreecommitdiffstats
path: root/fixes__xfce-inhibit-errors.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2018-09-22 02:25:18 +0200
committerTomasz Gąsior2018-09-22 02:25:18 +0200
commitc5f1b69b1d37a2723b043727965e65a1e7e42d01 (patch)
tree7349a6d884e5220483492482f93157dd10bc0ca3 /fixes__xfce-inhibit-errors.patch
parentf6df2454a5e6ce2b5bc73d62b747edb5776d002a (diff)
downloadaur-c5f1b69b1d37a2723b043727965e65a1e7e42d01.tar.gz
Patchset update.
- Update places sidebar patch: add "Networks" button as replacement of "Other locations" functionality. - Introduce patch for tray icons problems in Awesome and i3wm. - Add small patch for hiding XFCE errors about "inhibit" method.
Diffstat (limited to 'fixes__xfce-inhibit-errors.patch')
-rw-r--r--fixes__xfce-inhibit-errors.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixes__xfce-inhibit-errors.patch b/fixes__xfce-inhibit-errors.patch
new file mode 100644
index 000000000000..fc086a97f55a
--- /dev/null
+++ b/fixes__xfce-inhibit-errors.patch
@@ -0,0 +1,16 @@
+diff --color -U 5 -r -Z -B ./org/gtk/gtkapplication-dbus.c ./mod/gtk/gtkapplication-dbus.c
+--- ./org/gtk/gtkapplication-dbus.c 2018-09-14 05:32:45.000000000 +0200
++++ ./mod/gtk/gtkapplication-dbus.c 2018-09-22 00:05:37.731044507 +0200
+@@ -644,11 +644,11 @@
+ return cookie;
+ }
+
+ if (error)
+ {
+- if (!warned)
++ if (FALSE)
+ {
+ g_warning ("Calling %s.Inhibit failed: %s",
+ g_dbus_proxy_get_interface_name (dbus->sm_proxy),
+ error->message);
+ warned = TRUE;