Merge lp:~cimi/overlay-scrollbar/commented-and-updated-blacklist into lp:overlay-scrollbar

Proposed by Andrea Cimitan
Status: Merged
Approved by: Ted Gould
Approved revision: 309
Merged at revision: 308
Proposed branch: lp:~cimi/overlay-scrollbar/commented-and-updated-blacklist
Merge into: lp:overlay-scrollbar
Diff against target: 58 lines (+20/-20)
1 file modified
os/os-utils.c (+20/-20)
To merge this branch: bzr merge lp:~cimi/overlay-scrollbar/commented-and-updated-blacklist
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+75021@code.launchpad.net

Description of the change

Apps removed: apport-gtk, codeblocks, codelite, update-manager. If codeblocks and codelite are now working (here they are), I think I should remove pgadmin3 from the blacklist as well.

To post a comment you must log in.
309. By Andrea Cimitan

Added link to qt bug

Revision history for this message
Ted Gould (ted) wrote :

Woot!

review: Approve
310. By Andrea Cimitan

Removed pgadmin3, assuming it is working

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'os/os-utils.c'
--- os/os-utils.c 2011-08-24 18:34:08 +0000
+++ os/os-utils.c 2011-09-12 18:43:14 +0000
@@ -33,26 +33,24 @@
33{33{
34 /* Black-list of program names retrieved with g_get_prgname(). */34 /* Black-list of program names retrieved with g_get_prgname(). */
35 static const gchar *blacklist[] = {35 static const gchar *blacklist[] = {
36 "apport-gtk",36 "eclipse", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/769277 */
37 "codeblocks",37 "emacs", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847940 */
38 "codelite",38 "emacs23", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847940 */
39 "eclipse",39 "firefox", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847922 */
40 "emacs",40 "firefox-bin", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847922 */
41 "emacs23",41 "firefox-trunk", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847922 */
42 "firefox",42 "gimp", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/803163 */
43 "firefox-bin",43 "gimp-2.6", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/803163 */
44 "firefox-trunk",44 "gimp-2.7", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/803163 */
45 "gimp",45 "gimp-2.8", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/803163 */
46 "gnucash",46 "gnucash", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770304 */
47 "gvim",47 "gvim", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847943 */
48 "pgadmin3",48 "soffice", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847918 */
49 "soffice",49 "synaptic", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/755238 */
50 "synaptic",50 "thunderbird-bin", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847929 */
51 "thunderbird-bin",51 "vinagre", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847932 */
52 "update-manager",52 "vmplayer", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770625 */
53 "vinagre",53 "vmware"/* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770625 */
54 "vmplayer",
55 "vmware"
56 };54 };
5755
58 GModule *module;56 GModule *module;
@@ -60,7 +58,9 @@
60 gint32 i;58 gint32 i;
61 const gint32 nr_programs = G_N_ELEMENTS (blacklist);59 const gint32 nr_programs = G_N_ELEMENTS (blacklist);
6260
61 /* Black-list of symbols. */
63 module = g_module_open (NULL, 0);62 module = g_module_open (NULL, 0);
63 /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847966 */
64 if (g_module_symbol (module, "qt_startup_hook", &func))64 if (g_module_symbol (module, "qt_startup_hook", &func))
65 {65 {
66 g_module_close (module);66 g_module_close (module);

Subscribers

People subscribed via source and target branches