LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where do nautilus scripts go ?
#4
No probs, what you can do is check .profile in your home folder has the following lines:

Code:
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

Then create a bin dir in your home folder.

Code:
mkdir ~/bin

put all your bash scripts in bin and make them executable

Code:
chmod +x ~/bin/*

You may need a reboot to make sure everything works.
You should now be able to start any script in bin via terminal in any folder with:

Code:
scriptname.sh

Make life easier by creating launchers for you bash scripts Smile
Have fun Smile
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply


Messages In This Thread
Where do nautilus scripts go ? - by bitsnpcs - 02-01-2019, 05:22 AM
Re: Where do nautilus scripts go ? - by bitsnpcs - 02-01-2019, 06:36 AM
Re: Where do nautilus scripts go ? - by DeepThought - 02-01-2019, 06:48 AM
Re: Where do nautilus scripts go ? - by bitsnpcs - 02-01-2019, 07:29 AM
Re: Where do nautilus scripts go ? - by bitsnpcs - 02-01-2019, 09:08 AM
Re: Where do nautilus scripts go ? - by bitsnpcs - 02-01-2019, 09:39 AM
Re: Where do nautilus scripts go ? - by bitsnpcs - 04-05-2019, 12:12 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)