summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [remote-access] mkdirSimon Rettberg2020-06-181-0/+1
|
* [remote-access] Fix systemd serviceSimon Rettberg2020-06-181-1/+1
|
* [remote-access] Actually enable LoginRPC of lightdm greeterSimon Rettberg2020-06-181-0/+4
|
* [remote-access] Add ModuleSimon Rettberg2020-06-168-0/+186
|
* [slx-issue] add '/s' suffix to link speedJonathan Bauer2020-05-261-1/+1
|
* Debian!Simon Rettberg2020-05-1965-289/+492
|
* [lightdm-greeter-bwlp] Tweak againSimon Rettberg2020-05-071-2/+2
|
* [lightdm-greeter-bwlp] Wrong config entry...Simon Rettberg2020-05-071-2/+2
|
* [lightdm-greeter-bwlp] Update config to match current codeSimon Rettberg2020-05-072-0/+9
|
* [nvidia*] force symlink creationSimon Rettberg2020-05-042-4/+13
|
* [hardware-stats] ...Simon Rettberg2020-04-301-2/+2
|
* [hardware-stats] Fix CPU load scriptSimon Rettberg2020-04-301-7/+5Star
|
* [vmware15] Update to 15.5.2Simon Rettberg2020-04-271-1/+1
|
* [vbox-src] Update to 6.1.6Simon Rettberg2020-04-271-1/+1
|
* [vmware-common] Support enabling the internal VNC serverSimon Rettberg2020-04-271-0/+12
|
* [nvidia-common] Don't redownload supportedchips.html all the timeSimon Rettberg2020-04-271-1/+3
|
* [kernel-vanilla] Update to 4.19.118Simon Rettberg2020-04-271-1/+1
|
* [hardware-stats] Send CPU tempSimon Rettberg2020-04-271-0/+8
|
* [hardware-stats] Tweak hooks for immediate usage updates; add %CPU statSimon Rettberg2020-04-244-10/+40
| | | | | | | | The hooks that immediately call the usage update script have been modified to only fire for :0 X11 sessions, and also trigger for Xreset, which usually means a session ended. Also added a %CPU stat that gets reported every 5 minutes.
* [kiosk-chromium] Fix syntax errorSimon Rettberg2020-04-241-2/+2
|
* [nvidia_libs] make whiteout list optionalJonathan Bauer2020-04-151-1/+1
|
* [vmware12/vmware15] Add vnckeymap directorySimon Rettberg2020-04-062-0/+2
|
* [kiosk-common] fix check for bg jobsJonathan Bauer2020-03-191-1/+1
|
* [qemukvm] Fix cpu core assignmentSteffen Ritter2020-03-111-0/+1
|
* [vbox-src] Always add demo user to vboxusers on bootupSimon Rettberg2020-03-111-0/+1
| | | | | | | This fixes USB access for autologin, since pam_auth won't run in that case, which is responsible for adding users to the vboxusers group. Issue reported and fixed by Uni Mannheim.
* [run-virt] Add pre-exec and post-exec hooksSimon Rettberg2020-03-102-1/+17
|
* [beamergui] Support SLX vars for manual screen configSimon Rettberg2020-03-091-8/+17
| | | | | | | | | | | | | | | | SLX_FORCE_RESOLUTION is a list of space separated resolutions. It will be applied to all outputs in alphabetical order. If there are more outputs than resolutions in this list, it will "loop around", starting to assign resolutions from the beginning of the list. SLX_RESOLUTION_MAPPING can be given in addition to the above. In this case, the resolutions won't be assigned in alphabetical order. The variable is supposed to contain a list of space separated assignments of the form <output>=<index>, for example HDMI-2=0 DP-3=0 HDMI-1=1 would assign HDMI-2 and DP-3 to the first resolution of SLX_FORCE_RESOLUTION and HDMI-1 to the second resolution, making the first two outputs a clone of each other, and HDMI-1 extend to the right.
* [vmware-common] Remove ide1:* lines before adding CD-ROM drivesSimon Rettberg2020-03-091-0/+1
| | | | | | At least ide1:*.deviceType lines can survive dozmod filtering, so prevent duplicate line errors, which would prevent vmware form starting up.
* [slx-issue] use /run/openslx as temp dir.Jonathan Bauer2020-02-181-1/+2
| | | | | | | There was an issue were systemd-tmpfiles-setup.service would clean /tmp while the issue was generated, thus sometimes loosing the header from /opt/openslx/etc/issue.template. The change to /run/openslx makes sure this can no longer happen.
* [slx-issue] add missing quotesJonathan Bauer2020-02-171-1/+1
|
* [vbox-src] do call setup_displaysJonathan Bauer2020-02-171-0/+1
| | | | ...
* [run-virt] Use beamergui -d for screen detectionSimon Rettberg2020-02-172-21/+18Star
|
* [kexec-reboot] use slx-tools's download_retryJonathan Bauer2020-02-141-15/+3Star
|
* [kexec-reboot] also download bwlp.cpio if availableJonathan Bauer2020-02-111-1/+4
|
* [slx-issue] add netboot and vbox versionsJonathan Bauer2020-02-071-1/+12
|
* [kiosk-chromium] slighty better preloaderJonathan Bauer2020-02-071-1/+1
| | | | | | | reading the ~150MB chromium-browser binary gives the same acceleration than reading the whole folder. TODO: move the preload stuff to after lightdm has spawned
* [kiosk-chromium] fix auto-reloadJonathan Bauer2020-02-062-11/+25
|
* [kiosk-chromium] do not reload while user actsJonathan Bauer2020-02-051-6/+19
|
* [kiosk-common] export PATH...Jonathan Bauer2020-02-051-0/+2
|
* [kiosk-slxbrowser] honor SLX_AUTOLOGIN instead ofJonathan Bauer2020-02-051-2/+2
| | | | | | | SLX_BROWSER_INTERACTIVE which makes no sense in slxbrowser anyways. Also wait a tad longer before starting to work around that stupid bug that the browser started but invisible until the user presses a key/mouse (weird openbox/QT interaction?).
* [kiosk-*] maximized/fullscreen w/o openboxJonathan Bauer2020-01-303-55/+12Star
|
* [kiosk-slxbrowser] wait 0.5sec before startingJonathan Bauer2020-01-301-0/+3
| | | | works around the problem that the browser is invisible on start
* [hardware-stats] fix weird typoJonathan Bauer2020-01-281-1/+1
| | | | | Came from e74418844e9912f254deb35eb7f60243e7af238b Guess that was not intended ^^
* [run-virt] add default PATH...Jonathan Bauer2020-01-281-0/+2
|
* [vmware-common] fix floppy setupJonathan Bauer2020-01-221-10/+19
| | | | | | | while the configuration prior to this commit worked fine for minilinux, it lead to failures in maxilinux/stage4. This change fixes the problem of the maxilinux without breaking it for minilinux - hence commited in the master branch.
* [kiosk-slxbrowser] PATH woes...Jonathan Bauer2020-01-161-2/+2
|
* [kiosk-slxbrowser] support for (non-)interactiveJonathan Bauer2020-01-161-6/+12
|
* [run-virt/vbox-src] initial multi-monitor supportJonathan Bauer2020-01-163-6/+33
|
* [pam-slx-plug] fix exec_auth_final always exitingJonathan Bauer2020-01-141-1/+1
| | | | Password was not passed to it, thus it would never reach the hooks...
* [debug-report-bwlp] include stage4 setup logsJonathan Bauer2020-01-141-0/+1
|