You are not logged in.
If I right-click on most files in linux, there is all kinds of wine options there that I do not want. Namely, notepad (2 instances), Internet Explorer, etc.
How do I get rid of it without uninstalling wine? I am using XFCE with PCMANFM as desktop manager.
Offline
I guess those are entries which are in ~/.local/share/applications Look out for files named *.desktop and stuff that handles mimetypes. I currently don't have any of it here, so I don't know it exactly, but you'll find it.
Last edited by Army (2012-02-16 17:32:42)
Offline
Offline
Thanks. Got it sorted.
Now, I'd like to add WinRAR option appearance when I right-click on a folder.
Here it is how it looks for an ARJ file:
[Desktop Entry]
Type=Application
Name=WinRAR
MimeType=application/x-arj;
Exec=env WINEPREFIX="/home/juha/.wine-bottles/winrar" wine start /ProgIDOpen WinRAR %f
NoDisplay=true
StartupNotify=true
Icon=D1BD_WinRAR.0Can it be modified to work on folders?
Offline
I know the feeling, bro. It's like Wine crapped all over my system too.
In Dolphin, for .txt files, I have TWO "notepad" entries!

Even for avi and mkv files I have a "notepad" entry in there (not by default, obviously). What the hell.
.jpg files have a "Wine Internet Explorer" entry but .html files don't? Unbelievable...
Too bad pacman doesn't delete their config files when you uninstall programs. Because I got rid of Wine a long, long time ago and I just couldn't be bothered to search how clean up the context menu leftovers. Hmph. It's about time I reinstalled Arch anyway (switching to x86_64). Now I know not to install Wine ever, EVER again. VirtualBox all the way, baby!
Last edited by DSpider (2012-02-17 20:06:19)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Now I know not to install Wine ever, EVER again.
# ~/.bashrc
export WINEDLLOVERRIDES=winemenubuilder.exe=dOffline