Default commit message, part of an automated flow.

This commit is contained in:
2021-02-27 15:17:28 +01:00
parent 465afa7ba7
commit 805a46ff47
3 changed files with 26 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Chrome Remote Desktop
- To make it use an existing session instead of a new X session on connect, follow https://researchxuyc.wordpress.com/2014/07/30/to-show-the-same-display-session-in-ubuntu-by-chrome-remote-desktop/.
- Edit /opt/google/chrome-remote-desktop/chrome-remote-desktop
- DEFAULT_SIZE="1920x1080"
- FIRST_X_DISPLAY_NUMBER = 0
- Fix get_unused_display_number() to just return that.
- Change launch_session(...) to the following
```
def launch_session(self, x_args):
self._init_child_env()
self._setup_pulseaudio()
self._setup_gnubby()
display = self.get_unused_display_number()
self.child_env["DISPLAY"] = ":%d" % display
```
+3
View File
@@ -9,6 +9,8 @@
- found out about the [[spice]] protocol
- [[x11spice]]
- didn't work :)
- [[chrome remote desktop]] is the only solution that works well still.
- [[reddy2go]] told me about [[neverware]]: https://twitter.com/reddy2go/status/1365661189452099587
## [[do]]
- [[debug 500s]]
@@ -22,6 +24,7 @@
[push]: ../push "Push"
[srs]: ../srs "Srs"
[doikayt]: ../doikayt "Doikayt"
[reddy2go]: ../reddy2go "Reddy2go"
[do]: ../do "Do"
[syntacticsugarglider]: ../syntacticsugarglider "Syntacticsugarglider"
[diegodlh]: ../diegodlh "Diegodlh"
+6
View File
@@ -0,0 +1,6 @@
# Neverware
- a [[technology company]]
- they develop [[cloudready]]
- https://twitter.com/flancian/status/1365666940660908033