openSUSE Forums > Looking For Something Other Than Support? » I have a few wine questions for people that know how to use

Go Back   openSUSE Forums > Looking For Something Other Than Support?
Forums FAQ Members List Search Today's Posts Mark Forums Read


Looking For Something Other Than Support? If you are looking for manuals, books, repositories, hardware, software, etc. this is the place to see if someone can help you find it.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-Jul-2009, 11:39
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default I have a few wine questions for people that know how to use

first thing is I installed wine so I can play a game but after the install I cannot find the gui for it. does anyone know where it is?

I have a game installed on a separate drive and I copy/pasted it into the wine program files directory now how to I get wine to load the game , I went to the wine wiki and the game is listed as no problems, also I have played the game in the past using wine but like I have stated in other posts I still am a little rusty with Linux.
I tried to create a shortcut using the rightclick on desktop create launcher but I get a error saying I do n ot have permission to open it do I do a chmod command for this and if so I have forgotten the proper way.
any help would be appreciated
Reply With Quote
  #2 (permalink)  
Old 11-Jul-2009, 12:10
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,928
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: I have a few wine questions for people that know how to

Geoff's Linux tips - wine
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 11-Jul-2009, 13:33
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: I have a few wine questions for people that know how to

hmm his instructions don't seem to work when creating links to the applications. I can load my game if I go into the folder and double click on it but I get permission errors if I try the link I made , I tried this command that I found in the faq of wine website
Code:
cd ~
sudo chown -R user:user .wine
but I get an unknown user error
Reply With Quote
  #4 (permalink)  
Old 11-Jul-2009, 13:47
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: I have a few wine questions for people that know how to

Quote:
Originally Posted by Shadowmeph View Post
hmm his instructions don't seem to work when creating links to the applications. I can load my game if I go into the folder and double click on it but I get permission errors if I try the link I made , I tried this command that I found in the faq of wine website
Code:
cd ~
sudo chown -R user:user .wine
but I get an unknown user error
haha now I am getting no such directory
Reply With Quote
  #5 (permalink)  
Old 11-Jul-2009, 13:48
FeatherMonkey's Avatar
Wise Penguin
 
Join Date: Mar 2008
Posts: 1,545
FeatherMonkey has a spectacular reputation aura aboutFeatherMonkey has a spectacular reputation aura aboutFeatherMonkey has a spectacular reputation aura aboutFeatherMonkey has a spectacular reputation aura about
Default Re: I have a few wine questions for people that know how to

I would imagine you have more problems than that I bet there isn't a user called user belonging to group user on your pc.

It generally is not a good idea to run something without vaguely understanding it. As for doing it with sudo then vaguely doesn't even come into it.

Generally you can find help from man pages then if they are a bit obscure try using the word example in your search terms. Out of the top three for man chown it is only the top one that doesn't have an example that should make sense of where you went wrong.

As for directory mmm well I have to wonder what other commands you've tried.
__________________
Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
If I've helped click on the Rep button I don't know what it does but it sounds cool.
Reply With Quote
  #6 (permalink)  
Old 11-Jul-2009, 13:54
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,928
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: I have a few wine questions for people that know how to

Whenever I have used wine in the past. I would install (rather than use a copied folder)
Install like this:
Place the game cd in the cd drive and open a terminal and cd /media
then cd to whatever, then
wine ./Setup.exe*
*=or whatever the setup filename is

Usually a icon for the running the application will be placed on the desktop or in the menu under the Wine section.
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #7 (permalink)  
Old 11-Jul-2009, 14:58
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: I have a few wine questions for people that know how to

Quote:
Originally Posted by caf4926 View Post
Whenever I have used wine in the past. I would install (rather than use a copied folder)
Install like this:
Place the game cd in the cd drive and open a terminal and cd /media
then cd to whatever, then
wine ./Setup.exe*
*=or whatever the setup filename is

Usually a icon for the running the application will be placed on the desktop or in the menu under the Wine section.
that is the thing I cannot find the wine section I have to config it through winecfg in terminal.
Reply With Quote
  #8 (permalink)  
Old 11-Jul-2009, 16:43
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: I have a few wine questions for people that know how to

Quote:
Originally Posted by FeatherMonkey View Post
I would imagine you have more problems than that I bet there isn't a user called user belonging to group user on your pc.

It generally is not a good idea to run something without vaguely understanding it. As for doing it with sudo then vaguely doesn't even come into it.

Generally you can find help from man pages then if they are a bit obscure try using the word example in your search terms. Out of the top three for man chown it is only the top one that doesn't have an example that should make sense of where you went wrong.

As for directory mmm well I have to wonder what other commands you've tried.
ok what I have done so far is made a script
Code:
wine ~/".wine/drive_c/Program Files/Diablo_II/Diablo II.exe"
and then opened terminal in that filder and did what I figured is the correct thing
Code:
chmod +x D2.sh
after that I went to desktop and created a launcher, all is well but I am not sure how to open up the game in a window Like I used to I tried -w at the end of the application launcher on my desktop but it does nothing.
Reply With Quote
  #9 (permalink)  
Old 11-Jul-2009, 19:04
Havoc65's Avatar
Parent Penguin
 
Join Date: Jun 2008
Location: Kansas City, MO
Posts: 558
Havoc65 hasn't been rated much yet
Default Re: I have a few wine questions for people that know how to

when you create an icon you want the command for diablo to be wine game.exe -w that will start the game in windows mode
Here is a snapshot of the menu editor i would do it this way then drag the icon to the desktop or wherever
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2