On Fri, Jun 22, 2012 at 10:18:39AM +0200, Manuel Giraud wrote: > Juan Francisco Cantero Hurtado <[email protected]> writes: > > > OK, I was wrong. Ctrl-x Ctrl-c doesn't close the emacs window (gtk3 > > flavor). The same behavior with File->Quit. It works with the CLI > > version of emacs (emacs -nw). > > Ouch, you're right. I seems to work ok for the athena flavor. I'll look > into it but I think it is a tough one for me.
http://www.mail-archive.com/[email protected]/msg21576.html The culprit is the usual suspect: gsettings. I like Gtk3 but my experience with gsettings is horrible. I've had a lots of problems with software that uses gsettings on other OS, with and without gnome-settings-daemon running, with gnome and other WMs. Note for the rest of maintainers: if you are importing new software that permits to disable the gsettings support, please use this option. --- Makefile.orig Fri Jun 22 22:29:13 2012 +++ Makefile Fri Jun 22 22:11:11 2012 @@ -53,6 +53,9 @@ # Suggestion from Mike Belopuhov to remove liboss dependency CONFIGURE_ARGS += --without-sound +# gsettings is always problematic if your WM is not gnome +CONFIGURE_ARGS += --without-gsettings + .if ${FLAVOR:Mno_x11} . if ${FLAVOR:Mathena} ERRORS = "Fatal: athena and no_x11 flavors are mutually exclusive"
