You are not logged in.
Pages: 1
I have a question about this program.
I'm using OpenBox actually, and I installed nitrogen to manage the wallpaper of my desktop.
The question/problem that I have is if nitrogen can remember the wallpaper when I restart X. Because, when I choose a wallpaper and restart the X, nitrogen doesn't save the wallpaper and I will choose again.
Thanks, and sorry for my poor english.
Offline
Just run nitrogen --restore when you start X
Offline
i caught this in #openbox:
03:55 +nightm4re ) NICE
03:55 +nightm4re ) i tihnk i may have fixed nitrogen
03:55 +nightm4re ) like rly fixed
03:55 Pat` ) as in --restore works ?
03:55 Pat` ) becausea it dosnt for me
03:55 +nightm4re ) lol
03:55 +nightm4re ) ya syscrash is working on that one
i just use feh ![]()
Offline
nitrogen --restore in .xinitrc works perfectly here.
Offline
Try to build the svn version of nitrogen (in AUR). Last time i checked nitrogen, the -restore option wasn't working with the rc2 package, but it was perfectly working with the svn version.
EDIT : it seems that there is a new release (rc3)! It's been a while since i've checked nitrogen :oops:
Offline
Unfortunately it seems to require GTK 2.10.
Offline
I used it for a while now I just have backgrounds in pipe menu & run feh does the same thing ....
Or load up Thunar ;-)
Mr Green
Offline
Where can I find this program's source code?
Offline
Offline
Thx
Offline
I installed rc4, restore works manually only AFTER I start Fluxbox and type in a terminal what I need to type. It does not work from .xinitrc or perhaps im making a mistake.
I have in .xinitrc
exec fluxbox
exec nitrogen --restore
(I also tried the last line without exec. Does not work.)
Offline
nitrogen --restore &
exec startfluxbox
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
I installed rc4, restore works manually only AFTER I start Fluxbox and type in a terminal what I need to type. It does not work from .xinitrc or perhaps im making a mistake.
I have in .xinitrc
exec fluxbox
exec nitrogen --restore(I also tried the last line without exec. Does not work.)
This is how I set it up late last year (I don't currently have Arch installed).
nitrogen --restore &
numlockx &
exec dbus-launch openboxexec fluxbox should be the last line as far as I know. I also believe I installed the svn version.
Offline
It works only if I set nitrogen --restore before the exec fluxbox. But it works ![]()
Offline
It's because "exec *" quits script. Everything after "exec fluxbox" isn't reached by bash
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Pages: 1