Page 2 of 44

Posted: Wed 28 Mar 2012, 04:18
by linux28
Terryphi wrote:Latest Flash (11.1.102.63) crashes with a segmentation fault on all browsers tested.
Flash :cry:

Posted: Wed 28 Mar 2012, 06:58
by Terryphi
linux28 wrote:
Terryphi wrote:Latest Flash (11.1.102.63) crashes with a segmentation fault on all browsers tested.
Flash :cry:
Same problem with latest Flashplayer 11.2.202.228. The problem only occurs with Precise Puppy. Flash works well with Racy and Wary.

Posted: Wed 28 Mar 2012, 08:52
by linux28
# gtkhash

(gtkhash:11258): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
#
:cry:

Posted: Wed 28 Mar 2012, 10:25
by Terryphi
Posted in error.

flash dependency

Posted: Wed 28 Mar 2012, 12:38
by pemasu
Flash just wants dependency to be met. This with Firefox 11 with wrapper script to launch firefox:
/usr/bin/firefox --------->script to launch firefox:

#!/bin/sh
/usr/lib/firefox/run-mozilla.sh /usr/lib/firefox/firefox "$@"

Magical juice: libcurl3-gnutls.....maybe librtmp0....suggest to install it also...as posted previously.....Maxerro ?

Posted: Wed 28 Mar 2012, 13:40
by Terryphi
pemasu,

Thanks for the flashplayer fix. All Precise Puppy needs is librtmp0 which can be downloaded from the ubuntu-precise-main repository using Puppy Package Manager.

Posted: Wed 28 Mar 2012, 14:33
by linux28
evince,fbreader,gimp
Download a lot dependent on run up
:cry:
libcairo-gobject2_1.10.2-6.1ubuntu2_i386.deb
libgail-3-0_3.3.20-0ubuntu1_i386.deb
libgrip0_0.3.4-0ubuntu1_i386.deb
liblaunchpad-integration-3.0-1_0.1.54build1_i386.deb
libmtdev1_1.1.0-2ubuntu1_i386.deb
libutouch-evemu1_1.0.8-0ubuntu1_i386.deb
libutouch-frame1_2.2.2-0ubuntu1_i386.deb
libutouch-geis1_2.2.7-0ubuntu2_i386.deb
libutouch-grail1_3.0.3-0ubuntu1_i386.deb
........
All install will not work :cry:

fido power-off -> complain after sudo...

Posted: Wed 28 Mar 2012, 15:47
by ferikenagy
-precise saved with fido (non root) on power-off or reboot stops in terminal mode complaining about not finding 'sudo', and must be restarted with CtrlAltDel.....

-/usr/share/geany/ is empty ! (no C...language highlight, etc)

-makesquasfs is complaing for missing liblzma, after install is ok

I made an wireshark 1.6.5.2-precise.sfs for anybody interested can be download at:
http://www.datafilehost.com/download-289009cf.html

Posted: Wed 28 Mar 2012, 20:36
by butchydave
1. Live cd
2. ACPI=OFF on boot
3.wireless RT-73 Tried SNS, Dougal & then install frisbee, connected!!!
4. Downloaded the missing librtmp0 = flash working!
intel p4 2.40ghz 1500Mz ram


Cruzn the pup--think I'll try netbootin on a usb.
Seems to work pretty good. Lucid is my favorite to date. Saluki is getting sweeter by the day toooooo.
Thank you so much for the Puppies!

Re: fido power-off -> complain after sudo...

Posted: Thu 29 Mar 2012, 01:31
by linux28
ferikenagy wrote:-precise saved with fido (non root) on power-off or reboot stops in terminal mode complaining about not finding 'sudo', and must be restarted with CtrlAltDel.....

-/usr/share/geany/ is empty ! (no C...language highlight, etc)

-makesquasfs is complaing for missing liblzma, after install is ok

I made an wireshark 1.6.5.2-precise.sfs for anybody interested can be download at:
http://www.datafilehost.com/download-289009cf.html
There are other software suitable for precise?

Posted: Fri 30 Mar 2012, 04:32
by linux28
Firefox Extended Support Release 10.0.3
GConf Error: Failed to activate configuration server: The name org.gnome.GConf was not provided by any .service files

Posted: Fri 30 Mar 2012, 16:18
by Terryphi
CUPS Printer Wizard is not working for me.

Cannot connect to localhost:631

Can anyone confirm that they see this problem?

Posted: Fri 30 Mar 2012, 17:26
by linux28
GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
# :(

Posted: Sun 01 Apr 2012, 06:21
by aarf
started via xorgwizard and xwin.
alt+drag to see bottom of startup splash window.
network wizard open wifi connected.
portable opera browsed.
created save file.

Posted: Sun 01 Apr 2012, 19:46
by pacer106
here is a background for precise puppy (1024x768).

Image

Uploaded with ImageShack.us

Posted: Sun 01 Apr 2012, 22:18
by jemimah
I just got a very basic graphical boot working and I thought I'd share how to do it. It's easier than I thought it would be and it's not invasive to the boot scripts so I thought there might be some interest in adding it to woof.

First, the busybox in the initrd needs to be recompiled with the fbsplash applet.

Then create a splash screen of size 640x480 in ppm format. Use a black background and keep graphics to the lower right corner so that the boot text won't cover them. Add the splash.ppm to the initrd in /boot/splash.ppm.

Edit the init script. Find the line that says

Code: Select all

clear #clear the screen.
.
On the next line paste:

Code: Select all

busybox fbsplash -s /boot/splash.ppm &
Save the script and rebuild the initrd.

Finally add the code

Code: Select all

vga=0x311
to the bootloader. I think this could probably be added to the default codes compiled into the kernel. 16bit VGA graphics at 640x480 should be supported by everything, right?

And that's all.

dev_precise c++ compile error

Posted: Mon 02 Apr 2012, 17:56
by ferikenagy
frugal install with precise development sfs it compiles ok the C (gcc C) programs but fail to compile the C++ (cpp) programs there seems to be missing or wrong symlinks to some directories files....

Posted: Mon 02 Apr 2012, 18:41
by Smithy
1. Multiple Soundcard Wizard missing.

2. Ran Alsa Wizard and it can't find any pnp pci cards, tries for (ISA!) cards and then closes.

3. Video fine.

Posted: Mon 02 Apr 2012, 22:28
by linux28
Do not know when will an updated version? :shock:

Re: flash dependency

Posted: Mon 02 Apr 2012, 22:54
by linux28
pemasu wrote:Flash just wants dependency to be met. This with Firefox 11 with wrapper script to launch firefox:
/usr/bin/firefox --------->script to launch firefox:

#!/bin/sh
/usr/lib/firefox/run-mozilla.sh /usr/lib/firefox/firefox "$@"

Magical juice: libcurl3-gnutls.....maybe librtmp0....suggest to install it also...as posted previously.....Maxerro ?
flash-want-libcurl3-gnutls-librtmp0
firefox still does not take flash
seamonkey actually collapsed
# seamonkey
GConf Error: Failed to activate configuration server: The name org.gnome.GConf was not provided by any .service files


(seamonkey-bin:20004): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
# seamonkey
GConf Error: Failed to activate configuration server: The name org.gnome.GConf was not provided by any .service files

#