summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into installerManuel Bentele2021-07-011-1/+1
|\
| * [run-virt] Fix sed expression for VM_CLEANNAME generationSimon Rettberg2021-06-301-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2021-05-062-20/+30
|\|
| * [run-virt] Linux script's LIESMICH/README edited a bit.Christian Rößler2021-05-052-20/+30
| |
* | Merge branch 'master' into installerJonathan Bauer2021-05-0410-25/+43
|\|
| * Merge branch 'master' of git.openslx.org:openslx-ng/mltkChristian Rößler2021-05-037-8/+22
| |\
| | * Change the mail address for feedback in file headersSteffen Ritter2021-04-295-5/+5
| | | | | | | | | | | | * old address will be disabled in the future
| * | [run-virt] Linux scripts: umounter -bugs, +webdav (fuse), KDE resolutionChristian Rößler2021-05-035-20/+38
| | | | | | | | | | | | setting via killing kscreen_backend_launcher (KILLRESPROGS)
* | | Merge branch 'master' into installerJonathan Bauer2021-04-287-13/+63
|\ \ \ | | |/ | |/|
| * | [run-virt] Honor SLX_PRINT_REUSE_PASSWORD for pwdaemonSimon Rettberg2021-04-272-3/+17
| |/
| * [run-virt] If share not mountable cifs/davfs notice given to userChristian Rößler2021-04-261-1/+1
| |
| * [run-virt] Linux scripts: webdav-mountChristian Rößler2021-04-265-9/+45
| |
* | Merge branch 'master' into installerJonathan Bauer2021-02-253-21/+82
|\|
| * [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
| |
* | Merge branch 'master' into installerJonathan Bauer2021-02-182-2/+3
|\|
| * [run-virt] Add sec= option to mount-scriptSteffen Ritter2021-01-252-2/+3
| | | | | | | | refs: #3830
* | [run-virt] pull in bridge-additional-nics.serviceJonathan Bauer2020-10-051-2/+2
| |
* | Merge branch 'master' into installerJonathan Bauer2020-10-051-1/+1
|\|
| * [run-virt] is_command_runnnnningSimon Rettberg2020-10-021-1/+1
| |
* | Merge branch 'master' into installerJonathan Bauer2020-09-253-6/+2Star
|\|
| * [*] 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-081-0/+0
| |
* | Merge branch 'master' into installerJonathan Bauer2020-08-261-3/+3
|\|
| * [run-virt] Fix load order of includesSimon Rettberg2020-08-261-3/+3
| |
* | Merge branch 'master' into installerJonathan Bauer2020-08-261-3/+3
|\|
| * [run-virt] Determine screen count before we start WMSimon Rettberg2020-08-261-3/+3
| |
* | Merge branch 'master' into installerJonathan Bauer2020-08-262-2/+11
|\|
| * [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
| |
* | Merge branch 'master' into installerJonathan Bauer2020-08-262-0/+4
|\|
| * [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
| |
* | Merge branch 'master' of git.openslx.org:openslx-ng/mltk into installerJonathan Bauer2020-08-214-21/+52
|\|
| * [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
* | Merge branch 'master' into installerJonathan Bauer2020-08-122-1/+3
|\|
| * [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
| |
* | Merge branch 'master' into installerJonathan Bauer2020-08-102-6/+6
|\|