Merge lp:~larsu/overlay-scrollbar/blacklist-gnome-boxes into lp:overlay-scrollbar

Proposed by Lars Karlitski
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 390
Merged at revision: 390
Proposed branch: lp:~larsu/overlay-scrollbar/blacklist-gnome-boxes
Merge into: lp:overlay-scrollbar
Diff against target: 13 lines (+2/-1)
1 file modified
os/os-scrollbar.c (+2/-1)
To merge this branch: bzr merge lp:~larsu/overlay-scrollbar/blacklist-gnome-boxes
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Ayatana Scrollbar Team Pending
Review via email: mp+251566@code.launchpad.net

Commit message

Add gnome-boxes to the blacklist

It has many transparent backgrounds when using it with overlay-scrollbars which cannot seem to be overriden in the theme.

Description of the change

Add gnome-boxes to the blacklist

It has many transparent backgrounds when using it with overlay-scrollbars which cannot seem to be overriden in the theme.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

it's indeed better

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'os/os-scrollbar.c'
2--- os/os-scrollbar.c 2015-01-29 15:39:29 +0000
3+++ os/os-scrollbar.c 2015-03-03 08:58:42 +0000
4@@ -4080,7 +4080,8 @@
5 "synaptic", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/755238 */
6 "vinagre", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847932 */
7 "vmplayer", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770625 */
8- "vmware"/* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770625 */
9+ "vmware", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/770625 */
10+ "gnome-boxes"
11 };
12 static const gchar *blacklist_prefix[] = {
13 "emacs", /* https://bugs.launchpad.net/ayatana-scrollbar/+bug/847940 */

Subscribers

People subscribed via source and target branches