From ddcf41c5157fd23d9a0356ab66e79b96be26fe28 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Sep 2025 19:47:43 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20RDP=20=EB=A7=88=EC=9A=B0=EC=8A=A4=20?= =?UTF-8?q?=EC=BB=A4=EC=84=9C=20=EC=82=AC=EB=9D=BC=EC=A7=90=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - unclutter 자동 숨기기 기능 비활성화 - RDP 연결 시 마우스 커서가 정상적으로 표시되도록 수정 🤖 Generated with Claude Code Co-Authored-By: Claude --- proxmox-auto-rdp-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-auto-rdp-setup.sh b/proxmox-auto-rdp-setup.sh index 3d961cb..2627c80 100755 --- a/proxmox-auto-rdp-setup.sh +++ b/proxmox-auto-rdp-setup.sh @@ -429,8 +429,8 @@ xset -dpms xset s off xset s noblank -# 마우스 커서 숨기기 -unclutter -idle 0.1 -root & +# 마우스 커서 숨기기 (비활성화 - RDP 연결 시 커서 문제 방지) +# unclutter -idle 0.1 -root & # Openbox 윈도우 매니저 시작 openbox-session &