How do I provide arguments to an application launcher in kde?
        Posted  
        
            by 
                bobdobbs
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by bobdobbs
        
        
        
        Published on 2012-06-09T10:31:30Z
        Indexed on 
            2012/06/09
            10:47 UTC
        
        
        Read the original article
        Hit count: 361
        
emacs
So I can create launchers in a quicklaunch thing on the kde desktop.
The launchers are easy to create, and work most of the time.
What I haven't figured out, is how to pass arguments to the applications that I want to launch.
I want to launch the firefox profile manager and I also want to add a launcher for an emacsclient frame. For emacsclient, I've tried these:
emacsclient -c "emacsclient -c" 'emacsclient -c'
None of them work. When I click the launcher, the tiny emacs logo appears attached to the mouse pointer, and stays there for at least a couple of minutes, but no new frame opens.
So, how can I actually open an emacsclient frame, or any other application with an argument from quicklaunch?
© Ask Ubuntu or respective owner