-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #5
Comments
@munikarmanish hey Manish, can you try installing gir1.2-appindicator3? I thought it was available by default but maybe not.
If its not available, try the autocomplete or perform apt-cache search for appindicator3. If that works, I will update the readme (or I can accept your pull request if you wanna update it) |
@techgaun Okay, finally managed to install all dependencies. BUT.... I only see the flag in the panel. 😕 |
@munikarmanish oh well did you have to install Also, thats weird. didn't happen to me on xfce. What's the flavor of linux you're using? I'll see if I can make it work tomorrow. I suspect this might be due to the limitation of width available. |
I use Arch Linux and I had to install |
Okay nice yeah I'll try on Arch tomorrow and see if I can get it working |
@munikarmanish I just got Arch installed and I can replicate the issue. Am trying to figure out how we can add the applet to indicator instead of notification area. It seems that the notification area width can not be set somehow. Below is for my personal reference as I'm trying to play around with the : cat /home/techgaun/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
...
<property name="plugin-16" type="string" value="indicator">
<property name="known-indicators" type="array">
<value type="string" value="/home/techgaun/nepali-calendar-indicator/nepcal_applet.py"/>
</property>
<property name="single-row" type="bool" value="false"/>
<property name="align-left" type="bool" value="false"/>
<property name="blacklist" type="array">
</property>
</property>
... Values probably need to be namespaced such as |
bro, is there any way to install in arch kde? |
Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version getting this error |
@diwasx sorry for the delay. I've not really tried it on arch kde. The warning you mention above is just a warning (although it should be fixed and I will try to fix that). What else do you get? Is it completely broken? |
doesnt preceed after that, it stucks there |
same case when i installing battery-monitor on ubuntu 18, this command will fix it. cheers |
I installed xfce4-indicator-plugin and pip requirements. And
sudo make install
ran successfully. But when I runnepcal_applet
, I get the following error.Did I miss something?
The text was updated successfully, but these errors were encountered: