LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 03-11-2004, 04:12 PM   #1
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Rep: Reputation: 15
Wine installed...one little question.


I have Wine installed properly, because from the command line I can type 'wine notepad.exe' and sure enough it comes up... I am setup on a dual boot Mandrake 9.1/Windows XP and have mounted my XP partiton so that I can access it in Linux. When I go through my windows .exe files in Linux their icons are now wine icons and when I click on them Wine will start to come up in my taskbar but the hourglass just spins forever and nothing ends up coming up... Why is nothing coming up? It would be great if I could just click on my .exe files and have them come up in Wine.... Am I on the right track?
 
Old 03-11-2004, 04:24 PM   #2
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
If I can't use my Office 2003 programs like word and excel I need to know where to get or install older FAT versions...
 
Old 03-11-2004, 07:10 PM   #3
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
please help
 
Old 03-11-2004, 07:33 PM   #4
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
Are there Office features you absolutely have to use that aren't in OpenOffice?

I don't really trust WINE, I can't run anything except for Notepad on it anyway. Some programs half-work, most don't load at all.
 
Old 03-11-2004, 07:35 PM   #5
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
first, you should either copy the program you are trying to run to your home directory or access it through the cd rom drive mentioned in the wine config file in ~/.wine

the newest office (xp and 2003) don't work in one; the latest one that works is 2000 (and even that needs quite a bit of tinkering)

you should not use a gui for wine; just go to a file in a console
cd /directory/with/file
wine filename.exe

and then you can actually get debug output

btw, for office tools, have you checked out Open Office? (native for Linux)

*edit: also, wine CAN run lots of programs, just takes some work sometimes
mainly, you will want to edit the config file and uncomment the line that says "winversion=win98" and enable /dev/dsp as the output and capture device for sound, and enable hardware=emulation under dsound

Last edited by TheOneAndOnlySM; 03-11-2004 at 07:37 PM.
 
Old 03-12-2004, 07:42 AM   #6
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
When I try to run ./config, I get a permission denied error, even as root... How do I get around that?
 
Old 03-12-2004, 10:47 AM   #7
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
the file you are trying to execute should be configure so you need to do:
./configure

config is another file, and it does not have executable permissions (since it is not supposed to be executed)
 
Old 03-12-2004, 02:50 PM   #8
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Cool... I got some of my windows apps running. Except for Office 2000. When I click on excel.exe and word.exe is says " this application required the windows installer to run"... what does that mean??
 
Old 03-12-2004, 03:11 PM   #9
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
office 2000 takes some tinkering to install through wine; here is the resource to learn how:
http://frankscorner.org/modules.php?...rtid=20&page=1

has you tried Open Office yet?
http://www.openoffice.org/
 
Old 03-12-2004, 03:32 PM   #10
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Thanks... that helped alot and I got it up and running... When it comes up and the Excel, Word etc. splash screen comes up the window seems to lock up and it won't let me exit or anything... it's like it just locks up that portion of the screen.... What do u think is happening?
 
Old 03-12-2004, 03:41 PM   #11
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
It's like all the programs that don't have the splash screen thing run fine. It's as soon as that screen comes up it just freezes... anything i can do?
 
Old 03-12-2004, 03:50 PM   #12
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
okay, so you can't get office to startup (just completely hangs at splash screen?)

what does your terminal output say? if it goes into winedbg> mode, then you probably will not have much luck with the version of wine you are using

2003618 is what that website says... i would suggest grabbing that version from the sourceforge page for wine if it is really imperative to get office 2000 running (but keep in mind you will likely lose compatibility for your other software)

*note: i just checked appdb.winehq.org and one of the posters said that 20040213 works okay as well

if you need guaranteed office workability, you may want to look into codeweavers wine (costs money, but is worth it if you need specific office tools under linux from the windows world)
 
Old 03-12-2004, 03:53 PM   #13
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Cool man.. I got it... I went in through like this /mnt/windows/program files/ etc...... and click ed on the .exe files on the office programs i want to run... and they run flawlessly.... One thing that is weird though...

I created a new link to application on the desktop so that I could just click on it there, but when I do the wine program comes up on the taskbar with the hourglass spinning just like it does right before it loads when I went in like the way above, except it just keeps spinng like that until it disappears and nothing loads... I then went in through the directory about and directly copied the word, excel, etc... .exe files to the desktop and it does the same thing..... i don't understand that... do you?
 
Old 03-12-2004, 04:04 PM   #14
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
I think it would work, if from a regular myname@ localhost , command line I could just type, 'wine excel.exe' like I can with notepad instead of having to go through the whole /mnt/windows thing.... ya know? since notepad was built in to wine I can just type that from the command prompt... anyway to make those programs execute like notepad... because I have a working link to notepad on my desktop...
 
Old 03-13-2004, 09:18 AM   #15
ickselglic
Member
 
Registered: Jan 2004
Posts: 90

Original Poster
Rep: Reputation: 15
anyone got any ideas?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wine is installed LinuxNoob1234 Linux - Newbie 1 05-09-2005 01:51 PM
Wine is installed, now what? ryedunn Linux - Software 16 04-16-2004 04:58 PM
Is my WINE installed? mynameisjoe Linux - Software 1 04-05-2004 08:46 AM
wine isn't installed. wine is installed. which is it? Trinity22 Linux - Software 6 01-07-2004 11:21 AM
When you installed CS thru Wine(X), did you get these messages? Grim Reaper Linux - Software 1 12-16-2002 03:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration