ccMSC / ckb

RGB Driver for Linux and OS X
http://forum.corsair.com/v3/showthread.php?t=133929
GNU General Public License v2.0
1.34k stars 170 forks source link

Window appears on login #440

Open SteuerungC opened 8 years ago

SteuerungC commented 8 years ago

While logging on to my Kubuntu 16.04 system the ckb setup windows appears although this option is disabled in the ckb settings: Settings The process is started with /usr/bin/ckb -session (Session ID) and a deamon /usr/bin/ckb-deamon When I close the window both processes remain running. During the installation I selected "Start ckb-deamon automatically" Is there any option to start the backgroud-deamon at login without opening the window?

fleischie commented 8 years ago

Hi @SteuerungC

If I understand correctly the deamon and the GUI are started at boot, also the GUI is visible. Now you do not want to have the GUI showing?

You can start the GUI in the background (i.e. the GUI is not visible) with the --background flag (-b as well, if you are on the testing branch 😆 ).

If you actually mean the ckb-daemon to start at boot, you have to enable it with upstart/systemd (see the second set of commands in here):

To launch the driver and enable it at start-up:

  • Upstart: sudo service ckb-daemon start
  • Systemd: sudo systemctl start ckb-daemon && sudo systemctl enable ckb-daemon

If you meant something else, I would gladly help but then I didn't understand you correctly and would love some more info. 😊