You are not logged in.
Hello. I have an issue with HTML and CSS files in Thunar 1.6.15 on Xubuntu 18.04 (I had the same issue on 17.10 before the upgrade). The default action for those files is "Run", double-clicking those files does nothing. I need to use "Open with". In xfce4-mime-settings I see Firefox as a default application for text/html and Geany as a default for text/css. Also in the terminal I see:
$ xdg-mime query default text/html
firefox.desktop
$ xdg-mime query default text/css
geany.desktop
How can I fix that / get rid of that "Run"?
Last edited by Spass (2018-07-26 13:50:36)
Offline
You must have "/misc-exec-shell-scripts-by-default" set to true and the html file with execute permissions. Removing the execute permission from those files should remove the Run option.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, that was it. I have no idea why all those files were executable. But simply changing chmod -x fixed the issue. Thanks ToZ.
Offline
[ Generated in 0.011 seconds, 9 queries executed - Memory usage: 523.8 KiB (Peak: 524.65 KiB) ]