Answers for "how to execute a file in ubuntu by double click"

0

how to execute a file in ubuntu by double click

#For nautilus, execute in terminal:
gsettings set org.gnome.nautilus.preferences executable-text-activation 'launch'
#Note: The file should be executable. You may also need to change permission of file. Right click and set "Allow executing file as program"
Posted by: Guest on July-05-2020

Code answers related to "how to execute a file in ubuntu by double click"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language