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

Don't rely on QIcon::hasThemeIcon to check icon existence #365

Closed
wants to merge 1 commit into from

Conversation

paulolieuthier
Copy link
Contributor

@paulolieuthier paulolieuthier commented Jul 30, 2016

Because of a bug in libqtxdg's icon loader engine, QIcon::hasThemeIcon always returns true and that makes sni-qt apps icon-less in the statusnotifier plugin. sni-qt-powered apps don't use theme icons, but
specific icons in temporary folders.

This depends on lxqt/libqtxdg#97 and fixes lxqt/lxqt#1081.

Because of a bug in libqtxdg's icon loader engine, QIcon::hasThemeIcon
always returns true and that makes sni-qt apps icon-less in the
statusnotifier plugin. sni-qt-powered apps don't use theme icons, but
specific icons in temporary folders.
@palinek
Copy link
Contributor

palinek commented Jul 30, 2016

Gtm

@paulolieuthier
Copy link
Contributor Author

This was supposed to be a quick workaround. It's no longer necessary now that we have lxqt/libqtxdg#99.

@palinek palinek deleted the fix-statusnotifier-icon branch January 23, 2017 14:56
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

Successfully merging this pull request may close these issues.

Using the new XdgIconLoaderEngine, Qt4 status notifier items have no icon
2 participants