delphiki / gnome-airpods-battery-status

A Gnome Shell Extension to display the battery levels of your Airpods (and case) in the top bar.
45 stars 10 forks source link

[TODO] Add compatibility for Gnome 43 #9

Closed delphiki closed 1 year ago

delphiki commented 1 year ago

The extension is broken on Gnome 43.

I'll try to update it asap.

lucaliceti commented 1 year ago

Would love to know when issue if fixed. Thank you!

voedev commented 1 year ago

Would love to know when issue if fixed. Thank you!

delphiki commented 1 year ago

Yes, sorry for the lack of feedback, this is still a WIP. I've reworked a bit the way the extension works, and added a few information in a submenu, but it still needs some work before being released.

Capture d’écran du 2023-02-16 16-28-42

Capture d’écran du 2023-02-16 16-34-04

lucaliceti commented 1 year ago

I the extension still on https://extensions.gnome.org/, I can't find it?

delphiki commented 1 year ago

I the extension still on https://extensions.gnome.org/, I can't find it?

By default, the list is filtered and only shows extensions compatible with your gnome shell version, but yes, it still there: https://extensions.gnome.org/extension/3736/airpods-battery-status/

rainyskye commented 1 year ago

Hey @delphiki - has there been any progress on the Gnome 43 bringup? Or is any help wanted?

Cheers :)

lucaliceti commented 1 year ago

It still shows up as INCOMPATIBLE when trying to install it from the gnome extensions website.

rainyskye commented 1 year ago

It still shows up as INCOMPATIBLE when trying to install it from the gnome extensions website.

Yeah? It hasn't been updated yet. The fix is currently in development.

voedev commented 1 year ago

Waiting for gnome 43... Gnome 44 will be released relatively soon :)

delphiki commented 1 year ago

I made some progress yesterday evening, here is what it'll look like: Capture d’écran du 2023-03-23 16-07-52

I still have some random crashes I need to sort out, but I'll release it soon enough (hopefully by the end of the week).

voedev commented 1 year ago

I made some progress yesterday evening, here is what it'll look like: Capture d’écran du 2023-03-23 16-07-52

I still have some random crashes I need to sort out, but I'll release it soon enough (hopefully by the end of the week).

Wow, looks great! If that's really how this works then it's truly remarkable.👍

Could you, please, tell me which linux distribution you use? I'm using fedora and, it's been for a few years now that they have this bug with displaying of jetbrains toolbox application in the system tray.

Will leave the link here (the discussions on this topic are still on), just in case you might want to check it out too: https://youtrack.jetbrains.com/issue/TBX-4785/JetBrains-ToolBox-does-not-show-in-system-tray-on-Fedora

I wonder which linux distribution you use and if you, maybe, also faced this problem and found a way to fix it?

delphiki commented 1 year ago

Could you, please, tell me which linux distribution you use? I'm using fedora and, it's been for a few years now that they have this bug with displaying of jetbrains toolbox application in the system tray.

Will leave the link here (the discussions on this topic are still on), just in case you might want to check it out too: https://youtrack.jetbrains.com/issue/TBX-4785/JetBrains-ToolBox-does-not-show-in-system-tray-on-Fedora

I wonder which linux distribution you use and if you, maybe, also faced this problem and found a way to fix it?

I'm running Fedora 37 (and I've been using Fedora for years). I've never had this issue with the Jetbrains icon, I'm using Tray Icons: Reload and it works great :)

delphiki commented 1 year ago

I just released the new version! It is currently in review on the gnome extensions website, but if you can't wait, you stil can install it manually :)

voedev commented 1 year ago

I just released the new version! It is currently in review on the gnome extensions website, but if you can't wait, you stil can install it manually :)

Updated the extension, but for some reason AirStatus stopped working.

Decided to reinstall AirStatus:

git clone git@github.com:delphiki/AirStatus.git
cd AirStatus
pip3 install bleak
python3 main.py

The script doesn't output anything and just keeps running. Headphones connected

delphiki commented 1 year ago

Updated the extension, but for some reason AirStatus stopped working.

Decided to reinstall AirStatus:

git clone git@github.com:delphiki/AirStatus.git
cd AirStatus
pip3 install bleak
python3 main.py

The script doesn't output anything and just keeps running. Headphones connected

Did you check the Controller Mode in your bluetooth config (/etc/bluetooth/main.conf)? It should be "dual".

voedev commented 1 year ago

Did you check the Controller Mode in your bluetooth config (/etc/bluetooth/main.conf)? It should be "dual".

Thanks a lot, it helped!!