Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ all:

install:
ifeq ($(OS),Linux)
$(MAKE) install -C linux/autostart
$(MAKE) install -C linux/systemd
$(MAKE) install -C linux/aux-tools
$(MAKE) install -C linux/system-config
Expand Down
6 changes: 0 additions & 6 deletions linux/autostart/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions linux/autostart/qubes-preload-dispvm.desktop

This file was deleted.

2 changes: 1 addition & 1 deletion qubes/tests/api_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,7 @@ def test_643_vm_create_disposable_preload_autostart(
"domain-preload-dispvm-autostart", self._test_event_handler
)
self.vm.features["qrexec"] = "1"
self.vm.features["supported-rpc.qubes.WaitForSession"] = "1"
self.vm.features["supported-rpc.qubes.WaitForRunningSystem"] = "1"
self.vm.features["preload-dispvm-max"] = "1"
for _ in range(10):
if len(self.vm.get_feat_preload()) == 1:
Expand Down
Loading