[Bug 618951] New: Software Manager window to high for 1366x768 resolution
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c0 Summary: Software Manager window to high for 1366x768 resolution Classification: openSUSE Product: openSUSE 11.3 Version: RC 1 Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Minor Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: marcus@swedcore.net QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=373045) --> (http://bugzilla.novell.com/attachment.cgi?id=373045) Software Manager User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100527 SUSE/3.6.4-2.2 Firefox/3.6.4 Hi. I have a laptop with the resolution of 1366x768 on my screen. When i start Software Manager the height of the window goes below panel in gnome so the buttons isn't visible. I have attached a screenshot on how it looks. This happens every time regardless of me resizing the window or not. Reproducible: Always Steps to Reproduce: 1. Open Software Manager. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|GNOME |YaST2 CC| |vuntz@novell.com AssignedTo|bnc-team-gnome@forge.provo. |bnc-team-screening@forge.pr |novell.com |ovo.novell.com QAContact|qa@suse.de |jsrain@novell.com Summary|Software Manager window to |[gtk] Software Manager |high for 1366x768 |window to high for 1366x768 |resolution |resolution -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c1 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rpmcruz@alunos.dcc.fc.up.pt AssignedTo|bnc-team-screening@forge.pr |rpmcruz@alunos.dcc.fc.up.pt |ovo.novell.com | --- Comment #1 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-07-01 21:17:09 UTC --- Using compiz as the window manager, right? (3d effects enabled) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c2 --- Comment #2 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-07-01 21:23:09 UTC --- Critical point (YGDialog.cc): if (_main_window) { int width = DEFAULT_WIDTH, height = DEFAULT_HEIGHT; if (YGUI::ui()->defaultWidth()) width = YGUI::ui()->defaultWidth(); if (YGUI::ui()->defaultHeight()) height = YGUI::ui()->defaultHeight(); gtk_window_set_default_size (window, width, height); if (YGUI::ui()->setFullscreen()) gtk_window_fullscreen (window); else if (YUI::app()->displayWidth() <= 800 || YUI::app()->displayHeight() <= 600) // maximize for small displays gtk_window_maximize (window); } YGUI::defaultWidth/Height() returns the following for sw_single: void YGUI::pkgSelectorSize (int *width, int *height) { *width = 750; *height = 750; } We need to crop the size like in YGDialog::setMinSize(): width = MIN (width, YUI::app()->displayWidth()); height = MIN (height, YUI::app()->displayHeight()); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c3 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-07-02 12:34:27 UTC --- Okay, should be fixed now. Not sure the fix will hit 11.3 though. Fixed package will be yast2-gtk-2.21.58-(...).rpm Thanks for the bug filling. Any other problems, or suggests regarding the UI, feel free to report here, or contact us at http://groups.google.com/group/yast2-gtk -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=618951 http://bugzilla.novell.com/show_bug.cgi?id=618951#c4 --- Comment #4 from Marcus Uddenhed <marcus@swedcore.net> 2010-07-02 16:54:08 UTC --- Hi. Thanks for the quick response and the quick fix. :) /Marcus -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com