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
__
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