Linux Programmer | RHCE | RHCSA

Search This Blog

Tuesday, 8 January 2019

How to run executable scripts in Nautilus?

when i am trying to open executable scripts (e.g. .sh) from nautilus then it will directly open scripts into text editor.


Solution:
1. open Nautilus
2. Open this from menu bar.
           settings -> Preferences
3. Select the 'Behavior' tab.
4. Select "Ask each time" under "Executable Text Files".
5. Close the window.

enter image description here

And it works.

M3 Button not working in Wayland

Mouse M3 button not working in wayland - ubuntu 26.04 1. Check your desktop Run: echo $XDG_SESSION_TYPE echo $XDG_CURRENT_DESKTOP 2. If...