Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created July 20, 2026 23:57
Show Gist options
  • Select an option

  • Save ecormaksin/bb00585b93d02f2f4066d602edcad33e to your computer and use it in GitHub Desktop.

Select an option

Save ecormaksin/bb00585b93d02f2f4066d602edcad33e to your computer and use it in GitHub Desktop.
Debianでxrdpを使用する
echo 'xfce4-session' > ~/.xsession

/etc/xrdp/startwm.sh

先頭に以下を追加

unset DBUS_SESSION_BUS_ADDRESS
unset XDG_RUNTIME_DIR

/etc/X11/Xwrapper.config

allowed_users=anybody
needs_root_rights=no

sudo apt -y install dbus-x11

日本語フォントをインストール

sudo apt -y install fonts-noto-cjk fonts-noto-color-emoji
sudo fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment