xxxxme wrote: > How do I remove all the "A Wine Application" entries from gnome's Open With > Add Application dialog? First BACKUP ~/.local directory! If you loose something you need it's not my fault . Then run this: Code: find ~/.local/share/applications -name "wine-extension*.desktop" -exec rm {} \;