[screen-devel] [bug #51099] screenrc commands fail to execute

2017-10-31 Thread Viola
Follow-up Comment #3, bug #51099 (project screen): Thanks, I didn't know about stuff. Contrary to chdir it works out of the box in order to start a number of screen windows in different directories from my screen configuration file. http://geek-nose.com __

[screen-devel] [bug #51099] screenrc commands fail to execute

2018-08-12 Thread Viola
Follow-up Comment #4, bug #51099 (project screen): It doesn't work because cd is a shell built-in command (try which cd). Screen has a chdir command which you can use to achieve your goal: Put the following inside your .screenrc: chdir /home/cataldo/Programs Now start screen and you should be in