Christopher Schramm
Christopher Schramm
I just enabled GitHub discussions and allowed everybody to edit the wiki. You're welcome to add anything that you expect to be useful. :+1:
Right-click, Plugins, ConnectionNotifier
To be honest I haven't seen a device that provides battery updates with a 1 % granularity. We can make notifications configurable, of course, but could it be a reasonable...
Not sure about a minimum battery level. The purpose of the notifications is (or was) to inform about the current level. Most of that should be rather up to a...
Well, ok, I don't see us going down that rabbit hole. So, as we do not want to get into power management applet business, I suggest that we show the...
Please try #2362
The crucial issue is `Icon 'audio-card' not present in theme Adwaita`. As `audio-card` definitely is part of the Adwaita Icon Theme, you seem to have an issue with your installed...
> > In [#2101 (comment)](https://github.com/blueman-project/blueman/issues/2101#issuecomment-1663787627) just switching themes forth and back did the trick to fix it. 🤷 > > I don't know how it can do this, I haven't...
A simple test for a `python` shell: ```python import gi gi.require_version("Gtk", "3.0") from gi.repository import Gtk Gtk.IconTheme.get_default().load_surface("audio-card", 48, 1, None, Gtk.IconLookupFlags.FORCE_SIZE) ``` This is basically what blueman does, except that...
Might be best to file a bug with the adwaita-icon-theme Arch package to get behind that. From my understanding, there is no way for it to not provide the icon....