Nitrogen in Puppy

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

Nitrogen in Puppy

#1 Post by sheepy »

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?

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#2 Post by GustavoYz »

Did you check if disabling the rox's pinboard at x's startup (.xinitrc) fix it?

User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

#3 Post by sheepy »

GustavoYz wrote:Did you check if disabling the rox's pinboard at x's startup (.xinitrc) fix it?
I don't see any .xinitrc. Where's that at?

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#4 Post by puppyluvr »

:D 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"
rox -p=
will kill the pinboard.. does it solve your problem???
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...

User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

#5 Post by sheepy »

puppyluvr wrote::D 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"
rox -p=
will kill the pinboard.. does it solve your problem???
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?

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.

User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

#6 Post by sheepy »

puppyluvr wrote::D 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"
rox -p=
will kill the pinboard.. does it solve your problem???
And, yes, it worked, thank you so much! How can I remove the pinboard from startup without adding an extra script to stop it?

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#7 Post by disciple »

Edit /root/.xinitrc
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#8 Post by puppyluvr »

:D
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... 8)

@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...

User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

#9 Post by sheepy »

puppyluvr wrote::D
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... 8)

@Edit..
It is just easier to kill the pinboard after all the other stuff has finished..
[/i]
Alright. Thanks for all the help, bro :)

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#10 Post by puppyluvr »

:D Hello,
Just to clarify..
If you edit .xinitrc
After

exec jwm/openbox/icewm/etc...

And before

###END###

LOL, i just had to be more clear...
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...

stu90

#11 Post by stu90 »

In D-lite i have pinboard on/off toggle i found it best to let pinboard run in .xinitrc and then disable it after - if pinboard was completely disabled in .xinitrc when pinboard was toggled back on the the applications icons were fine but the drive icons wouldn't show.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#12 Post by disciple »

puppyluvr wrote::D
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... 8)

@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..
What!?
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

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#13 Post by harii4 »

if you have two window manager setups or want to keep the puppy default for backup.
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

it also just starts only the apps you wanted for that window manager :D
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#14 Post by harii4 »

This reminds me of the Third post i made on this forum :D
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
[/quote]
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

ikaros262
Posts: 29
Joined: Wed 11 Jan 2012, 05:43

#15 Post by ikaros262 »

is it possible to make a nitrogen pet that does NOT kill the pinboard but sets the wallpaper IN the pinboard just as pwallpaper and wallpaper setter do?

Post Reply