https://github.com/caseymcc/chrome_remote_desktop
Information and updates to get chrome remote desktop to use existing user session
https://github.com/caseymcc/chrome_remote_desktop
Last synced: about 1 year ago
JSON representation
Information and updates to get chrome remote desktop to use existing user session
- Host: GitHub
- URL: https://github.com/caseymcc/chrome_remote_desktop
- Owner: caseymcc
- Created: 2024-07-14T16:35:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:58:48.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:33:34.092Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome_remote_desktop
This patch provides a simple way to alter chrome remote desktop on ubuntu to use the existing session instead of starting a new one.
The main change is that it alters the `launch_session` to read the current display from the `who` and uses that instead of generating a new one.
simply clone the repo and run
```
sudo apply_patch.sh
```
the bash script just patches the fix_displat.patch to `/opt/google/chrome-remote-desktop/chrome-remote-desktop` then restarts the service. If the service is masked (mine seems to be after updates) it will delete the symlink and update systemctl then restart the service.