GNOME Bugzilla – Bug 165293
Migrate launchers that use applications:///
Last modified: 2015-03-24 13:00:49 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())
I just realized that since we're not using profiles any more, we can safely keep the same gconf key without any compatibility problem.
Fixed in HEAD.