- 1 Post
- 4 Comments
klay1@lemmy.worldto Linux@lemmy.ml•[solved] i fail to install gHub-GUI. Where to ask for help?1·11 days agocorrection: nevermind it does not work. Again. They keyboard just resets itself after like a minute, regardless. Don’t understand what is happening.
klay1@lemmy.worldto World News@lemmy.world•Zelenskyy: We’re very close to point when Russia can be forced to end this warEnglish11·12 days agoTsarist government dragged the country into a needless war
I think Imperial Germany did the most part of that, while Russia wasn’t starting WW1. They did however heat up everything by attacking small neighbors, yes.
tyrannical communist government
Its important to say that it wasn’t really communist. They called themselves communist to take over from the revolution easier. They were mostly just authoritarian, while Stalin completely hollowed out the soviet republic functions. There was no republic, council, democracy or communism. Just harsh disctatorship.
Sadly, what most think about when hearing communist or soviet, is the latter part and everything Stalin did. Oversimplified, communist means all things should belong to the people (as a people), not to a few people or any other power. And that’s never what Stalin did or even intended.
klay1@lemmy.worldto Linux@lemmy.ml•[solved] i fail to install gHub-GUI. Where to ask for help?1·2 hours agoIt works fine now.Uninstalled the openRGB flatplak from the kde neon app store (discover) and instead installed the .deb from the openrgb-website.Now it works with static dimmed LEDs. NICE!
the classic cronjob workaround works great.
The command
/usr/bin/openrgb --profile /home/user/.config/OpenRGB/test.orp
runs fine, loads the test.orp setting i saved with openrgb-GUI. Until the keyboard goes back to default after 4 min or so.Therefore i made a cronjob that does the same, just every 3 minutes:
*/3 * * * * /usr/bin/openrgb --profile /home/user/.config/OpenRGB/test.orp