This commit is contained in:
@@ -80,18 +80,6 @@ RUN echo "LANG=fr_FR.UTF-8" > /etc/locale.conf \
|
||||
&& ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime \
|
||||
&& echo "user.max_user_namespaces=28633" > /etc/sysctl.d/userns.conf
|
||||
|
||||
# Installation du pack d'icones MoreWaita
|
||||
RUN git clone https://github.com/somepaulo/MoreWaita.git && cd MoreWaita && ./install.sh && \
|
||||
rm -rf MoreWaita && \
|
||||
printf "[org/gnome/desktop/interface]\nicon-theme='MoreWaita'\n" > /etc/dconf/db/local.d/02-icon-theme && \
|
||||
dconf update 2>/dev/null || true
|
||||
|
||||
#Configuration des fenêtres gnome pour avoir les btns style windows
|
||||
RUN mkdir -p /etc/dconf/db/local.d /etc/dconf/profile && \
|
||||
printf "[org/gnome/desktop/wm/preferences]\nbutton-layout=':minimize,maximize,close'\n" > /etc/dconf/db/local.d/02-window-buttons && \
|
||||
printf "user-db:user\nsystem-db:local\n" > /etc/dconf/profile/user && \
|
||||
dconf update 2>/dev/null || true
|
||||
|
||||
#Activation du module xpad pour support manette xbox
|
||||
RUN echo "xpad" > /etc/modules-load.d/xpad.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user