Creating Ubuntu Live CD with customized Unity launcher
- by toros
I would like to create a custom Ubuntu image based on Natty using Ubuntu Customization Kit. I also want to customize the icons appearing on the Unity Launcher.
I can change the icons on my desktop system with the following command:
gsettings set com.canonical.Unity.Launcher favorites "['firefox.desktop', 'nautilus-home.desktop', 'libreoffice-writer.desktop']"
I tried to run this command from the UCK console while creating the Live CD, but it doesn’t seem to work.
Do you have any ideas how I could solve this?