2025-01-02 21:07:23
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
#Bookworm
|
||||||
|
# Ubuntu
|
||||||
|
apt -y install xrdp tigervnc-standalone-server
|
||||||
|
systemctl enable xrdp
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
Bookworm
|
||||||
|
apt -y install xrdp tigervnc-standalone-server
|
||||||
|
systemctl enable xrdp
|
||||||
|
|
||||||
|
ubuntu
|
||||||
|
apt -y install xrdp tigervnc-standalone-server
|
||||||
|
systemctl enable xrdp
|
||||||
|
|
||||||
|
create new
|
||||||
|
~startwm.sh
|
||||||
|
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# GNOME
|
||||||
|
dbus-launch --exit-with-session /usr/bin/gnome-session
|
||||||
|
# GNOME Classic
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/gnome-session-classic
|
||||||
|
# KDE
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/startplasma-x11
|
||||||
|
# Cinnamon
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/cinnamon-session
|
||||||
|
# MATE
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/mate-session
|
||||||
|
# Xfce
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/startxfce4
|
||||||
|
# LXDE
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/startlxde
|
||||||
|
# LXQt
|
||||||
|
# dbus-launch --exit-with-session /usr/bin/startlxqt
|
||||||
|
# Budgie
|
||||||
|
# env GNOME_SHELL_SESSION_MODE=Budgie:GNOME dbus-launch --exit-with-session /usr/bin/budgie-desktop
|
||||||
|
|
||||||
|
chmod 755 ~/startwm.sh
|
||||||
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +0,0 @@
|
|||||||
https://c-nergy.be/blog/?p=18918
|
|
||||||
|
|
||||||
https://www.c-nergy.be/products.html
|
|
||||||
wget https://www.c-nergy.be/downloads/xRDP/xrdp-installer-1.4.7.zip
|
|
||||||
unzip xrdp-installer-1.4.7.zip
|
|
||||||
chmod +x ~/Downloads/xrdp-installer-1.4.7.sh
|
|
||||||
--help or -h => will display a basic help menu
|
|
||||||
--sound or -s => will enable sound redirection
|
|
||||||
--loginscreen or -l => will customize the xRDP login screen
|
|
||||||
--remove or -r => will remove the xrdp package
|
|
||||||
--custom or -c => will perform a custom installation (i.e. compiled from sources)
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user