Awn

Comment 3 for bug 157615

Revision history for this message
Mark Lee (malept) wrote :

Could you run AWN with a debug build of Gtk+? This usually means that Gtk+ was built with --enable-debug=yes , and that AWN should be run under a debugger (e.g., gdb) with the flag --g-fatal-warnings . For example, for gdb, you would run `gdb --args avant-window-navigator --g-fatal-warnings`. Then, attach the backtraces onto this bug.

Thanks for trying to port AWN!