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 165293 - Migrate launchers that use applications:///
Migrate launchers that use applications:///
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-26 12:31 UTC by Vincent Untz
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Vincent Untz 2005-01-26 12:31:15 UTC
People might have launchers with a location beginning with applications:///

We should migrate this launchers, but I'm not sure what's the best way to handle
this.
Should we keep the same gconf key and substitute applications:/// with
$datadir/applications ? Or should we use a new gconf key?

(this should probably be done in panel-compatibility.c or in
launcher_load_from_gconf())
Comment 1 Vincent Untz 2005-01-28 10:33:44 UTC
I just realized that since we're not using profiles any more, we can safely keep
the same gconf key without any compatibility problem.
Comment 2 Vincent Untz 2005-01-28 23:17:59 UTC
Fixed in HEAD.