pi-build
pi-build copied to clipboard
issue notepad.exe from wine
should remove this entirely from the OG wine script its self or clean it up here
remove the notepad as a file to open filetype .txt
tag @WheezyE
I think this is default wine install package setting this up
~/.local/share/mime
might be the spot to mess about
Are you wanting to remove the default notepad.exe from Wine? I think Windows programs sometimes launch notepad when a users click on a readme button or a view log button. It might be nice to have and I think doesn’t take up much space
no its good to have notepad in wine install for windows errors that would happen.. however its not ideal to click on a .txt file in raspberry land and get notepad.exe as your editor due to emulation tax
so editing the files with bash after install during clean up in the ~/.local/share/mime
folder is a file for registering the "send to" " open with" data for the user
I think this behavior might be default to wine which shows off its coolness but .. only cool when CPU power is limitless
hope that helps? I can come back later and drop some code for this as well just wanted to get the idea down to review it