paper-gtk-theme icon indicating copy to clipboard operation
paper-gtk-theme copied to clipboard

Theme causing weird white border around windows in some apps.

Open shreyasminocha opened this issue 9 years ago • 5 comments

I am running Paper Theme on Unity (I know it is a gtk theme but everything else works well) and the theme causes an ugly white border around some windows (Files app, Font viewer etc.) which is not visible when I use other themes. Is this a problem at your end or am I doing something wrong?

screenshot from 2016-01-20 14-40-14 screenshot from 2016-01-20 14-41-16

shreyasminocha avatar Jan 20 '16 09:01 shreyasminocha

@shreyasminocha I suspect this has something to do with client-side decoration, as seen in Numix theme #206 and #281.

ifreecell avatar Mar 15 '16 17:03 ifreecell

Well this is very strange.

snwh avatar Mar 16 '16 21:03 snwh

Which version of Ubuntu?

snwh avatar Mar 16 '16 21:03 snwh

I think this is connected with compiz and nautilus. All I figured out is that windows look ok after nautilus -q && nautilus -n command till next logout. After restart issue comes back.

Alabme avatar Jun 17 '16 11:06 Alabme

Hey. This is the same case like in: https://github.com/numixproject/numix-gtk-theme/issues/206 For me works fix in file /usr/share/themes/Paper/gtk-3.18/gtk.css:

 .solid-csd .window-frame {
    border-radius: 5px;
    margin: 0px;
    background-color: #f7f7f7;
    border: 0px solid #c9c9c9;
    box-shadow: none; 
}

Notice border-radius and margin properties.

@snwh consider to add fix to the repo.

Alabme avatar Jun 20 '16 14:06 Alabme