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 712260 - Cannot fit window contents on screen.
Cannot fit window contents on screen.
Status: RESOLVED DUPLICATE of bug 704149
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-14 00:51 UTC by Michael Heyns
Modified: 2013-11-26 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GNOME3 does not fit in my netbook screen (493.21 KB, image/png)
2013-11-26 17:30 UTC, Camaleón
Details

Description Michael Heyns 2013-11-14 00:51:03 UTC
There is a slight problem with design of the application window. I believe there may be a minimum height set. The Tweak Tool does not fit on netbook displays. Of course, <super>+move is a workaround. I just thought this may be worth mentioning as a minor detail that could be smoothed out.
Comment 1 André Klapper 2013-11-14 09:13:31 UTC
Please provide the pixel height of your screen.
Comment 2 Michael Heyns 2013-11-18 00:01:25 UTC
1024x600
-Samsung N120
-Lenovo Ideapad S10-3T
-HP mini
-Sony Vaio

All netbooks. Tweak-tool isn't used by the students, so it's not a crippling problem. Just an observation.
Comment 3 Camaleón 2013-11-26 17:29:16 UTC
Same situation here with my netbook (HP Compaq Mini CQ10, 10.1", 1024x600) on Debian testing (now Jessie) and GNOME 3.8. 

GNOME3 simply does not fit in my screen, I cannot even change the desktop background (see attached image), the environment is pretty useless right now.
Comment 4 Camaleón 2013-11-26 17:30:08 UTC
Created attachment 262886 [details]
GNOME3 does not fit in my netbook screen
Comment 5 Carlos 2013-11-26 17:56:25 UTC
This can be fixed if you change the requested height in the tweakview.py file, line 49:

        self._main_window.set_size_request(740, 636)

To something like:

        self._main_window.set_size_request(740, 436)


But ideally, the user should be able to just resize the window, there's no reason to keep it fixed.
Comment 6 John Stowers 2013-11-26 18:11:56 UTC
> But ideally, the user should be able to just resize the window, there's no
> reason to keep it fixed.

Not true.

Anyway, duplicate and fixed. It is resiable in master.

Debian can pick the patch if they want, or you are welcome to pick the best arbitrary fixed size for all computers and submit that patch to Debian.

*** This bug has been marked as a duplicate of bug 704149 ***
Comment 7 Camaleón 2013-11-26 18:25:24 UTC
John, this problem is also present in several places in GNOME3 windows, not just gnome-tweak-tool. Does the patch fix all the window size issues?
Comment 8 John Stowers 2013-11-26 18:27:58 UTC
(In reply to comment #7)
> John, this problem is also present in several places in GNOME3 windows, not
> just gnome-tweak-tool. Does the patch fix all the window size issues?

Nope.

Please re-open specific bugs against specific products, or you might want to talk to the designers on #gnome-design.
Comment 9 Camaleón 2013-11-26 18:40:51 UTC
This a global issue affecting more than one package so GNOME design team should be the place to go because opening a bug report for every single package that shows the same problem will take me a life :-)
Comment 10 André Klapper 2013-11-26 18:58:37 UTC
Bugs in a specific codebase of a project need to be filed against that specific project in Bugzilla. Drop a list here (with steps to reproduc for each one), if it takes you too much time.

And no, the user should not be able to just resize the window, instead the application should never require to be resized. But this is offtopic for this specific bug report for this specific application, as it is a meta-topic.