|
|
@@ -66,6 +66,7 @@ RUN dpkg --add-architecture i386 && \
|
|
|
ca-certificates \
|
|
|
ssl-cert \
|
|
|
cups-browsed \
|
|
|
+ cups-bsd \
|
|
|
cups-common \
|
|
|
cups-filters \
|
|
|
cups-pdf \
|
|
|
@@ -92,10 +93,8 @@ RUN dpkg --add-architecture i386 && \
|
|
|
nano \
|
|
|
vim \
|
|
|
htop \
|
|
|
- ibus \
|
|
|
- ibus-data \
|
|
|
fakeroot \
|
|
|
- fonts-dejavu-core \
|
|
|
+ fonts-dejavu \
|
|
|
fonts-freefont-ttf \
|
|
|
fonts-hack \
|
|
|
fonts-liberation \
|
|
|
@@ -193,8 +192,10 @@ RUN dpkg --add-architecture i386 && \
|
|
|
x11-apps \
|
|
|
xauth \
|
|
|
xbitmaps \
|
|
|
- xinit \
|
|
|
xfonts-base \
|
|
|
+ xfonts-scalable \
|
|
|
+ xinit \
|
|
|
+ xsettingsd \
|
|
|
libxrandr-dev \
|
|
|
# Install essential Xorg and NVIDIA packages, packages above this line should be the same between docker-nvidia-glx-desktop and docker-nvidia-egl-desktop
|
|
|
kmod \
|
|
|
@@ -242,6 +243,8 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
|
|
|
dolphin \
|
|
|
dolphin-plugins \
|
|
|
dbus-x11 \
|
|
|
+ fcitx \
|
|
|
+ fcitx-tools \
|
|
|
filelight \
|
|
|
frameworkintegration \
|
|
|
gwenview \
|
|
|
@@ -252,6 +255,7 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
|
|
|
kcalc \
|
|
|
kcharselect \
|
|
|
kdeadmin \
|
|
|
+ kde-config-fcitx \
|
|
|
kde-config-gtk-style \
|
|
|
kde-config-gtk-style-preview \
|
|
|
kdeconnect \
|
|
|
@@ -274,10 +278,13 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
|
|
|
kwin-addons \
|
|
|
kwin-x11 \
|
|
|
libgdk-pixbuf2.0-bin \
|
|
|
+ libgtk2.0-bin \
|
|
|
+ libgtk-3-bin \
|
|
|
okular \
|
|
|
okular-extra-backends \
|
|
|
partitionmanager \
|
|
|
plasma-browser-integration \
|
|
|
+ plasma-calendar-addons \
|
|
|
plasma-dataengines-addons \
|
|
|
plasma-discover \
|
|
|
plasma-integration \
|
|
|
@@ -291,7 +298,9 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
|
|
|
qml-module-org-kde-qqc2desktopstyle \
|
|
|
qml-module-qtgraphicaleffects \
|
|
|
qml-module-qtquick-xmllistmodel \
|
|
|
+ qt5-gtk-platformtheme \
|
|
|
qt5-image-formats-plugins \
|
|
|
+ qt5-style-plugins \
|
|
|
qtspeech5-flite-plugin \
|
|
|
qtvirtualkeyboard-plugin \
|
|
|
software-properties-qt \
|