Is it possible to install the Creative Cloud on WINE? I tried to run it using default settings and it crashes instantly. Was hoping someone got this working. Right now I dual boot Win and Ubuntu, and my whole workflow is so much faster, except when I have to do Video Editing and I need both After Effects and Premier Pro. Both of which are on my Windows boot. I Tried using Open shot, and its too buggy, not enough features, and crashes my desktop when trying to do anything with it.
Asked
Active
Viewed 83 times
1
sudo apt-add-ppa ppa:ubuntu-wine/ppa && sudo apt-get update && sudo apt-get install wine1.7
. If you want to revert, no need to delete the PPA, justsudo apt-get install wine1.6
– Chuck R May 01 '14 at 18:56