UbuntuBudgie / budgie-extras

Additional Budgie Desktop enhancements for user experience
https://ubuntubudgie.org
GNU General Public License v3.0
175 stars 34 forks source link

Wnck dependency for dropby applet #444

Closed fossfreedom closed 1 year ago

fossfreedom commented 1 year ago

Reporter via buddies matrix support

Debian 1.5.0 budgie extras minimal install where gir1 2-wnck-3.0 is not installed.

Dropby does not work due to the python import statement for wnck.

Need to decide if this is a Packaging issue where wnck python needs to be added as a dependency or if this is a code issue and the wnck import is unnecessary

Jacob-Vlijm commented 1 year ago

As it is, Wnck is functional and import is not unnecessary. Could be worked around with an alternative, but adding dependency seems the appropriate fix for now.

fossfreedom commented 1 year ago

fixed in debian bookworm - we need to resolve this for jammy and kinetic - raised this separate issue https://github.com/UbuntuBudgie/budgie-extras/issues/445