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 353095 - Cannot change launcher type
Cannot change launcher type
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-27 13:08 UTC by Ross Golder
Modified: 2015-03-24 13:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch (2.13 KB, patch)
2006-09-01 08:42 UTC, Vincent Untz
committed Details | Review

Description Ross Golder 2006-08-27 13:08:41 UTC
Ubuntu Edgy, gnome-panel-2.15.92-0ubuntu1. Add a drawer, add an 'Application Launcher', save it. I used 'ssh -L 2000:localhost:2000 -f black.golder.org sleep 300 && sieveshell localhost' as the command. Right-click the launcher in the drawer, click 'Properties'. Change to 'Application in Terminal'. Clock 'Close'. Re-enter the Properties and it hasn't updated.
Comment 1 Vincent Untz 2006-08-29 13:58:27 UTC
Hrm. I fixed a bug like this sometimes ago, but 2.15.92 should work fine... I'll try to look at this before 2.16.0.

Note that 'ssh -L 2000:localhost:2000 -f black.golder.org && sleep 300 && sieveshell localhost' is not a valid command, though. You should use a script if you want to run multiple commands with one launcher.
Comment 2 Vincent Untz 2006-09-01 08:42:23 UTC
Created attachment 72009 [details] [review]
Patch

This fixes the bug. It's not the best patch, but it's the most trivial one. A better patch can be committed later, when we're not frozen.
Comment 3 Vincent Untz 2006-09-04 19:21:16 UTC
Committed. A proper fix will be done later.
Comment 4 Vincent Untz 2007-05-26 11:55:05 UTC
Closing the bug since I'm satisfied with the current way it's done.