blanket icon indicating copy to clipboard operation
blanket copied to clipboard

Listen to different sounds

Results 73 blanket issues
Sort by recently updated
recently updated
newest added

According to my GDBus output, Blanket doesn't know the method Pause. This causes playerctl to fail when Blanket is active (and not ignored explicitly), so it's not possible to pause...

enhancement

Blanket gradually leaks memory and after running for a day or two its usage reaches various gigabytes of memory, currently 5gb. Restarting it brings it back to ~140mb, but it...

bug

- Fixes #82: We now merge all the sounds sources into one sink - Fixes #11: Now we use GStreamer's `audiotestsrc` to generate noise at runtime - Seems to fix...

1. Tuns off all sounds 2. Click play 3. Turn on some sound Nothing to hear. Expected: the sound begins to play Workaround: turn off and then turn on the...

bug

Hello there, I am a new user of Blanket and have been enjoying it. However, the naming of "Presets" is a little bit confusing. To me, it seems to make...

enhancement

Thank you for this app, I use it a lot when I want to concentrate at work. Overall it works exceptionally well, with one little sticking point for me. When...

enhancement

When I add custom sounds they play fine for a couple days and then they stop functioning and I have to delete and re-add them. I'm on Fedora 38 and...

bug

Is it possible to choose a different output device? Right now, it selects to the system default, but I would like to choose a different one than that. Ideally, I...

enhancement
low-priority

```py [ gala@gala-arch ] [~ ] $ blanket Traceback (most recent call last): File "/usr/bin/blanket", line 33, in import gi ModuleNotFoundError: No module named 'gi' ``` from what it looks...

Please consider changing `WM_CLASS(STRING) = "python3", "python3"` to `Blanket, blanket` in order to work with `bspwm`. Right now as a workaround I have `bspc rule -a python3 state=floating`, which is...