cl-cffi-gtk
cl-cffi-gtk copied to clipboard
#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
I have been trying, without success, to create a transparent window which appears supported per http://www.crategus.com/books/cl-cffi-gtk/pages/gtk_class_gtk-window.html and http://www.crategus.com/books/cl-cffi-gtk/pages/gtk_fun_gtk-widget-opacity.html. The problem is that the window is drawn completely opaque on my...
Nyxt crashes when loading web pages, see https://github.com/atlas-engineer/nyxt/issues/1251#issuecomment-811246679: ```lisp [13:55:44] Loading "https://startpage.com/". munmap_chunk(): invalid pointer Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #: invalid number of arguments: 1 Backtrace for: # 0: ((LAMBDA...
As I have been working on a GTK backend for McCLIM, I have had regular deadlocks. As I have been investigating the root cause of these deadlocks, I believe I...
I made a simple 2048 game with this package (nice one, btw). While for all "console" scripts save-lisp-and-die works fine, here it just produces a script which does absolutely nothing....
Building with SBCL 2.0.9.5-442f54894 / ASDF 3.3.1 for quicklisp dist creation. Commit id e9a46df65995d9a16e6c8dbdc1e09b775eb4a966 *cl-cffi-gtk-demo-gdk* fails to build with the following error: ``` Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #: Unhandled memory...
[C.f.](http://report.quicklisp.org/2020-09-28/failure-report/cl-cffi-gtk.html#cl-cffi-gtk)
If you would have: **dialog.glade** ```xml False dialog False vertical 2 False end gtk-cancel True True True True True True 0 gtk-apply True True True True True True 1 False...
The following code: ``` (gobject:g-signal-connect (gtk-object buffer) "load-failed" (lambda (web-view load-event failing-uri error) (declare (ignore load-event failing-uri web-view error)) (print "Load Fail"))) ``` Produces an error: ``` Unknown GBoxed type...
When running Next from the Guix build, it hangs after 10 minutes (in my experience, it varies from 250s to 600s). Turns out that if I use the `cl-cffi-gtk` (source)...