Hi Niklas, On Fri, Mar 21, 2014 at 05:25:01PM +0100, Niklas Semmler wrote: > Hi \t, > > in the global /etc/X11/xinit/xinitrc qtile is not called, so that > should not be the case. > > The export only works if you call the command before that too: > > eval $(/usr/bin/gnome-keyring-daemon --start > --components=gpg,pkcs11,secrets,ssh) > > It will start a process and create the named variables. By exporting > they are made available outside of the current scope. > > In a shell it would work like following: > > $> FOO="fubar" > $> echo $FOO > fubar > $> bash > $> echo $FOO > > $> exit > $> export FOO > $> echo $FOO > fubar > $> exit > > not sure though how it works in this context.
Sorry, of course, I think I replied too quickly. Are you sure your xinitrc is getting run? Can you put touch /tmp/foo in it and see that it does get run? \t -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to qtile-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.