On Mon, Aug 11, 2003 at 03:56:15PM +1200, Stephen Lewis wrote:
> 1) Has something changed in the kludges.lua syntax?  This worked in
> 20030428 and looks right according to the docs and examples

There's the addition of the option of matching against window title
and that seem to be broken. The following patch to share/ioncorelib.lua
should fix things.

Index: ioncorelib.lua
===================================================================
RCS file: /share/cvsrepos/ion/share/ioncorelib.lua,v
retrieving revision 1.19
diff -r1.19 ioncorelib.lua
258c258,260
<         return names[0]
---
>         if names[0] then
>             return names[0]
>         end


> 2) Display artifacts on drag
> This is probably an XFree86 bug( 4.3.0, stock version from FreeBSD 5.1, 
> using the builtin nv driver), but I thought I'd mention it since it 
> never happened in 20030428.

Yes, there's been another report on this issue with the nv driver and
indeed what is happening seems to be that X/the driver leaves the stipple
pattern on after drawing the 'shaded' tab. The effect can be disabled by 
commenting out the block around line 219 in de/draw.c. The only difference
to older Ion is that because the 'tab brush' is not aware of over what it
is being drawn on, the stipple GC just clears the area instead of drawing 
with the background colour. I've had no problems with the proprietary
'nvidia' driver. When I tried the 'nv' driver it just put the console to
a state where I had to reboot the computer (XFree86 4.2.1.1). No problems
in cygwin either.

-- 
Tuomo

Reply via email to