summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx
Commit message (Collapse)AuthorAgeFilesLines
...
* [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/dhcpc-busybox] Restart nat1 dhcpd if network config changesSimon Rettberg2021-10-112-63/+67
|
* [run-virt] Log output of virtualizer command to fileManuel Bentele2021-08-241-2/+4
|
* [systemd] Drop /usr prefixSimon Rettberg2021-07-231-1/+1
|
* Add installer mode for stage4Simon Rettberg2021-07-081-0/+6
|
* [run-virt] Fix sed expression for VM_CLEANNAME generationSimon Rettberg2021-06-301-1/+1
|
* [run-virt] Linux script's LIESMICH/README edited a bit.Christian Rößler2021-05-052-20/+30
|
* 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] Honor SLX_PRINT_REUSE_PASSWORD for pwdaemonSimon Rettberg2021-04-272-3/+17
| |
* | [run-virt] Linux scripts: umounter -bugs, +webdav (fuse), KDE resolutionChristian Rößler2021-05-035-20/+38
|/ | | | setting via killing kscreen_backend_launcher (KILLRESPROGS)
* [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
|
* [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
|
* [*] 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
|
* [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
|
* [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.