Chris Holland
Chris Holland
That application manually overrides the titlebar color. * https://github.com/KDE/kate/blob/master/kate/katecolorschemechooser.cpp * https://github.com/KDE/kconfigwidgets/blob/master/src/kcolorschememanager.cpp#L216 * Running `xprop` and selecting a kate window shows: * `_KDE_NET_WM_COLOR_SCHEME(STRING) = "/usr/share/color-schemes/Breath.colors"` * Changing the color scheme also...
Breeze Dark, which AlphaBlack inherits, is broken too in KDE Frameworks 5.56.0. It's been fixed in master, but I don't know if there was a KDE Frameworks 5.56.2 bugfix release....
Breeze Window Decorations doesn't support transparency. It only accepts RGB, not RGBA.
This? https://store.kde.org/p/998786/ Those are called gradients btw. You can mix and match whatever you want by editing the themes in `~/.local/share/plasma/desktoptheme` then "reloading" your current theme by switching to another...
> In testing, I could not fix the order of sieves so it always performed cloudinary logic instead of IGDB. I also am not sure if I am missing a...
Nope, it doesn't look like we're using the unminified `sieve.jsn`. https://github.com/Zren/chrome-extension-imagus/blob/1b72f85f846dc23b68a6c5e345fa3ff38459ca80/unminified/js/background.js#L49 Looks like it's probably not loading the unminified `defaults.jsn` or `locales.jsn` either.
The `community` branch should now use the `unminified/sieve.jsn` as of https://github.com/Zren/chrome-extension-imagus/commit/87eafff92aae7d793dd04ebf53d799d8f09a1f8e I have no idea **when** it loads `sieve.jsn`, and that bothers me.
> There is a severe bug happening with mpv-osc-tethys clicking on the progress bar. Was wondering what it was. Seems like mpv.net has a hardcoded value in `IsMouseInOSC()` that assumed...
* https://invent.kde.org/plasma/plasma-pa/-/blob/master/src/volumeobject.h * https://invent.kde.org/plasma/plasma-pa/-/blob/master/src/pulseobject.h * https://invent.kde.org/plasma/plasma-pa/-/blob/master/src/pulseaudio.h * https://invent.kde.org/plasma/plasma-pa/-/tree/master/src
`SinkModel`, `SourceModel` etc, inherit `AbstractModel`, which is an "array" where the child items only have one property, which can be referenced as `model.PulseObject` in a `ListModel`, or just as `PulseObject`....