Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to make a custom google chrome .desktop file to have all of my favorite websites just a click away. This is what I have so far :

    [Desktop Entry]
    Version=1.0
    Name=Google Chrome
    GenericName=Web Browser
    X-GNOME-FullName=Google Chrome
    Comment=Web browser from Google
    Exec=/opt/google/chrome/google-chrome 
    Icon=/opt/google/chrome/product_logo_48.png
    Terminal=false
    Type=Application
    Categories=GNOME;GTK;Network;WebBrowser;
    StartupNotify=true
    Actions=Chrome;Incognito;Separator;Amazon;AOLMAIL;Facebook;FreeTv;Drive;GooglePlayMusic;Gmail;Torrentz;UbuntuOne;Youtube;Separator2;GoogleReader;MyWebsite;
    Name[en_US]=Google Chrome
    X-Ayatana-Desktop-Shortcuts=Chrome;
    X-Desktop-File-Install-Version=0.20

    [Desktop Action Chrome]
    Name=Chrome
    Exec=/opt/google/chrome/google-chrome

    [Desktop Action Incognito]
    Name=Incognito Mode
    Exec=/opt/google/chrome/google-chrome --incognito

    [Desktop Action Separator]
    Name=*****************
    Exec=

    [Desktop Action GooglePlayMusic]
    Name=Google Play Music
    Exec=/opt/google/chrome/google-chrome --app="https://play.google.com/music/listen#start_pl"

    [Desktop Action Drive]
    Name=Google Drive
    Exec=/opt/google/chrome/google-chrome "https://drive.google.com/#my-drive"

    [Desktop Action Amazon]
    Name=Amazon
    Exec=/opt/google/chrome/google-chrome http://www.amazon.com/

    [Desktop Action AOLMAIL]
    Name=AOL Mail
    Exec=/opt/google/chrome/google-chrome http://mail.aol.com/36478-111/aol-6/en-us/suite.aspx

    [Desktop Action Facebook]
    Name=Facebook
    Exec=/opt/google/chrome/google-chrome https://www.facebook.com/home.php

    [Desktop Action Gmail]
    Name=Gmail
    Exec=/opt/google/chrome/google-chrome "https://mail.google.com/mail/u/0/#inbox"

    [Desktop Action FreeTv]
    Name=FreeTv
    Exec=/opt/google/chrome/google-chrome http://www.free-tv-video-online.me/

    [Desktop Action Torrentz]
    Name=Torrentz
    Exec=/opt/google/chrome/google-chrome http://torrentz.eu/i

    [Desktop Action UbuntuOne]
    Name=Ubuntu One
    Exec=/opt/google/chrome/google-chrome https://one.ubuntu.com

    [Desktop Action Youtube]
    Name=Youtube
    Exec=/opt/google/chrome/google-chrome http://www.youtube.com

    [Desktop Action Separator2]
    Name=*****************
    Exec=

    [Desktop Action GoogleReader]
    Name=Google Reader
    Exec=/opt/google/chrome/google-chrome "http://www.google.com/reader/view/#overview-page"

    [Desktop Action MyWebsite]
    Name=My Website
    Exec=/opt/google/chrome/google-chrome --app=http://tylorsteinberger.jumpingcrab.com

What I'm really wondering though is if it is possible for me to say "left-click" on say "Google Play Music" and open it regularly and to "right-click" on the same link and open it in incognito mode.

In other words can I assign something like 'onleftclick' 'onrightclick' to each entry in some sort of way or is this impossible at this point in time?

If it's impossible does anyone know where I could go to make this type of suggestion to be added to functionality in later releases of Ubuntu or gnome or wherever this issue could be resolved?

Thank you very much in advance any feedback will be greatly appreciated.

share|improve this question
I dont think there are such launcher commands. – The Lord of Time Jul 3 '12 at 18:36
As far as i know,there is no sub-quicklists feature... – Nirmik Jul 3 '12 at 18:43
I guess i Found your Answer HERE – tijybba Jul 3 '12 at 19:17
I doubted that there was such a feature, thank you for your answers. – Atreyu167 Jul 6 '12 at 17:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.