[Bug 113919] Re: fsck crashes checking external FAT drive

2008-06-26 Thread Karl Tomlinson
I don't know how to interpret _sbin_fsck.vfat.1000.crash.gz, so I can't confirm that the crashes that I saw are the same, but this patch resolves the few crashes that I saw with upstream dosfstools-2.11 due to zero slot numbers causing a negative offset in the call to copy_lfn_part in lfn_add_slot.

[Bug 207907] Re: Firefox 3 Beta 4 crashed while displaying a flash-popup

2008-06-22 Thread Karl Tomlinson
The window field is set up in nsObjectFrame::CallSetWindow: http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/generic/nsObjectFrame.cpp&rev=1.653&mark=966#965 I don't know why that might sometimes be NULL, but this would workaround the issue: https://garage.maemo.org/plugins/scmsvn/view

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-12-30 Thread Karl Tomlinson
Kokoa, do you have a ~/.fonts.conf? Does moving that help? -- font in terminal does not resemble font in preview https://bugs.launchpad.net/bugs/190848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-12-30 Thread Karl Tomlinson
and don't forget to remove /etc/fonts/conf.d/53-monospace-lcd- filter.conf -- font in terminal does not resemble font in preview https://bugs.launchpad.net/bugs/190848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 255195] Re: repeated crash BadIDChoice on hardy

2009-01-18 Thread Karl Tomlinson
** Bug watch added: Mozilla Bugzilla #458092 https://bugzilla.mozilla.org/show_bug.cgi?id=458092 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=458092 Importance: Unknown Status: Unknown -- repeated crash BadIDChoice on hardy https://bugs.launchpad.net/

[Bug 209256] Re: different hintstyle issue

2008-12-28 Thread Karl Tomlinson
** Bug watch added: freedesktop.org Bugzilla #11838 https://bugs.freedesktop.org/show_bug.cgi?id=11838 ** Also affects: libcairo via https://bugs.freedesktop.org/show_bug.cgi?id=11838 Importance: Unknown Status: Unknown -- different hintstyle issue https://bugs.launchpad.net/bugs

[Bug 200707] Re: fontconfig does not honor hintslight, hintmedium, hintfull

2008-12-28 Thread Karl Tomlinson
** Bug watch added: freedesktop.org Bugzilla #11838 https://bugs.freedesktop.org/show_bug.cgi?id=11838 ** Also affects: libcairo via https://bugs.freedesktop.org/show_bug.cgi?id=11838 Importance: Unknown Status: Unknown -- fontconfig does not honor hintslight, hintmedium, hintful

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-12-28 Thread Karl Tomlinson
https://bugs.launchpad.net/ubuntu/+source/gnome- terminal/+bug/190848/comments/40 > vte uses xft for font backend, while others uses pango. Yes, and Pango uses cairo. The problem does not appear with cairo, because fontconfig settings sometimes do not get respected in cairo due to https://bugs.

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-12-28 Thread Karl Tomlinson
In reply to comment 45: > Mikael: xterm is not a GNOME program, True, but ... > therefore I'm not surprised it doesn't follow the GNOME font rendering > settings. ... last I checked, GNOME settings cause Xft X server resource database properties to be set, and so should have an effect on xterm

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-12-28 Thread Karl Tomlinson
I suggest that the best fix is to modify the system fontconfig settings, so that they become defaults rather than always overriding settings already present in the pattern. This would include changing 10-no-sub-pixel.conf from none to unknown none and changing 10-hinti

[Bug 220628] Re: firefox-3.0b5 received an X Window System error: 'BadIDChoice'

2009-01-20 Thread Karl Tomlinson
** Changed in: firefox Bugwatch: Mozilla Bugzilla #430091 => Mozilla Bugzilla #458092 Status: Invalid => Unknown -- firefox-3.0b5 received an X Window System error: 'BadIDChoice' https://bugs.launchpad.net/bugs/220628 You received this bug notification because you are a member of Kubu

[Bug 220628] Re: firefox-3.0b5 received an X Window System error: 'BadIDChoice'

2009-02-11 Thread Karl Tomlinson
It happens with other engines also. It is a bug in libxcb. http://lists.freedesktop.org/archives/xcb/2009-January/004248.html http://lists.freedesktop.org/archives/xcb/2009-February/004287.html ** Bug watch added: Email to x...@lists # mailto:x...@lists.freedesktop.org ** Also affects: libxc

[Bug 250769] Re: Firefox opens new popup window when leaving any page with swfdec content

2008-09-01 Thread Karl Tomlinson
http://bugzilla.gnome.org/show_bug.cgi?id=548993 -- Firefox opens new popup window when leaving any page with swfdec content https://bugs.launchpad.net/bugs/250769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 113919] Re: fsck crashes checking external FAT drive

2008-09-08 Thread Karl Tomlinson
The patch in comment 5 has been applied in Debian. You may like to try the latest Debian package. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=152550 http://packages.debian.org/sid/dosfstools -- fsck crashes checking external FAT drive https://bugs.launchpad.net/bugs/113919 You received thi

[Bug 220628] Re: [MASTER] firefox-3.0b5 received an X Window System error: 'BadIDChoice'

2009-07-08 Thread Karl Tomlinson
The bug Damian is seeing has existed for a long time. It is more likely to occur in the same conditions (short XID range response) as lead to this bug. The cause is described here: http://bugzilla.gnome.org/show_bug.cgi?id=581526 ** Bug watch added: GNOME Bug Tracker #581526 http://bugzilla.g

[Bug 400374] Re: X server freezes while the application is executing XQueryPointer

2009-09-22 Thread Karl Tomlinson
gdk_display_get_window_at_pointer() (or more specifically _gdk_windowing_window_at_pointer) grabs with XGrabServer() before calling XQueryPointer. The grab can be broken by switching to a virtual terminal and killing the app using gdk_display_get_window_at_pointer (or attaching to that process wit

[Bug 1765304] Re: Ubuntu 18.04's ibus package breaks password fields in Firefox (by lowering & raising window whenever they're focused)

2018-04-30 Thread Karl Tomlinson
In reply to comment 11: > It doesn't make much sense since it's adding code for gtk 3.6 which is not the version we are using... It's adding code for GTK versions 3.6 and newer. https://developer.gnome.org/gtk3/stable/gtk3-Feature-Test-Macros.html#GTK-CHECK-VERSION:CAPS I don't know why it is li

[Bug 1531105] Re: [Lenovo Ideapad S205] suspend/resume failure

2017-05-17 Thread Karl Tomlinson
In reply to comment #34, I haven't tried reverting http://www.spinics.net/lists/dri-devel/msg56410.html I suspect that the root cause differs because connection between xHCI and CRTC seems remote and the 4.9.25-gentoo kernel involved in comment #33 failed to resume even with i915.modeset=0. --

[Bug 1531105] Re: [Lenovo Ideapad S205] suspend/resume failure

2017-05-16 Thread Karl Tomlinson
Similar symptoms with "acpi device:0d: hash matches", only when on AC (not when running off battery), occur on a 2016 Dell system when the xHCI (USB 3.0) driver is not available. Perhaps the device remains on while on AC. -- You received this bug notification because you are a member of Ubuntu B

[Bug 1378438] Re: Printer dialog stuck on "Getting printer information..."

2015-08-27 Thread Karl Tomlinson
Setting "CreateIPPPrinterQueues Yes" in /etc/cups/cups-browsed.conf and running cups-browsed makes the printer available through cups for successful printing from GTK+ 3.16.5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2014-04-04 Thread Karl Tomlinson
Why not use the existing bug, which already has some analysis and possible solution? It sounds like the same bug. Comment 6 and 7 seem to suggest that nothing would happen if a new bug report were filed, anyway. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1006156] Re: Mute button on USB headset steals and holds on to mouse focus

2012-06-06 Thread Karl Tomlinson
[487553.692] (II) config/udev: Adding input device Plantronics Plantronics .Audio 646 DSP (/dev/inpu t/event17) [487553.692] (**) Plantronics Plantronics .Audio 646 DSP: Applying InputClass "evdev keyboard catcha ll" [487553.692] (**) Plantronics Plantronics .Audio 646 DSP: Applying InputClass "

[Bug 999821] Re: gwenview has memory leak in presentation mode

2012-07-08 Thread Karl Tomlinson
** Bug watch added: KDE Bug Tracking System #296401 https://bugs.kde.org/show_bug.cgi?id=296401 ** Also affects: gwenview via https://bugs.kde.org/show_bug.cgi?id=296401 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu B

[Bug 937415] Re: BadDrawable crash when doing any OpenGL stuff with software Mesa

2012-02-29 Thread Karl Tomlinson
I very much doubt that X_CopyArea: BadMatch in Flash Player would be related to CreateGC: BadDrawable from OpenGL. Why is Flash Player running in the browser process? ** Changed in: firefox Importance: Critical => Undecided ** Changed in: firefox Status: Confirmed => New ** Changed in