Marta Marczykowska-Górecka
|
1446a6d7ee
|
Added dynamic X keyboard event monitoring to qvm_start_daemon.py
Update keyboard_layout property whenever guivm's layout changes, instead of
only at the start.
requires QubesOS/qubes-core-admin#350
references QubesOS/qubes-issues#1396
references QubesOS/qubes-issues#4294
|
2020-07-15 14:04:25 +02:00 |
|
Marek Marczykowski-Górecki
|
bde60c154a
|
Bump Python version requirement for qvm-* to 3.5
Some of qvm-* tools do use asyncio and its API have changed between 3.4
and 3.5.
|
2019-02-12 02:17:38 +01:00 |
|
qubesuser
|
b731ef3885
|
replace console entry points with just importing the module
importing pkg_resources and looking up entry points wastes 100ms+
of time, which is totally unnecessary
|
2017-11-10 16:31:45 +01:00 |
|
Marek Marczykowski-Górecki
|
c87820fba8
|
Drop individual VM classes as python types completely
Since those are unused now, remove them from the source, so it is easier
to debug the code (avoid never matching isinstance(...)).
|
2017-10-02 21:12:16 +02:00 |
|
Marek Marczykowski-Górecki
|
04ad224a9d
|
tests: add v4 (Qubes 4.0) backup format tests, move qubes.xml
Move qubes.xml to be tested into separate files. The backup tests script
is long enouch already.
|
2017-07-17 20:28:21 +02:00 |
|
Marek Marczykowski-Górecki
|
2ab31e63dc
|
Exclude 'qubesadmin.backup' module from python2 install
|
2017-07-17 20:27:35 +02:00 |
|
Marek Marczykowski-Górecki
|
cf0cf57e7c
|
Install actual scripts stubs
Since core-admin no longer install them, this package finally can
provide them without conflicts.
|
2017-05-12 00:16:26 +02:00 |
|
Marek Marczykowski-Górecki
|
f4d6ac2880
|
Include tools also on python 3.4
This result only in small limitation in qvm-start-gui tool, but allow
to use the tools from Debian jessie based VM (python 3.4.2).
|
2017-05-11 23:57:48 +02:00 |
|
Marek Marczykowski-Górecki
|
4ceff0f8c0
|
Rename qubesmgmt to qubesadmin module
QubesOS/qubes-issues#853
|
2017-05-11 23:40:03 +02:00 |
|
Marek Marczykowski-Górecki
|
7bafd631d4
|
Exclude tools and events from python2 tests and packaging
Those two parts require python3.
To avoid duplicating the exclude list, run tests and pylint on a copy
installed via setuptools.
|
2017-04-29 01:18:25 +02:00 |
|
Marek Marczykowski-Górecki
|
2b1ebba547
|
vm: add actual VM classes
QubesOS/qubes-issues#853
|
2017-03-01 23:49:23 +01:00 |
|
Marek Marczykowski-Górecki
|
1fc6cceb73
|
Add setup.py and related files
|
2017-03-01 23:49:18 +01:00 |
|