beautifull!! it worked for me.
Thanks a lot friend.




ormu wrote:I noticed that some of the default programs used by Firefox were also replaced with the Wine alternatives, e.g. when you click a link to a text file, it asks whether to open or save the file, in the "open" dialog the Wine notepad is listed as default. I was able to fix this by deleting all desktop objects pointing to Wine notepad from ~/.local/share/applications/
I also sent complainments to the packagers. I don't understand why anyone would use wine programs if there are better native ones available.
find ./ -iname "wine-extension*\.desktop" | xargs -I {} -n 1 bash -c 'echo "Hidden=true" >> {}'
ctrlesc wrote:
- Code: Select all
find ./ -iname "wine-extension*\.desktop" | xargs -I {} -n 1 bash -c 'echo "Hidden=true" >> {}'
The command above followed by 'update-desktop-database' will disable all the wine associations in the desktop files. You can always go back and enable the one or two that may be worthwhile by removing "Hidden=true".



Users browsing this forum: Monsta and 5 guests