Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] App Launcher doesn't remember to keep programs pinned when an update happens #480

Open
FlameSniper opened this issue Sep 19, 2024 · 1 comment

Comments

@FlameSniper
Copy link

OS: Arch Linux
budgie-extras Version: 1.8.0-1

How to replicate:
Pin a program to the App Launcher that has an update available, update the system and check if the program is still on the App Launcher.

In my case, the pinned program disappears from App Launcher. Just had it happen with Nautilus, Firefox and other Gnome programs i had pinned.

@fossfreedom
Copy link
Member

Sounds like Arch is uninstalling and reinstalling apps for the update process.

This part of the code

self.tree.connect("changed", self.treeOnChange)

It looks to see if there are any menu changes - so an uninstallation will trigger a removal.

So there should perhaps be a delay of say a minute or so before the update occurs. Maybe some other mechanism is needed here to cope with how Arch deals with updates.

Since I don't use Arch I can't investigate further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants