Skip to main content

All Questions

0 votes
1 answer
132 views

How to run scripts named with spaces via "open with" list of applications in Nemo for Linux Mint?

TL;DR Exec=gnome-terminal -- bash -c 'script="%u";if [[ -e "$script" ]] ; then "$script" ; else exec bash ; fi' line in GNOME desktop file runs scrips, but only w/out ...
Alex Martian's user avatar
  • 1,065
1 vote
0 answers
538 views

Creating master process and connecting slave processes

Google-fu failed me on this issue as I have no idea what are the correct keywords and this is my first time encountering such an issue. I am using Linux Mint and I am trying to run a program called ...
JJ Yeo's user avatar
  • 11
11 votes
2 answers
8k views

Error "dircolors: no SHELL environment variable, and no shell type option given"

Running Linux Mint 17.3 Cinnamon A while ago a created a script that changed the colors in the Terminal (to match a tutorial I was following) However if I open the terminal on another account, I get ...
43Tesseracts's user avatar
  • 1,227