Wine Files Are Linked to Real Desktop

Questions about Wine on Linux
Locked
MisterLayne
Level 1
Level 1
Posts: 6
Joined: Mon Jun 03, 2019 2:02 pm

Wine Files Are Linked to Real Desktop

Post by MisterLayne »

I set up a new x64 wine prefix, but for some reason, this one is linked to my actual desktop- whenever I put something on the desktop in my wine's c drive, it appears on my desktop. What can I do to fix this..?
https://prnt.sc/on31g6
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine Files Are Linked to Real Desktop

Post by Bob Wya »

MisterLayne wrote:I set up a new x64 wine prefix, but for some reason, this one is linked to my actual desktop- whenever I put something on the desktop in my wine's c drive, it appears on my desktop. What can I do to fix this..?
https://prnt.sc/on31g6
@MisterLayne

Code: Select all

winetricks isolate_home
is a verb I added to winetricks, that will remove all the symbolic links from a WINEPREFIX to your Linux user's HOME directory.
This includes not linking the current WINEPREFIX, to your Linux user's Desktop directory.

Bob
Locked