Q: How to run PSPad on linux from wine after clicking on file or right click
Open with...
A: Make script in /usr/bin/PSPad and insert inside:
#!/bin/bash
PATH_="Z:"${1//\//\\\\}
wine "/home/path/to/PSPad editor/PSPad.exe" $PATH &
then you can (eg in Gnome) run Open with -> other -> select form /usr/bin/
directory created PSPad file
PS: Remember adding permissions - being able to run script.
PS2: Hope it will help somebody.
--
<http://forum.pspad.com/read.php?2,12797,47938>
PSPad freeware editor http://www.pspad.com