Displaying 2 results from an estimated 2 matches for "pathwin".
2010 Sep 08
4
edit in external image editor
...start gimp, but the file cannot be opened due to a wrong file path and slashes/backslashes:
/usr/bin/C:\users\aerilius\Temp\texture1.jpg could not be opened.
My idea was to add in SketchUp's preferences the path to a shell script which passes the corrected file path to Gimp:
Code:
#!/bin/sh
PATHWIN="$*"
PATHUNIX="~/.wine/dosdevices/${PATHWIN//\\//}"
gimp "$PATHUNIX"
exit 0
But SketchUp says "image editor could not be launched". Is there a mistake in the script (my first shell script), or is it not possible that way? Have there already been similar si...
2009 Mar 02
4
portable R editor
Hi,
I have been dreaming about a complete R environment on my USB stick for a long time. Now I finally want to realize it but what I am missing is a good, portable editor for R which has tabs and syntax highlighting, can execute code, has bookmarks and a little project file management facility pretty much like Tinn-R has those. I like Tinn-R but it seems like there is only a very old version of