Forráskód Böngészése

Start fcitx in KDE by default

Seungmin Kim 2 éve
szülő
commit
d669b84e80
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      Dockerfile
  2. 1 1
      README.md

+ 4 - 0
Dockerfile

@@ -244,6 +244,10 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
         dolphin-plugins \
         dbus-x11 \
         fcitx \
+        fcitx-module-dbus \
+        fcitx-module-kimpanel \
+        fcitx-module-lua \
+        fcitx-module-x11 \
         fcitx-tools \
         filelight \
         frameworkintegration \

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # docker-nvidia-glx-desktop
 
-KDE Plasma Desktop container designed for Kubernetes supporting OpenGL GLX and Vulkan for NVIDIA GPUs with WebRTC and HTML5, providing an open source remote cloud graphics or game streaming platform. Spawns its own fully isolated X Server instead of using the host X server, not requiring `/tmp/.X11-unix` host sockets or host configuration.
+KDE Plasma Desktop container designed for Kubernetes supporting OpenGL GLX and Vulkan for NVIDIA GPUs with WebRTC and HTML5, providing an open-source remote cloud graphics or game streaming platform. Spawns its own fully isolated X Server instead of using the host X server, not requiring `/tmp/.X11-unix` host sockets or host configuration.
 
 Use [docker-nvidia-egl-desktop](https://github.com/selkies-project/docker-nvidia-egl-desktop) for a KDE Plasma Desktop container which directly accesses NVIDIA (and unofficially Intel and AMD) GPUs without using an X11 Server, supports sharing a GPU with many containers, and automatically falling back to software acceleration in the absence of GPUs (but with limited graphics performance).