권한이 필요할
xhost si:localuser:root
작업이 끝나면 권한 제거
xhost -si:localuser:root
부팅
cat <<EOF | sudo tee /etc/xdg/autostart/xhost.desktop
[Desktop Entry]
Name=xhost
Comment=Fix graphical root applications
Exec="xhost +si:localuser:root"
Terminal=false
Type=Application
EOF
.bashrc 에다가 적용해 사용 할 수 있다.
alias gsuon='xhost si:localuser:root'
alias gsuoff='xhost -si:localuser:root'
댓글 없음:
댓글 쓰기