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 692495 - Background image select button is below screen bottom on small screen
Background image select button is below screen bottom on small screen
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Background
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
3.10
: 689553 706919 719374 727308 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-01-25 01:36 UTC by Faizal Luthfi
Modified: 2014-06-16 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
select button is below the screen bottom (412.92 KB, image/png)
2013-01-25 01:36 UTC, Faizal Luthfi
  Details
background: Unbreak the test program (1.25 KB, patch)
2014-06-16 13:16 UTC, Debarshi Ray
committed Details | Review

Description Faizal Luthfi 2013-01-25 01:36:18 UTC
Created attachment 234360 [details]
select button is below the screen bottom

Background image select button is below screen bottom on small screen
Comment 1 Andrea Antolini 2013-01-26 14:12:19 UTC
confirmed issue on acer Aspire 1410 (resolution is 1024x600) 

Ok I know there are other ways to set a picture as wallpaper.. :-) , but the "standard" should be usable also with  low screen resolutions

Cheers
Andrea
Comment 2 Bastien Nocera 2013-01-27 13:15:12 UTC
This code is supposed to make the chooser smaller than the control-center shell:
http://git.gnome.org/browse/gnome-control-center/tree/panels/background/cc-background-chooser-dialog.c?h=gnome-3-6#n90
Comment 3 Bastien Nocera 2013-01-27 13:23:42 UTC
But then, it does that:
http://git.gnome.org/browse/gnome-control-center/tree/panels/background/cc-background-chooser-dialog.c?h=gnome-3-6#n259

I think we should check if the parent is maximised, and then maximise this window as well so the majority of the screen is taken up by the background selection.
Comment 4 Bastien Nocera 2013-04-26 10:53:49 UTC
*** Bug 689553 has been marked as a duplicate of this bug. ***
Comment 5 Bastien Nocera 2013-09-05 17:48:59 UTC
*** Bug 706919 has been marked as a duplicate of this bug. ***
Comment 6 Bastien Nocera 2013-11-27 08:54:46 UTC
*** Bug 719374 has been marked as a duplicate of this bug. ***
Comment 7 Bastien Nocera 2014-04-14 09:18:51 UTC
*** Bug 727308 has been marked as a duplicate of this bug. ***
Comment 8 Bastien Nocera 2014-04-14 09:35:30 UTC
commit 130dd418b83a98c2f42343ef56862488daf2509c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 14 11:33:01 2014 +0200

    background: Make whole dialog visible on small screens
    
    When using a small screen, make sure that the whole of the dialogue
    is visible, including the confirmation buttons. This means that the
    dialogue will be maximised when on smaller screens (just like its
    parent), and that we won't set a number of columns for the icon
    view.
    
    We will also stop making the dialogue much bigger than the
    Settings window itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692495
Comment 9 Debarshi Ray 2014-06-16 13:15:57 UTC
(In reply to comment #8)
> commit 130dd418b83a98c2f42343ef56862488daf2509c
> Author: Bastien Nocera <hadess@hadess.net>
> Date:   Mon Apr 14 11:33:01 2014 +0200
> 
>     background: Make whole dialog visible on small screens

Unfortunately, this broke the test program.
Comment 10 Debarshi Ray 2014-06-16 13:16:39 UTC
Created attachment 278538 [details] [review]
background: Unbreak the test program
Comment 11 Bastien Nocera 2014-06-16 13:21:46 UTC
Review of attachment 278538 [details] [review]:

Fine by me.