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 668262 - low letters cut off at the bottom in "Now playing" song title
low letters cut off at the bottom in "Now playing" song title
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
2.95
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 671474 671666 671842 672057 675215 676976 678664 693116 732086 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-01-19 12:13 UTC by danjjl
Modified: 2014-09-06 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example off badly rendered letters (10.50 KB, image/png)
2012-01-19 12:13 UTC, danjjl
Details
example of cut off letters in the toolbar (120.05 KB, image/png)
2012-01-30 18:18 UTC, Žygimantas Beručka
Details
Cut off text (171.39 KB, image/png)
2012-02-26 04:56 UTC, bwatkins
Details

Description danjjl 2012-01-19 12:13:57 UTC
Created attachment 205616 [details]
example off badly rendered letters

Parts of letters below the 'line' are not rendered in the playing song title.
This affects all low letters (g,j,p,y,q).
It does not affect the 'y' and the 'g' in "Not Playing".
Comment 1 André Klapper 2012-01-19 16:20:38 UTC
I have the same problem on Fedora 16.
Comment 2 Žygimantas Beručka 2012-01-30 18:18:07 UTC
Created attachment 206458 [details]
example of cut off letters in the toolbar
Comment 3 Žygimantas Beručka 2012-01-30 18:19:02 UTC
Same issue on Ubuntu 11.10 w/ rhythmbox 2.95.
Comment 4 bwatkins 2012-02-26 04:55:02 UTC
Same Issue with rhythmbox 2.95 in arch linux, screenshot attatched.
Comment 5 bwatkins 2012-02-26 04:56:09 UTC
Created attachment 208435 [details]
Cut off text
Comment 6 bwatkins 2012-02-26 05:10:40 UTC
In my screenshot I'm using a different Gtk3 theme, but I also tested it with the default adwaita and the exact same issue occurs. Definitely seems to just be rhythmbox. Never seen this happen in any of my other gtk apps.
Comment 7 Jonathan Matthew 2012-02-26 20:56:58 UTC
This is one of many problems with the current layout.  It will be fixed by the new layout some time.
Comment 8 Jonathan Matthew 2012-03-06 20:33:44 UTC
*** Bug 671474 has been marked as a duplicate of this bug. ***
Comment 9 Jonathan Matthew 2012-03-08 21:46:40 UTC
*** Bug 671666 has been marked as a duplicate of this bug. ***
Comment 10 Jonathan Matthew 2012-03-11 21:05:31 UTC
*** Bug 671842 has been marked as a duplicate of this bug. ***
Comment 11 Ralph Mueck 2012-03-13 20:21:16 UTC
(In reply to comment #0)
> Created an attachment (id=205616) [details]
> example off badly rendered letters
> 
> Parts of letters below the 'line' are not rendered in the playing song title.
> This affects all low letters (g,j,p,y,q).
> It does not affect the 'y' and the 'g' in "Not Playing".

Same problem on Debian Wheezy i386, Rhythmbox 2.95-1.
Comment 12 Jonathan Matthew 2012-03-14 20:55:29 UTC
*** Bug 672057 has been marked as a duplicate of this bug. ***
Comment 13 Alan Bell 2012-03-18 21:48:45 UTC
it needs

 gtk_widget_set_size_request (GTK_WIDGET (header->priv->song),-1,25);

added around line 254 of widgets/rb-header.c
Comment 14 Alan Bell 2012-03-18 21:50:25 UTC
the problem is that the gtk_label_set_ellipsize method resizes the height based on the height of the default text and does not take into account the pango formatting. This is probably a bug in gtk_label_set_ellipsize, which should really not mess with the height, or should look at the space needed for the remaining pango string, not the space that would be required if it wasn't formatted.
Comment 15 Jonathan Matthew 2012-03-28 22:41:43 UTC
The new header layout does not have this problem.
Comment 16 Jonathan Matthew 2012-05-01 07:24:53 UTC
*** Bug 675215 has been marked as a duplicate of this bug. ***
Comment 17 Nekhelesh 2012-05-11 22:56:11 UTC
I see that this has been marked fixed. Which version of Rhythmbox has this been fixed in? I am currently running 2.96 but still see this issue.
Comment 18 Jonathan Matthew 2012-05-12 10:09:40 UTC
It's not in a released version yet.
Comment 19 André Klapper 2012-05-28 16:33:44 UTC
*** Bug 676976 has been marked as a duplicate of this bug. ***
Comment 20 Jonathan Matthew 2012-06-23 12:22:48 UTC
*** Bug 678664 has been marked as a duplicate of this bug. ***
Comment 21 Jonathan Matthew 2013-02-04 03:02:42 UTC
*** Bug 693116 has been marked as a duplicate of this bug. ***
Comment 22 Jonathan Matthew 2014-09-06 13:56:14 UTC
*** Bug 732086 has been marked as a duplicate of this bug. ***