Unity quick launch icon opens another program icon on program start
        Posted  
        
            by 
                Patrick
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Patrick
        
        
        
        Published on 2012-08-29T03:42:26Z
        Indexed on 
            2012/08/29
            3:50 UTC
        
        
        Read the original article
        Hit count: 646
        
I prepared a custom .desktop file for my chromium browser that loads a different user profile. When ever i click the icon now it open the browser, but also uses a new icon on the launcher bar (not locked to the launcher). Is there any way to tell the program to keep connected to the first icon?
[Desktop Entry]
Type=Application
Name=Second Browser
Exec=chromium-browser --user-data-dir="/home/patrick/bin/chrome-profiles/second"
TryExec=chromium-browser
Icon=/home/patrick/.local/share/applications/icons/browser.png
MimeType=text/html;
© Ask Ubuntu or respective owner