On Fri, 25 Mar 2016 09:41:34 +0100 jls <[email protected]> wrote:
>Hi to all "e" users. >efm open with doesn't use the complete Exec line of the .desktop. >for example I've >sce-load shotwell && shotwell %F >in the shotwell's desktop file, but, when I right click on an a file >in efm, choose open with ,other applications, I choose shotwell I see >in the text box below (personalize command): >sce-load shotwell >only >thaks > point the desktop file at a simple wrapper script. contents of /home/you/bin/my-shotwell-wrapper: (chmod 750 to make executable) #!/bin/bash # my-shotwell-wrapper # load and run shotwell sce-load shotwell && shotwell "$@" .desktop contents: /home/you/bin/my-shotwell-wrapper %F -- Regards, Christopher ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
