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
Tags für diesen Artikel: ,
-->

About this entry