Luke Horwell
Luke Horwell
If the device isn't showing in the kernel logs, it's likely some kind of a hardware issue. Maybe the USB bus isn't supplying enough power to the Base Station hub?...
I'm aware that users like `gtk3-classic` for slimming some of dependencies that not necessarily required just to run GTK applications. This is the first time I've came across an application...
I agree. To be most compatible, it would have to put back as a runtime dependency. I'm just cautious that users like `gtk3-classic` for making Adwaita optional on their non-GNOME...
By design, Ubuntu MATE intentionally used the same page for **Getting Started** and **Installation Guide**. The button on the main menu and certain topics were shown/hidden depending if it was...
Thanks for your patience, and sorry for taking so long. The proposed feature has been re-implemented under the newer codebase: f8f51a6e1c80b30f6b45a24d4e4edf709ca0d239
@dkonigsberg What mouse are you using? Could be firmware quirk of the mouse if it always resets to 100% when the mouse is power cycled. To confirm this, try plugging...
Definitely an OpenRazer bug. This app might implement its own automation solution in future, so this edge case is good to know. From that code: https://github.com/openrazer/openrazer/blob/0cd6e74510de9cb37617ec36a001c9816ff8f771/daemon/openrazer_daemon/hardware/mouse.py#L2552-L2559 I suppose `openrazer-daemon`'s screensaver...
Thanks for sharing @HoroTW, that's a nice implementation! Polychromatic's challenge is that it needs to be thread-safe (GTK is on the main thread). Then, there will be quirks if the...
Sorry, development has been slow 🐢 but it's [on the roadmap](https://docs.polychromatic.app/roadmap/). Some work is needed under the hood, then the application will be in a much better state. I hope...
The current code that's in the `master` branch (specifically 04162d9cc005fc3b45f86adf63476bae1230fd12) has fixed the issue for the next update. Shout out and thanks to @nightsky30 for fixing the other piece that's...