mieki256's diary



2020/07/10(金) [n年前の日記]

#2 [ubuntu] xrdp を Ubuntu 20.04 LTS 上でインストールしてみた

xrdp を以下の2つの環境でインストールして動作確認してみた。

xrdp をインストール。マウスカーソルの設定を変更。
sudo apt install xrdp
sudo reboot
sudo sed -e 's/^new_cursors=true/new_cursors=false/g' -i /etc/xrdp/xrdp.ini
sudo systemctl restart xrdp

~/.xsession を作成。xubuntu-desktop をインストールしてある環境なので、xfce4-session を指定しておく。
echo "xfce4-session" > ~/.xsession

~/.xsessionrc を作成。
vi ~/.xsessionrc
export XDG_SESSION_DESKTOP=xubuntu
export XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share
export XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg

カラープロファイル関係で認証を求められてしまうので、そのあたりを設定。
sudo vi /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes

sudo vi /etc/polkit-1/localauthority/50-local.d/46-allow-update-repo.pkla
[Allow Package Management all Users]
Identity=unix-user:*
Action=org.freedesktop.packagekit.system-sources-refresh
ResultAny=yes
ResultInactive=yes
ResultActive=yes

sudo systemctl restart polkit

Ubuntu側でログアウトしておく。

Winodws10上で、リモートデスクトップ接続(mstsc.exe)を起動。相手先のIPアドレスかホスト名を入力して接続。Xorg や Xvnc 等が選べるが、Xorg を選択。ユーザ名とパスワードを入力してOK。

Ubuntu (Xubuntu) っぽい画面が出た…。Ubuntu Linux 18.04 LTS では上手くいかなかったけど、Ubuntu 20.04 LTS なら、xrdp でリモートデスクトップ接続ができることを確認できた。

ちなみに、本体側でログインしてる状態だと、リモートデスクトップ接続でログインしようとしても一瞬黒画面になった直後にウインドウが閉じてしまう。

参考ページ。 :


以上です。

過去ログ表示

Prev - 2020/07 - Next
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project