LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine installed...one little question. (https://www.linuxquestions.org/questions/linux-software-2/wine-installed-one-little-question-156434/)

ickselglic 03-11-2004 04:12 PM

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?

ickselglic 03-11-2004 04:24 PM

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...

ickselglic 03-11-2004 07:10 PM

please help

vincebs 03-11-2004 07:33 PM

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.

TheOneAndOnlySM 03-11-2004 07:35 PM

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

ickselglic 03-12-2004 07:42 AM

When I try to run ./config, I get a permission denied error, even as root... How do I get around that?

TheOneAndOnlySM 03-12-2004 10:47 AM

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)

ickselglic 03-12-2004 02:50 PM

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??

TheOneAndOnlySM 03-12-2004 03:11 PM

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/

ickselglic 03-12-2004 03:32 PM

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?

ickselglic 03-12-2004 03:41 PM

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?

TheOneAndOnlySM 03-12-2004 03:50 PM

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)

ickselglic 03-12-2004 03:53 PM

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?

ickselglic 03-12-2004 04:04 PM

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...

ickselglic 03-13-2004 09:18 AM

anyone got any ideas?


All times are GMT -5. The time now is 02:09 PM.