Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-28-2003, 06:51 AM
|
#1
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Rep:
|
Macromedia
Do Macromedia not do a version of MX Studio or Dreamweaver in Linux? I know can get MX for Mac OS.
-Heartagram
|
|
|
08-28-2003, 06:58 AM
|
#2
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Nope it appears not.
But if you go to this page you can add your name to a petition to ask Macromedia to create a Linux version.
|
|
|
08-28-2003, 07:24 AM
|
#3
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
Thanks!
|
|
|
08-28-2003, 10:12 AM
|
#4
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
you can run in wine if you like...heres a link for both flash and dreamweaver mx...
dreamweaver
flash
|
|
|
08-29-2003, 01:20 PM
|
#5
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
I have downloaded that file you need to get Dreamweaver working (DCOM95). It say you need to type 'wine -dll ole32=n dcom95.exe' to install it but when I type this into a command shell it says 'bash: wine: command not found' I know it isn't a spelling mistake because it was copy pasted straight from the site. Could it be that wine is a program I have to install before I try and install Dreamweaver?
Thanks, Heartagram.
|
|
|
08-29-2003, 01:47 PM
|
#6
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
|
|
|
08-29-2003, 01:59 PM
|
#7
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
I did 'apt-get install wine' it installed something so im asuming that it was wine. Now when I type 'wine -dll ole32=n dcom95.exe' it gives me the following error...
'No configuration file detected.
Invoking /usr/bin/wine.bin -dll ole32=n dcom95.exe ...
wine: cannot open /root/.wine : No such file or directory
Wine failed with return code 1'
Do I need to change some settings manually?
-Heartagram.
|
|
|
08-29-2003, 02:02 PM
|
#8
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well first you don't install stuff with wine as the root user.......thats why the folder .wine doesn't exist, and if it doesn't exist in your /home/USER/ folder, then you'll have to make this folder...and the contents of this folder should hold a directory structure of a windows drive (hence the fake windows) with directorys such as Windows, Program Files, etc, etc...also in the root of the .wine folder you will have your wine config file...you'll have to set this up before you can install anything...
|
|
|
08-29-2003, 03:42 PM
|
#9
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
So basically I will have to create a directory like windows in home/user?
When you say " with directorys such as Windows, Program Files, etc, etc..." Do I need any others besides the following, Windows, Program Files, Documents and Settings? Is there any inthere which I don't need? Do they need to have any files in them or just empty directories?
--Heartagram
|
|
|
08-29-2003, 04:02 PM
|
#10
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well basically its going to be for the lack of better terms a fake windows 98 directory so instead of documents and settings it will be my documents....but other than them three you mentioned, no there is no others, other than the subdirectorys in the windows folder...such as system, system32....but instead of sitting here an naming the folders you need to have in your fake drive, you will go and get a program called winetools and use it after you install wine to set up a fake windows drive automatically for you won't have to worry about setting the directory structure by yourself ....your fake drive will then have a location of:
/home/USER/.wine/c
|
|
|
08-29-2003, 04:52 PM
|
#11
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
Right, so I want to go back to www.winehq.com and install wine in a different way? appose to 'apt-get install wine'. Does this mean I will have to un-install the previous installation of wine? As you can probably tell im a newbie to Linux, I only lost my Linux virginity a week or two ago so im still getting used to the way it works so excuse me if I ask any dumb questions since I've been a humble Windoze user for ages.
|
|
|
08-29-2003, 04:59 PM
|
#12
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
you can install wine however you wish, whether it be from tarball or from apt-get ... as long as it gets installed...and if you say wine is already installed, no you don't have to uninstall and re-install another version, that just means half the battle is done  , just have to make sure you have a fake windows drive, where as i already told you just get winetools to do that for you, and if you look down below my post in my sig you'll notice my second link called frankscorner, where you can go and get winetools...
|
|
|
08-29-2003, 05:58 PM
|
#13
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
Thanks for all you're help! Don't worry, if I get anymore problems ill give you a shout :P
Thanks, Heartagram
|
|
|
08-30-2003, 05:21 AM
|
#14
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
Is this the actually command "untar winetools-1.24.tgz in /usr/bin" or just an explination of what you have to do?
--heartagram
|
|
|
08-30-2003, 05:41 AM
|
#15
|
Member
Registered: Aug 2003
Location: United Kingdom of Freeloaders
Distribution: Debian
Posts: 41
Original Poster
Rep:
|
oops. double posted.
Last edited by heartagram; 08-30-2003 at 05:44 AM.
|
|
|
All times are GMT -5. The time now is 11:13 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|