Page 1 of 1

xbindkeys doesn't work after update.

PostPosted: 13 Jun 2016, 11:10
by domisol
Hi
I'm running Rune on Raspberry Pi 2 model B, installed from "RuneAudio_rpi2_rp3_0.4-beta_20160321_2GB".
I'm used the newly installed xbindkeys.
I wanted to update so I ran:
Code: Select all
cd /var/www
rm command/mpd-watchdog
git pull

And now, xbindkeys doesn't work any more. Also I can't debug because:
Code: Select all
[root@runeaudio ~]# export DISPLAY=:0
[root@runeaudio ~]# xbindkeys -k
Could not open display, check shell DISPLAY variable, and export or setenv it!


Thanks in advance for any related information.

Cheers

Jean-David

Re: xbindkeys doesn't work after update.

PostPosted: 13 Jun 2016, 11:29
by domisol
This is an update to my own request. I reverted to the previous state before updating, and I have the same error with xbindkeys.
But I had also disabled the "Local browser" in RuneUI settings (I need the keyboard as a remote, but dont use the display).
I enabled the Local browser option, rebooted, and now works well again. So the update procedure had nothing to do with that matter.
Sorry :-)

Re: xbindkeys doesn't work after update.

PostPosted: 13 Jun 2016, 14:45
by hondagx35
Hi domisol,

But I had also disabled the "Local browser" in RuneUI settings
...
I enabled the Local browser option, rebooted, and now works well again.

This is because xbindkeys gets started with the local browser.

You have to setup your own systemd service and start xbindkeys.

Frank

Re: xbindkeys doesn't work after update.

PostPosted: 13 Jun 2016, 21:55
by domisol
Thanks Frank for your reply.
That's fine for me, even if I don't use display for the moment, I don't mind having the Local browser option activated.
Jean-David