[Bug 406036] Re: inkscape crashes using certain input methods: _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2010-01-25 Thread Pascal Terjan
** Bug watch added: Mandriva Linux #57234 http://qa.mandriva.com/show_bug.cgi?id=57234 ** Also affects: inkscape (Mandriva) via http://qa.mandriva.com/show_bug.cgi?id=57234 Importance: Unknown Status: Unknown -- inkscape crashes using certain input methods: _gdk_input_grab_pointe

[Bug 406036] Re: inkscape crashes using certain input methods: _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2010-01-25 Thread Pascal Terjan
** Bug watch added: Debian Bug tracker #551432 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551432 ** Also affects: inkscape (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551432 Importance: Unknown Status: Unknown ** Also affects: inkscape (Suse) via https:/

[Bug 406036] Re: inkscape crashes using certain input methods: _gdk_input_grab_pointer: assertion failed: (input_window != NULL)

2010-01-25 Thread Pascal Terjan
According to Fedora bug report, this was fixed in Gtk ** Bug watch added: Red Hat Bugzilla #546179 https://bugzilla.redhat.com/show_bug.cgi?id=546179 ** Also affects: inkscape (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=546179 Importance: Unknown Status: Unknown --

[Bug 366626] Re: no sound Intel Corporation 82801G (ICH7 Family)

2009-09-18 Thread Pascal Terjan
Please give the output of the following command on the machines needing this parameter grep -E '^(Codec|Subsystem Id)' /proc/asound/card*/codec#* -- no sound Intel Corporation 82801G (ICH7 Family) https://bugs.launchpad.net/bugs/366626 You received this bug notification because you are a member

[Bug 366626] Re: no sound Intel Corporation 82801G (ICH7 Family)

2009-09-19 Thread Pascal Terjan
Thanks marteen but then the other comments don't apply, your card can not need this parameter and it does not enter into the "machines needing this parameter" list I need, sorry. Can you try with other model ? Like model=medion or model=medion-md2 or model=lenovo-ms7195-dig ? The full list is :

[Bug 1454473] Re: In Ubuntu 15.04, simply moving the mouse via touchpad scrolls the window

2015-09-01 Thread Pascal Terjan
I have the same problem with 15.04 on a Thinkpad Carbon X1. I found https://bugs.freedesktop.org/show_bug.cgi?id=55821 and confirmed that rmmod psmouse + modprobe psmouse seem to fix it. https://bugs.freedesktop.org/show_bug.cgi?id=52496#c31 says it was fixed in recent versions of synaptics and p

[Bug 1190800] Re: python instrospection produces SIGSEGV with Wnck.Application().get_icon() by a missing file screen.c

2013-06-14 Thread Pascal Terjan
The test code seems invalid (even if the python code should not allow this and cause a segfault). You can't create a WnckApplication object like that. The standard way is to use get and give it a window. You are trying to get the icon of a WnckApplication not related to any application or window