I've mentioned this issue in another thread I started about
rc.local. I thought because it has now become an issue specific to Debian I would start a new thread in the Debian section.
Essentially when I am logged in in X, I can run the following without issue:
/usr/bin/hellanzb -D
The thing is that it needs lib-notify to run. So it can't run by being put in rc.local. I have put that command in the following files without success:
Code:
/etc/X11/Xsession
~/.xinitrc
/etc/X11/xinit/xinitrc
The closest I got it to work was by putting the line in
~/.xsession. However when the system boots, it comes up to a login screen. When I enter my credentials it produces the login screen again. If however I then choose to go into the terminal, the process is running. But then I can't get into X.
Any ideas?