tianhaoz95 / pylon

Foundation of my dev machines 💎💎💎
https://tianhaoz.com/pylon/
MIT License
0 stars 0 forks source link

Add note to start chrome remote desktop on startup in linux mint #9

Open tianhaoz95 opened 3 years ago

tianhaoz95 commented 3 years ago

Add google-chrome-stable --no-startup-window to startup with a 3 sec delay.

Setting up chrome remote desktop on Linux mint https://support.google.com/chrome/answer/1649523?co=GENIE.Platform%3DDesktop&hl=en#zippy=%2Cuse-chrome-remote-desktop-on-linux

restart the service sudo service chrome-remote-desktop restart

tianhaoz95 commented 3 years ago

sudo usermod -a -G chrome-remote-desktop $USER and /opt/google/chrome-remote-desktop/chrome-remote-desktop --stop from this answer (https://superuser.com/questions/778028/configuring-chrome-remote-desktop-with-ubuntu-gnome-14-04/850359#850359) are pretty useful as well.

tianhaoz95 commented 3 years ago

sudo apt install mint-meta-mate sudo apt install mint-meta-xfce

tianhaoz95 commented 3 years ago

exec /etc/X11/Xsession '/usr/bin/mate-session' in .chrome-remote-desktop-session

tianhaoz95 commented 3 years ago

For mate boot up crash, try putting

unset DBUS_SESSION_BUS_ADDRESS
unset SESSION_MANAGER
mate-session

in .chrome-remote-desktop-session

tianhaoz95 commented 3 years ago

Get around asking password for every session

https://askubuntu.com/questions/244567/remove-sudo-password-when-connecting-to-new-wifi-network

https://c-nergy.be/blog/?p=12073

/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy and org.freedesktop.color.policy.xml

tianhaoz95 commented 3 years ago

https://www.devopsrun.com/t-ubuntu-18-04-xrdp-authentication-is-required-to-create-a-color-managed-device as well