Benjamin Chrétien

Results 85 comments of Benjamin Chrétien

If dotbot is easily usable as a Python module (not just through the CLI), people could design more complex setups directly in Python. That means you get the full power...

Could you provide more information on your systems? Linux distribution, CMake version, Java version (JDK/JRE) etc.

The Java detection on CMake's side may be improvable, but it is difficult to do that without the same system, and without breaking it for other people. The whole search...

Sorry for the delay, quite busy at the moment, someone with a M17R4 might want to step in.

I guess I really should make a guide on how to add new controllers, but a bit busy at the moment. Basically, you can copy an existing controller such as...

@liusida can you confirm that the PR from @jakeday solved your issue (merged to master)?

`SEND_DATA_SIZE` could be set dynamically from the Java code (for now it is indeed hardcoded to 9).

Hi Erik, the problem is that each Alienware device is associated with a slightly different protocol to control the lights (ids for each area of the laptop vary), so we...

There is no desktop file indeed, but it should be in your PATH (isn't your launcher checking it?). Second, USB access requires special permissions. Try to add your user to...

I mean your `PATH` environment variable that contains directories where to look for executables, so `alienfx-lite` should be easily found by launchers that rely on it (e.g. rofi). If the...