Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

ubuntu how to double click on exe to run it code example

Example: 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"

Tags:

Shell Example

Related

bad data flask code example ProgrammingError: Incorrect number of bindings supplied. The current statement uses 4, and there are 5 supplied code example bash loop through files code example How to install a version in Pip code example permission denied, unlink '/usr/local/bin/npm' code example convert pdf to doc file online code example how to use enum in model c# code example where can blockchain be implemented code example github api get all commits code example install apt with ansible 2.9 code example insert after sibling code example create file cpp fstream code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy