GNOME Bugzilla – Bug 155868
When a window title is too long to fit in the space provided, it should be shortened and ellipsizes should be shown.
Last modified: 2004-12-22 21:47:04 UTC
Created attachment 32783 [details] [review] Add ellipses (...) when the window title is too long to fit in the tasklist.
Why use the eel ellipsization when pango now has support (bug 59071)?
Sweet! I'm glad to see that. I didn't see this before because I'm working against an older version of Pango. I'll have to update the patch to use Pango's built in routines though. Thanks for pointing that out.
*** Bug 70473 has been marked as a duplicate of this bug. ***
See also bug 99604.
See also bug 156439; it looks like someone is doing gtk ellipsization although in wnck-applet instead of libwnck.
Elijah: in bug 156439, we don't use widgets from libwnck, so we need to do ellipsization in wnck-applet.
Created attachment 33318 [details] [review] Make GNOME 2.10 ellipsize task items This patch doesn't quite obsolete the last patch since this patch applies to a different version of GNOME. (Latest development.)
Comment on attachment 33318 [details] [review] Make GNOME 2.10 ellipsize task items All good
Checked in (with Changelog) into HEAD.
Using libwnck with this patch applied, changes the behaivor of the window list's minimum size preference. Now, all task buttons are drawn at the minimum size even if there is space available.
Created attachment 34641 [details] Screenshot of window list.
I just opened bug 160977 to report the behavior mentioned in the two last comments.