2008年11月3日 星期一

Wine 無法瀏覽 C:\ Drive

wine: incorrect "Browse C:\ Drive" launcher
The launcher named "Browse C:\ Drive" executes the command
xdg-open ~/.wine/drive_c
The command should be
xdg-open ~/.wine/dosdevices/c:

the tilde "~" that the systtem does not know how to handle the protocol "~/.wine/drive_c".
(I can run xdg-open ~/.wine/dosdevices/c: from a Bash terminal window, though.)

So I've changed the line in /usr/share/applications/wine-browsedrive.desktop to Exec=xdg-open $HOME/.wine/dosdevices/c:

原文討論

沒有留言: