Launching
-
5. Launching Photoshop CS6
Finally, Launch and Enjoy Photoshop CS6
From Terminal, the command might be:wine "/home/`whoami`/.photoshopcs6/drive_c/Program Files/Photoshop CS6/Photoshop.exe"
Or possibly:
wine "/home/`whoami`/.photoshopcs6/drive_c/Program Files/PhotoshopPortable/PhotoshopCS6Portable.exe"
Replace ``whoami` with your username in the command.
The exact command depends on the installer used.
To verify, use the ls command:ls "/home/`whoami`/.photoshopcs6/drive_c/Program Files/" | grep -i photo
The grep command will refine the list to show only entries matching “photo.”
How to Create a Desktop Launcher on Main Menu
To make the launcher work, replace `whoami` with your actual username in the command:
whoami
Contents