Skip to content
Snippets Groups Projects
Commit 1b33e27d authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Disabled the custom shell in the Xfce terminal and added Terminator alternative terminal.

parent edf8a5fe
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,8 @@ RUN mkdir /metauser_home_vanilla/Downloads && chown metauser:metauser /metauser_
# Extra SW
#RUN apt-get install libreoffice gimp -y
# Shell for terminal
COPY files/runshell.sh /bin/
RUN chmod 755 /bin/runshell.sh
# Terminator alternative terminal
RUN apt-get install terminator -y
#------------------------
......
......@@ -17,7 +17,5 @@ MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE
MiscScrollAlternateScreen=TRUE
CustomCommand=/bin/runshell.sh
DefaultWorkingDir=/metauser
RunCustomCommand=TRUE
#!/bin/bash
cd /home/metauser
exec /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment