Bug#453048: gs: 06_libpaper_support.dpatch is broken

2007-12-03 Thread Carlos Garcia Campos
Hi, attached is a new version of 06_libpaper_support.dpatch that fixes the problem. I haven't been able to test it though. Albert, could you confirm this patch fixes the problem, please? This is a critical bug for us, since it always produces a crash with libspectre. -- Carlos Garcia C

Bug#1002530: Openrazer 3.2 builds dummy drivers

2021-12-23 Thread Carlos Garcia Campos
USB) || defined(CONFIG_USB_MODULE)) then  $ dpkg-reconfigure openrazer-driver-dkms $ modprobe razerkbd $ modprobe razermouse And I see the drivers properly loaded this time. I'm using Debian testing: 5.15.0-2-amd64 #1 SMP Debian 5.15.5-1 (2021-11-26) x86_64 GNU/Linux Thanks, -- Carl

Bug#749251: [webkit-gtk] Bug#749251: cyclograph-gtk2: depends on python-webkit which is deprecated

2014-06-26 Thread Carlos Garcia Campos
ent", Gtk.main_quit) > > win.add(sw) > > win.set_default_size(400, 200) > > win.show_all() > > > > view.load_uri("http://w3.org/";) > > > > view.run_javascript("document.URL", None, get_res) Note that load_uri is asynchronous too, so it's not guaranteed that the js will be executed when the page is loaded, you should probably connect to load-changed signal and run the js when the load has finished. > > Gtk.main() > > ___ > webkit-gtk mailing list > webkit-...@lists.webkit.org > https://lists.webkit.org/mailman/listinfo/webkit-gtk > -- Carlos Garcia Campos http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3 signature.asc Description: This is a digitally signed message part

Bug#749251: [webkit-gtk] Bug#749251: cyclograph-gtk2: depends on python-webkit which is deprecated

2014-06-28 Thread Carlos Garcia Campos
El vie, 27-06-2014 a las 21:02 +0200, Federico Brega escribió: > 2014-06-27 8:34 GMT+02:00 Carlos Garcia Campos : > > Yes, the problem is that webkit_javascript_result_get_value() returns a > > JSValueRef, but there's no gobject-introspection for JavaScriptCore API. > >