Ubuntu – How to add a static quicklist for Opera to open new tabs and windows

11.04launcheroperaquicklistsunity

How can I add more options to Opera's quicklist such as: new tab, new private tab, new window, mail, etc?

Best Answer

Basically the same way as shown in this question: How do I add a static quicklist that opens a web page?

Just change the Exec= lines for the quicklist items (running opera --help in a terminal will get you the commands you can use).

Here's how the desktop file (/usr/share/applications/opera-browser.desktop) would look like when adding a private tab quicklist item:

...
X-Ayatana-Desktop-Shortcuts=PrivateTab

[PrivateTab Shortcut Group]
Name=Open a new private tab
Exec=opera -newprivatetab
TargetEnvironment=Unity