summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [vm*] Don't request netshares plugin; it was a noop and was removedSimon Rettberg13 days3-3/+3
| | | | | Now that the plugin was removed, we see an error on screen regarding the missing plugin when it is requested, so stop requesting it. :)
* [vmware17] Minor shellcheck cleanupsSimon Rettberg13 days1-5/+11
|
* [vmware17] Try next-lower prepatched kmod version from githubSimon Rettberg13 days1-5/+9
|
* [lightdm-greeter-bwlp/xorg] Fix https git URLsSimon Rettberg13 days2-2/+2
|
* Big round of cleanupSimon Rettberg14 days42-190/+61Star
| | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts
* [systemd] Remove moduleSimon Rettberg14 days162-2503/+0Star
|
* [samba] Delete moduleSimon Rettberg14 days5-104/+0Star
|
* [rsyslogd] Kill it with fireSimon Rettberg14 days11-161/+0Star
|
* [pam-slx-plug] Remove unused symlinksSimon Rettberg14 days3-3/+0Star
|
* [pam-common-share] Remove unused moduleSimon Rettberg14 days3-203/+0Star
|
* [pam] Cleanup, remove pam_scriptSimon Rettberg14 days17-518/+0Star
|
* [qemu] Use virt-manager if CoW admin/edit mode is activeSimon Rettberg2024-05-153-1/+15
|
* [vbox-src] Run windowed in CoW admin/edit modeSimon Rettberg2024-05-151-1/+4
|
* [run-virt] Read dnbd3-fuse status fileSimon Rettberg2024-05-152-1/+4
|
* [vmware-common/run-virt] Fix is_on usageSimon Rettberg2024-05-142-2/+2
|
* [run-virt] Force short xdg config dir name for libvirtSimon Rettberg2024-05-131-1/+9
|
* [cowgui] New module for managing CoW sessionSimon Rettberg2024-05-133-0/+32
|
* [vmware-common] Run windowed in CoW modeSimon Rettberg2024-05-131-2/+6
|
* [vmware-common] Disable disk lockingSimon Rettberg2024-05-131-0/+2
| | | | Doesn't work with dnbd3-fuse in rw mode
* [run-virt] openslx.exe: Don't do persistent changes in admin/edit modeSimon Rettberg2024-05-135-21/+63
|
* [run-virt/vmchooser2] Initial support for CoW-sessionsSimon Rettberg2024-05-085-12/+24
|
* [lightdm-greeter-bwlp/vmchooser2] Handle cow tokenSimon Rettberg2024-05-033-0/+25
|
* [hardware-stats] Minor cleanupSimon Rettberg2024-05-031-14/+16
|
* [hardware-stats] Don't print errors to stdout in file_get_contents()Simon Rettberg2024-05-031-2/+2
|
* [run-virt] relay SIGQUIT to dnbd3-fuse tooSimon Rettberg2024-05-031-0/+1
|
* [run-virt] Add support for CoW-ModeSimon Rettberg2024-05-024-33/+117
|
* [pam-bwidm] Remove x prefixesSimon Rettberg2024-03-281-10/+10
|
* [pam-bwidm] Honor base greeter configSimon Rettberg2024-03-281-1/+3
|
* [lightdm-greeter-bwlp] Add generic blacklist for browser-loginSimon Rettberg2024-03-282-0/+60
| | | | | | This is trying to prevent the simplest escape routes to get to the open web - namely, the "try to get to google" game, from where you can get anywhere.
* [kiosk-chromium] More waitSimon Rettberg2024-03-201-3/+4
|
* [kiosk-chromium] Poke idle-daemon some more to get accurate idle timesSimon Rettberg2024-03-181-1/+7
|
* [run-virt] dhcpd config: Remove fallback for entries if not knownSimon Rettberg2024-03-181-11/+11
| | | | | | | | WINS is hopefully dead by now. So don't try to guess which address it might actually have if the real DHCP server didn't supply one. Also remove fallback for search and domain (virtual.localnet), just leave them unset if the real DHCP server didn't supply those either.
* [dhcpc-busybox] Var is empty, no need to removeSimon Rettberg2024-03-131-3/+0Star
|
* [run-virt] Try removing trailing (back)slash from UNC names on failureSimon Rettberg2024-03-122-6/+18
|
* [run-virt] openslx.exe: Delay mounting of printersSimon Rettberg2024-03-121-12/+18
|
* blwp target: Enable slx-brightnessSimon Rettberg2024-03-121-0/+1
|
* [hardware-stats] Needs python3-netifacesSimon Rettberg2024-03-122-2/+4
|
* [debug-report-bwlp] Simplify scriptSimon Rettberg2024-03-111-4/+2Star
|
* [slx-brightness] Add new module to control backlit displaysSimon Rettberg2024-03-117-0/+418
| | | | | | | | | We do this raw by reading /dev/input/eventX to make sure no running program (e.g. VMware Player) can grab the keyboard and prevent any other running daemon (e.g. xfce-power-manager) from seeing the keystrokes. Another advantage is that this will work everywhere (tty, lightdm, VM, desktop session) since the daemon starts on system bootup.
* [hardware-stats] Cleanup python scriptSimon Rettberg2024-03-041-54/+67
| | | | | Make it look less like it was written by a sysadmin using python for the first time.
* [hardware-stats] Not needed with ./dataSimon Rettberg2024-03-041-2/+0Star
|
* [hardware-stats] Move collect script to this repoSimon Rettberg2024-03-043-8/+588
|
* [etherwake] udev: Mask exit code 76 from ethtoolSimon Rettberg2024-03-012-2/+9
|
* [vmware-version-check/nvidia-libs@] Silence non-critical errors in ↵Simon Rettberg2024-03-013-6/+15
| | | | addon-required
* [vmware-common] Silence warning if SHARE_REMAP_MODE is emptySimon Rettberg2024-02-291-1/+1
|
* [run-virt] Don't have writelog at this pointSimon Rettberg2024-02-291-1/+2
|
* [xorg] Implement has_option in XsessionSimon Rettberg2024-02-291-1/+21
|
* [dnbd3-proxy-mode] Make local-switch-service Type=simpleSimon Rettberg2024-02-161-1/+3
| | | | | | | This will not wait for the script to finish, like with oneshot, to consider the job done and thus the system being booted up fully. Because this really is a background job that isn't vital to the system's operation.
* [vmware.*] Try to avoid chroot in addon-required check scriptSimon Rettberg2024-02-165-50/+114
|
* [remote-access] Disable xfce's compositingSimon Rettberg2024-02-141-0/+7
| | | | This avoids the screen only refreshing at 1fps with no active outputs.