pascalopitz / unoffical-sonos-controller-for-linux

An Electron based linux app for controlling your sonos system.
http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/
MIT License
545 stars 49 forks source link

libappindicator dropped from Debian #160

Open ttamttam opened 2 years ago

ttamttam commented 2 years ago

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