I am able to login automatically into Debian. I changed the /etc/gdm3daemon.conf file to do so. What I'm having trouble doing now is getting the terminal window to appear after the login. I need to launch a terminal window and run a command to change the directory and then execute a shell file. I have a hacky work around where I save the state of the desktop, and in the /etc/bash.bashrc file, I added cd and ./ commands
I want a cleaner way of doing these operations because next I will need to have a sort of splash screen cover up the GRUB initialization and have my program launch from the CLI as opposed to a GUI.