Skip to content

Commit

Permalink
Add Create Qubes VM to the xfce4-panel menu
Browse files Browse the repository at this point in the history
resolves: QubesOS/qubes-issues#6561

Also adding a missing dependency to repo files
  • Loading branch information
alimirjamali committed Nov 10, 2024
1 parent 4aee918 commit 14cc82d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Depends:
python3-pyqt6,
python3-pyinotify,
python3-qasync,
python3-xdg,
qubes-desktop-linux-common,
qubes-artwork,
pmount,
Expand Down
2 changes: 1 addition & 1 deletion qubes-vm-create.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions rpm_spec/qmgr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14cc82d

Please sign in to comment.