I want to create a quicklist for Ubuntu Tweak on my Unity launcher, but I'm having trouble getting started. Can anyone help?
I want to create a quicklist for Ubuntu Tweak on my Unity launcher, but I'm having trouble getting started. Can anyone help?
The newest versions of Ubuntu Tweak now have a couple of command line parameters which you could exploit to create a quicklist.
By default - ubuntu-tweak has already a quicklist for various features:
running
ubuntu-tweak -h
:This is useful if you have any plugins installed.
Thus you can copy
/usr/share/applications/ubuntutweak.desktop
to~/.local/share/applications
and add any plugins that you may have installed to add to the default quicklist.See the Linked Question for an example of how to create a quicklist by passing parameters such as a plugin module name to the
ubuntu-tweak
executable.Linked Question: