Log In · Register

 
Ugh, Linux is confusing
Mikeplyts
post Jan 10 2010, 02:37 AM
Post #1


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Ok, so, I just got done installing Ubuntu on my computer for the first time. I have to say, it's pretty trippy (in the good way, that is). But, I just realized that I can't open application files like .EXE and shit, which means I can't download Photoshop (which I really want bad). I just checked out GIMP and quite frankly, I'd just really prefer Photoshop over GIMP. So, I tried using some program called Wine but I have absolutely no clue as to how the f*ck it works or how to install Photoshop with it. I went online to look through tutorials and they talk about commands and stuff and I have no idea where the hell to put commands in.

All I want is to install Adobe Photoshop CS4 on Linux somehow. Help, please?
 
 
Start new topic
Replies
Maccabee
post Jan 10 2010, 01:17 PM
Post #2


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



What version of photoshop are you using? The same one that is the in the tutorial I hope. Wine doesn't work well with CS4.
 
Mikeplyts
post Jan 10 2010, 01:29 PM
Post #3


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



QUOTE(Maccabee @ Jan 10 2010, 03:17 PM) *
What version of photoshop are you using? The same one that is the in the tutorial I hope. Wine doesn't work well with CS4.

Oh, well, I'm trying to get CS4. Since that's all I really have. I got really close to actually installing CS4 but the setup got gay on me and encountered another non-detailed error. mellow.gif

Here's a nifty little screenshot.



sad.gif
 
Maccabee
post Jan 10 2010, 01:40 PM
Post #4


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



QUOTE(Mikeplyts @ Jan 10 2010, 12:29 PM) *
Oh, well, I'm trying to get CS4. Since that's all I really have. I got really close to actually installing CS4 but the setup got gay on me and encountered another non-detailed error. mellow.gif

The odds of being able to install cs4 or slim. Wine will work better with older versions. Is the tutorial for CS4? Also, when you run photoshop, you'll be running an exe, and I believe that is located in /home/micheal/.wine/program files/ or something like that.

Also, files and folders that begin with . are hidden, so press ctrl h to show them.

I'm trying to remember where the C:\ is located in wine. Basically, I would try removing then reinstalling wine, and then just get your exe, right click it, open with wine, and if the installer works, yay, and then find where it was created and try running it.

Also, use apt-get, not aptitude. e.g: sudo aptitude install msttcorefonts, but sudo apt-get install msttcorefonts. Thats just my opinion though.
 
Mikeplyts
post Jan 10 2010, 01:57 PM
Post #5


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



QUOTE(Maccabee @ Jan 10 2010, 03:40 PM) *
The odds of being able to install cs4 or slim. Wine will work better with older versions. Is the tutorial for CS4? Also, when you run photoshop, you'll be running an exe, and I believe that is located in /home/micheal/.wine/program files/ or something like that.

Also, files and folders that begin with . are hidden, so press ctrl h to show them.

I'm trying to remember where the C:\ is located in wine. Basically, I would try removing then reinstalling wine, and then just get your exe, right click it, open with wine, and if the installer works, yay, and then find where it was created and try running it.

Also, use apt-get, not aptitude. e.g: sudo aptitude install msttcorefonts, but sudo apt-get install msttcorefonts. Thats just my opinion though.

Yeah, that tutorial was made for installing CS4. I mean, I would at least install CS3 or something, but problem is, I don't have a copy of it. I don't really know where to get CS3 but whatevs.

Also, the downloaded .EXE (ADBEPHSCS4_LS1.exe, I think) actually did work and extracted the files into the desktop. In those files is a Setup.exe, which I assume is the one you're talking about? If so, it's not in /home/michael/.wine/drive_c/program files/, it's in /home/michael/.wine/drive_c/windows/system32/. And, I think "C:\" would be /home/michael/.wine/drive_c/ or /home/michael/.wine/dosdevices/c:/. So, I copied all the extracted files I had in the desktop (Adobe CS4 folder, on the screenshot) into /home/michael/.wine/drive_c/windows/system32/ and then went to Applications>Accessories>Terminal and used these commands in order (like the tutorial explains):
CODE
rm -r ~/.wine winecfg

CODE
wget http://www.kegel.com/wine/winetricks
chmod +x winetricks
./winetricks msxml6 gdiplus gecko vcrun2005 ie6

CODE
sudo apt-get install msttcorefonts

I then copied Photoshop's atmlib.dll file into /home/michael/.wine/drive_c/windows/system32/ and configured Wine's Library thing to override the atmlib.dll (which the tutorial said to do). I then used this command:
CODE
LANG=C wine Setup.exe

After that, it started doing some magic, the installer wizard began to load and check my system profile, and BAM. That damn error appears saying something unexpected happened and I need to contact Adobe support (which I doubt will help me in downloading Photoshop into Linux).

Whew.
 

Posts in this topic
Mikeplyts   Ugh, Linux is confusing   Jan 10 2010, 02:37 AM
Maccabee   *facepalm* I know I used to be there to, but it i...   Jan 10 2010, 02:42 AM
Mikeplyts   Alright, thanks. Alright, well, I pretty much tri...   Jan 10 2010, 03:37 AM
tcunningham   Even if you do get it running, I don't think t...   Jan 10 2010, 06:36 AM
Mikeplyts   ^Yeah, most of the ones I've read are for Ubun...   Jan 10 2010, 12:32 PM
Maccabee   What version of photoshop are you using? The same ...   Jan 10 2010, 01:17 PM
Mikeplyts   QUOTE(Maccabee @ Jan 10 2010, 03:17 PM) W...   Jan 10 2010, 01:29 PM
Maccabee   QUOTE(Mikeplyts @ Jan 10 2010, 12:29 PM) ...   Jan 10 2010, 01:40 PM
Mikeplyts   QUOTE(Maccabee @ Jan 10 2010, 03:40 PM) T...   Jan 10 2010, 01:57 PM
itanium   QUOTE(Maccabee @ Jan 10 2010, 12:40 PM) I...   Jan 10 2010, 03:36 PM
serotonin   joseph tries too hard to be like cj cj does josep...   Jan 10 2010, 01:19 PM
Maccabee   QUOTE(serotonin @ Jan 10 2010, 12:19 PM) ...   Jan 10 2010, 01:23 PM
Mikeplyts   Okay, so, I removed Wine, reinstalled it, and trie...   Jan 10 2010, 03:56 PM
itanium   I have CS2 on mine. From what I've heard, CS4...   Jan 10 2010, 04:52 PM
Mikeplyts   QUOTE(itanium @ Jan 10 2010, 06:52 PM) I ...   Jan 10 2010, 04:57 PM
itanium   http://thepiratebay.org/torrent/3639739/Ad...CS2_W...   Jan 10 2010, 04:59 PM
Mikeplyts   QUOTE(itanium @ Jan 10 2010, 06:59 PM) ht...   Jan 10 2010, 05:02 PM
itanium   Well damn, I might try getting CS4 working in wine...   Jan 10 2010, 05:04 PM
Mikeplyts   QUOTE(itanium @ Jan 10 2010, 07:04 PM) We...   Jan 10 2010, 05:07 PM
IWontRapeYou   god damn s   Jan 10 2010, 05:12 PM
itanium   also, you can create a symbolic link in wine's...   Jan 10 2010, 05:14 PM
Mikeplyts   Oh, cool beans. Thanks.   Jan 10 2010, 05:24 PM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: