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 700022 - app no longer fits half maximized
app no longer fits half maximized
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
: 721075 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-05-09 15:19 UTC by William Jon McCann
Modified: 2014-04-17 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Request half-screen size, the app now fits half maximized tile mode (817 bytes, patch)
2013-06-21 20:08 UTC, Vadim Rutkovsky
none Details | Review
Request half-screen size, the app now fits half maximized tile mode (2.69 KB, patch)
2013-06-21 21:42 UTC, Vadim Rutkovsky
needs-work Details | Review
Gnome Music doesnt fit my netbook screen in height (397.06 KB, image/png)
2014-02-13 22:52 UTC, Eduard Gotwig
  Details

Description William Jon McCann 2013-05-09 15:19:14 UTC
I have a 1366 px wide display and the app no longer fits in half-maximized tile mode. I don't really see any reason why it shouldn't.
Comment 1 Allan Day 2013-05-10 10:48:38 UTC
This might be because we set the minimum width to around 880px. In retrospect that should probably be a width request for the initial size rather than a minimum width.
Comment 2 Seif Lotfy 2013-05-10 12:10:43 UTC
I created a new windowsize branch, please test it. Problem is that per default we need more than 700 px in width, so I took the liberty to do some changes in that branch. Please try it
Comment 3 Vadim Rutkovsky 2013-06-21 20:08:12 UTC
Created attachment 247491 [details] [review]
Request half-screen size, the app now fits half maximized tile mode
Comment 4 Vadim Rutkovsky 2013-06-21 21:42:12 UTC
Created attachment 247494 [details] [review]
Request half-screen size, the app now fits half maximized tile mode

https://bugzilla.gnome.org/show_bug.cgi?id=700022

https://bugzilla.gnome.org/show_bug.cgi?id=700776
Comment 5 Fabiano Fidêncio 2013-06-25 23:41:10 UTC
Please, push it!
Comment 6 Vadim Rutkovsky 2013-06-26 09:03:31 UTC
Review of attachment 247494 [details] [review]:

Looks oversized on multi-monitor configurations
Comment 7 Arnel Borja 2013-08-19 02:32:18 UTC
I think the problem here is that Albums view requires a width of 887px and a height 640px. It should have a scrolled window, and maybe make the album art in Albums view resizable (the view that shows up after selecting an album in Albums view is what I mean, which has a fixed size of 256x256 px).

In my netbook, I can't maximize the window because of these hard limits - in particular the minimum limit for the height is 640px while my screen height is about 600px minus the GNOME Shell bar at the top.
Comment 8 Vadim Rutkovsky 2014-01-01 20:27:13 UTC
*** Bug 721075 has been marked as a duplicate of this bug. ***
Comment 9 Eduard Gotwig 2014-02-13 22:52:15 UTC
Created attachment 269082 [details]
Gnome Music doesnt fit my netbook screen in height

I hope this finally "confirms" the bug report.

Copyright for the cover goes to the woman I guess...
Comment 10 Vadim Rutkovsky 2014-02-17 11:18:40 UTC
Fixed in https://git.gnome.org/browse/gnome-music/commit/?id=541e2eb
Comment 11 Eduard Gotwig 2014-02-23 23:54:05 UTC
For the main view, at the start of the application, it is fixed now.

However, certain other views play an important role for the user, as example the view when the play widget at the bottom comes up, the album view, and probably others.
Comment 12 Eduard Gotwig 2014-02-23 23:58:50 UTC
Steps to reproduce:

Requirements: make sure you have a small screen (1024x600), or monitor the x and y coordinates in dconf-editor, to make sure the window always is below the size of ½ of 1024x600, so it fits half maxmized, what would be in this case 512x300

1. Open the application
2. Browse a song, or a music artist:

Issue: the window is already too large,

3. Play a song:
The play widget appears at the bottom of the screen, the window doesnt fit in height, not even if its dragged under the top panel.

Issue: The play widget at the bottom is uncontrollable, as the height is bigger than 600 px.
Comment 13 Vadim Rutkovsky 2014-02-24 10:02:25 UTC
Yes, fullscreen / size is still unstable and need some further fixes
Comment 14 Eduard Gotwig 2014-03-11 23:25:26 UTC
Will the required changes/fixes appear in the GNOME 3.12 GNOME MUSIC release?
Comment 15 Vadim Rutkovsky 2014-04-17 17:47:13 UTC
(In reply to comment #12)
> Issue: The play widget at the bottom is uncontrollable, as the height is bigger
> than 600 px.

Opened https://bugzilla.gnome.org/show_bug.cgi?id=728450 for that particular issue.

Closing this as now it works for 99% of people