Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Networking/RemoteControl
- Timestamp:
- 02/22/24 14:10:43 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/RemoteControl
v6 v7 12 12 Rename the generated keys to server.crt and server.key 13 13 14 Edit the /etc/xdg/weston/weston.ini file and change the [screen-share] section to be like the following 14 A script is added to do the above steps automatically. 15 {{{ 16 sudo genrdpkeys 17 }}} 18 19 The /etc/xdg/weston/weston.ini file [screen-share] section is modified from the original. 15 20 {{{ 16 21 [screen-share] … … 19 24 }}} 20 25 21 Modify the Weston systemd service 26 The Weston systemd service is modified. The ExecStart line has the additional ",screen-share.so" item added. 22 27 {{{ 23 28 ExecStart=/usr/bin/weston --modules=systemd-notify.so,screen-share.so