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

Dead Project? - CKB won't open #557

Open t3kg33k opened 7 years ago

t3kg33k commented 7 years ago

So, is this a dead project? It would be unfortunate if so. I'm using Ubuntu Mate 16.04. At some point over the past few months the application stop displaying in my tray and it will not open when I select it from the Application menu. Some update must have broke it along the way. Any way to fix this? I sure would love to change my color scheme but can't since the application won't open.

mattanger commented 7 years ago

There is an active fork, https://github.com/mattanger/ckb-next but no support right now.

Easy question, but does ckb work when running manually?

On Jan 5, 2017 8:44 PM, "t3kg33k" notifications@github.com wrote:

So, is this a dead project? It would be unfortunate if so. I'm using Ubuntu Mate 16.04. At some point over the past few months the application stop displaying in my tray and it will not open when I select it from the Application menu. Some update must have broke it along the way. Any way to fix this? I sure would love to change my color scheme but can't since the application won't open.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ccMSC/ckb/issues/557, or mute the thread https://github.com/notifications/unsubscribe-auth/AFM7GjjHNpZxwlzmem9o2Y8pY_s7TchLks5rPZxrgaJpZM4LcUmr .

t3kg33k commented 7 years ago

What do you mean when you say "running manually"?

mattanger commented 7 years ago

I mean executing the ckb binary, and/or manually restarting the daemon.

On Jan 6, 2017 5:49 AM, "t3kg33k" notifications@github.com wrote:

What do you mean when you say "running manually"?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccMSC/ckb/issues/557#issuecomment-270879449, or mute the thread https://github.com/notifications/unsubscribe-auth/AFM7GiigXF1pIl8VXI-xyTQ-n2ofJJPOks5rPhwwgaJpZM4LcUmr .

t3kg33k commented 7 years ago

I restarted the systemd service with sudo systemctl restart ckb-daemon.service command and attempted to start the application from the Application menu and it still does not open.

mattanger commented 7 years ago

Have you tried running the client from the terminal?

On Fri, Jan 6, 2017 at 7:38 PM, t3kg33k notifications@github.com wrote:

I restarted the systemd service with sudo systemctl restart ckb-daemon.service command and attempted to start the application from the Application menu and it still does not open.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccMSC/ckb/issues/557#issuecomment-271047224, or mute the thread https://github.com/notifications/unsubscribe-auth/AFM7Gov2bqE3wyV1_mbS2SwkgEwWeR77ks5rPt5ogaJpZM4LcUmr .

t3kg33k commented 7 years ago

Yes. It tells me that ckb is already running:

[ ed@edmate1604: ~ ]$ ckb ckb is already running. Exiting.

frickler24 commented 7 years ago

ok, then use in your terminal-program the following line

ckb --close ; sleep 5; ckb &

This will close your current running implementation first and then start a new one. (tested on linux, you may reduce the sleeping time if you have a fast machine :-))

t3kg33k commented 7 years ago

That worked. Thanks.