summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt
Commit message (Collapse)AuthorAgeFilesLines
* [run-virt] Add sec= option to mount-scriptSteffen Ritter2021-01-252-2/+3
| | | | refs: #3830
* [run-virt] is_command_runnnnningSimon Rettberg2020-10-021-1/+1
|
* [*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.dSimon Rettberg2020-09-232-4/+0Star
| | | | | | Since we can set PATH for everything spawned by systemd, this boilerplate code is not needed anymore. Makes future changes much easier.
* [run-virt] fix mathSimon Rettberg2020-09-221-2/+2
|
* [run-virt] openslx.exe: Fix: Restore WINNT4.0 compatibilitySimon Rettberg2020-09-082-3/+11
|
* [run-virt] Fix load order of includesSimon Rettberg2020-08-261-3/+3
|
* [run-virt] Determine screen count before we start WMSimon Rettberg2020-08-261-3/+3
|
* [run-virt] Always use xfwm4 for multi-screen (not just vmware)Simon Rettberg2020-08-261-2/+11
| | | | | | | | While VMware just doesnt work with openbox wrt multi-screen, VBox does mostly work with openbox, but sometimes, all virtual desktop windows will end up on the same physical screen, covering each other. This hasn't been observed yet with xfwm, so let's switch for now. If this still happens, we need some really ugly hackery involving xdotool.
* [run-virt] openslx.exe: More multiscreen stuffSimon Rettberg2020-08-262-9/+68
|
* [run-virt] Fix logic bug when handling legacy SetRes callSimon Rettberg2020-08-251-2/+1Star
| | | | | The hack to fake EAGAIN on multi-screen setups never worked, because we'd exit the switch block before it.
* [run-virt] openslx.exe: Remove unused functionSimon Rettberg2020-08-252-53/+0Star
|
* [run-virt] Pass debug mode to openslx.exe via .iniSimon Rettberg2020-08-252-47/+47
|
* [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-193-102/+225
|
* [run-virt] openslx.exe: Multi-screen support via WinAPISimon Rettberg2020-08-183-21/+104
| | | | | 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-123-0/+62
| | | | | | | | | | 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-122-23/+47
|
* [run-virt] Fix timeout calls wrt busybox commit c9720a76Simon Rettberg2020-08-072-6/+6
|
* [run-virt] Update README with missing TMPCONFIGSimon Rettberg2020-08-051-0/+5
|
* [*] 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
|
* Debian!Simon Rettberg2020-05-191-0/+12
|
* [run-virt] Add pre-exec and post-exec hooksSimon Rettberg2020-03-102-1/+17
|
* [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-102-10/+36
|
* [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
|
* [run-virt] openslx.exe: Fix share shortcut icon on XP VMsSimon Rettberg2019-11-081-2/+7
|
* [run-virt] openslx.exe: Log UNC path on mount failureSimon Rettberg2019-11-081-2/+2
|
* [*] 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
|