List for "wine explorer"?

Questions about Wine on Linux
Locked
ToddAndMargo2
Level 3
Level 3
Posts: 96
Joined: Thu Aug 21, 2014 6:40 pm

List for "wine explorer"?

Post by ToddAndMargo2 »

Hi All,

Can someone point me to a list of the parameters for

wine explorer /...

I am not finding it in the manual page.

Many thanks,
-T
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: List for "wine explorer"?

Post by desessarts »

it can be just

Code: Select all

export WINEARCH=win32
export WINEPREFIX=~/.wine32
wine explorer
and I have a file browser, like when a Windows user does

Windows E

it can also be

viewtopic.php?t=37529
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: List for "wine explorer"?

Post by jkfloris »

You can find all the parameters on the wiki:
https://gitlab.winehq.org/wine/wine/-/w ... s/explorer
ToddAndMargo2
Level 3
Level 3
Posts: 96
Joined: Thu Aug 21, 2014 6:40 pm

Re: List for "wine explorer"?

Post by ToddAndMargo2 »

jkfloris wrote: Fri Dec 27, 2024 6:36 am You can find all the parameters on the wiki:
https://gitlab.winehq.org/wine/wine/-/w ... s/explorer
That was what I was looking for. Thank you!
Locked