Ablinne / kolorcontrol

Simple GUI front-end to xcalib
GNU General Public License v3.0
26 stars 5 forks source link

'kolorcontrol' command isn't installed #9

Closed ussserrr closed 6 years ago

ussserrr commented 6 years ago

Installing kolorcontrol in the way described in README.md does not lead to appearing kolorcontrol command (Ubuntu 18). The only way that I found out to launch the app is to manually clone the repo and move scripts/kolorcontrol to kolorcontrol and edit first line from

from kolorcontrol.kolorcontrol import KCMainWindow

to

from kolorcontrol import KCMainWindow

Then we can start running ./kolorcontrol (only in kolorcontrol directory).

Ablinne commented 6 years ago

Strange... The location of the script file is passed to setuptools and should be installed automatically, and when I was testing it on my systems it has always worked. Don't know when I will have the time to test on a ubuntu 18 vm...

ussserrr commented 6 years ago

Same on Debian 9 Stretch (Python 3.5, for Ubuntu 18 Python 3.6).

darkguy2008 commented 6 years ago

Same here, didn't work. Now how do I uninstall this? Using Ubuntu 18.04

ussserrr commented 6 years ago

I guess you can uninstall in the same way as installed - through PIP: pip3 uninstall kolorcontrol

darkguy2008 commented 6 years ago

Thanks @ussserrr ! that worked :)

Ablinne commented 6 years ago

I have just tested this on a Ubuntu 18 live disc. The command is correctly installed to ~/.local/bin. However, this directory is only appended to $PATH by the .profile script if it already existed on login. After a new login the command should be there. The same problem seems to keep pyqt_distutils from compiling the ui file correctly....