Wine 1.0 bugs and fixes.
- 'Browse C Drive' fails with
url not found
. This is because Thunar doesn't do bash-style completion, and chokes on a '~' in a config file.
Fix:
sudo mousepad /usr/share/applications/wine-browsedrive.desktop
- Change the line
Exec=xdg-open ~/.wine/drive_c
toExec=xdg-open /home/USERNAME/.wine/drive_c
- Save and close.
No comments:
Post a Comment