Results 1 to 5 of 5
i don't know why but i did a search for wine.conf and nothing so umm where is it
i have redhat9.0 and the wine 20030508...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-13-2003 #1Just Joined!
- Join Date
- Jun 2003
- Posts
- 75
I can't find the wine.conf file
i don't know why but i did a search for wine.conf and nothing so umm where is it
i have redhat9.0 and the wine 20030508
- 06-13-2003 #2Linux Enthusiast
- Join Date
- Feb 2003
- Location
- Ontario, Canada
- Posts
- 556
it didn't show up for me either, but back in the glory days of red hat 7.3 when I had a decent install of wine, it was in a hidden folder called ".wine" in my /home/user directory.
- 06-14-2003 #3Just Joined!
- Join Date
- Jun 2003
- Posts
- 75
ahh back in the day i remember that
but now that i have redhat9.0 and i can't find it
- 06-15-2003 #4Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
If you can´t find it..try this commands..
Code:locate wine.conf find / -name "wine.conf"
I think it should be located in your homedirectory under .wine though, use the command..
To show hidden directorys...Code:ls -alrt
RegardsRegards
Andutt
- 06-15-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
In my WineX version (whichever it is), the config file name is ~/.wine/config.
And, if you really just can't find it, you always have this:
Code:strace wine 2>&1 | tee /dev/tty | grep ^open >~/winefiles.log


Reply With Quote
