Wine install sets Windows applications as defaults

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
ColOfNature
Level 1
Level 1
Posts: 7
Joined: Sat Dec 25, 2010 5:52 pm

Wine install sets Windows applications as defaults

Post by ColOfNature »

As the title says: when I install Wine the install process sets Windows apps as the defaults for opening various common file types. Why? Linux has generally superior applications available, and it's a pain to have to change the default back for file type - not to mention the fact that I'm left with context menu entries for a bunch of "Open with" type items I neither need nor want. Can this be made optional?
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine install sets Windows applications as defaults

Post by dimesio »

ColOfNature wrote:As the title says: when I install Wine the install process sets Windows apps as the defaults for opening various common file types. Why? Linux has generally superior applications available, and it's a pain to have to change the default back for file type - not to mention the fact that I'm left with context menu entries for a bunch of "Open with" type items I neither need nor want. Can this be made optional?
http://wiki.winehq.org/FAQ#head-c847a3d ... d4c7ae042a
User avatar
ColOfNature
Level 1
Level 1
Posts: 7
Joined: Sat Dec 25, 2010 5:52 pm

Post by ColOfNature »

Oh. Thanks!
User avatar
ColOfNature
Level 1
Level 1
Posts: 7
Joined: Sat Dec 25, 2010 5:52 pm

Post by ColOfNature »

Actually, this isn't much use as it's only possible to use any of these methods *after* Wine is installed. It doesn't make any difference to the way that when I install Wine it sets the default application for opening text in my Linux system to be Notepad. My default web browser becomes Internet Explorer. That's what I want to prevent.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ColOfNature wrote:Actually, this isn't much use as it's only possible to use any of these methods *after* Wine is installed.
To remove all file associations to Wine remove all these files:

Code: Select all

~/.local/share/applications/wine-extension-*.desktop
Locked