-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Does not work with Ubuntu 22.04 - "Cannot install libappindicator3-dev" #7
Comments
Same here, I'm getting the error:
and when trying to install
System info:
|
So the weirdest thing happened today...now I'm able to install it just fine and I'm not sure what I did differently to suddenly make it work. Strange that it didn't work the other day but decided to work today... This was all I ran this time around:
The system that successfully installed it (which was a clean Linux Mint install) somehow listed both "libappindicator3-1" and "libappindicator3-dev" as installed, so maybe it's an order-of-operations thing (that of which I don't fully understand yet). A different system I have (which was in-place upgraded from Linux Mint 20 to 21) by comparison had "gir1.2-appindicator3-0.1" installed which was different from the "fresh install" system. Removing it didn't accomplish much though so I'm still dissecting that a bit. I did get it working on this system after running the following (which ripped out a bunch of other stuff including "blueman" so I'm not sure if this should be considered a golden solution):
^After running this (which completed successfully), wireguird could install. |
Another update, and this one is a doozy: So the above workaround does work, but what I didn't realize was that it removes the entire Blueman Bluetooth stack that Linux Mint 21 now uses. Attempting to reinstall blueman warns that libappindicator3-1, libappindicator3-dev, and wireguird will all be removed:
so right now you have to choose either between Wireguird or having Bluetooth... |
Same issue here on mint 21 also. Im glad I didnt try the workaround. |
successfully installed on Mint 21 after the fallowing: sudo apt --fix-broken install |
@tekkman yes but check if your bluetooth stack is still present. As mentioned, the issue is you lose bluetooth support if you install via that path. |
Ubuntu Mate 22.04 with the workaround I lose Bluetooth (blueman) and Network (network-manager).
For Ubuntu 22.04 and newer libayatana-appindicator3-dev should be used instead of libappindicator3-dev (-: I changed the dependencies required and it work like a charm ;-) wireguird_amd64_libayatana-appindicator3-dev.zip Couldn't upload the deb package so after download change the extension .zip to .deb |
Working great! Thanks |
Works on Linux Mint 21.1! |
Workaround works for me too, thanks! |
Thanks so much, works now on Linux Mint 21.1 |
Fixed in v1, it uses |
Hello, it seems this app doesn't work with Linux Mint 21 which uses Ubuntu 22.04.
Trying to install the .deb results in
Error: Cannot install 'libappindicator3-dev'
The text was updated successfully, but these errors were encountered: