summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser
Commit message (Collapse)AuthorAgeFilesLines
...
* [run-virt] Linux scripts: webdav-mountChristian Rößler2021-04-265-9/+45
|
* [run-virt] use "domain=..." for all network sharesSteffen Ritter2021-02-251-11/+16
| | | | refs: #3830
* [run-virt] set-firewall: Better error outputSimon Rettberg2021-02-241-5/+18
|
* [run-virt] Use "domain=..." in mount-scriptSteffen Ritter2021-02-242-0/+2
|
* [run-virt] set-firewall: Support port in add_ips, add conntrack RELATEDSimon Rettberg2021-02-231-6/+13
|
* [run-virt] Add LDAP servers to firewall exceptionsSimon Rettberg2021-02-221-0/+34
|
* [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
|
* [run-virt] openslx.exe: Fix: Restore WINNT4.0 compatibilitySimon Rettberg2020-09-081-0/+0
|
* [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-261-0/+0
|
* [run-virt] openslx.exe: Remove unused functionSimon Rettberg2020-08-251-0/+0
|
* [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
|
* [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/vbox-src] initial multi-monitor supportJonathan Bauer2020-01-162-5/+22
|
* [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] UPDATE OPENSLX:EXEE R" !Simon Rettberg2019-11-081-0/+0
|
* [run-virt] Update compiled openslx.exeSimon Rettberg2019-11-081-0/+0
|
* [run-virt] Retry mounting image via dnbd3 for up to 4 secondsSimon Rettberg2019-10-281-3/+6
|
* [run-virt] Properly rename fileSimon Rettberg2019-10-281-0/+0
|
* [run-virt] Make dhcpd its own serviceSimon Rettberg2019-10-281-15/+2Star
| | | | | 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-093-97/+113
|
* [run-virt] Add --query to check existence of pluginSimon Rettberg2019-07-082-6/+24
|
* [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
|