Bug 386410

Summary: sw_single: different package name labels look odd (uppercase)
Product: [openSUSE] openSUSE 10.3 Reporter: Jakub Rusinek <kontakt>
Component: YaST2Assignee: Forgotten User h13THG8RK1 <forgotten_h13THG8RK1>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None CC: forgotten_h13THG8RK1, lslezak, mmeeks
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 10.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: screenshot
Reproduction on release
a test case

Description Jakub Rusinek 2008-05-03 13:26:52 UTC
Created attachment 212095 [details]
screenshot

when yast is installing package, first letter near progressbar is uppercase.
this looks ugly and shouldn't happen.
Comment 1 Forgotten User h13THG8RK1 2008-05-04 01:02:23 UTC
not GTK specific...
Comment 2 Forgotten User h13THG8RK1 2008-05-05 17:20:08 UTC
btw, something I dislike is the long progress bar labels with the download speed. Would look much better if we put the download speed inside the progress bar. Checkout what the Gnome HIG says about this:
http://library.gnome.org/devel/hig-book/stable/controls-progress-bars.html.en

We would of course have to add some new hooks to do that -- but not a big problem, is it? ;)
Comment 3 Jakub Rusinek 2008-05-05 17:34:25 UTC
I hope you can make YaST sexy for me :D .
Comment 4 Ladislav Slezák 2008-05-06 07:46:28 UTC
I could not reproduce it in 11.0-Beta2, it seems to be fixed - "zypper" was displayed correctly.

To the Progress problem: that would require a change in Yast UI API. Ricardo, open another bug report for that...
Comment 5 Jakub Rusinek 2008-05-06 13:13:47 UTC
If true, then great.
Comment 6 Forgotten User h13THG8RK1 2008-06-20 04:33:28 UTC
Created attachment 223244 [details]
Reproduction on release
Comment 7 Ladislav Slezák 2008-06-20 06:18:51 UTC
Ricardo, you are right, I just have reproduced that.
Comment 8 Ladislav Slezák 2008-06-20 06:23:01 UTC
The problem is in the Gtk UI, the first character of `Progress widget is always displayed in uppercase. I'll attach a test case...
Comment 9 Ladislav Slezák 2008-06-20 06:27:21 UTC
Created attachment 223263 [details]
a test case

This test case opens a dialog with `Progress widget with label "progress". Qt and ncurses UI displays correctly "progress" while Gtk UI displays "Progress:".
Note also the colon at the end.
Comment 10 Forgotten User h13THG8RK1 2008-06-20 13:11:10 UTC
Alright then... :) Fixed.