You are not logged in.
I believe there should be an
&
at the end of the line
nitrogen --restore
in
~/.config/openbox/autostart
When did it go missing?
Last edited by ghorvath (2017-02-12 15:09:02)
Offline
It seems to me that your post says the opposite of the title?
My bl-deuterium autostart has
## Set a wallpaper
nitrogen --restore
This is all that is required.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Ah, yes, sorry. I meant that I thought that there should be an & at the end of each command. I read it at the wiki page of openbox autostart.
Why is it not the case with the nitrogen command?
Last edited by ghorvath (2017-02-12 11:11:43)
Offline
The autostart was cleaned up as part of the Deuterium point release:
https://github.com/BunsenLabs/bunsen-co … e48ece257b
As you can see, all unnecessary fork() calls were removed and there are no `sleep` commands needed any more 8)
Offline
I thought that there should be an & at the end of each command. I read it at the wiki page of openbox autostart.
Why is it not the case with the nitrogen command?
I think the nitrogen --restore command exits almost immediately (nitrogen is not some sort of daemon).
You can put the '&' at the end, but afaiu this spawns another subshell, which is needless in this case.
it's better to wait til nitrogen has put the wallpaper, before e.g. starting conkys (or conkies?).
doing it without '&' eliminates the need to wait/sleep later.
Offline
Ok, thanks, I think I uderstand.
I changed the title to SOLVED.
Offline