[Registry] [Bug 260780] Re: two-finger scrolling produces spurious button 5 events

2010-12-14 Thread Marius Gedminas
I can't reproduce this on maverick. I'm not sure I can find the time to test natty; I'll try. What was the subsequent issue that you patched? -- You received this bug notification because you are a member of Registry Administrators, which is the registrant for Debian. https://bugs.launchpad.net

[Registry] [Bug 63976] Re: [edgy] mgp segfaults on startup

2010-12-14 Thread Marius Gedminas
On 64-bit arches sizeof(int) is 4, sizeof(void*) is 8, so if that function was expecting a 64-bit value, it used to get half of that full of garbage. On 32-bit arches sizeof(int) == sizeof(void*), so you wouldn't see anything. But this should only come up when you're calling an undeclared functio

[Registry] [Bug 159086] Re: libwnck stops updating window information after xrandr

2010-10-16 Thread Marius Gedminas
I haven't seen this in a long time, but now I'm wondering if it could be a duplicate of bug 611886: some window contents stop being redrawn after an xrandr switch, sometimes. I had that one happen to a newly-added gnome-panel. -- libwnck stops updating window information after xrandr https://bug

[Registry] [Bug 314057] Re: gnome-display-properties should pick the preferred xrandr mode

2010-10-05 Thread Marius Gedminas
The X server no longer reports that fake 1600x1024 resolution in xrandr info for my monitor; I haven't noticed exactly when it got fixed, but that was one or two Ubuntu releases ago. -- gnome-display-properties should pick the preferred xrandr mode https://bugs.launchpad.net/bugs/314057 You recei