| Author |
Message |
sheepy

Joined: 06 May 2011 Posts: 233 Location: GA
|
Posted: Tue 19 Jul 2011, 16:10 Post subject:
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?
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 868 Location: .ar
|
Posted: Wed 20 Jul 2011, 01:21 Post subject:
|
|
Did you check if disabling the rox's pinboard at x's startup (.xinitrc) fix it?
_________________

|
|
Back to top
|
|
 |
sheepy

Joined: 06 May 2011 Posts: 233 Location: GA
|
Posted: Sat 22 Oct 2011, 00:50 Post subject:
|
|
| 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?
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3053 Location: Chickasha Oklahoma
|
Posted: Sat 22 Oct 2011, 01:02 Post subject:
|
|
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???
_________________ "Close the "Windows", and open your eyes, to a whole new world"
http://puppylinuxstuff.meownplanet.net/puppyluvr/
http://theplpd.webs.com/
Nothing but Puppy since 2.15CE...
|
|
Back to top
|
|
 |
sheepy

Joined: 06 May 2011 Posts: 233 Location: GA
|
Posted: Sat 22 Oct 2011, 01:38 Post subject:
|
|
| 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??? |
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.
| Description |
|

Download |
| Filename |
image-1.png |
| Filesize |
1.84 MB |
| Downloaded |
242 Time(s) |
|
|
Back to top
|
|
 |
sheepy

Joined: 06 May 2011 Posts: 233 Location: GA
|
Posted: Sat 22 Oct 2011, 01:41 Post subject:
|
|
| 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??? |
And, yes, it worked, thank you so much! How can I remove the pinboard from startup without adding an extra script to stop it?
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6201 Location: Auckland, New Zealand
|
Posted: Sat 22 Oct 2011, 01:45 Post subject:
|
|
Edit /root/.xinitrc
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3053 Location: Chickasha Oklahoma
|
Posted: Sat 22 Oct 2011, 01:47 Post subject:
|
|
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..
_________________ "Close the "Windows", and open your eyes, to a whole new world"
http://puppylinuxstuff.meownplanet.net/puppyluvr/
http://theplpd.webs.com/
Nothing but Puppy since 2.15CE...
Last edited by puppyluvr on Sat 22 Oct 2011, 01:57; edited 1 time in total
|
|
Back to top
|
|
 |
sheepy

Joined: 06 May 2011 Posts: 233 Location: GA
|
Posted: Sat 22 Oct 2011, 01:55 Post subject:
|
|
| 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..
[/i] |
Alright. Thanks for all the help, bro
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3053 Location: Chickasha Oklahoma
|
Posted: Sat 22 Oct 2011, 02:01 Post subject:
|
|
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"
http://puppylinuxstuff.meownplanet.net/puppyluvr/
http://theplpd.webs.com/
Nothing but Puppy since 2.15CE...
|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1401 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Sat 22 Oct 2011, 02:16 Post subject:
|
|
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.
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6201 Location: Auckland, New Zealand
|
Posted: Sat 22 Oct 2011, 07:39 Post subject:
|
|
| 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.. |
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.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
harii4

Joined: 30 Jan 2009 Posts: 444 Location: La Porte City, IA , U.S.A.
|
Posted: Wed 26 Oct 2011, 20:19 Post subject:
|
|
if you have two window manager setups or want to keep the puppy default for backup.
edit .xinitrc to something like.
| Code: | 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
_________________ 3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
|
|
Back to top
|
|
 |
harii4

Joined: 30 Jan 2009 Posts: 444 Location: La Porte City, IA , U.S.A.
|
Posted: Wed 26 Oct 2011, 20:32 Post subject:
|
|
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
| Code: | 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.
|
|
Back to top
|
|
 |
|