After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665042 - systemMonitor shows one pixel at the bottom even when hidden
systemMonitor shows one pixel at the bottom even when hidden
Status: RESOLVED DUPLICATE of bug 663366
Product: gnome-shell
Classification: Core
Component: extensions
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 666339 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-28 13:25 UTC by Kamil Páral
Modified: 2011-12-16 04:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (38.63 KB, image/png)
2011-11-28 13:25 UTC, Kamil Páral
Details
desktop (143.37 KB, image/jpeg)
2011-12-04 10:17 UTC, Kamil Páral
Details
movie (673.26 KB, image/png)
2011-12-04 10:17 UTC, Kamil Páral
Details

Description Kamil Páral 2011-11-28 13:25:27 UTC
Created attachment 202290 [details]
screenshot

The systemMonitor extension shows two boxes at lower left corner. These boxes slide up in overview mode and slide down when not in overview mode. Unfortunately even when they slide down, they always leave one pixel visible from both boxes. See attached screenshot - it is a gedit (because it's light) placed in lower left screen corner. Zoom the picture and you'll see two one-pixel high lines at the bottom.

These one-pixel boxes are clickable and they pop-up gnome system monitor on click. So it's pretty easy to invoke gnome system monitor involuntarily when you need to click on something in lower left corner.

Besides, it's ugly (especially in web browser with white background, then it's pretty visible). Please fix.
Comment 1 Kamil Páral 2011-12-04 10:15:15 UTC
With the new version of System Monitor (from https://extensions.gnome.org/extension/9/systemmonitor/ ) the border is now gray instead of black. That's even worse for dark background and really disturbing when watching movies. See attachments.
Comment 2 Kamil Páral 2011-12-04 10:17:34 UTC
Created attachment 202742 [details]
desktop
Comment 3 Kamil Páral 2011-12-04 10:17:49 UTC
Created attachment 202743 [details]
movie
Comment 4 Kamil Páral 2011-12-05 19:03:49 UTC
I have identified the problem. In stylesheet.css there is:

    padding-top: 0px;

If you replace it with this:

    padding-top: 1px;

the problem is fixed.
Comment 5 Giovanni Campagna 2011-12-08 00:19:27 UTC
(In reply to comment #4)
> I have identified the problem. In stylesheet.css there is:
> 
>     padding-top: 0px;
> 
> If you replace it with this:
> 
>     padding-top: 1px;
> 
> the problem is fixed.

It is not a fix, rather it's a hack (but a clever one). The actual fix would be having the message tray completely hide itself, instead of keeping 1px onscreen.
Comment 6 Kamil Páral 2011-12-08 08:51:53 UTC
Should we change the component to 'message-tray' then?
Comment 7 Jasper St. Pierre (not reading bugmail) 2011-12-08 13:55:37 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > I have identified the problem. In stylesheet.css there is:
> > 
> >     padding-top: 0px;
> > 
> > If you replace it with this:
> > 
> >     padding-top: 1px;
> > 
> > the problem is fixed.
> 
> It is not a fix, rather it's a hack (but a clever one). The actual fix would be
> having the message tray completely hide itself, instead of keeping 1px
> onscreen.

rtcm fixed this.

http://git.gnome.org/browse/gnome-shell/commit/?id=0cbaeaefedef84d57b1c24be37927ac6c4837edf
Comment 8 Kamil Páral 2011-12-08 18:04:40 UTC
Fixed then.

*** This bug has been marked as a duplicate of bug 663366 ***
Comment 9 Florian Müllner 2011-12-16 04:06:58 UTC
*** Bug 666339 has been marked as a duplicate of this bug. ***