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 723833 - Strong shadows in Lo(gin)ckscreen
Strong shadows in Lo(gin)ckscreen
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
3.10.x
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-07 10:45 UTC by Reda Lazri
Modified: 2014-02-07 16:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (129.67 KB, image/png)
2014-02-07 10:47 UTC, Reda Lazri
  Details
Fix username's shadow (1.10 KB, patch)
2014-02-07 13:37 UTC, Reda Lazri
committed Details | Review
After (141.22 KB, image/png)
2014-02-07 13:40 UTC, Reda Lazri
  Details

Description Reda Lazri 2014-02-07 10:45:34 UTC
This was bothering me for a while. I think that the shadows under the username and inside the field (it looks a lot worse when the field is selected, taking a screensshot deselcts it unfortunately) are a little bit too strong.
Comment 1 Reda Lazri 2014-02-07 10:47:05 UTC
Created attachment 268391 [details]
screenshot
Comment 2 Allan Day 2014-02-07 10:49:48 UTC
Probably correct. What to try a theme patch? Should be pretty simple.
Comment 3 Reda Lazri 2014-02-07 10:54:58 UTC
Okay, on it.
Comment 4 Reda Lazri 2014-02-07 13:37:24 UTC
Created attachment 268408 [details] [review]
Fix username's shadow
Comment 5 Reda Lazri 2014-02-07 13:39:27 UTC
But it seems like I have found a problem (not sure since I can't inspect and didn't restart GDM) but there is not shadow for the username in the Login screen. and the user list item has the same intense shadow but there is no way I could find to control it!
Comment 6 Reda Lazri 2014-02-07 13:40:26 UTC
Created attachment 268409 [details]
After
Comment 7 Florian Müllner 2014-02-07 13:42:48 UTC
Review of attachment 268408 [details] [review]:

"fix" is a strong word for something that's not technically broken (there *is* a shadow after all, it's just being adjusted to look nicer), but OK ...

Good to go after design team blessing.

::: data/theme/gnome-shell.css
@@ +2504,3 @@
 }
 
 .user-widget-label {

There's no point in leaving the empty selector around.
Comment 8 Reda Lazri 2014-02-07 13:46:44 UTC
@Florian the _look_ looks broken though. :P
Comment 9 Reda Lazri 2014-02-07 13:51:47 UTC
Slightly off topic, Allan, maybe an "every detail matters" goal for the shadows in the theme? The text fields as well as the sub-menus all have strong-ish shadow that doesn't look great. :\
Comment 10 Allan Day 2014-02-07 16:13:15 UTC
(In reply to comment #6)
> Created an attachment (id=268409) [details]
> After

LGTM

(In reply to comment #9)
> Slightly off topic, Allan, maybe an "every detail matters" goal for the shadows
> in the theme? The text fields as well as the sub-menus all have strong-ish
> shadow that doesn't look great. :\

I'd be happy to take patches for those! :)
Comment 11 Florian Müllner 2014-02-07 16:17:46 UTC
(In reply to comment #10)
> (In reply to comment #6)
> > Created an attachment (id=268409) [details] [details]
> > After
> 
> LGTM

... which makes the patch accepted-commit-new - do you have push access?
Comment 12 Allan Day 2014-02-07 16:23:18 UTC
Comment on attachment 268408 [details] [review]
Fix username's shadow

Pushed: https://git.gnome.org/browse/gnome-shell/commit/?id=92ae26bb9fd6136bc14a38814a84efdbe5d2c516

Thanks Reda!