Ada
Ada
After searching the issues a bit more, trying different search terms, I see that this issue has existed since 2014 and has still not been fixed? (#277) Err... do y'all...
It should be noted that there is no mouse clicking that does anything in my install of Toxic. Clicking tabs doesn't switch to them or anything. Has it been trying...
@JFreegman So, uh... you don't want me to add an option to disable the `xtra.c` mouse support via `toxic.conf`? I'm aware that custom compiling is an option -- I just...
Okay, so I've been playing with the code a bit... does the X11 code actually *do* anything besides the sound and display notifications? It seems like that's all it does......
I suppose a hook feature just for receiving messages is unnecessary if the user is willing to enable logging -- one could simply have a tail-like application follow the log,...
Damn. I don't even know how `alut` works. That seems to be what you're using for sound. I don't see how that's breaking when the X11 code is disabled...
It SAYS on the website that it supports pulseaudio as a backend... so there may be more than one thing broken here... I don't like the idea of changing code...
I think I'm just going to have to give up and start commenting everything so I can follow where all the entry points are. I hope y'all aren't too annoyed...
Yup. I'm just going to need to comment every single thing in xtra.c, as soon as I figure out exactly what it's doing, which will probably require looking up a...
Aaaah, okay! That helps. What if I just check a boolean value in the place where init_xtra() is called, and skip the whole function call to begin with? Is it...