| Author |
Message |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Thu 18 Aug 2011, 06:50 Post subject:
|
|
| 01micko wrote: | | DaveS wrote: | | Dir /usr/share/gtrayicon is missing |
yeah... I know.. what uses it? |
Certainly Tinygmc. There are others.
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 18 Aug 2011, 07:17 Post subject:
|
|
MHHP.. in case you are woofing, and for my safe keeping...
xcb_base FIXUPHACK in packages-templates (slacko version) | Code: |
LIBXCBSO="`find ./ -name "libxcb.so*" | tr '\n' ' '`"
LIBXCBRENDER="`find ./ -name "libxcb-render*" | tr '\n' ' '`"
LIBXCBXV="`find ./ -name "libxcb-xv*" | tr '\n' ' '`"
#xine-lib needs these two...
LIBXCBshape="`find ./ -name "libxcb-shape*" | tr '\n' ' '`"
LIBXCBshm="`find ./ -name "libxcb-shm*" | tr '\n' ' '`"
#building wary 019 (tpup with xorg7.3) 13 april 2010, needs this...
LIBXCBXLIB="`find ./ -name "libxcb-xlib*" | tr '\n' ' '`"
#extras for spup
LIBXCBres="`find ./ -name "libxcb-res*" | tr '\n' ' '`"
LIBXCBxevie="`find ./ -name "libxcb-xevie*" | tr '\n' ' '`"
LIBXCBxvmc="`find ./ -name "libxcb-xvmc*" | tr '\n' ' '`"
LIBXCBdamage="`find ./ -name "libxcb-damage*" | tr '\n' ' '`"
LIBXCBrecord="`find ./ -name "libxcb-record*" | tr '\n' ' '`"
LIBXCBdpms="`find ./ -name "libxcb-dpms*" | tr '\n' ' '`"
LIBXCBglx="`find ./ -name "libxcb-glx*" | tr '\n' ' '`"
LIBXCBscreensaver="`find ./ -name "libxcb-screensaver*" | tr '\n' ' '`"
LIBXCBrandr="`find ./ -name "libxcb-randr*" | tr '\n' ' '`"
#LIBXCBdri2="`find ./ -name "libxcb-dri2*" | tr '\n' ' '`"
LIBXCBcomposite="`find ./ -name "libxcb-composite*" | tr '\n' ' '`"
XCBDIR="`find ./ -type f -name "libxcb.so*" | head -n 1`"
XCBDIR="`dirname $XCBDIR`"
#mesa_base pkg libegl* needs these...
LIBXCBdri="`find ./ -name "libxcb-dri*" | tr '\n' ' '`"
LIBXCBxfixes="`find ./ -name "libxcb-xfixes*" | tr '\n' ' '`"
mkdir -p /tmp/libxcb
for ONEFILE in $LIBXCBSO $LIBXCBRENDER $LIBXCBXV $LIBXCBshape $LIBXCBshm $LIBXCBXLIB $LIBXCBdri $LIBXCBxfixes $LIBXCBres $LIBXCBxevie $LIBXCBxvmc $LIBXCBdamage $LIBXCBrecord $LIBXCBdpms $LIBXCBglx $LIBXCBscreensaver $LIBXCBrandr $LIBXCBcomposite
do
cp -a -f $ONEFILE /tmp/libxcb/
done
#PATHOK='no'
#[ "$XCBDIR" = "./usr/X11R7/lib" ] && PATHOK='yes'
#[ "$XCBDIR" = "./usr/lib" ] && PATHOK='yes'
#[ "$PATHOK" = "yes" ] && rm -rf ${XCBDIR}/*
rm -rf ./usr/lib/* 2>/dev/null
rm -rf ./usr/X11R7/lib/* 2>/dev/null
cp -a /tmp/libxcb/* ${XCBDIR}/
|
This could be something brookdales need too, and fix rendering on some others...
_________________ keep the faith .. 
Last edited by 01micko on Thu 18 Aug 2011, 07:19; edited 1 time in total
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7753 Location: Stratford, Ontario
|
Posted: Thu 18 Aug 2011, 07:17 Post subject:
|
|
Is Slacko using a different version of the PET installer? I installed some home-made PETs and in each case Slacko changed the menu icon in the /usr/share/applications file to something different. When I manually changed it back to the original file, it worked fine. No other Puppy does this.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 18 Aug 2011, 07:21 Post subject:
|
|
| rcrsn51 wrote: | | Is Slacko using a different version of the PET installer? I installed some home-made PETs and in each case Slacko changed the menu icon in the /usr/share/applications file to something different. When I manually changed it back to the original file, it worked fine. No other Puppy does this. |
stock current woof.. I have seen this though... when I installed nathan-wallpaper during tests, actually the icon ended up a broken symlink.. it is one anyway but not broken, I do recall same happening with another pet
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 18 Aug 2011, 07:24 Post subject:
|
|
. . . the promised masterplan . . .
Will be trying to develop this in Slacko
http://puppylinux.org/wikka/Psippy
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
wuwei

Joined: 15 Sep 2007 Posts: 739 Location: de
|
Posted: Thu 18 Aug 2011, 07:42 Post subject:
|
|
Thanks
rcrns51 and 01micko
for your responses to the pppoe problem.
I did try "history -c" but to no avail.
shinobar's downloads don't seem to include a pppoe fix, at least I couldn't find anything with pppoe in its name.
Well, anyway, there must be something that is different in Slacko, then e.g. Lucid 529, which also has K2.6.37.6 and connects properly with pppoe.
Just as a general observation and stricly FYI (no criticism intended):
The last Puppy where pppoe ran without any fuzz was ttuuxxx's 432V3.
There and in earlier versions (431, 421) it was sufficient to setup PPPoe in its GUI and then make a link from /usr/sbin/pppoe-start_shell to /root/Startup. The connection is established right along with the desktop appearance.
All Puppy 5 series weren't able to do it that simple anymore. I had to write a little startup script
| Code: | sleep 12
pppoe-stop_shell
/action
sleep 5
pppoe-stop_shell
/action
sleep 5
pppoe-start_shell
/action |
and put it in /root/Startup. Then, and only then, could I get a consistent connection. Maybe there is a simpler way, but this has worked for me.
Now in Slacko I can't even get the first connection, never mind one after a reboot.
Eventually there will be an answer. Leave it to your trusted hands.
|
|
Back to top
|
|
 |
jim3630

Joined: 13 Feb 2011 Posts: 793 Location: Northern Nevada
|
Posted: Thu 18 Aug 2011, 08:22 Post subject:
|
|
| 01micko wrote: |
jim3630.. I still haven't fixed frisbee which seems your only avenue to a connection. I'll have some time on the weekend to look at it. It has been a big job switching from unofficial to official status. Now that the teething problems from that have been exposed we can progress.
|
01micko actually it got worked out somewhere around 266, 268 so SNS and connection wizard functioned properly and was all I needed with the broadcom pet to make wifi connection. Frisbee was left in for those who needed it. it is iirc only a matter of the script timing out. perhaps BK did the fix as he maintains sns.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7753 Location: Stratford, Ontario
|
Posted: Thu 18 Aug 2011, 08:23 Post subject:
|
|
| 01micko wrote: | | rcrsn51 wrote: | | Is Slacko using a different version of the PET installer? I installed some home-made PETs and in each case Slacko changed the menu icon in the /usr/share/applications file to something different. When I manually changed it back to the original file, it worked fine. No other Puppy does this. |
stock current woof.. I have seen this though... when I installed nathan-wallpaper during tests, actually the icon ended up a broken symlink.. it is one anyway but not broken, I do recall same happening with another pet |
The script /usr/local/petget/installpkg.sh is broken. Line 330 should be
| Code: | | FNDICON="`find /usr/local/lib/X11 /usr/share/pixmaps -maxdepth 2 -name $ICON -o -name $ICON.png -o -name $ICON.xpm -o -name $ICON.jpg | head -n 1`" |
This looks like another change that crept into Woof without proper testing.
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Thu 18 Aug 2011, 08:33 Post subject:
|
|
mine looks like (attached)
| Description |
|
| Filesize |
12.38 KB |
| Viewed |
755 Time(s) |

|
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 18 Aug 2011, 08:38 Post subject:
|
|
| rcrsn51 wrote: |
The script /usr/local/petget/installpkg.sh is broken. Line 330 should be
| Code: | | FNDICON="`find /usr/local/lib/X11 /usr/share/pixmaps -maxdepth 2 -name $ICON -o -name $ICON.png -o -name $ICON.xpm -o -name $ICON.jpg | head -n 1`" |
This looks like another change that crept into Woof without proper testing. |
I concur.
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Thu 18 Aug 2011, 08:48 Post subject:
|
|
| 01micko wrote: | | rcrsn51 wrote: |
The script /usr/local/petget/installpkg.sh is broken. Line 330 should be
| Code: | | FNDICON="`find /usr/local/lib/X11 /usr/share/pixmaps -maxdepth 2 -name $ICON -o -name $ICON.png -o -name $ICON.xpm -o -name $ICON.jpg | head -n 1`" |
This looks like another change that crept into Woof without proper testing. |
I concur. |
I am beginning to wonder about woof...
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 18 Aug 2011, 08:51 Post subject:
|
|
| Quote: | | Now that the teething problems from that have been exposed we can progress. |
Dave.. read my sig
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Thu 18 Aug 2011, 08:54 Post subject:
|
|
| 01micko wrote: | | Quote: | | Now that the teething problems from that have been exposed we can progress. |
Dave.. read my sig  |
Cross my heart etc etc....
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7753 Location: Stratford, Ontario
|
Posted: Thu 18 Aug 2011, 08:56 Post subject:
|
|
Do you mean that you concur with my patch or with my opinion about Woof?
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 18 Aug 2011, 08:57 Post subject:
|
|
Dave.. just solved xcompmgr bug.. to do with xcb.. ..
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
|