tualatrix / ubuntu-tweak

Ubuntu Tweak is a tool that makes it easy to configure your system and desktop settings. (This project is no longer under maintenance)
GNU General Public License v2.0
693 stars 197 forks source link

Unity Launcher Script #7

Open itachi46 opened 12 years ago

itachi46 commented 12 years ago

Added a new script which allows user to select a file and create a launcher pre-filled and move it to usr/share/applications. This script was meant to be easier to use compared to the create-launcher script.

tualatrix commented 12 years ago

Thanks for your scripts. This script can be improved.

  1. It can be copy to $HOME/.local/share/applications instead of /usr/share/applications, so user can avoid inputting password and put file to system folder.
  2. Use "dconf read /desktop/unity/launcher/favorites" and "dconf write /desktop/unity/launcher/favorites "['x','y','z']"" to write into the launcher settings.