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 107183 - Launcher tooltip not proper for foldernames with spaces
Launcher tooltip not proper for foldernames with spaces
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-27 11:38 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for this bug (1.34 KB, patch)
2003-02-27 11:39 UTC, Balamurali Viswanathan
none Details | Review
passing the unescaped string to panel_set_atk_name_desc as well (1.40 KB, patch)
2003-02-27 12:47 UTC, Balamurali Viswanathan
none Details | Review

Description Balamurali Viswanathan 2003-02-27 11:38:40 UTC
1. Create a folder in nautilus with the name for the folder containing
spaces (Eg : 'test 1').
2. Drag and drop the folder on to the panel. A launcher for the folder gets
created.
3. Bring the mouse over the launcher created and check the tooltip.
It can be observed that the tooltip for the launcher will contain '%20' for
each of the spaces in the foldername.

Attaching a patch for this problem.
Comment 1 Balamurali Viswanathan 2003-02-27 11:39:28 UTC
Created attachment 14652 [details] [review]
Patch for this bug
Comment 2 Balamurali Viswanathan 2003-02-27 12:47:50 UTC
Created attachment 14654 [details] [review]
passing the unescaped string to panel_set_atk_name_desc as well
Comment 3 Vincent Untz 2003-02-28 20:48:06 UTC
Adding PATCH keyword because we have a nice patch :-)
Comment 4 Arvind S N 2003-03-01 06:58:01 UTC
Bala: Patch looks good. Please commit to HEAD and gnome-2-2 branches.
Comment 5 Mark McLoughlin 2003-03-05 22:19:41 UTC
I've gone and committed the patch.

2003-03-06  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                       
        * launcher.c: (setup_button): unescape the tooltip. Patch
        from Bala to fix #107669.