XRDP: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 14: Line 14:


==Playground==
==Playground==
{|
| valign="top"|
systemctl start bluetooth
  2388px × 1668px
  2388px × 1668px
  1194px ×  834px
  1194px ×  834px


systemctl start bluetooth
| valign="top"|
  sudo apt install tlp
  sudo apt install tlp
  sudo bluetooth off
  sudo bluetooth off
  sudo bluetooth on
  sudo bluetooth on
| valign="top"|
sudo apt install bluez-tools
bt-device -i MagicMouse2
bt-device --list
|-
| colspan="3" |
----
|-
| valign="top" |
| valign="top" |
| valign="top" |
|}


==References==
==References==

Revision as of 09:55, 3 December 2023

sudo apt install xrdp
sudo systemctl status xrdp
sudo systemctl enable --now xrdp
tee ${HOME}/.xsessionrc >/dev/null <<'EOF'
export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
EOF

Playground

systemctl start bluetooth
2388px × 1668px
1194px ×  834px
sudo apt install tlp
sudo bluetooth off
sudo bluetooth on
sudo apt install bluez-tools
bt-device -i MagicMouse2
bt-device --list

References