udifuchs / icc-brightness

Control OLED display brightness by applying ICC color profiles.
MIT License
171 stars 25 forks source link

colord-kde needed for Kubuntu 19.10 #18

Open s-light opened 4 years ago

s-light commented 4 years ago

trying this with an ASUS ZenBook Pro Duo UX581GV with Kubuntu 19.10 i needed to install colord-kde to get it to work. (otherwise it just fails with the 'not in time' error)

additionally i had to manually setup the auto-start. the installation did not accomplish this for me. Thanks for a nice 'Work-Around' Tool :-)

would be good to add this information somewhere in the readme?!

gnsiva commented 4 years ago

Thanks for the tip about colord-kde! To get the autostart to work, I just had to run

cp /usr/share/gnome/autostart/icc-brightness.desktop ~/.config/autostart/

After the make install. KDE doesn't read from that gnome/autostart folder it seems. For it to be system wide I think the directory it should be in is /etc/xdg/autostart but I only tested the user level.

s-light commented 4 years ago

i just added it via the GUI autostart - it is the same result as your copy ;-)