Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

Ambdós costats versió prèvia Revisió prèvia
Següent revisió
Revisió prèvia
linux:remote-desktop:start [08/07/2022 02:58] – [X2GO] matelinux:remote-desktop:start [08/07/2022 04:12] (actual) – [XRDP] mate
Línia 4: Línia 4:
   * [[https://guacamole.apache.org/doc/gug/installing-guacamole.html]]   * [[https://guacamole.apache.org/doc/gug/installing-guacamole.html]]
 == XRDP == XRDP
 +<alert type="danger">OBSOLETO?</alert>
   * [[https://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/]]   * [[https://www.tweaking4all.com/software/linux-software/use-xrdp-remote-access-ubuntu-14-04/]]
   * [[https://c-nergy.be/blog/?p=16637]]   * [[https://c-nergy.be/blog/?p=16637]]
   * [[https://help.clouding.io/hc/es/articles/360010657540-C%C3%B3mo-instalar-y-configurar-XRDP-en-Ubuntu]]   * [[https://help.clouding.io/hc/es/articles/360010657540-C%C3%B3mo-instalar-y-configurar-XRDP-en-Ubuntu]]
 +  * [[https://forums.fedoraforum.org/showthread.php?314544-xrdp-quot-Listening-socket-is-in-wrong-state-terminating-listener-quot]]
 +
 +<code bash>
 +sudo apt install xrdp
 +sudo systemctl restart xrdp
 +adduser xrdpuser
 +</code>
 +
 +<code properties /etc/xrdp/xrdp.ini>
 +max_bpp=16
 +xserverbpp=16
 +crypt_level=low
 +use_compression=yes
 +</code>
 +
 +<code bash>
 +cd /etc/xrdp
 +openssl req -x509 -newkey rsa:2048 -nodes -keyout key.pem -out cert.pem -days 365
 +sudo xrdp-keygen xrdp auto 2048
 +sudo chmod +r rsakeys.ini
 +</code>
 +
 +Eliminación de POPUPs de manejo de color:<code bash>sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/45-allow.colord.pkla" <<EOF
 +[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
 +EOF
 +
 +sudo bash -c "cat >/etc/polkit-1/localauthority/50-local.d/46-allow-update-repo.pkla" <<EOF 
 +[Allow Package Management all Users] 
 +Identity=unix-user:
 +Action=org.freedesktop.packagekit.system-sources-refresh;org.freedesktop.packagekit.system-network-proxy-configure 
 +ResultAny=yes 
 +ResultInactive=yes 
 +ResultActive=yes 
 +EOF
 +</code>
 +
 +<code properties /etc/X11/XWrapper.config>
 +allowed_users=anybody
 +</code>
 +
 +Fixing theme:
 +<code bash>
 +#Backup the file before modifying it
 +sudo cp /etc/xrdp/startwm.sh /etc/xrdp/startwm.sh.griffon
 +sudo sed -i "4 a #Improved Look n Feel Method\ncat <<EOF > ~/.xsessionrc\nexport GNOME_SHELL_SESSION_MODE=$GNOME_SHELL_SESSION_MODE\nexport XDG_CURRENT_DESKTOP=$XDG_CURRENT_DESKTOP\nexport XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS\nEOF\n" /etc/xrdp/startwm.sh
 +</code>
  
 == X2GO == X2GO
   * [[software:utils:x2go]]   * [[software:utils:x2go]]
 == VNC == VNC
 +  * [[software:utils:tightvnc]]
  • linux/remote-desktop/start.1657274304.txt.gz
  • Darrera modificació: 08/07/2022 02:58
  • per mate