|
|
|
Switch to Linux: Take #2Okay, time to change this up. Previously this page detailed my initial attempts at getting a usable Linux desktop installed, along with WINE for some of my Windows only appz all within the safe test environment of Virtual PC. Well, I gave up on that. It's not for the faint of heart, or a Linux newbie like myself. I don't recommend anyone try it (think of a installing an OS twice to get it right, which is a mouseless GUI, painful...)
So, finally, I sucked up the courage (and made some space on my hard drive) and installed Ubuntu 7.04 Feisty from the live cd (not server edition) on my PC!
A) Getting dual monitors working in Linux is way tricky, I'm not there yet...
I started off with this tutorial as my guide to follow http://luiscosio.com/how-to-dreamweaver-and-flash-8-running-on-ubuntu-da...
After following all the instruction as best I could, still no dreamweaver. I knew something was probably wrong when I had to manually create the folders to which I was supposed to copy files to in cluding the .wine directory. Also, there was a point that I was to be type in "yes" when asked, which I wasn't... Following the steps there, open a terminal and add the following line to the sources file "deb http://wine.budgetdedicated.com/apt feisty main" sudo nano /etc/apt/sources.list
Now we're getting somewhere. That last line in terminal creates the .wine folder and all the sub folders I need to copy those files to, so, I back track and do that now.
still, typing wine dreamweaver.exe in the terminal does nothing but give me errors. Seems you have to change the directory to that in which you .exe file is in, then use that command
" 1. Download the Windows application from any source (e.g. download.com). Download the .EXE (executable).
So I copy the Dreamweaver directory from the "Program Files" folder to a folder on the desktop named "Dreamweaver8", no spaces. And in the terminal Success!!! Now, just don't close the terminal while your app, in this case Dreamweaver, is running ;) I'll be going over these steps shortly to weed out any mistakes, good luck!! More to follow... |
|