From ab9898e5f266ce63c8f094c6a0c9367b48581a7c Mon Sep 17 00:00:00 2001 From: RetGal Date: Sun, 21 Nov 2021 17:20:43 +0100 Subject: [PATCH] Updated docu --- resources/deb/dayon_assistant.desktop | 2 +- resources/deb/dayon_assisted.desktop | 2 +- resources/readme.txt | 13 ++++++------- resources/setup.sh | 4 ++-- resources/snap/dayon.assistant.desktop | 2 +- resources/snap/dayon.assisted.desktop | 2 +- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/resources/deb/dayon_assistant.desktop b/resources/deb/dayon_assistant.desktop index 44d983ea..c58f5f1e 100644 --- a/resources/deb/dayon_assistant.desktop +++ b/resources/deb/dayon_assistant.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Dayon! Assistant -Version=1.10 +Version=11.0 Exec=/usr/bin/dayon_assistant Comment=Offer remote assistance Comment[de]=Remotesupport anbieten diff --git a/resources/deb/dayon_assisted.desktop b/resources/deb/dayon_assisted.desktop index 01ec7c7f..39e0eb67 100644 --- a/resources/deb/dayon_assisted.desktop +++ b/resources/deb/dayon_assisted.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Dayon! Assisted -Version=1.10 +Version=11.0 Exec=/usr/bin/dayon_assisted Comment=Request remote assistance Comment[de]=Remotesupport erbitten diff --git a/resources/readme.txt b/resources/readme.txt index 93992eaf..8a6263e8 100644 --- a/resources/readme.txt +++ b/resources/readme.txt @@ -15,16 +15,15 @@ Preferences (e.g., window location) & log file are saved in the directory: Running Dayon! On the assistant machine (acting as a server) click the Dayon.Assistant link or run the dayon_assistant script. - Open the connection port (e.g., firewall, DSL router, NAT, etc...) and note your external - IP address (e.g., http://whatismyip.com/). + Open the connection port (e.g., firewall, DSL router, NAT, etc...) and generat an access token by clicking the key symbol. The settings (e.g., number of capture per second, compression method, ...) will be sent - to the assisted machine during the connection. The assisted has nothing to do except entering + to the assisted machine during the connection. The assisted has nothing to do except entering the access token or the IP address and port number as described below. - + On the assisted machine (acting as a client) click the Dayon! link or run the dayon_assisted script. - Enter the (external) IP address and port number of the assistant machine. - + Enter access token or the (external) IP address and port number of the assistant machine. + Linux: @@ -46,4 +45,4 @@ Project: https://snapcraft.io/dayon https://code.launchpad.net/~regal/+archive/ubuntu/dayon -Enjoy! +Enjoy! \ No newline at end of file diff --git a/resources/setup.sh b/resources/setup.sh index d49ca6ca..6193ca41 100755 --- a/resources/setup.sh +++ b/resources/setup.sh @@ -27,7 +27,7 @@ chmod +x ${INSTALL_DIR}/dayon*sh cat < /usr/share/applications/DayonAssistant.desktop [Desktop Entry] Name=Dayon! Assistant -Version=1.10 +Version=11.0 Exec=${INSTALL_DIR}/dayon_assistant.sh Comment=Offer remote assistance Comment[de]=Remotesupport anbieten @@ -48,7 +48,7 @@ EOF cat < /usr/share/applications/DayonAssisted.desktop [Desktop Entry] Name=Dayon! Assisted -Version=1.10 +Version=11.0 Exec=${INSTALL_DIR}/dayon_assisted.sh Comment=Request remote assistance Comment[de]=Remotesupport erbitten diff --git a/resources/snap/dayon.assistant.desktop b/resources/snap/dayon.assistant.desktop index f8fbdb2d..d90d65a0 100644 --- a/resources/snap/dayon.assistant.desktop +++ b/resources/snap/dayon.assistant.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Dayon! Assistant -Version=1.10 +Version=11.0 Exec=dayon.assistant Comment=Offer remote assistance Comment[de]=Remotesupport anbieten diff --git a/resources/snap/dayon.assisted.desktop b/resources/snap/dayon.assisted.desktop index 3598f6d0..54e70d68 100644 --- a/resources/snap/dayon.assisted.desktop +++ b/resources/snap/dayon.assisted.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Dayon! Assisted -Version=1.10 +Version=11.0 Exec=dayon.assisted Comment=Request remote assistance Comment[de]=Remotesupport erbitten