Where are the programs installed?
Where are the programs installed?
This is my question. I want to install some mods to my games, but the program files folder in wine looks empty (only IE) Where are the game folders??
Thanks.
Thanks.
Where are the programs installed?
On Fri, Mar 23, 2012 at 4:15 PM, The_Loko <[email protected]> wrote:
$HOME/.wine
Turn on hidden files in your file manager to browse that.
John
By default your wine virtual windows is atThis is my question. I want to install some mods to my games, but the program files folder in wine looks empty (only IE) Where are the game folders??
$HOME/.wine
Turn on hidden files in your file manager to browse that.
John
Where are the programs installed?
On 03/23/2012 04:15 PM, The_Loko wrote:
for Windows. For example, the results of finding Pinball:
file:///home/doug/.wine/drive_c/Program Files/Microsoft Games/Pinball
--doug
Use your "Find Files" program--it doesn't care if the game is designedThis is my question. I want to install some mods to my games, but the program files folder in wine looks empty (only IE) Where are the game folders??
Thanks.
for Windows. For example, the results of finding Pinball:
file:///home/doug/.wine/drive_c/Program Files/Microsoft Games/Pinball
--doug
Re: Where are the programs installed?
I know that, but my Program files folder in .wine is empty, only the default folders installed when I installed wine.
Re: Where are the programs installed?
How did you install your games? If it was with a third party script, it probably installed to a different wineprefix than the default.The_Loko wrote:I know that, but my Program files folder in .wine is empty, only the default folders installed when I installed wine.
Where are the programs installed?
On Sat, 2012-03-24 at 05:12 -0500, The_Loko wrote:
<code>
sudo updatedb
locate progname.exe
</code>
Martin
To find where the program(s) got to, try:I know that, but my Program files folder in .wine is empty, only the default folders installed when I installed wine.
<code>
sudo updatedb
locate progname.exe
</code>
Martin
Re: Where are the programs installed?
Why so complicated? Besides locate is not installed on most modern distros. Regular "find" will be enough:Martin Gregorie wrote:To find where the program(s) got to, try:
<code>
sudo updatedb
locate progname.exe
</code>
Code: Select all
find ~ -iname '*exe'
Where are the programs installed?
On Sat, 2012-03-24 at 10:18 -0500, vitamin wrote:
updatedb because it is typically run as an overnight cron job and Murphy
says the OP will have tried the install since it was last run.
Martin
What is so complex in typing two simple commands? I suggested runningMartin Gregorie wrote:Why so complicated?To find where the program(s) got to, try:
<code>
sudo updatedb
locate progname.exe
</code>
updatedb because it is typically run as an overnight cron job and Murphy
says the OP will have tried the install since it was last run.
Its been part of RedHat distros forever and is still part of it.Besides locate is not installed on most modern distros.
...and a *lot* slower that updatedb+locateRegular "find" will be enough:
Martin
Where are the programs installed?
On Sat, Mar 24, 2012 at 16:18, vitamin <[email protected]> wrote:
will typically be even quicker (or substitute ~/.wine with a
wineprefix if you use multiple ones)
Frédéric
find ~/.wine -iname '*exe'Martin Gregorie wrote:Why so complicated? Besides locate is not installed on most modern distros. Regular "find" will be enough:To find where the program(s) got to, try:
<code>
sudo updatedb
locate progname.exe
</code>
Code:
find ~ -iname '*exe'
will typically be even quicker (or substitute ~/.wine with a
wineprefix if you use multiple ones)
Frédéric
Re: Where are the programs installed?
I used playonlinux. So, this is the problem?dimesio wrote:How did you install your games? If it was with a third party script, it probably installed to a different wineprefix than the default.The_Loko wrote:I know that, but my Program files folder in .wine is empty, only the default folders installed when I installed wine.
Where are the programs installed?
On Sun, Mar 25, 2012 at 13:09, The_Loko <[email protected]> wrote:
See http://wiki.winehq.org/FAQ#head-aeffd8e ... c926cb1235
Third party applications are not supported here.dimesio wrote:I used playonlinux. So, this is the problem?The_Loko wrote:How did you install your games? If it was with a third party script, it probably installed to a different wineprefix than the default.I know that, but my Program files folder in .wine is empty, only the default folders installed when I installed wine.
See http://wiki.winehq.org/FAQ#head-aeffd8e ... c926cb1235