Explorar el Código

Suppress useless KDE logs

Seungmin Kim hace 1 año
padre
commit
72ff37d675
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      entrypoint.sh

+ 1 - 0
entrypoint.sh

@@ -138,6 +138,7 @@ fi
 
 # Start KDE desktop environment
 export XDG_SESSION_ID="${DISPLAY#*:}"
+export QT_LOGGING_RULES='*.debug=false;qt.qpa.*=false'
 /usr/bin/startplasma-x11 &
 
 # Start Fcitx input method framework