Go to file
Marek Marczykowski-Górecki 92c3ba578a
appmenus: register event handlers on QubesVM, not BaseVM
It is critical to call rename-related events in the right order related
to those in QubesVM, because handler at QubesVM renames VM directory.

After "qubes/events: fix event handlers ordering" in qubes-core-admin it
is (again) possible to deterministically order event handler from
extension in relation to those from the class itself. But since ordering
on object class have higher priority (first from base class), those
handlers needs to be attached to the same class.
2016-08-15 23:53:11 +02:00
appmenus-files appmenus: convert shell scripts to python 2016-08-08 00:51:48 +02:00
appmenus-scripts appmenus: use setuptools for packaging 2016-08-08 00:51:47 +02:00
doc doc: add some more details to qubes-dom0-update --action 2015-09-04 02:11:16 +02:00
dom0-updates dom0-updates: convert to core3 API 2016-08-08 00:47:18 +02:00
dracut dracut: Omit network and kernel-network-modules 2016-04-10 00:00:00 -04:00
file-copy-vm Use #!/bin/bash and && in qvm-move-to-vm 2016-02-16 08:33:54 +00:00
icons Initial commit: appmenus handling code, icons 2013-03-16 18:23:22 +01:00
pm-utils pm-utils: call qubes.SuspendPreAll/qubes.SuspendPostAll services 2016-03-15 23:13:48 +01:00
qrexec qrexec: initial convert qrexec-policy to core3 API 2016-08-08 00:47:18 +02:00
qubesappmenus appmenus: register event handlers on QubesVM, not BaseVM 2016-08-15 23:53:11 +02:00
rpm_spec rpm: make sure /usr/bin/python (not /bin/python) is used 2016-08-08 00:51:50 +02:00
system-config systemd: enable xen-init-dom0.service 2016-08-08 01:15:56 +02:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +02:00
.travis.yml travis: initial version 2016-06-03 20:23:10 +02:00
Makefile Remove support for old builder API 2013-03-19 19:03:41 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:23:17 +01:00
README.txt Update README 2015-07-10 17:50:25 +02:00
setup.py appmenus: convert shell scripts to python 2016-08-08 00:51:48 +02:00
version version 3.2.5 2016-07-17 04:57:35 +02:00
version_vaio_fixes vaio-fixes 2013-03-16 18:24:21 +01:00

This package contains Linux dom0 files.

Mostly there are config files for different system services, but also some
"addons" to Qubes core:
 - udev scripts for block and USB devices exposure (in qvm-block and qvm-usb)
 - appmenu generation for Linux GUI (including icons)