Răsfoiți Sursa

Selkies-Gstreamer Hotfix

Seungmin Kim 3 ani în urmă
părinte
comite
22bd4cac4b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -84,7 +84,7 @@ fi
 mate-session &
 
 # Fix selkies-gstreamer keyboard mapping
-if [ "$FALLBACK_ENABLE" != "true" ]; then
+if [ "$NOVNC_ENABLE" != "true" ]; then
   sudo xmodmap -e "keycode 94 shift = less less"
 fi