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

libappindicator dropped from Debian #160

Open
ttamttam opened this issue Oct 9, 2021 · 0 comments
Open

libappindicator dropped from Debian #160

ttamttam opened this issue Oct 9, 2021 · 0 comments

Comments

@ttamttam
Copy link

ttamttam commented Oct 9, 2021

Hello,

The libappindicator3-1 package was removed from Debian since bullseye (version 11).
I had to do something like (the following is written from memory) this to install your nice app:

dpkg-deb -x sonos-controller-unofficial_0.2.8_amd64.deb sonos
dpkg-deb --control sonos-controller-unofficial_0.2.8_amd64.deb
mv DEBIAN sonos/
sed -e 's/libappindicator3-1/libayatana-appindicator3-1/' sonos/DEBIAN/control
dpkg -b sonos sonos-controller-unofficial_0.2.8_amd64_fixed.deb

Best regards

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