| Author |
Message |
sunburnt

Joined: 08 Jun 2005 Posts: 4006 Location: Arizona, U.S.A.
|
Posted: Wed 21 Dec 2011, 17:53 Post subject:
fixPuppyPin is supposed to update desktop? [Solved] |
|
I thought that /usr/sbin/fixPuppyPin is supposed to update desktop icons.
I saved my working PuppyPin and copied it over a new Save file one.
Then I ran fixPuppyPin in rxvt and it did nothing.
Checked /root/Choices/ROX-Filer/PuppyPin and it`s the copied one.
Last edited by sunburnt on Wed 21 Dec 2011, 19:59; edited 1 time in total
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Wed 21 Dec 2011, 18:01 Post subject:
|
|
| Quote: | Every time X starts, /root/.xintrc executes immediately after X has started. One thing that .xinitrc does is call /usr/sbin/fixPuppyPin, which makes sure that the desktop icons on the right side of the screen are actually on the right side. Note, the 'xlock' icon is used as the marker and it and anything directly under it are relocated to the extreme right side of the screen. The fixPuppyPin script is relevant when changing video modes, such as the first time Puppy is booted.
Anyway, fixPuppyPin also has a problem with dual monitors and I have applied a workaround |
|
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 4006 Location: Arizona, U.S.A.
|
Posted: Wed 21 Dec 2011, 18:09 Post subject:
|
|
Thanks pemasu;
# So I need to restart JWM then?
### Update:
Tried the Menu JWM Config. Restart JWM button and it did nothing for this.
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2682 Location: Kiel,Germany
|
Posted: Wed 21 Dec 2011, 20:34 Post subject:
|
|
bash-3.2# which jwm
| Code: | | /usr/bin/jwm -restart |
bash-3.2# which restartwm
are two different things ,
Jwm actually has nothing to do with the PuppyPin : it is rox -p /path to PuppyPin who is managing this -- also started by .xinitrc .
Jwm just manages the windows borders and decorations (buttons), taskbar and menu .
.xinitrc gets sourced/parsed after killing X and running xwin further . xwin is really weird in doing this .
why everything is called wmexit, wmreboot or wmpoweroff and restatrwm not wmrestart or xrestart i do not know .
|
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 3843
|
Posted: Fri 23 Dec 2011, 12:24 Post subject:
|
|
yes, that can be a pain ... I often just do Ctrl+Alt+Backspace and startx
... then realize I forgot to save the code I was working on
_________________ Puppy Web Desktop Now with pet packages - Pet Packaging 100 & 101
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2682 Location: Kiel,Germany
|
Posted: Fri 23 Dec 2011, 14:08 Post subject:
|
|
I think i could add that Puppy 4 has got a fixitup script :
| Quote: | | fixitup is /root/my-applications/sbin/fixitup |
here on the Puppy 511 install .
It's content is that :
| Code: | #!/bin/sh
rox -p /root/Choices/ROX-Filer/PuppyPin |
|
|
Back to top
|
|
 |
|