瀏覽代碼

Selkies-Gstreamer Hotfix

Seungmin Kim 3 年之前
父節點
當前提交
22bd4cac4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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