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 734864 - Episode numbers which are longer than one digit get elipsized
Episode numbers which are longer than one digit get elipsized
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: Movie player
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 725063
Blocks:
 
 
Reported: 2014-08-15 15:12 UTC by Elad Alfassa
Modified: 2018-05-24 10:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2014-08-15 15:12:07 UTC
Episode numbers which are longer than one digit get elipsized, so instead of showing Season 1 Episode 10 it shows Season 1 Episode …

The solution for this is simple *in theory*: the property wrap-width on the GdTwoLinesRenderer should be increased slightly.

I say "in theory" because it was easy to find it on runtime with the gtk inspector, but I can't figure out how to do it in code... the width is defined in libgd gd-main-icon-view.c and is set in line 146 there, but the cell is defined as "private" so I don't know how / if I can access to it within the totem code, and changing the libgd code is probably out of the question because afaik other apps use it too.

If you could give me a pointer on how to fix it I'll be happy to submit a patch.
Comment 1 Bastien Nocera 2014-08-15 15:16:21 UTC
GtkIconView sucks...
Comment 2 GNOME Infrastructure Team 2018-05-24 10:57:40 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/totem/issues/117.