icc-brightness icon indicating copy to clipboard operation
icc-brightness copied to clipboard

Can compile it for Ubuntu 24.-4 but using it results in python errors

Open ouboub opened this issue 7 months ago • 2 comments

Hi

I am using Ubuntu 14.04 and python 3.12. I sucessfully compiled icc-brithness, but then

/icc-brightness brightness max-brightness
Traceback (most recent call last):
  File "/home/oub/ALLES/src/icc-brightness/./icc-brightness", line 157, in <module>
    main()
  File "/home/oub/ALLES/src/icc-brightness/./icc-brightness", line 148, in main
    brightness = int(sys.argv[1])
                 ^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'brightness'

is my python version to recent? thanks and regards

Uwe Brauer

ouboub avatar Jul 19 '24 16:07 ouboub