Adrian Freund
Adrian Freund
On a basic level yes. That's also what avahi's libnss_mdns seems to be doing (though their logic is a bit more complex. They read `/etc/mdns.allow` to check which domains should...
@Mikenux I think what you're describing goes a lot further than what mDNS is and can do. First of all we can't prevent an app from accessing local devices. mDNS...
I did some prototyping and apparently the `Access` backend implementation (at least on gnome) only allows the currently focused application to show a permission dialog. This in my opinion makes...
It looks like 46 support was already added in https://github.com/Rafostar/gnome-shell-extension-pip-on-top/pull/23, but the update hasn't been pushed to https://extensions.gnome.org yet. You should be able to manually install using the instructions in...
As far as I know there isn't a way to disable the mpris interface in spotify. However if you run spotpris with `-s` it will "steal" spotify's mpris name. This...
Oh. Sorry. Looks like I haven't pushed a release to PIP since implementing that. I'll see if I can find some time to do that in the next few days....
The spotify web API currently isn't powerful enough to support this feature. While it's possible to get the "context" of a currently playing song (album or playlist it's from), this...
The command line options including -l are already documented in the README. The rest is not specific to spotpris, but all mpris devices, which is why I didn't document them...
Thanks. After loading uinput I'm no longer getting that error message, however now I'm getting a Segfault. Running it with gdb tells me that the segfault occured in `udev_device_get_devnode ()...
Yes. I'm running it as root. Here is a log of gdb running the program as root and the ldd output. Maybe that helps [libraries.txt](https://github.com/shinyquagsire23/HID-Joy-Con-Whispering/files/1025556/libraries.txt) [log.txt](https://github.com/shinyquagsire23/HID-Joy-Con-Whispering/files/1025557/log.txt) Also hidtest works, so...