Page 1 of 1

Veyon Package

Published: September 29, 2020 - 11:14 AM
by gly
Hello,

I would like to get some information on the Veyon package(s) available in the repository. I am familiar with this software, but it seems these packages have been configured for a specific purpose.

Thank you in advance.

Re: Veyon Package

Published: January 28, 2021 - 12:19 PM
by lemarec
Good morning
I'm also looking into the two packages veyon and config-veyon
I looked at the following mailing list: https://lists.tranquil.it/pipermail/wap...03058.html

Config-veyon causes errors if F9 is pressed as indicated in the mailing list:
I am using WAPT 1.8.2.7334

Code: Select all

Traceback (most recent call last):
  File "c:\waptdev\colbert-config-veyon-wapt\setup.py", line 2, in <module>
    from setuphelpers import *
  File "c:\waptdev\colbert-config-veyon-wapt\setup.py", line 45, in update_package
    urlserver = inifile_readstring(makepath(install_location('WAPT_is1'),'wapt-get.ini'),'global','wapt_server').replace('https://','')
  File "C:\wapt\waptutils.py", line 1561, in makepath
    part = part.lstrip(os.path.sep)
AttributeError: 'NoneType' object has no attribute 'lstrip'

Re: Veyon Package

Published: January 28, 2021 - 7:30 PM
by lemarec
I found part of the solution: Replace 'WAPT_is1' with 'WAPT Server_is1'

Using both packages (xxx is your package prefix)

1 - Install the veyon and config-veyon packages
2 - Install the waptdev package

3 - Right-click on the xxx-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
4 - If necessary, uncomment or modify the lines that are commented:

Code: Select all

	; if not 'prof' in get_hostname():
		;	silentarg = '/S /NoMaster'
	....
	; remove_desktop_shortcut('Veyon Master'
If the job title does not contain 'prof' then the executable 'Master.exe' is not installed.

5 - Repackage Veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
6 - Install all your workstations with the WAPT agent, create your WAPT groups....
7 - Right-click on the xxx-config-veyon package and then select 'edit package'. PyScrypter will open; select the 'setup.py' pane (instead of 'control')
8 - Line 38, replace 'WAPT_is1' with 'WAPT Server_is1'
9 - Press F9, the setup will run, and the *.csv files will be created according to your WAPT groups
10 - Repackage config-veyon: Right-click on '-i build-upload', enter the passwords. The package is updated. Close PyScrypter.
11 - During package updates, commands are launched and workstations appear in Veyon Master
12 - As for the rooms, I don't have control over them yet!

So
To be updated