Wary Puppy 0.9.6 (096) feedback

Please post any bugs you have found
Message
Author
User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

Wary 096 and Trinity (KDE)

#16 Post by Béèm »

Wary 096 doesn't work with Trinity (KDE 3.5.12)

Code: Select all

# kstartupconfig
kdostartupconfig: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /opt/kde3/lib/libkdecore.so.4)
kdostartupconfig: /lib/libc.so.6: version `GLIBC_2.11' not found (required by /opt/kde3/lib/libkdefx.so.4)
#
Wary seems to have GLIBC 2.10.1
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

wjaguar
Posts: 359
Joined: Wed 21 Jun 2006, 14:16

Re: Wary Puppy 0.9.6 (096) feedback

#17 Post by wjaguar »

Setting "GDK_NATIVE_WINDOWS=true" globally from /etc/profile is dangerous - see GTK+ bug #634236. Better to make wrapper scripts for the programs that absolutely require it, and do it from there - or modify their source code, inserting setenv("GDK_NATIVE_WINDOWS=1") or equivalent before the point where gtk_init() gets called.

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#18 Post by James C »

Fresh manual frugal install of Wary 096 on my main Linux box.

On initial boot had working internet but sound was muted.Simple enough to remedy. :)


VIDEO REPORT: Wary Puppy, version 096

Chip description:
oem: NVidia
product: NV18 () Board Chip Rev A2

Driver used by Xorg:
nv

Video mode used by Xorg:
Resolution: Depth 24 Depth: "Display"

...the above also recorded in /tmp/report-video
#


-Computer-
Processor : AMD Athlon(tm) XP 2400+
Memory : 1034MB (114MB used)
Operating System : Puppy Linux 0.09
User Name : root (root)
Date/Time : Sun 07 Nov 2010 02:29:14 PM GMT-8
-Display-
Resolution : 1440x900 pixels
OpenGL Renderer : Unknown
X11 Vendor : The X.Org Foundation
-Multimedia-
Audio Adapter : VIA8233 - VIA 8235

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#19 Post by zigbert »

My first Wary test
- First time I get 24bits colordepth with my nvidia card.
- Keyboard (NO) was set correct.
- Playing Norwegian TV via internet. I think streamformat is realmedia, and it has not worked until Puppy 5.
- The flat-grey theme is just lovely.

- Then a tiny bug report

1.)
Wary 096 contains Pburn version 3.2.8
Changelog 3.2.9
- improved calculation of Video-DVD shrinkfactor. (thanks to Country Bumkin)
- Strip special chars from CD-text information.
- HELP: {3.5} AUDIO: Warning about using RW-discs for Audio-CD.
- Bugfix: Rename item in burnlist with ` in name (thanks to don570)
- Bugfix: Burn an audio-CD fails if track names includes ` (thanks to don570)
- Bugfix: Manual edit of command fails when it contains variables. (thanks to Country Bumkin)
- Bugfix: Remove partial ripped (vobcopy) file after 'Emergency Stop'.

Things seems to settle for Pburn. Not much bugreports lately

2.)
Viewnior doesn't accept filenames with non-english chars as ÆØÅ. Puppy uses Viewnior 0.6 while 1.0 is released. I don't know if this would help us non-english humans. I install gpicview which works perfectly.

3.)
Peasyscan didn't work for my Epson 2400, while xsane does. And why isn't peasyscan and xsane in the same sub-menu-category

4.)
Geany is still not able to execute a script like it did in the old days. The solution is still simple.
Edit the file: /root/.config/geany.conf

[tools]
make_cmd=
term_cmd=/usr/bin/xterm -e bash -c

Also linewrapping could be default ON (my very humble personal opinion)

5.)
The nv-driver is slow, so the commercial driver will be needed to get the Puppy-feeling. - a pity, since it feels like bloat....Geforce 8400M GS. I first got the message that Nvidia driver was not available.....later I found it in PPM ???

6.)
Try to open a file into Nicoedit crashes the program

7.)
Edit keyboard shortcuts for JWM doesn't work. Some bugginess has been fixed for DuDE, but there is still things to improve. It is probably not the time to upgrade - close-to-rc - but the shortcut script should be looked at.....maybe rewritten.

8.)
After activating Xlock, I didn't find the way out. Esc, mouse-click, Ctrl+Alt+F1, hammering on my keyboard...... Nothing worked until I pressed power-button for a rough power-off. How is it supposed to work?

-------------------------------------------------

At last 2 questions
- Why is libSDL included (I guess it's not to play burgerspace)?
- How much space (on iso) could be saved with a gtkdialog alternative for Gparted?


Thank you for Wary.
Sigmund

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#20 Post by BarryK »

pemasu wrote:Has somebody uploaded working dbus sfs ?

I need it to get my outside savefile, separate folder Thunderbird working.
The Puppy Package Manager has dbus PETs. Type "dbus" in the search box -- you will also need to install 'dbus-glib'.
[url]https://bkhome.org/news/[/url]

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#21 Post by rcrsn51 »

zigbert wrote:Peasyscan didn't work for my Epson 2400, while xsane does.
Please provide some more details. Was the scanner detected? Could you do a preview?

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: Wary Puppy 0.9.6 (096) feedback

#22 Post by BarryK »

wjaguar wrote:Setting "GDK_NATIVE_WINDOWS=true" globally from /etc/profile is dangerous - see GTK+ bug #634236. Better to make wrapper scripts for the programs that absolutely require it, and do it from there - or modify their source code, inserting setenv("GDK_NATIVE_WINDOWS=1") or equivalent before the point where gtk_init() gets called.
Wary does not have that set in /etc/profile. Well, all Woof-built puppies do not have it set.

It seems that the Lucid developer guys have modified /etc/profile, so they are the ones who need to be told.

They use Woof, but have some customisations to suit their needs. Basically, I think they have a PET package, named "zz*" that installs last in the Woof build and applies overrides/customisations.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#23 Post by BarryK »

zigbert wrote: 5.)
The nv-driver is slow, so the commercial driver will be needed to get the Puppy-feeling. - a pity, since it feels like bloat....Geforce 8400M GS. I first got the message that Nvidia driver was not available.....later I found it in PPM ???

-------------------------------------------------

At last 2 questions
- Why is libSDL included (I guess it's not to play burgerspace)?
- How much space (on iso) could be saved with a gtkdialog alternative for Gparted?
zigbert,
Thanks for all the feedback, I will investigate each point that you have made.

Regarding nVidia, I presume that you ran the Video Upgrade Wizard and it reported that there is no commercial PET package available for your card? But, you did find a suitable one in PPM?

...I need to check that out. Can you run this and post what is reported about the nVidia card:

# lspci -nn -m

...you should see a line with "VGA compatible controller" in it.

Regarding SDL, yeah, I thinking, should take that out, it is only in there to play the games. Oh yes, also 'ffplay', the ffmpeg cli player -- but don't need that.

A gtkdialog alternative to Gparted would save so much space!!!!
The problem with Gparted is that it is written using the gtkmm libs, which I compile linked statically. Consequently the Gparted PET package is 1MB -- so the .iso file gets increased by 1MB.

I have often thought of starting a project for a light-weight alternative to Gparted, but never got started on it.
...unless you count Pdisk (see System menu).

I wonder if BaCon would be up to it? BaCon is interesting, as it has good tools or writing GUI apps, and is a fairly simple language to learn. Wary has BaCon in the 'devx' -- I have just posted about this here:

http://murga-linux.com/puppy/viewtopic. ... 1&start=45
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#24 Post by BarryK »

No "woof woof" at first boot!

I always like to get the "woof woof", unfortunately, rerwin's latest patches changed something that broke the sound-availability-test in /usr/sbin/delayeddrun. I know how to fix it, will do so.

Note, the problem was an issue that rerwin and I were discussing, and I should have checked the delayedrun script after applying rerwin's patch, but forgot about it.
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#25 Post by BarryK »

Regarding the theme used in Wary 096, it has been the same theme for awhile, and Wary testers are probably getting a bit bored with it.

However, it is fairly pleasant I think, so perhaps I will just stay with it for the 5.0-final. The official release after that can have a new theme.
[url]https://bkhome.org/news/[/url]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#26 Post by zigbert »

rcrsn51 wrote:
zigbert wrote:Peasyscan didn't work for my Epson 2400, while xsane does.
Please provide some more details. Was the scanner detected? Could you do a preview?
It is detected.....before I connected the scanner, I got a not-found-message, and gui didn't show up. When connected gui shows, but nothing happens when pressing the 'Scan' button.


Sigmund

Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

#27 Post by Stripe »

Hi all

have been using 094 and just downloaded 096, it's looking very good. I think this is the first time my printer has worked with cups without rcrsn51 having to help :lol: (thanks for all the help rcrsn51, you are the cups wizard)

I am just confused by one thing, I have wary installed on a usb stick without a save file (I have put the setup .conf files for my system in the sfs) the icons say the usb stick is not mounted but I am getting a do not remove usb warning message. would it be safe to remove the usb stick as long as the icons say it is not mounted? as I wish to use this installation as a secure/private web browser running totaly in ram (to avoid tracking cookies and other nastys) and do not want to create a save file.

Thanks everybody for all your hard work
Stripe

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#28 Post by zigbert »

Barry wrote:Regarding nVidia, I presume that you ran the Video Upgrade Wizard and it reported that there is no commercial PET package available for your card? But, you did find a suitable one in PPM?
Yes

Code: Select all

# lspci -nn -m | grep VGA
01:00.0 "VGA compatible controller [0300]" "nVidia Corporation [10de]" "G86 [GeForce 8400M GS] [0427]" -ra1 "Acer Incorporated [ALI] [1025]" "Device [011e]"
Regarding SDL, yeah, I thinking, should take that out, it is only in there to play the games. Oh yes, also 'ffplay', the ffmpeg cli player -- but don't need that.
If you take out ffplay, will you please offer it as a pet. It might be interesting to play with :D
A gtkdialog alternative to Gparted would save so much space!!!!
The problem with Gparted is that it is written using the gtkmm libs, which I compile linked statically. Consequently the Gparted PET package is 1MB -- so the .iso file gets increased by 1MB.
It seems that there still are projects for hungry developers......

eprv
Posts: 19
Joined: Sat 08 Mar 2008, 22:59

wary 096

#29 Post by eprv »

looks good, extra fonts are great
some minor problems:
modem detection messages at boot up change screen location
no mouse cursor after restart x
Intel Atom and GMA 950

wjaguar
Posts: 359
Joined: Wed 21 Jun 2006, 14:16

Re: Wary Puppy 0.9.6 (096) feedback

#30 Post by wjaguar »

BarryK wrote:Wary does not have that set in /etc/profile. Well, all Woof-built puppies do not have it set.
Have you looked? ;-)
I downloaded "wary-096.iso", unpacked the .sfs, and there it was. Hence the warning. And BTW, this is how it got there: http://bkhome.org/blog/?viewDetailed=01389

User avatar
pakt
Posts: 1157
Joined: Sat 04 Jun 2005, 16:54
Location: Sweden

xorgwizard problem remains in wary-096

#31 Post by pakt »

Barry, the problem with xorgwizard’s text menus below the screen’s edge remains.

Just to clarify, this happens when I update the video driver to Intel or nVidia (two different PCs).

Initially, when booting, there are no problems with the text menus in xorgwizard - they all fit nicely and install the vesa driver (16bit).

It is during installation of either the Intel or nVidia driver that xorgwizard’s text menus extend below the bottom of the screen.

Btw, when I try to upgrade the video driver on the PC with nVidia graphics, it reports “Sorry, do not have your video chip
Last edited by pakt on Sun 14 Nov 2010, 09:05, edited 1 time in total.
Methinks Raspberry Pi were ideal for runnin' Puppy Linux

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#32 Post by rcrsn51 »

zigbert wrote: When connected gui shows, but nothing happens when pressing the 'Scan' button.
Please run it from the command line with

Code: Select all

peasyscan
and check for error messages. If that doesn't show anything, go to the folder /usr/local/peasyscan and run

Code: Select all

./xscanimage-peasy
Last edited by rcrsn51 on Mon 08 Nov 2010, 13:44, edited 1 time in total.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: Wary Puppy 0.9.6 (096) feedback

#33 Post by BarryK »

wjaguar wrote:
BarryK wrote:Wary does not have that set in /etc/profile. Well, all Woof-built puppies do not have it set.
Have you looked? ;-)
I downloaded "wary-096.iso", unpacked the .sfs, and there it was. Hence the warning. And BTW, this is how it got there: http://bkhome.org/blog/?viewDetailed=01389
Yes, I have looked, it is NOT set.

That blog post was a temporary solution. Later on I obtained an updated Rox-Filer, after reporting the problem to the developers, and I removed that temporary fix. This is all documented on my blog.

The code is still there in /etc/profile, but it is commented-out -- that is what the '#' in column one does.
[url]https://bkhome.org/news/[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: xorgwizard problem remains in wary-096

#34 Post by shinobar »

pakt wrote:Barry, the problem with xorgwizard’s text menus below the screen’s edge remains.
Just to clarify, this happens when I update the video driver to Intel or nVidia (two different PCs).
Initially, when booting, there are no problems with the text menus in xorgwizard - they all fit nicely and install the vesa driver (16bit).
It is during installation of either the Intel or nVidia driver that xorgwizard’s text menus extend below the bottom of the screen.
@Barry and @pakt

Occurs with some NVIDIA graphic tips seems with some European keyboard.
I suspect the code writing /etc/fontmap.
See my post:
http://www.murga-linux.com/puppy/viewto ... 2&start=14
Last edited by shinobar on Tue 09 Nov 2010, 11:57, edited 1 time in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
upnorth
Posts: 287
Joined: Mon 11 Jan 2010, 19:32
Location: Wisconsin UTC-6 (-5 DST)
Contact:

#35 Post by upnorth »

Am running live right now, and nicoedit quit crashing on file open dialogue. The only thing different now is that utf8 is checked and x restarted. Nicoedit crashed the first time after this, but not since.

VIDEO REPORT: Wary Puppy, version 096

Chip description:
oem: ATI MACH64

Driver used by Xorg:
mach64

Video mode used by Xorg:
Resolution: Depth 24 Depth: "Display"

Post Reply