ubermix Forums

General => How-to => Topic started by: mrbryce2000 on June 13, 2013, 06:07:21 AM

Title: Edit Favorites Menu
Post by: mrbryce2000 on June 13, 2013, 06:07:21 AM
Greetings, thank you for your hard work with Ubermix! This distribution will be breathing new life into our netbook carts!

My question is:  can the icons in the Favorites menu be moved / renamed? There is one icon that I need to rename, and the Favorites menu does not show up in the Menu Editor.

Thank you for your time.
Title: Re: Edit Favorites Menu
Post by: kautech on June 19, 2013, 02:50:25 PM
 ... couldn't find anything useful in gconf-editor either ...
Title: Re: Edit Favorites Menu
Post by: kautech on June 19, 2013, 03:06:56 PM
no "favorites" option in alacarte, either ...
Title: Re: Edit Favorites Menu
Post by: kautech on June 20, 2013, 02:45:58 PM
 8)

... it appears you can edit the %gconf.xml files in each of the application-* directories at

~/.gconf/desktop/unity/launcher/favorites

my favorite way to do that in terminal (Ctrl+alt+t) is to cd to the directory, then

sudo nano -w %gconf.xml

... make any changes you need to like the item title etc, save (Ctrl+x ... Y) and reboot

-bm
Title: Re: Edit Favorites Menu
Post by: urkomasse on September 03, 2013, 12:48:45 AM
Have you tried something like this?

Code: [Select]
gsettings set com.canonical.Unity.Launcher favorites "['nautilus-home.desktop', 'google-chrome.desktop', 'firefox.desktop', 'libreoffice-writer.desktop', 'gimp.desktop', 'banshee.desktop', 'openshot.desktop']"
It works for me, but I'm using the standard Unity launcher.