summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt.d
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt] mkfs.vfat makes FAT32, which we don't want for a floppySimon Rettberg2022-12-121-3/+3
|
* [run-virt] pulse: Unmute all sinks, in case user switches laterSimon Rettberg2021-12-141-2/+5
|
* [run-virt] Add PulseAudio supportSimon Rettberg2021-10-281-3/+5
|
* [run-virt] Support PulseAudio when unmutingSimon Rettberg2021-10-281-11/+21
|
* [run-virt] Pass debug mode to openslx.exe via .iniSimon Rettberg2020-08-251-0/+4
|
* [run-virt/vmware-common] Switch to xfwm4 for dual-screenSimon Rettberg2020-08-211-2/+11
| | | | | | Giving up on the blackbox/automatic approach; it appears that using VMwareResolutionSet in a full-screen windows guest to enable more than one screen can lead to a complete freeze of the guest.
* [run-virt] openslx.exe: Multi-screen support via WinAPISimon Rettberg2020-08-181-11/+2Star
| | | | | Improved retry logic for multi-screen setup. openslx.ini hack for VirtualBox has now been removed.
* [run-virt] openslx.exe: Disable effects/animations for remoteaccess modeSimon Rettberg2020-08-121-0/+1
| | | | | | | | | | Fading windows in and out, dropping shadows etc. makes a remote session feel more sluggish. Try to disable as many of them as possible. Also, reset the cursor theme to the traditional plain white one from the Win95 days, which don't look messed up via Guacamole. Closes #3787
* [run-virt] openslx.exe: Support multi-screen (VMware)Simon Rettberg2020-08-121-1/+2
|
* [run-virt] Use beamergui -d for screen detectionSimon Rettberg2020-02-171-13/+8Star
|
* [run-virt/vbox-src] initial multi-monitor supportJonathan Bauer2020-01-161-4/+11
|
* [run-virt] Add hook system, remove legacy codeSimon Rettberg2019-05-171-49/+56
|
* [run-virt/pam-slx-plug] Honor SHARE_NO_HOME_WARNSimon Rettberg2019-04-081-0/+7
|
* [run-virt] SLX_VM_MUTED -> SLX_VM_SOUNDSimon Rettberg2019-02-261-4/+6
| | | | Also don't use 1 and 0 but keywords (enum)
* [run-virt] Implement adminrunscript handlingSimon Rettberg2019-01-091-1/+1
|
* [run-virt] rework resource managementJonathan Bauer2018-12-121-30/+2Star
|
* [run-virt] Download VM data as combined .tgzSimon Rettberg2018-12-071-4/+7
|
* [run-virt] Support lecture-specific sound mutingSimon Rettberg2018-11-211-1/+7
|
* [run-virt] Support $SLX_VM_MUTED to toggle automuteSimon Rettberg2018-10-191-0/+4
| | | | | | openslx.ini: [openslx] muteSound=1/0
* [run-virt] Create empty line if pwdeamon is downSimon Rettberg2018-10-191-0/+1
|
* [client] Small improvements for visibility flagSteffen Ritter2018-07-101-2/+3
|
* [run-virt] Handle visibility flag for lecture runscriptSteffen Ritter2018-07-091-9/+16
|
* [run-virt] Copy user's kerberos ticket to virtual floppySimon Rettberg2018-03-131-5/+12
|
* [pam-slx-plug/run-virt] Create a usable shares file for run-virtSimon Rettberg2018-03-101-2/+5
| | | | Global /opt/openslx/inc/shares is legacy fallback only
* [pam/runvirt/..] Move .account and .home into .openslx subdirectorySimon Rettberg2018-03-101-3/+3
| | | | | | Create separate tmpfs for .openslx to make sure the user cannot rename, edit or remove the files. It's a subdir of $HOME which has 0700, so no other user will be able to read it.
* [run-virt] Support %loginuser% in netsharesJonathan Bauer2017-12-141-1/+1
| | | | Closes #3270
* [run-virt] support %user% in netsharesJonathan Bauer2017-12-141-0/+2
| | | | Closes #3270
* [run-virt] Add 'bootIp=x.x.x.x' to openslx.ini so the VM can know the host's ↵Simon Rettberg2017-12-121-0/+2
| | | | | | IP address Closes #3107
* [run-virt] add SLX_PASSTHROUGH_USB_ID supportJonathan Bauer2017-12-051-3/+21
|
* [run-virt] more robust translation of / to \Jonathan Bauer2017-12-041-3/+3
|
* [run-virt] try to fix samba paths on windowsJonathan Bauer2017-12-011-1/+7
| | | | cause it does not really hurt to do.
* [run-virt] network shares in shares.datJonathan Bauer2017-09-081-15/+40
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-283-0/+3
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [run-virt] Support passing credentials to runscriptSimon Rettberg2017-02-221-0/+6
|
* [run-virt] missing feature for network shares...Jonathan Bauer2017-02-151-4/+4
| | | | ... fallback mechanism...
* major run-virt restructure, only vmware plugin tested!Jonathan Bauer2017-01-256-0/+378