Nitrogen in Puppy
Nitrogen in Puppy
I grabbed a Debian package for Nitrogen, and it works, but the wallpaper appears to apply "under" the wallpaper set by Puppy's Wallpaper. I am running Openbox.
Does anyone have any ideas on how I could get this to work?
Does anyone have any ideas on how I could get this to work?

It is a hidden script in /root, hence proceeded by the (dot)..
"Show hidden files" or the "eye" on the rox bar will reveal it..
Messing with .xinitrc can be hazardous.. so...
Test first..
In a terminal:
"rox space slash p equals"
will kill the pinboard.. does it solve your problem???rox -p=
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!
Puppy since 2.15CE...
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!
Puppy since 2.15CE...
Wow, I feel so dumb now, lol. So I'm guessing what's hindering me from being able to see the wallpaper has to do with PuppyPin? Should I just remove the processes relating to it?puppyluvr wrote:Hello,
It is a hidden script in /root, hence proceeded by the (dot)..
"Show hidden files" or the "eye" on the rox bar will reveal it..
Messing with .xinitrc can be hazardous.. so...
Test first..
In a terminal:
"rox space slash p equals"will kill the pinboard.. does it solve your problem???rox -p=
On a side-note, I have urxvt transparent, and it shows the wallpaper set through Nitrogen through it. So does part of Conky. I attached a screenshot.
And, yes, it worked, thank you so much! How can I remove the pinboard from startup without adding an extra script to stop it?puppyluvr wrote:Hello,
It is a hidden script in /root, hence proceeded by the (dot)..
"Show hidden files" or the "eye" on the rox bar will reveal it..
Messing with .xinitrc can be hazardous.. so...
Test first..
In a terminal:
"rox space slash p equals"will kill the pinboard.. does it solve your problem???rox -p=
Edit /root/.xinitrc
Do you know a good gtkdialog program? Please post a link here
Classic Puppy quotes
ROOT FOREVER
GTK2 FOREVER
Classic Puppy quotes
ROOT FOREVER
GTK2 FOREVER

If killing the pinboard solves the problem, then an edit of .xinitrc is the permanent step..
Add the above at the last line...
Or, just place a script in /root/Startup with that same code...

@Edit..
It is just easier to kill the pinboard after all the other stuff has finished..
Wait for the attached processes, ie fixmenus, to load, then do it..
And /root/Startup is very useful for that..
Last edited by puppyluvr on Sat 22 Oct 2011, 05:57, edited 1 time in total.
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!
Puppy since 2.15CE...
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!
Puppy since 2.15CE...
Alright. Thanks for all the help, bropuppyluvr wrote:![]()
If killing the pinboard solves the problem, then an edit of .xinitrc is the permanent step..
Add the above at the last line...
Or, just place a script in /root/Startup with that same code...
@Edit..
It is just easier to kill the pinboard after all the other stuff has finished..
[/i]

What!?puppyluvr wrote:![]()
If killing the pinboard solves the problem, then an edit of .xinitrc is the permanent step..
Add the above at the last line...
Or, just place a script in /root/Startup with that same code...
@Edit..
It is just easier to kill the pinboard after all the other stuff has finished..
Wait for the attached processes, ie fixmenus, to load, then do it..
And /root/Startup is very useful for that..
Don't edit it so that it shows a pinboard and then gets rid of it again. Look for where rox is started, and comment that out.
Do you know a good gtkdialog program? Please post a link here
Classic Puppy quotes
ROOT FOREVER
GTK2 FOREVER
Classic Puppy quotes
ROOT FOREVER
GTK2 FOREVER
if you have two window manager setups or want to keep the puppy default for backup.
edit .xinitrc to something like.
it also just starts only the apps you wanted for that window manager 
edit .xinitrc to something like.
Code: Select all
CURRENTWM="`cat /etc/windowmanager`"
if [ "$CURRENTWM" = "evilwm" ];then
rox -p =
killall -9 absvolume &
xsetroot -cursor_name top_left_arrow &
xsri --color=darkolivegreen --color2=black --vgradient
gkrellm &
exec evilwm -term sakura -fg black -bg grey -bw 1 -snap 12
fi

3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
This reminds me of the Third post i made on this forum
How to permanently turn off ROX's pinboard?
http://www.murga-linux.com/puppy/viewtopic.php?t=56205
back then i used jwm and oroborus
[/quote]

How to permanently turn off ROX's pinboard?
http://www.murga-linux.com/puppy/viewtopic.php?t=56205
back then i used jwm and oroborus

Code: Select all
if [ "$CURRENTWM" = "oroborus" ];then
killall absvolume
#kill rox pinboard
rox -p=
#feh background
eval `cat $HOME/.fehbg` &
sleep 3 && xbattbar &
fi
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.