elParaguayo / qtile-extras

Somewhere to store things I create for qtile that probably won't end up in the official repo
MIT License
164 stars 20 forks source link

StatusNotifier widget not working with certain apps #251

Closed ezntek closed 1 year ago

ezntek commented 1 year ago

The title says a lot, but basically, the only app that would show up in the status notifier is the blueman indicator/applet or whatever you'd want to call it, some apps just will straight up not work.

here is blueman (works fine) here is Armcord (not working) (Discord, Armcord and nm-applet all dont work, they look the same).

Running, say, armcord and blueman together shows just blueman, no trace of armcord.

I'm using NixOS and the package from nixpkgs, if that helps.

I did see #239 which sounds a lot like my problem, except that the amount of connected monitors doesnt affect anything, and i also did see #238 , if that helps.

elParaguayo commented 1 year ago

Probably a combination of: https://github.com/qtile/qtile/issues/4224 and #243

ezntek commented 1 year ago

ill prolly have to build a local derivation if i want the fixes, so ill work on that later on. thanks, though.