Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: veyon | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 4.5.2 | Vendor: openSUSE |
Release: bp153.1.13 | Build date: Sun Mar 14 09:12:14 2021 |
Group: Unspecified | Build host: obs-arm-8 |
Size: 10938274 | Source RPM: veyon-4.5.2-bp153.1.13.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://veyon.io/ | |
Summary: Free and Open Source computer monitoring and classroom management |
Veyon is a free and Open Source software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in different languages and provides lots of useful features: * see what's going on in computer labs in overview mode and take screenshots * remote control computers to support and help users * broadcast teacher's screen to students in realtime by using demo mode (either in fullscreen or in a window) * lock workstations for attracting attention to teacher * send text messages to students * powering on/off and rebooting computers remote * remote logoff and remote execution of arbitrary commands/scripts * home schooling - Veyon's network technology is not restricted to a subnet and therefore students at home can join lessons via VPN connections just by installing the Veyon service
GPL-2.0-or-later
* Fri Dec 11 2020 andy great <andythe_great@pm.me> - Update to version 4.5.2. * Core: add support for building with ninja * LDAP: update 3rdparty component kldap * LDAP: add warning on invalid location groups * Linux: update 3rdparty component x11vnc to fix CVE-2020-29074 * Linux: debug server crashes using catchsegv * Linux: forward server log messages to system journal * RemoteAccess: add option to show window on the same screen as the master window * RemoteAccess: use non-deprecated API call to fix build with Qt >= 5.15.2 * WebAPI: add Python client implementation + tests * Wed Nov 25 2020 andy great <andythe_great@pm.me> - Update to version 4.5.1. * Core: fix key name conversion for arguments when invoking features * Master: properly reload screenshot list also when using screenshot directories on network shares * Master: add support for deleting multiple screenshots * Master: fix bug with initial computer icon layout * Master: update icon sizes and their aspect ratios dynamically whenever a computer is added, connected or removed * Master: improve icon size auto adjust functionality when adding/removing multiple computers * Master: add dedicated icon for computers not running the Veyon Server * Master: only show connected computers in slideshow panel * Master: fix issue with icons overlapping user name and/or computer name * Screenshot: fix non-working feature invocation * Server: notify first successful access control pass only - Remove group tag. * Wed Nov 18 2020 andy great <andythe_great@pm.me> - Update to version 4.5.0. * Core: improve invocation of worker processes for better reliability * Core: improve message exchange with worker processes (fixes demo mode not starting properly in some cases) * Core: implement session ID management to reuse a session ID after a session has been closed - RDP session IDs (which are increased continuously) are no longer used for calculating server port numbers * Core: rename configuration key Service/PrimaryServicePort to Service/VeyonServerPort * Core: refactor feature plugin API * Configurator: Service: improve session mode configuration UI * Configurator: Service: improve network configuration UI * Configurator: Master: add option to hide own session * Configurator: Master: add computer icon spacing setting * Configurator: Master: add computer icon aspect ratio setting * Demo: refactor server to be multithreaded which greatly improves performance and responsiveness especially with many clients * Demo: add feature to share a user's screen instead of the own one * Demo: reset access token after stopping server * Demo: refactor modes (window/fullscreen) as subfeatures displayed in a drop down menu * Demo: add feature to share only one of multiple (own) screens * FileTransfer: add configuration page allowing to configure source and destination folders * Linux: ignore SIGPIPE and continue running normally if a socket is closed unexpectedly * Linux: fix missing dependencies in Ubuntu 20.04 package * Linux: fix and prefer reboot/poweroff via systemd-logind * Linux: fix reboot/poweroff if e.g. /sbin or /usr/sbin is not in PATH * Linux: don't show output of internal systemctl calls * Linux: add Debian-gdm as display manager user to properly detect that no user is being logged in * Linux: Service: retry server start for sessions in opening state * Linux: Service: manually set environment variable XDG_SESSION_ID if pam-systemd is not used * Linux: Service: start server instances for active/online sessions only - fixes various issues regarding server start on user login * Master: add Slideshow panel * Master: add Spotlight panel * Master: always adjust the size of computer icons automatically when enabled * Master: save and restore states and sizes of panels * Master: automatically adjust aspect ratio of computer icons to the original screen sizes * Master: update already visible tooltips for computer icons * Master: make computer icon spacing configurable and decrease its default value * RemoteAccess: show username in window title * RemoteAccess: hide toolbar on focus loss * ScreenLock: fix lock widget not being shown and thus screen not being locked on some Linux desktops * Server: also notify about authentication failure on incomplete authentication attempts * Server: add support for external VNC servers without any authentication/password configured * Server: improve error handling for VNC server plugins * WebAPI: add new plugin offering a RESTful API for accessing Veyon Server instances * Tue Sep 01 2020 andy great <andythe_great@pm.me> - Update to version 4.4.2. * Core: extend NetworkObject API for future use by add-ons * Core: prepare support for future WebAPI plugin * Update translations * Sat Jul 18 2020 andy great <andythe_great@pm.me> - Update to version 4.4.1. * Core: improve multi session support * Core: improve worker execution and fix tray icon not being shown on startup * Demo: broadcast actual teacher session instead of console session when running Master within RDP session * LDAP: fix computer query on host name lookup error * Linux: don't use functions marked deprecated in Qt 5.15 * Linux: provide package for openSUSE 15.2 * NetworkObjects: update existing objects instead of adding duplicate objects when importing CSV / text file * NetworkObjects: output proper line endings when exporting to CSV / text file on Windows * Server: fix crash on connection accept error * Update translations * Fri Jun 12 2020 andy great <andythe_great@pm.me> - Update to version 4.4.0. * Core: use updated VNC and network stack (libvncserver 0.9.13.) * Core: make VNC connection parameters configurable internally * Core: improve VNC connection reliability * Core: add safe mechanism for opening files preventing symlink attacks * Core: drop log messages exceeding size limit * DesktopServices: improve URL handler invocation (fixes opening URLs with characters such as "=") * RemoteAccess: honor feature configuration (hide view only button when corresponding feature is disabled) * Fix possible symlink attacks on log files * Update translations * Mon Jun 08 2020 Matthias Gerstner <matthias.gerstner@suse.com> - make all executables correctly position-independent. * Wed May 27 2020 andy great <andythe_great@pm.me> - Fix veyon not starting: error while loading shared libraries. * Tue May 12 2020 andy great <andythe_great@pm.me> - Update to version 4.3.5. * Fix: LDAP: make SSL/LDAPS connections work properls (previously broken due to improper certificate verifications) * Fix: LDAP: enable additional low-level debug messages at the command line via environment variable VEYON_DEBUG_LDAP_LIBRARY * Update 3rdparty component libvncserver to latest 0.9.13 snapshot (including new unified connection timeout handling support) * Master: limit update interval to 10 seconds to prevent server timeouts * Fix build with Qt >= 5.14 * Minor code modernizations * Update translations * Mon Nov 18 2019 malcolmlewis@opensuse.org - Clean up building. * Wed Jan 17 2018 lars@linux-schulserver.de - initial version 4.0.3
/usr/bin/veyon-auth-helper /usr/bin/veyon-cli /usr/bin/veyon-configurator /usr/bin/veyon-master /usr/bin/veyon-server /usr/bin/veyon-service /usr/bin/veyon-worker /usr/lib/systemd/system/veyon.service /usr/lib64/veyon /usr/lib64/veyon/authkeys.so /usr/lib64/veyon/builtin-x11vnc-server.so /usr/lib64/veyon/builtindirectory.so /usr/lib64/veyon/config.so /usr/lib64/veyon/demo.so /usr/lib64/veyon/desktopservices.so /usr/lib64/veyon/external-vnc-server.so /usr/lib64/veyon/filetransfer.so /usr/lib64/veyon/headless-vnc-server.so /usr/lib64/veyon/ldap.so /usr/lib64/veyon/libkldap-light.so /usr/lib64/veyon/libldap-common.so /usr/lib64/veyon/libveyon-core.so /usr/lib64/veyon/linux-platform.so /usr/lib64/veyon/powercontrol.so /usr/lib64/veyon/remoteaccess.so /usr/lib64/veyon/screenlock.so /usr/lib64/veyon/screenshot.so /usr/lib64/veyon/servicecontrol.so /usr/lib64/veyon/shell.so /usr/lib64/veyon/systemusergroups.so /usr/lib64/veyon/textmessage.so /usr/lib64/veyon/usersessioncontrol.so /usr/sbin/rcveyon /usr/share/applications/veyon-configurator.desktop /usr/share/applications/veyon-master.desktop /usr/share/doc/packages/veyon /usr/share/doc/packages/veyon/README.md /usr/share/icons/hicolor/48x48/apps/veyon-configurator.png /usr/share/icons/hicolor/48x48/apps/veyon-master.png /usr/share/icons/hicolor/scalable/apps/veyon-configurator.svg /usr/share/icons/hicolor/scalable/apps/veyon-master.svg /usr/share/licenses/veyon /usr/share/licenses/veyon/COPYING /usr/share/pixmaps/veyon-configurator.xpm /usr/share/pixmaps/veyon-master.xpm /usr/share/polkit-1/actions/io.veyon.veyon-configurator.policy /usr/share/veyon /usr/share/veyon/translations /usr/share/veyon/translations/veyon.qm /usr/share/veyon/translations/veyon_ar.qm /usr/share/veyon/translations/veyon_bg.qm /usr/share/veyon/translations/veyon_ca_ES.qm /usr/share/veyon/translations/veyon_cs.qm /usr/share/veyon/translations/veyon_de.qm /usr/share/veyon/translations/veyon_el.qm /usr/share/veyon/translations/veyon_es_ES.qm /usr/share/veyon/translations/veyon_et.qm /usr/share/veyon/translations/veyon_fa.qm /usr/share/veyon/translations/veyon_fr.qm /usr/share/veyon/translations/veyon_he.qm /usr/share/veyon/translations/veyon_hu.qm /usr/share/veyon/translations/veyon_id.qm /usr/share/veyon/translations/veyon_it.qm /usr/share/veyon/translations/veyon_ja.qm /usr/share/veyon/translations/veyon_ko.qm /usr/share/veyon/translations/veyon_lt.qm /usr/share/veyon/translations/veyon_lv.qm /usr/share/veyon/translations/veyon_mn.qm /usr/share/veyon/translations/veyon_nl.qm /usr/share/veyon/translations/veyon_no_NO.qm /usr/share/veyon/translations/veyon_pl.qm /usr/share/veyon/translations/veyon_pt_BR.qm /usr/share/veyon/translations/veyon_pt_PT.qm /usr/share/veyon/translations/veyon_ru.qm /usr/share/veyon/translations/veyon_sl.qm /usr/share/veyon/translations/veyon_sr.qm /usr/share/veyon/translations/veyon_sv.qm /usr/share/veyon/translations/veyon_th.qm /usr/share/veyon/translations/veyon_tr.qm /usr/share/veyon/translations/veyon_uk.qm /usr/share/veyon/translations/veyon_vi.qm /usr/share/veyon/translations/veyon_zh_CN.qm /usr/share/veyon/translations/veyon_zh_TW.qm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024