Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Gnome Shell 3.20.1 white bar on left of background #318

Open
smiffy6969 opened this issue Apr 23, 2016 · 10 comments
Open

Gnome Shell 3.20.1 white bar on left of background #318

smiffy6969 opened this issue Apr 23, 2016 · 10 comments

Comments

@smiffy6969
Copy link

smiffy6969 commented Apr 23, 2016

Hiya, First off, best theme for gnome shell by far.... love your work!

I have just installed ubuntu gnome 16.04 and update gnome-shell from stable to 3.20.1.....

The only real issue I am seeing is a thin, say 2px wide white bar down left of the background on desktop. It isn't there when dash is live, or when a window is maximized, only on background (even the notification drawer bottom left seems to skate over the top of it. as well as top panel).

Not a deal breaker just a bit annoying really. I assume it is a padding or margin or something similar.

Any chance you can point me in the right direction, If you can get me close to where it may be in the style files I should be able to find it.

thanks

Paul

@maxkoryukov
Copy link

@smiffy6969 JAKE)))

@smiffy6969
Copy link
Author

Jake is my hero!

@mspoehr
Copy link

mspoehr commented Apr 24, 2016

Can confirm. Have the same problem running gnome 3.20.1. When I disable desktop icons the line disappears... but that is only a band-aid.

@smiffy6969
Copy link
Author

Yes... disabling icons on desktop gets rid of it. Awesome.... for now.

@olegTarassov
Copy link

I can confirm that I have the same issue on Fedora 24, gnome 3.20.4.

issue number:
#415

@ghost
Copy link

ghost commented Feb 7, 2017

.paned,
paned {
...
  border-left-width: 1px; }

This seems to be the problem, removing it from gtk.css/gtk-dark.css should work

@ghost
Copy link

ghost commented Feb 17, 2017

Removed the line above from /usr/share/themes/Paper/gtk-3.20/gtk.css and when selecting paper gtk still shows on top thin white line.

Do i remove it from both gtk.css abd gt-dark.css even though I am not on dark theme?

@ghost
Copy link

ghost commented Feb 17, 2017

Sorry, I never noticed there was also a top line since I'm using Gnome with a opaque topbar right now. This did the trick:

searchbar,
.search-bar, .location-bar,
.inline-toolbar {
  background-color: transparent;
...
}

@ghost
Copy link

ghost commented Feb 19, 2017

I have the same issue in top bar, but the solution of background-color_ transparent doesent work :(

@iget-esoares
Copy link

iget-esoares commented May 18, 2018

The top bar fix mentioned by @xythrez didn't worked here too. The left one, did.

--- Edit ---
Actually, it did! There are two different places with same css selector, one at line 5625,
other at line 5780. Both must be changed to transparent in order to it work.

This fix really should be applied to the theme, since it will be override at every update.

Now with Ubuntu 18.04, this bug will appear many times.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants