I know how to add quicklists for a standard launcher with a .desktop file in either ~/.local/share/applications or /usr/share/applications.
But I am trying to create a quicklist for the icon that appears when a blank disc (CDR/DVD) is inserted.
I know how to add quicklists for a standard launcher with a .desktop file in either ~/.local/share/applications or /usr/share/applications.
But I am trying to create a quicklist for the icon that appears when a blank disc (CDR/DVD) is inserted.
A similar discussion took place in the Ayatana Mailing List. It is not possible to create a quicklist for mounted devices or CDs by just editing the .desktop files. You need to hard code this in Unity itself.
You can edit any of those .desktop files, whichever one you plan on having on your Unity bar to feature your command as a right-click shortcut. You can edit an existing shortcut and change the icon.
To create a launcher that has the blank disc icon, you can do that graphically either in the menu editor (
alacarte
) or even using a Nautilus script, then find your blank disc icon (icon sets normally have them in the.../devices/
folder), or get a template for a.desktop
file and put the path to that icon in theIcon=
field. Since the launcher will have the blank disc icon, now you can use the existing quicklist examples as a template and add all the right-click shortcuts you like.