mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
Default commit message, part of an automated flow.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# Neverware
|
||||
|
||||
- a [[technology company]]
|
||||
- they develop [[cloudready]]
|
||||
- https://twitter.com/flancian/status/1365666940660908033
|
||||
|
||||
Reference in New Issue
Block a user