Package: pasystray Version: 0.7.0-1 Severity: normal Tags: patch
Current implementation of AppIndicator does not handle click events or modifiers. A middle click on the icon of pasystray is supposed to toggle mute, but this is not possible with the AppIndicator implementation. I filed a bug to AppIndicator but in the meantime it would be better to fallback to the GtkStatusIcon implementation, which is done with the attached patch.
--- a/debian/rules 2018-10-29 13:29:50.000000000 +0100 +++ b/debian/rules 2019-01-04 13:22:58.932093829 +0100 @@ -2,5 +2,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +override_dh_auto_configure: + dh_auto_configure -- --disable-appindicator + %: dh $@ --with autoreconf