The qubesd daemon have no information about clone source - from that side it looks like a new VM. This means application menu is created as for a new VM. To fix this re-initialize menu with --source option as part of the clone operation. It will copy both list of available applications (if applicable) and selected applications. This fixes both qvm-clone case and rename. Fixes QubesOS/qubes-issues#3902 Fixes QubesOS/qubes-issues#4124 |
||
|---|---|---|
| ci | ||
| debian | ||
| doc | ||
| etc | ||
| qubesadmin | ||
| rpm_spec | ||
| test-packages | ||
| .gitignore | ||
| .pylintrc | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| Makefile.builder | ||
| README.md | ||
| run-tests | ||
| setup.py | ||
| version | ||
This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.
Compatibility
Most of the API modules are compatible with Python >= 2.7. Very few parts require Python >= 3.4:
- tools (
qvm-*) - qubesadmin.events module (for asyncio module)
Parts not compatible with Python < 3.4, are not installed in such environment.