Wary 020

Please post any bugs you have found
Message
Author
User avatar
upnorth
Posts: 287
Joined: Mon 11 Jan 2010, 19:32
Location: Wisconsin UTC-6 (-5 DST)
Contact:

jwm >464

#31 Post by upnorth »

So far I have this submitted anonymously:


http://sourceforge.net/support/tracker.php?aid=2993347

I'll look into the site some more to see if there is anything better. He has #jwm on freenode too but nobody there but me 8)


update
I narrowed it down to 475 as being the last version that lets dillo2.2 appear on screen. Am running a version of 475 now (built in ubuntu) with all options enabled except debug, 119k when stripped. No black icon background problem but some icons on main menu seem a little screwy. The desktop icon switcher kind of b0rqs with 475 - needed reboot to change.
I see that alot of other bugs were fixed between 475 and 490.

I don't know what change caused the problem: 475<>476
http://joewing.net/websvn/log.php?repna ... F&isdir=1&

---------------------------------------------------------
Other than that, with jwm, geany always opens in windowed mode and too wide for the screen. Very similar to the way nicoedit 2.4 was in the past.
With openbox, it is fine.

Overall, wary is great on this 10-11 year old machine. :)

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

jwm492

#32 Post by upnorth »

http://joewing.net/websvn/comp.php?repn ... []=%2F@492

from changlog:
492 21h 44m joewing /src/hint.c Don't make windows forever invisible if they are mapped in the Withdrawn state.

JWM 492 cures the problem of dillo-2.2 not appearing on screen. 8)

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

yudit

#33 Post by don570 »

I've test yudit on several puppies including quirky1
and never had any problem except for Lucid Puppy(lupu)
The error at the terminal was something like 'locale support
needed'

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

#34 Post by upnorth »

Yeah, if it works with quirky 1.0, and jwm as window manager (jwm 490, I think) it's probably ok as far as jwm is concerned.

For dillo2.2, the problem was only with jwm 476 through 491. But the symptoms were very similar with the app starting and running, not appearing, then appearing for a flash when exiting from session.

Of course, with openbox, I never had any problems at all.
Last edited by upnorth on Thu 13 May 2010, 21:57, edited 1 time in total.

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

fix for geany too wide

#35 Post by upnorth »

EDIT: This probably won't be necessary, there is a config option in geany I overlooked, but this method could be used elsewhere.

If anyone is switching to jwm:
I added this to /root/.jwm/jwmrc-personal and it works.

Code: Select all

<Group>
  <Class>Geany</Class>
   <Option>maximized</Option>
</Group>
This will cure the problem of geany always opening too wide for screen and in windowed mode.
Last edited by upnorth on Thu 13 May 2010, 21:52, edited 2 times in total.

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

Re: fix for geany too wide

#36 Post by abushcrafter »

upnorth wrote:If anyone is switching to jwm:
Add this to /etc/xdg/templates/_root_.jwmrc before switching to jwm. I added it to /root/.jwm/jwmrc-personal and it works.

Code: Select all

<Group>
  <Class>Geany</Class>
   <Option>maximized</Option>
</Group>
This will cure the problem of geany always opening too wide for screen and in windowed mode.
Thanks, very useful.

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#37 Post by `f00 »

More about xf86-video-intel on Barry's blog (although it may be for a rollback/over/:? of a Quirky line that's already in release rather than Wary which isn't quite yet..) :?

w020's my preferred 'waystation' since it's a multisession liveCD (and if I tell it to not save, there's no doubt it won't).

Btw, just for a lark tried latest xf86-video-ati-6.13.0-q1.pet in w020 .. it failed (different Xorg is my guess as well as w020 only accepts 'vesa' as the driver for me). excerpt from /tmp/xorgprobe.txt follows
dlopen: libdrm_radeon.so.1: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/X11R7/lib/xorg/modules/drivers//radeon_drv.so
(EE) Failed to load module "radeon" (loader failed, 7)
(EE) module ABI major version (6) doesn't match the server's version (2)
(EE) Failed to load module "ati" (module requirement mismatch, 0)

looseSCREWorTWO
Posts: 812
Joined: Thu 04 Feb 2010, 13:16
Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro

#38 Post by looseSCREWorTWO »

Tried Wary 020 on my 10 y.o. Toshiba laptop, P3, 800mhz, 256mb RAM+512mb Swap, SD Card acting as HDD, Trident CyberBlade graphics card.

Live CD and Frugal Install worked perfectly. Full Install tricky but that's not a Wary issue. No Puppy wants to Full Install to an SD Card acting as HDD. But worth the effort. Runs well. Everything works. Very fast and easy setup of USB Wireless Internet dongle, ditto installing Wine 1.1.43 Just one query - when I open a Terminal window I get this message at the top:
bash: [: -ge: unary operator expected
Steve

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#39 Post by `f00 »

..in this thread (caught me too, but the fix is dead easy).
Error message in terminal
Yes, there is an error message when a terminal is opened. This came about when I fixed a bug in Lupu.

Edit /etc/profile, these lines:

#100208 rox-filer needs this for GTK >= 2.18, fixes focus problem... 100423 fix...
if [ `grep -E '^gtk\+-2|^libgtk2.0' /root/.packages/woof-installed-packages | head -n 1 | cut -f 3 -d '|' | cut -f 2 -d '.'` -ge 18 ];then
export GDK_NATIVE_WINDOWS=true
fi

...the "\" backslash is required, also the "^".

looseSCREWorTWO
Posts: 812
Joined: Thu 04 Feb 2010, 13:16
Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro

#40 Post by looseSCREWorTWO »

thanks 'foo :D I'll give that a try.
Steve

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

Wary 020 is awesome

#41 Post by divisionmd »

Hello All,

Wary 020 is awesome - tested many many different distros - but this one loads graphics from all the machines i have tested.

Just hope a final version can be out soon? anyone got a clue of when?

dont want to start building if its to buggy... .

Best regards,
Johan

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

Re: Wary 020 is awesome

#42 Post by BarryK »

divisionmd wrote:Hello All,

Wary 020 is awesome - tested many many different distros - but this one loads graphics from all the machines i have tested.

Just hope a final version can be out soon? anyone got a clue of when?

dont want to start building if its to buggy... .

Best regards,
Johan
I'll build a release-candidate soon.

There's a lot of interest in Wary. Probably Wary should have its own logo-icon, plus a new desktop background image...
[url]https://bkhome.org/news/[/url]

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

#43 Post by divisionmd »

Hello Barry,

- ok looking forward to the release candidate!

- good luck on what is left to do... .

Best regards,
Johan

looseSCREWorTWO
Posts: 812
Joined: Thu 04 Feb 2010, 13:16
Location: Australia, 1999 Toshiba laptop, 512mb RAM, no HDD, 431 Retro & 421 Retro

#44 Post by looseSCREWorTWO »

Wary 020 does not have a Grub Installer. Only a Grub4DOS installer?

And Abiword doesn't have a Thesaurus ?

It's back to Puppy 421 Retro for me . . .
Steve

tubby
Posts: 317
Joined: Sat 24 Jan 2009, 15:49

Dell Inspirion 1150

#45 Post by tubby »

Hi Barry, a bit belated but i decided to download 020 instead of waiting for the next release and it loaded Xorg on this laptop ok, your releases of Quirky will not get pass probe.
I am running it from a cd with a save file on disc, there was no problem with booting and video probe was flawless for Xorg, i have not tried vesa yet.
The network setup was straight forward using your sns on my open wireless network and a Belkin usb network adapter.
I have applied the fixes posted earlier in this thread and the only problem at the moment is the touch pad is still to sensitive. I have reduced the sensitivity slightly by editing xorg.conf but i feel i need to do more.
Awaiting your next release of Wary.

Post Reply