Permissions

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
VanDenPit
Newbie
Newbie
Posts: 2
Joined: Sun Apr 05, 2009 3:40 pm

Permissions

Post by VanDenPit »

Hello
I have installed wine on a open suse linux system as root
how can I give general acces to the other users?
other users can not use the installed programs

Thanks
Pit
James McKenzie

Permissions

Post by James McKenzie »

VanDenPit wrote:
Hello
I have installed wine on a open suse linux system as root
how can I give general acces to the other users?
other users can not use the installed program
One, Wine should NOT be run as root.
Two, each user has their own location for files/programs installed with
Wine. This is BY DESIGN.

So, what you need to do is this:

One, su to root and type in the following:

rm -rf .wine

Log out of root and then run wineboot or install your favorite program(s).

Do this for EACH user you want to use Wine.

Now, the trick is that you CAN put information that is shared between
users into a common area (folder, directory) and have multiple users
access these files. HOWEVER, it is recommended that the file(s) be
locked so that ONLY one user can open them for modification at a time,
or you will, eventually, end up with corrupted files.

Jame McKenzie
VanDenPit
Newbie
Newbie
Posts: 2
Joined: Sun Apr 05, 2009 3:40 pm

Post by VanDenPit »

Hello
If I run the setup.exe, the picture of the setup.exe (a page) bunce for ~30 seconds but nothing works
Pit
James McKenzie

Permissions

Post by James McKenzie »

VanDenPit wrote:
Hello
If I run the setup.exe, the picture of the setup.exe (a page) bunce for ~30 seconds but nothing works.
Let's see, I have about fifty setup.exe files here. It would be more
helpful to provide the actual program name. It would also be helpful to
run the program from a terminal session so that any error messages will
be captured.

Here is a suggestion and it is in the FAQ as well:

cd to the directory where your program's installer is located for this
example I will use /media/cdrom/DoomII

Code: Select all


cd /media/cdrom/DoomII
wine setup.exe > DoomIIsetup.txt 2>&1

This will capture all of the text output when you run setup.

If this file is small (less than twenty lines) you can post it here.

If the file is very large, you may want to use a common compression
program, like bzip2 to make the file much smaller.

Use a file service, like pastebin and place the file there and then post
a message here with the link that pastebin provides to you.

One last and most important thing, please look for your program on the
Applications Database site and see how others were able to install and
run your program. Some programs will not function well or at all with
Wine in its current state.

James McKenzie
Locked