Changes between Version 6 and Version 7 of Docs/825gen2/Dev/Networking/RemoteControl


Ignore:
Timestamp:
02/22/24 14:10:43 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/RemoteControl

    v6 v7  
    1212Rename the generated keys to server.crt and server.key
    1313
    14 Edit the /etc/xdg/weston/weston.ini file and change the [screen-share] section to be like the following
     14A script is added to do the above steps automatically.
     15{{{
     16sudo genrdpkeys
     17}}}
     18
     19The /etc/xdg/weston/weston.ini file [screen-share] section is modified from the original.
    1520{{{
    1621[screen-share]
     
    1924}}}
    2025
    21 Modify the Weston systemd service
     26The Weston systemd service is modified. The ExecStart line has the additional ",screen-share.so" item added.
    2227{{{
    2328ExecStart=/usr/bin/weston --modules=systemd-notify.so,screen-share.so