summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt] Pass debug mode to openslx.exe via .iniSimon Rettberg2020-08-251-0/+4
|
* [run-virt] xfwm4: Disable compositorSimon Rettberg2020-08-211-1/+4
| | | | Messes up screen on AMD graphics, can cause freezes with all GPUs.
* [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] Debug output, refactoring, stuffSimon Rettberg2020-08-191-0/+0
|
* [run-virt] openslx.exe: Multi-screen support via WinAPISimon Rettberg2020-08-182-11/+2Star
| | | | | Improved retry logic for multi-screen setup. openslx.ini hack for VirtualBox has now been removed.
* [run-virt] Only restart WM if a different one is requestedSimon Rettberg2020-08-181-9/+20
|
* [run-virt] Use special blackboxrcSimon Rettberg2020-08-182-2/+9
| | | | | Prevent blackbox from changing our background Don't set blackbox' toolbar always on top
* [run-virt] Fix: Don't make RUNVIRT_DM readonlySimon Rettberg2020-08-171-1/+1
| | | | It can change now that we support swiching out the WM
* [run-virt/vmware-common] Use blackbox if > 1 screenSimon Rettberg2020-08-171-6/+16
| | | | TODO: Add blackbox module
* [run-virt] openslx.exe: Disable effects/animations for remoteaccess modeSimon Rettberg2020-08-122-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] Fix timeout calls wrt busybox commit c9720a76Simon Rettberg2020-08-072-6/+6
|
* [*] system-check english translationsJonathan Bauer2020-08-0511-2/+8
|
* [dnbd3/run-virt] Use dnbd3-server-proxy-fuse for local cachingSimon Rettberg2020-07-301-3/+15
|
* [run-virt] Add pre-exec and post-exec hooksSimon Rettberg2020-03-101-1/+7
|
* [run-virt] Use beamergui -d for screen detectionSimon Rettberg2020-02-172-21/+18Star
|
* [run-virt] add default PATH...Jonathan Bauer2020-01-281-0/+2
|
* [run-virt/vbox-src] initial multi-monitor supportJonathan Bauer2020-01-162-5/+22
|
* [run-virt/pam-slx-plug] Always spawn pwdaemon, and one instance onlySimon Rettberg2020-01-101-0/+5
|
* [run-virt] fix bad VM_IDsJonathan Bauer2019-12-181-10/+6Star
| | | | | | since /opt/openslx/scripts/vmchooser-run_virt is no longer a wrapper but a symlink and we readlink'ed it, the script failed to find running instances.
* [run-virt] use busybox's timeoutJonathan Bauer2019-12-131-1/+1
|
* [run-virt] UPDATE OPENSLX:EXEE R" !Simon Rettberg2019-11-081-0/+0
|
* [run-virt] Update compiled openslx.exeSimon Rettberg2019-11-081-0/+0
|
* [*] introduce system-checkJonathan Bauer2019-10-3123-2/+76
| | | | | | | | | | | * hardware stats now only reports hardware info data in /run/hwinfo and /run/hwreport * system-check hooks will generate lightdm warnings and curl the report to the satellite * run-virt now handles the ID44 warnings to cope for network shares on /tmp/virt WARNING PROFI111!
* [run-virt] Retry mounting image via dnbd3 for up to 4 secondsSimon Rettberg2019-10-281-3/+6
|
* [run-virt] Clean up run-vort-inv script a littleSimon Rettberg2019-10-281-34/+37
| | | | Worst offenses found by shellcheck should be fixed now
* [run-virt] Properly rename fileSimon Rettberg2019-10-281-0/+0
|
* [run-virt] Make dhcpd its own serviceSimon Rettberg2019-10-284-18/+25
| | | | | Closes #3540 Closes #3501
* [run-virt] Fix execution of *.inc hooksSimon Rettberg2019-09-111-1/+1
|
* [run-virt] Only wipe TMPDIR on cleanexit 0Simon Rettberg2019-09-101-2/+2
|
* [run-virt] Fix: Explicitly initialize empty arraysSimon Rettberg2019-09-102-4/+4
|
* [run-virt] Fix tr expressions, add some missing quotesSimon Rettberg2019-09-101-18/+17Star
|
* [run-virt] Run cleanup functions in parallelSimon Rettberg2019-09-101-12/+18
| | | | | Spawns a subshell for each cleanup function, then waits for up to 4 seconds for them to complete...
* [run-virt] Add window manager respawn loopSimon Rettberg2019-09-101-12/+37
| | | | | Apparently on certain hw combinations openbox might crash while VMware is initializing. Try to restart it right away...
* [run-virt] fix misleading debug outputJonathan Bauer2019-08-231-4/+4
|
* [run-virt] Use slx-tools to determine if /tmp/virt is in RAMSimon Rettberg2019-07-103-39/+17Star
| | | | Also avoid triple-negation for the according variable...
* [run-virt/*] Make VIRTCMDOPTS an array for space safenessSimon Rettberg2019-07-101-2/+5
|
* [run-virt] Tweak init and handling of some constants; add documentationSimon Rettberg2019-07-103-16/+28
|
* [run-virt] improve signal traps handlingJonathan Bauer2019-07-103-11/+11
|
* [run-virt] Get rid of wrapper and handle directly in run-virtSimon Rettberg2019-07-094-161/+114Star
|
* [run-virt] Add --query to check existence of pluginSimon Rettberg2019-07-082-6/+24
|
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-282-1/+1
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [run-virt] Linux scripts tiny leetle bugChristian Rößler2019-06-271-1/+1
|
* [run-virt] Slightly better wait for WM (with timeout)Simon Rettberg2019-06-261-1/+4
|
* [run-virt] Linux scripts +adminrunChristian Rößler2019-06-257-58/+128
|
* [run-virt] Fix emptyParams being truncated again -.-Simon Rettberg2019-06-171-0/+0
|
* [run-virt] openslx.exe: Always pass username on command lineSimon Rettberg2019-06-171-0/+0
| | | | Closes #3555
* [run-virt] Fix warning about messy tr callSimon Rettberg2019-05-241-1/+1
|
* [run-virt] Minor cleanupSimon Rettberg2019-05-171-4/+0Star
|
* [run-virt] Add hook system, remove legacy codeSimon Rettberg2019-05-176-132/+164
|