Corsair Flash Voyager utility

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
BlueJoe
Newbie
Newbie
Posts: 4
Joined: Fri May 16, 2008 2:08 am

Corsair Flash Voyager utility

Post by BlueJoe »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Corsair Flash Voyager utility

Post by vitamin »

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?

Joe
To remove everything installed under Wine - you remove '~/.wine' directory with

Code: Select all

rm -rf ~/.wine
command. However to remove all Wine menu entries you'll need to remove these directories as well:

Code: Select all

rm -rf ~/.local/share/applications/wine
rm -f ~/.config/menus/applications-merged/wine*
BlueJoe
Newbie
Newbie
Posts: 4
Joined: Fri May 16, 2008 2:08 am

Re: Corsair Flash Voyager utility

Post by BlueJoe »

Thanks,

I've made this commands and now I've no more 'wine' in K-Menu. This is fine, but only a first step, I suppose. Because now I've in K-Menu '? nicht zuzuordnen' (sorry for this is german, but it means something like 'can't be asigned' or 'can't be attached').

This Corsair Utility must still be somewhere.

Joe
John Drescher

Corsair Flash Voyager utility

Post by John Drescher »

This Corsair Utility must still be somewhere.
No I believe the problem is the shortcut was not removed. If you want
to remove that you will probably have to do that manually.

John
BlueJoe
Newbie
Newbie
Posts: 4
Joined: Fri May 16, 2008 2:08 am

Re: Corsair Flash Voyager utility

Post by BlueJoe »

Do you know how I could do this?

Joe
BlueJoe
Newbie
Newbie
Posts: 4
Joined: Fri May 16, 2008 2:08 am

Re: Corsair Flash Voyager utility

Post by BlueJoe »

Thanks,

I've got it
John Drescher

Corsair Flash Voyager utility

Post by John Drescher »

On Fri, May 16, 2008 at 1:30 PM, BlueJoe <[email protected]> wrote:
Do you know how I could do this?
Use kmenuedit to delete the item from the menu.

John
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Corsair Flash Voyager utility

Post by vitamin »

John Drescher wrote:On Fri, May 16, 2008 at 1:30 PM, BlueJoe <[email protected]> wrote:
Do you know how I could do this?
Use kmenuedit to delete the item from the menu.

John
Actually that would be the worst option - it hides not removes entries as mandated by the XDG standard.
Locked