I am running Mepis 11 with KDE and I have set up the menu item for UEX to load any files I select and right click via the following command:
This does not work there, nor does it work from the command prompt when feeding it a literal file. I generally have to drag and drop the files into UEX unless I want to go through the open dialog box.
Is anyone else experiencing this issue?
I had previously tried "uex %f", "uex %F", "uex %U".
The last parameter is what Kate and KWrite uses.
I got the idea to use "--" from UltraEdit for Linux Command Line Support
I'll keep trying to get it working.
Thanks.
Code: Select all
uex -- %f
Is anyone else experiencing this issue?
I had previously tried "uex %f", "uex %F", "uex %U".
The last parameter is what Kate and KWrite uses.
I got the idea to use "--" from UltraEdit for Linux Command Line Support
I'll keep trying to get it working.
Thanks.