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

installing missing theme snaps failed #52

Open
fossfreedom opened this issue Mar 28, 2023 · 1 comment
Open

installing missing theme snaps failed #52

fossfreedom opened this issue Mar 28, 2023 · 1 comment

Comments

@fossfreedom
Copy link

On clicking our notification to install our theme snap on Lunar we receive an error notification saying the installation failed.

This is odd because looking at /snap we can see that our theme snap gtk-theme-pocillo has been downloaded and installed.

looking at journalctl I see this
image

Ubuntu Budgie 23.04

Our default theme is Pocillo-dark.

@fossfreedom
Copy link
Author

Further to this (v0.9 snapd-desktop-integration installed), clicking No to the notification actually falls through to try and install the theme snap.

notify_notification_add_action(self->install_notification, "default",
here a "default" is added to the yes/no answers and calling notify-cb -

so here

if ((strcmp(action, "yes") == 0) || (strcmp(action, "default") == 0)) {
its trying to match either "yes" or "default" so is a "no" being translated as a "default" answer and thus the install routine being called?

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

1 participant