Open images in Photoshop in Linux with wine
I'm glad that it's possible using Photoshop in Linux, but the lack of desktop integration is so irritating. Placing this script in /usr/bin as photoshop makes it possible to open images with double click or context menu
#!/bin/sh wine "C:\Programme\Adobe\Photoshop CS\Photoshop.exe" "`winepath -w $*`"
And don't forget to make it executable:
chmod +x /usr/bin/photoshop
About this entry
You’re currently reading “Open images in Photoshop in Linux with wine,” an entry on Raimund Meyer's personal blog
- Geschrieben von:
- Raimund Meyer um
29.05.2008 / 21:59
Last updated 06.09.2010





Noch keine Kommentare
Jump to comment form | Kommentare RSS | Trackback für spezifische URI dieses Eintrags