You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed we don't have any import in the requirements.txt file for the gtkIndicator gi package (pgi?). I guess we don't want to force this package onto users who might just be using the command-line tool.
Should we add instructions on installing this package and its dependencies before being able to run tenma-applet or ./gtkIndicator.py? I have had trouble trying to get pgi installed on my Windows machine, and I am not actually sure which OSes tenma-applet supports.
The text was updated successfully, but these errors were encountered:
I'd say it's simply missing documentation stating which environments are supported.
gtkIndicator was an afterthought and a nice to have, it uses GTK alongside its python bindings via PyGObject to have a systray indicator of your power unit.
This should mostly work on Linux systems with Desktop environments like GNOME and XFCE. I imagine in other environments (KDE) will crash as soon as it starts, either because it does not find the gi import, or after installing pyGObject it might still miss system dependencies.
I noticed we don't have any import in the requirements.txt file for the gtkIndicator
gi
package (pgi
?). I guess we don't want to force this package onto users who might just be using the command-line tool.Should we add instructions on installing this package and its dependencies before being able to run
tenma-applet
or./gtkIndicator.py
? I have had trouble trying to getpgi
installed on my Windows machine, and I am not actually sure which OSestenma-applet
supports.The text was updated successfully, but these errors were encountered: