Skip to content
Snippets Groups Projects
Commit ce52ed86 authored by Claudio Cavalli's avatar Claudio Cavalli
Browse files

Modified support to notify unlogged session on different clients

parent ca19585f
No related merge requests found
......@@ -8,6 +8,8 @@ if grep -v "^$HOST " ~/.client-logins.log; then
OTHER_HOST=$(grep -v "^$HOST " ~/.client-logins.log)
yad --info --width 800 --title "Avviso login" --text-align=center \
--text "<span font='20'><b> \nAttenzione! </b>\n\nSei già loggato su $OTHER_HOST</span>"
yad --info --center --width 1000 --height 400 --fixed --title "Avviso login" --text-align=center \
--text "<span font='20'><b> \nAttenzione! </b>\n\nSei già loggato su $OTHER_HOST \
\n\nAccedere appena possibile ai PC sopra elencati ed uscire poi dalla sessione.</span>"
fi
......@@ -62,7 +62,8 @@ Depends:
octofuss-client,
python3-tk,
ssh,
veyon-master
veyon-master,
yad
Description: Fuss Client Dependencies metapackage
This metapackage depends on all packages that have to be installed on a client
for a Fuss GNU/Linux Network.
......
......@@ -83,7 +83,7 @@ Wireless configuration
--wifi-ssid WIFI_SSID
After the -U option configures the ssid of the wifi
--wifi-ssid WIFI_PASS
--wifi-pass WIFI_PASS
After the -U option configures the password of the wifi
SSH connection to the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment