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_ ...@@ -65,9 +65,8 @@ RUN mkdir /metauser_home_vanilla/Downloads && chown metauser:metauser /metauser_
# Extra SW # Extra SW
#RUN apt-get install libreoffice gimp -y #RUN apt-get install libreoffice gimp -y
# Shell for terminal # Terminator alternative terminal
COPY files/runshell.sh /bin/ RUN apt-get install terminator -y
RUN chmod 755 /bin/runshell.sh
#------------------------ #------------------------
......
...@@ -17,7 +17,5 @@ MiscTabCloseMiddleClick=TRUE ...@@ -17,7 +17,5 @@ MiscTabCloseMiddleClick=TRUE
MiscTabPosition=GTK_POS_TOP MiscTabPosition=GTK_POS_TOP
MiscHighlightUrls=TRUE MiscHighlightUrls=TRUE
MiscScrollAlternateScreen=TRUE MiscScrollAlternateScreen=TRUE
CustomCommand=/bin/runshell.sh
DefaultWorkingDir=/metauser 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