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 155868 - When a window title is too long to fit in the space provided, it should be shortened and ellipsizes should be shown.
When a window title is too long to fit in the space provided, it should be sh...
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
: 70473 (view as bug list)
Depends on:
Blocks: 155905
 
 
Reported: 2004-10-19 18:00 UTC by Benjamin Kahn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ellipses (...) when the window title is too long to fit in the tasklist. (5.90 KB, patch)
2004-10-19 18:01 UTC, Benjamin Kahn
none Details | Review
Make GNOME 2.10 ellipsize task items (1.13 KB, patch)
2004-11-01 20:58 UTC, Benjamin Kahn
accepted-commit_now Details | Review
Screenshot of window list. (58.29 KB, image/png)
2004-12-08 21:11 UTC, Dennis Cranston
  Details

Description Benjamin Kahn 2004-10-19 18:00:35 UTC
When a window title is too long to fit in the space provided, it should be
shortened and ellipsizes should be shown.
Comment 1 Benjamin Kahn 2004-10-19 18:01:10 UTC
Created attachment 32783 [details] [review]
Add ellipses (...) when the window title is too long to fit in the tasklist.
Comment 2 Elijah Newren 2004-10-19 18:20:58 UTC
Why use the eel ellipsization when pango now has support (bug 59071)?
Comment 3 Benjamin Kahn 2004-10-19 18:29:18 UTC
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.
Comment 4 Elijah Newren 2004-10-19 19:42:26 UTC
*** Bug 70473 has been marked as a duplicate of this bug. ***
Comment 5 Elijah Newren 2004-10-19 20:52:51 UTC
See also bug 99604.
Comment 6 Elijah Newren 2004-10-29 19:23:04 UTC
See also bug 156439; it looks like someone is doing gtk ellipsization although
in wnck-applet instead of libwnck.
Comment 7 Vincent Untz 2004-10-30 08:06:15 UTC
Elijah: in bug 156439, we don't use widgets from libwnck, so we need to do
ellipsization in wnck-applet.
Comment 8 Benjamin Kahn 2004-11-01 20:58:15 UTC
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 9 Havoc Pennington 2004-11-03 21:18:59 UTC
Comment on attachment 33318 [details] [review]
Make GNOME 2.10 ellipsize task items

All good
Comment 10 Benjamin Kahn 2004-12-06 19:15:10 UTC
Checked in (with Changelog) into HEAD.
Comment 11 Dennis Cranston 2004-12-08 21:10:18 UTC
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.
Comment 12 Dennis Cranston 2004-12-08 21:11:20 UTC
Created attachment 34641 [details]
Screenshot of window list.
Comment 13 Vincent Noel 2004-12-10 20:09:21 UTC
I just opened bug 160977 to report the behavior mentioned in the two last comments.