diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14ebfd1d..0da7e66d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ checks:pylint: before_script: - - sudo dnf install -y python3-pip + - sudo dnf install -y python3-pip python3-pyxdg - pip3 install --quiet -r ci/requirements.txt script: - PYTHONPATH="test-packages:$PYTHONPATH" python3 -m pylint qubesmanager diff --git a/debian/control b/debian/control index 150bb3c9..ad9b65a2 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Depends: python3-pyqt6, python3-pyinotify, python3-qasync, + python3-xdg, qubes-desktop-linux-common, qubes-artwork, pmount, diff --git a/qubes-vm-create.desktop b/qubes-vm-create.desktop index b5d70281..970f0591 100644 --- a/qubes-vm-create.desktop +++ b/qubes-vm-create.desktop @@ -7,4 +7,4 @@ Terminal=false Name=Create Qubes VM GenericName=Create Qubes VM StartupNotify=false -Categories=Settings;X-XFCE-SettingsDialog +Categories=Settings;X-XFCE-SettingsDialog;Qubes Tools diff --git a/rpm_spec/qmgr.spec.in b/rpm_spec/qmgr.spec.in index 4ddfbcbd..6dc5c425 100644 --- a/rpm_spec/qmgr.spec.in +++ b/rpm_spec/qmgr.spec.in @@ -12,6 +12,7 @@ Requires: python%{python3_pkgversion}-pyqt6 Requires: python%{python3_pkgversion}-inotify Requires: python%{python3_pkgversion}-qubesadmin >= 4.3.0 Requires: python%{python3_pkgversion}-qasync +Requires: python%{python3_pkgversion}-pyxdg Requires: qubes-desktop-linux-common >= 4.1.2 Requires: qubes-artwork Requires: pmount