Displaying 1 result from an estimated 1 matches for "huh_".
Did you mean:
huh
2011 Mar 04
4
Wine does not allow program to see USB ID
...yped all these things into the terminal to make sure to erase the programs and libraries in Wine
rm -rf $HOME/.wine
rm -f $HOME/.config/menus/applications-merged/wine*
rm -rf $HOME/.local/share/applications/wine
rm -f $HOME/.local/share/desktop-directories/wine*
rm -f $HOME/.local/share/icons/?Huh_*.{xpm,png}
rm -f $HOME/.local/share/icons/*-x-wine-*.{xpm,png}
Then I erased my Wine install which was a little difficult because you have to uninstall by the same method you use to install it.
Then I had to install the newest one and I used this:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sud...