-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
ValueError: Namespace AppIndicator3 not available #17
Comments
You are missing required libraries for app-indicators, not sure what package this is for Fedora or if it is even available, probably something like I don't run Fedora, so can't tell what exactly you might need. See also https://github.com/centic9/headset-charge-indicator?tab=readme-ov-file#installation for related instructions. Please let me know if you find out so we can update the instructions in the README. |
I have libappindicator-12.10.1-2.fc39.x86_64 already installed and seems to be the latest version. |
On Debian there is the additional package Do you have a similar one available in Fedora? |
I'll look around for it but Im not sure why this would be happening out of the blue. I've been using this with no issues for about 2 weeks now. |
I finally had some time to work on it. I ran the following commands and it seems to have started. I'll let you know if I have any further issues! sudo dnf install libindicator & sudo dnf install libayatana-appindicator-gtk3 Btw Im using Fedora 39. |
Thanks, I have updated the README accordingly |
For some reason the app didnt start on login, after trying to start it manually, nothing is happening. After attempting to run it in a terminal, I get this error;
python3 headset-charge-indicator.py
Traceback (most recent call last):
File "/home/ranger/ManualInstalls/HeadsetChargeIndicator/headset-charge-indicator.py", line 21, in
require_version('AyatanaAppIndicator3', '0.1')
File "/usr/lib64/python3.12/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AyatanaAppIndicator3 not available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ranger/ManualInstalls/HeadsetChargeIndicator/headset-charge-indicator.py", line 25, in
require_version('AppIndicator3', '0.1')
File "/usr/lib64/python3.12/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AppIndicator3 not available
I don't believe I started it wrong as I've done it before like this. Am I missing something? AyatanaAppIndicator3 doesn't exist so I could install it. HeadsetControl is still working as expected.
I see in the post that it says something about Ayatana, but it refers to Debian and I am on Fedora 39. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: