run

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
REIGN
Level 1
Level 1
Posts: 5
Joined: Sun May 04, 2008 9:52 pm

run

Post by REIGN »

sorry, but im new to linux and wine, but i was reading the tutorial on how to install steam and the third step said:
Install Gecko Engine by running -wine iexplore http://winehq.org-

what dose it mean to "run" something?
thanks for any replys


-REIGN
Dan Kegel

run

Post by Dan Kegel »

On Sun, May 4, 2008 at 7:55 PM, REIGN <[email protected]> wrote:
sorry, but im new to linux and wine, but i was reading the tutorial on how to install steam and the third step said:
Install Gecko Engine by running -wine iexplore http://winehq.org-

what dose it mean to "run" something?
When you choose "Applications / Internet / Firefox" from
the Gnome menu to start Firefox, you're running firefox.
Another way to run firefox is to type
firefox
in a terminal window.

So the tutorial meant "open a terminal window and type
wine iexplore http://winehq.org"
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: run

Post by vitamin »

REIGN wrote:sorry, but im new to linux and wine, but i was reading the tutorial on how to install steam and the third step said:
Install Gecko Engine by running -wine iexplore http://winehq.org-

what dose it mean to "run" something?
thanks for any replys


-REIGN
Open terminal, copy and paste that command and hit enter.
REIGN
Level 1
Level 1
Posts: 5
Joined: Sun May 04, 2008 9:52 pm

Post by REIGN »

thanks a lot guys

edit: also to run a file, dose it have to be in a certain location? because when i type "wine start steaminstall.msi" it says file not found, and the file is on my desktop. cause thats the default place for them to dl.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

REIGN wrote:thanks a lot guys

edit: also to run a file, dose it have to be in a certain location? because when i type "wine start steaminstall.msi" it says file not found, and the file is on my desktop. cause thats the default place for them to dl.
Yes. How do you expect Wine to find that file?
Dan Kegel

run

Post by Dan Kegel »

reign <[email protected]> wrote:
to run a file, dose it have to be in a certain location? because when i type "wine start steaminstall.msi" it says file not found, and the file is on my desktop. cause thats the default place for them to dl.
yes. cd to Desktop first, say.
REIGN
Level 1
Level 1
Posts: 5
Joined: Sun May 04, 2008 9:52 pm

Post by REIGN »

vitamin wrote: Yes. How do you expect Wine to find that file?
well... where might i put it then?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

REIGN wrote:
vitamin wrote: Yes. How do you expect Wine to find that file?
well... where might i put it then?
Where you can find it after wards.
REIGN
Level 1
Level 1
Posts: 5
Joined: Sun May 04, 2008 9:52 pm

Post by REIGN »

what the hell dose that mean?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

run

Post by austin987 »

On Mon, May 5, 2008 at 11:00 PM, REIGN <[email protected]> wrote:
what the hell dose that mean?





You should place the executable in the current directory you are in,
OR change to that directory and run wine from there.

I.e., if it's on your desktop:
$ cd ~/Desktop
$ wine your_program.exe
REIGN
Level 1
Level 1
Posts: 5
Joined: Sun May 04, 2008 9:52 pm

Post by REIGN »

thx for trying to help guys, but this is just to much of a hassle, im reinstalling vista.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

REIGN wrote:thx for trying to help guys, but this is just to much of a hassle, im reinstalling vista.
If you think you can "learn" OS without doing anything - good luck.

The topic is closed.
Locked