You are not logged in.
Pages: 1
over the last 1 or 2 weeks I've noticed that a lot of the files i had set to open with a text editor have been changed to open with firefox.
text files, .conf files, .json files, bash scripts, etc.
am i crazy? could a firefox update (or something else) have hijacked the defaults? anyone else notice this? right now i am just changing them back as i come across them, but would love to know if this is something I might have done to myself or not.
any insights? thanks
Offline
If your text editor is Mousepad and you have recently upgraded to version 0.5.7, the problem may come from there.
The launcher name has changed from mousepad.desktop to org.xfce.mousepad.desktop, so the system can't find it.
To fix this, just run this command:
sed -Ei.bak 's/([=;])(mousepad.desktop)/\1org.xfce.\2/' ~/.config/mimeapps.list
The original mime type file will be kept as ~/.config/mimeapps.list.bak after running this command.
EDIT: I have added a note about this in the documentation: https://docs.xfce.org/apps/mousepad/sta … on_changes
Last edited by Tamaranch (2021-10-02 06:31:40)
Offline
If your text editor is Mousepad and you have recently upgraded to version 0.5.7, the problem may come from there.
The launcher name has changed from mousepad.desktop to org.xfce.mousepad.desktop, so the system can't find it.To fix this, just run this command:
sed -Ei.bak 's/([=;])(mousepad.desktop)/\1org.xfce.\2/' ~/.config/mimeapps.list
The original mime type file will be kept as ~/.config/mimeapps.list.bak after running this command.
EDIT: I have added a note about this in the documentation: https://docs.xfce.org/apps/mousepad/sta … on_changes
yes it was mousepad. thanks for this fix. worked nicely.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 522.68 KiB (Peak: 530.3 KiB) ]