-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Use Tmds.DBus.SourceGenerator 0.0.10 #12730
Use Tmds.DBus.SourceGenerator 0.0.10 #12730
Conversation
- Fix global menu - Optimize byte[] variants (e.g icons)
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
Use Tmds.DBus.SourceGenerator 0.0.10
What does the pull request do?
Bump Tmds.DBus.SourceGenerator to 0.0.10 which:
org.freedesktop.DBus.Introspectable
which is needed by the python dbus implementation for type parsing...DBusByteArrayItem
withDBusByteItem
s, useDBusByteArrayItem
instead.Also report the version of the
com.canonical.dbusmenu
as 4, as required by vala-panelWhat is the current behavior?
The global menu only works one KDE(?) as it doesn't seem to rely on introspection.
What is the updated/expected behavior with this PR?
The global menu should work with all implementations.
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
#10767