keylight-control
keylight-control copied to clipboard
AppImage doesn't work with newer nodejs versions
- Ubuntu 22.04.1LTS
- installing node(js) 14.x
- trying to start
Keylight_Controller-x86_64.AppImagesimply opens a terminal with the nodejs prompt and warnings.
Welcome to Node.js v14.2.0.
Type ".help" for more information.
> (node:384493) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Keylight_Controller-x86_64.AppImage --trace-deprecation ...` to show where the warning was created)
Please note that this isn't cosmetics anymore as #12 considers it, but newer nodejs versions now seem to block execution.
update: on Kubuntu 23.10 with a node v18.19.0 installed from nodesource as described in their Github repo https://github.com/nodesource/distributions?tab=readme-ov-file#using-ubuntu-2 the appimage starts to work again.
doesn't work on (K)ubuntu 24.04LTS