Add Install applications button - #460
Open
notmuchtohide wants to merge 1 commit into
Open
notmuchtohide wants to merge 1 commit into
notmuchtohide wants to merge 1 commit into
Conversation
The "Install applications" button was added to the "Applications" tab in qubes settings. It is integrated with Gnome Software, allowing the user to directly install applications in the respective qube's template or in the template itself. After closing Gnome Software, the available applications list is automatically refreshed. While Gnome Software is opened, the "Refresh applications" button is disabled. This feature will only work if Gnome Software is already installed. A tooltip will explain that to the user. This is part of QubesOS/qubes-issues#6310
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #460 +/- ##
==========================================
- Coverage 69.31% 68.98% -0.33%
==========================================
Files 17 17
Lines 4060 4104 +44
==========================================
+ Hits 2814 2831 +17
- Misses 1246 1273 +27 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
notmuchtohide
added a commit
to QubesOS/qubes-gnome-software-plugin
that referenced
this pull request
Aug 28, 2026
Gnome Software runs in the background even when the window is closed. However, this interferes with software installation from the "Install applications" button in qube's settings (QubesOS/qubes-manager#460). For the qubes settings "Install applications" button to work, it is relevant to detect when the user closes the Gnome Software window. After closing Gnome Software, the qube is shut down and the available applications list is automatically refreshed. AI disclosure: AI was used for iterating on approaches to detect when the Gnome Software window is closed, after hitting a dead end on trying to detect it via cpu priority changes.
notmuchtohide
added a commit
to QubesOS/qubes-gnome-software-plugin
that referenced
this pull request
Sep 11, 2026
Gnome Software runs in the background even when the window is closed. However, this interferes with software installation from the "Install applications" button in qube's settings (QubesOS/qubes-manager#460). For the qubes settings "Install applications" button to work, it is relevant to detect when the user closes the Gnome Software window. After closing Gnome Software, the qube is shut down and the available applications list is automatically refreshed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Install applicationsbutton was added to theApplicationstab in qubes settings. It is integrated with Gnome Software, allowing the user to directly install applications in the respective qube's template or in the template itself.After closing Gnome Software, the available applications list is automatically refreshed. While Gnome Software is opened, the
Refresh applicationsbutton is disabled.This feature will only work if Gnome Software is already installed. A tooltip will explain that to the user.
This is part of QubesOS/qubes-issues#6310.