Page 2 of 44

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

#

Posted: Mon 02 Apr 2012, 23:00
by Smithy
A bit of searching, and found a little pet called Multiple Sound Wizard Pet.

http://smokey01.com/Tman/apps/Multiple_ ... Wizard.pet

Might do the trick.

Posted: Tue 03 Apr 2012, 22:22
by Smithy
Just updating on the multiple soundcard issue,

that PET does indeed install and shows the cards ok, a soundblaster live, an 8 channel recording device and an emu tracker pre usb. Can't seem to select one as the primary though.

Curiously the Alsa wizard status is blank.
Tried a couple of the included players, the mhwave edit loads a wave draws a graphic and then plays through usb for approx 25 secs then freezes and I have to kill it. Was playing like a dalek, but fortunately there is a slider on the retrovol that changed it from 48khz to 44.1khz.

None of the other media players play at all.

And then finally, restarting X and the sound cards "disappeared" again.
And then finally, restarting X and the sound cards "disappeared" again.

I am used to doing this :)


Tried with version 2 of Precise, will try with version 1 (that's what rewritables are for I guess).

Posted: Thu 05 Apr 2012, 04:42
by linux28
Install libcurl3-gnutls_7.22.0-3ubuntu4_i386.deb
# seamonkey

(seamonkey-bin:27796): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
Do not install libcurl3-gnutls_7.22.0-3ubuntu4_i386.deb

# seamonkey
LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/gecko-mediaplayer-dvx.so [libcurl-gnutls.so.4: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/gecko-mediaplayer-qt.so [libcurl-gnutls.so.4: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/gecko-mediaplayer-rm.so [libcurl-gnutls.so.4: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so [libcurl-gnutls.so.4: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla/plugins/gecko-mediaplayer.so [libcurl-gnutls.so.4: cannot open shared object file: No such file or directory]

Another problem with
(seamonkey-bin: 32253): libnotify-WARNING **: Failed to connect to a proxy

Precise Puppy alpha2

Posted: Sat 07 Apr 2012, 08:54
by L18L
- mtpaint localized has double (english+localized) menu entries, see image

+ xorg can display 1920x1080 for openchrome driver now :)

Posted: Sat 07 Apr 2012, 16:15
by Terryphi
Resize personal storage file does not work:


# /usr/sbin/resizepfile.sh
/usr/sbin/resizepfile.sh: line 96: xmessage: command not found

Posted: Wed 11 Apr 2012, 08:26
by linux28
bcrypt
bug ????????:roll:

Posted: Wed 11 Apr 2012, 08:52
by Terryphi
linux28 wrote:bcrypt
bug ????????:roll:
It works for me but that may be as a result of a fix I have made for something else.

LATER:
I am using locale en_GB.UTF-8 . If you are not using UTF-8 perhaps bcrypt requires it?

Posted: Wed 11 Apr 2012, 10:13
by linux28
devx_precise_5.2.52.sfs:
# cmake ..
cmake: error while loading shared libraries: libarchive.so.12: cannot open shared object file: No such file or directory
# cmake ..
cmake: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directory
# cmake ..
cmake: error while loading shared libraries: libnettle.so.4: cannot open shared object file: No such file or directory
# cmake ..
CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in
/usr/bin
CMake Error: Error executing cmake::LoadCache(). Aborting.


firefox:
# seamonkey

(seamonkey-bin:3607): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
# firefox

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

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

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

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

Posted: Wed 11 Apr 2012, 10:20
by linux28

Printing Problem

Posted: Wed 11 Apr 2012, 19:24
by sszindian
Terryphi Wrote:
----------------------------------------------------
CUPS Printer Wizard is not working for me.

Cannot connect to localhost:631CUPS Printer Wizard is not working for me.

Cannot connect to localhost:631

Can anyone confirm that they see this problem?


Can anyone confirm that they see this problem?
----------------------------------------------------

I was able to install my HP1050 all-in-one printer using cups without issue... however.... it won't print a test page, says no such file or directory found... and... it won't print anything else either? Also, the scanner won't even attempt to come work?

There is no doubt, there are serious 'Cups' issues?

>>>---Indian------>