Ver código fonte

Suppress useless KDE logs

Seungmin Kim 1 ano atrás
pai
commit
72ff37d675
1 arquivos alterados com 1 adições e 0 exclusões
  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