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 420610 - gdm greeter could allow optionally excluding certain elements if screen resolution is too small
gdm greeter could allow optionally excluding certain elements if screen resol...
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-20 17:03 UTC by Ray Strode [halfline]
Modified: 2007-03-21 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add min-screen-width and min-screen-height attributes to <show/> tag (2.94 KB, patch)
2007-03-20 17:06 UTC, Ray Strode [halfline]
none Details | Review

Description Ray Strode [halfline] 2007-03-20 17:03:27 UTC
The Fedora Core 7 theme will have some optional decorations and features in it that don't work well at low resolutions.

It would be good if the theme could elect to exclude those optional pieces if the screen dimensions are below a certain size.
Comment 1 Ray Strode [halfline] 2007-03-20 17:06:33 UTC
Created attachment 84987 [details] [review]
add min-screen-width and min-screen-height attributes to <show/> tag

The above patch seems to make things degenerate fairly well with the fc7 theme.

The way it works is I add
<show min-screen-height="768"/> 
to various parts of the theme and then they are just hidden at lower resolutions.
Comment 2 Brian Cameron 2007-03-21 08:42:31 UTC
Neat patch.  Committed to head.