Skip to content

Commit

Permalink
Unity-Gtk-Module: blacklist desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed May 10, 2017
1 parent 20878f7 commit 96676fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions unity-gtk-module/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
* Default list of apps which should not be patched.
* Use xprop | grep CLASS to find the name to use.
*/
static const char *const BLACKLIST[] = { "acroread", "emacs", "emacs23",
"emacs23-lucid", "emacs24", "emacs24-lucid",
"budgie-panel", "mate-panel", NULL };
static const char *const BLACKLIST[] = { "acroread", "emacs",
"emacs23", "emacs23-lucid",
"emacs24", "emacs24-lucid",
"budgie-panel", "mate-panel",
"desktop_window", NULL };

#define UNITY_GTK_MODULE_SCHEMA "org.valapanel.appmenu-gtk-module"
#define BLACKLIST_KEY "blacklist"
Expand Down

0 comments on commit 96676fb

Please sign in to comment.