How to fix wine c drive

EDIT; fixed it, for anyone else here’s what I did…(kate = gedit)

Code:
sudo kate /usr/share/applications/wine-browsedrive.desktop

In
[Desktop Entry]

change

Exec=xdg-open /.wine/dosdevices/c:

or whatever else
to

Exec=xdg-open $HOME/.wine/dosdevices/c:

Leave a Reply