Dave Mielke, le Tue 09 Apr 2013 10:24:19 -0400, a écrit : > [quoted lines by Emilio Pozuelo Monfort on 2013/04/09 at 12:03 +0200] > >>Will xbrlapi stay running after the user logs in, or will it only run while > >>the > >>greeter is being presented? > > > >Only while the greeter is presented. > > The user will want xbrlapi to continue running after he logs in. Is there a > way > to do that?
Yes, we do that in Debian. It could indeed be worth doing it upstream actually, by installing the following line into /etc/X11/Xsession.d/60xbrlapi: if [ -x /usr/bin/xbrlapi ]; then /usr/bin/xbrlapi -q & fi Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
