Skip to content

App/Launcher: Add AppCenter actions - #568

Merged
danirabbit merged 6 commits into
mainfrom
danirabbit/appcenter-actions
Jan 25, 2026
Merged

App/Launcher: Add AppCenter actions#568
danirabbit merged 6 commits into
mainfrom
danirabbit/appcenter-actions

Conversation

@danirabbit

Copy link
Copy Markdown
Member

Fixes #467
Fixes #468

@danirabbit
danirabbit requested a review from a team January 23, 2026 00:04
@danirabbit danirabbit moved this to Needs review in OS 8.1.1 Jan 23, 2026
@danirabbit
danirabbit merged commit facb629 into main Jan 25, 2026
4 checks passed
@danirabbit
danirabbit deleted the danirabbit/appcenter-actions branch January 25, 2026 16:30
@github-project-automation github-project-automation Bot moved this from Needs review to Done in OS 8.1.1 Jan 25, 2026
Comment thread src/AppSystem/App.vala
app_action_group.add_action (view_action);

var appcenter = Dock.AppCenter.get_default ();
appcenter.notify["dbus"].connect (() => on_appcenter_dbus_changed.begin (appcenter));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this causes a memory leak (we have to capture the app center local and therefore the instance as well)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops thanks for catching this. I'll make a branch to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Add View in AppCenter menu item Uninstall Menu Item

3 participants