Animesh Sahu

Results 109 comments of Animesh Sahu

Oopsie, it was not a bug but missing warning of not running as superuser/root... Running with sudo solves the problem, but the software should explicitly state that sudo permissions are...

Seems like upstream has fixed it, is it fixed?

Are you using X or Wayland? Seems like daemon does not start. I'd guess that it stucks at line number 57. https://github.com/elkowar/eww/blob/9c12a316d6e3c3b1b504bf1ed86de5241694ef2a/crates/eww/src/server.rs#L41-L60 Which distro you are using, does it have...

Is this already fixed somewhere? I guess so, it does work in my case since when I started using eww (probably the last month). https://user-images.githubusercontent.com/26714676/132976860-044e527c-d83c-4388-9be5-388531c36a78.mp4

Wait window can be embedded into widgets? 👀

Tried testing in different scenarios, there seem to be two condition for the animation to happen: 1. Ancestor at least must be a window containing widget like expander or eventbox....

Yeah exactly, I guess title should be more clear, window hide/show does not work as expected using the revealer.

Then probably this issue isn't an issue? 👀

Not entirely sure but tint2 panel's systray integration ([systraybar.c](https://gitlab.com/o9000/tint2/-/blob/master/src/systray/systraybar.c)) can be looked for inspiration.

In my case it does show the window as open. I'd guess that since the ipc server runs at the last of [`server::initialize_server`](https://github.com/elkowar/eww/blob/master/crates/eww/src/server.rs#L17) which might have took some time, two...