Hi, a year ago i installed corsair flash voyager utility with wine. This is the encryption tool for a corsair usb-stick, that runs only under windows, but i hoped, i could use it with ubuntu and wine. But it didn't work. So i tried to uninstall it. But i can't get rid of it. Even now, with Hardy heron 8.04 and the newest update for wine, i can't uninstall corsair flash voyager utility. Right now, i uninstalled wine, but there is in k-menu still 'wine - programs - flash voyager utility'! Do you know, how i can get rid of this utility? Joe
BlueJoe wrote:> Hi, > > a year ago i installed corsair flash voyager utility with wine. This is the encryption tool for a corsair usb-stick, that runs only under windows, but i hoped, i could use it with ubuntu and wine. But it didn't work. So i tried to uninstall it. But i can't get rid of it. > Even now, with Hardy heron 8.04 and the newest update for wine, i can't uninstall corsair flash voyager utility. > Right now, i uninstalled wine, but there is in k-menu still 'wine - programs - flash voyager utility'! > > Do you know, how i can get rid of this utility? > > JoeTo remove everything installed under Wine - you remove '~/.wine' directory with Code: rm -rf ~/.wine command. However to remove all Wine menu entries you'll need to remove these directories as well: Code: rm -rf ~/.local/share/applications/wine rm -f ~/.config/menus/applications-merged/wine*
Do you know how I could do this? Joe
On Fri, May 16, 2008 at 1:30 PM, BlueJoe <wineforum-user at winehq.org> wrote:> Do you know how I could do this? >Use kmenuedit to delete the item from the menu. John
John Drescher wrote:> On Fri, May 16, 2008 at 1:30 PM, BlueJoe <wineforum-user at winehq.org> wrote: > > > Do you know how I could do this? > > > > > > Use kmenuedit to delete the item from the menu. > > JohnActually that would be the worst option - it hides not removes entries as mandated by the XDG standard.