Closed oli-obk closed 6 years ago
Thanks for the bug report!
Could you please try to run the underlying command from terminal, to see if it works?: xdotool getactivewindow getwindowname
// This is really strange for me, I thought xdotool is mature and should work flawlessly.
Running that command yields
XGetWindowProperty[_NET_ACTIVE_WINDOW] failed (code=1)
xdo_get_active_window reported an error
some googling suggests this might either be a graphics driver issue or a window manager issue. The drivers sound like they might be the issue. It's a laptop and I have two graphics cards. I played a lot with the driver installs to get something working, so I might have screwed up something in there.
That must be the reason then. Timeplot works by using xdotool getactivewindow getwindowname
: if it fails, there's nothing to do it seems. Apparently it can fail for in some cases, f.e. with wayland + graphics driver bug: https://askubuntu.com/questions/969874/xdotool-not-working-after-ubuntu-17-10-upgrade
I've changed to issue title a bit if you don't mind.
I don't think I really can fix it, and it's not in "timeplot" itself (not exactly).. Will have to close as "won't fix".:(
Thanks for looking into it!
Log:
I am using debian and installed the packages mentioned in the README