pi-build icon indicating copy to clipboard operation
pi-build copied to clipboard

issue notepad.exe from wine

Open SpudGunMan opened this issue 3 years ago • 5 comments

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

SpudGunMan avatar Oct 20 '22 20:10 SpudGunMan

tag @WheezyE

SpudGunMan avatar Oct 20 '22 20:10 SpudGunMan

I think this is default wine install package setting this up

SpudGunMan avatar Oct 20 '22 20:10 SpudGunMan

~/.local/share/mime

might be the spot to mess about

SpudGunMan avatar Oct 21 '22 00:10 SpudGunMan

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

WheezyE avatar Oct 21 '22 14:10 WheezyE

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

SpudGunMan avatar Oct 21 '22 14:10 SpudGunMan