@Myrddin, where did you see that i2c-piix4-aura-dkms
was upstreamed?
Also, I have a humble suggestion about the included .desktop file. Change Exec=bash -c 'cd $HOME/.config/OpenRGB && openrgb'
to Exec=bash -c 'cd ~/.config/OpenRGB && openrgb'
.
Some desktop environments refuse to launch your version, such as Deepin (I guess because they have trouble getting the $HOME variable for some reason) and therefore WILL NOT launch OpenRGB (you have to launch it from the terminal). But using the tilde (~) is effectively the exact same thing (cd ~
and cd $HOME
do the same thing) and it actually works on these desktop environments. Alternatively, just remove the cd
part and just exec openrgb. The same config is loaded regardless, I just tested by launching from the terminal in a completely different directory, and my saved profiles were still present. So definitely either change the $HOME
to a ~
or just remove that part and have it be Exec=openrgb
Pinned Comments