You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using config tool for configure sawfish i have get segfault and X is terminate, so I thought I had done something wrong when i have built, then i have did more tests with the following flags (but with same result) :
sawfish_1.12.0.tar.xz
(those flags are default on my build toolkit)
using -j8 $configure --disable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var FORCE_UNSAFE_CONFIGURE=1 --docdir=/usr/share/doc/${pkg_basename} --with-pango --with-nls --with-gdk-pixbuf --with-xfcesession
After using config tool for configure sawfish i have get segfault and X is terminate, so I thought I had done something wrong when i have built, then i have did more tests with the following flags (but with same result) :
sawfish_1.12.0.tar.xz
$configure --disable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var FORCE_UNSAFE_CONFIGURE=1 --docdir=/usr/share/doc/$ {pkg_basename} --with-pango --with-nls --with-gdk-pixbuf --with-xfcesession
(those flags are default on my build toolkit)
using -j8
using -j8
$configure --disable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var FORCE_UNSAFE_CONFIGURE=1 --docdir=/usr/share/doc/$ {pkg_basename} --with-pango
--separate build dir not support --
using -j1
$configure --prefix=/usr --with-pango
== == == == == == == == == == == == ==
sawfish: 1.12.0 'The Hidden Village'
== == == == == == == == == == == == ==
prefix: /usr
exec_prefix: ${prefix}
libdir: ${exec_prefix}/lib
== == == == == == == == == == == == ==
compiler: gcc
cflags: -g -O2
preprocessor: gcc -E
cppflags:
ldflags:
makeflags:
== == == == == == == == == == == == ==
rep: 0.92.5
rep-gtk: 0.90.8.2
glib: 2.44.1
cairo: 1.14.2
pango: 1.36.8
gtk+: 2.24.28
== == == == == == == == == == == == ==
xserver: X.Org X11R7
== == == == == == == == == == == == ==
image loader: GDK Pixbuf Xlib
== == == == == == == == == == == == ==
font loader: Pango XFT
== == == == == == == == == == == == ==
Be sure to read README.IMPORTANT!
== == == == == == == == == == == == ==
After I realized this could be caused by the configuration:
my config
;; Sawfish user customization -- do not edit by hand!
;; Use the configurator instead.
;; sawfish version 1.12.0, written Mon Aug 22 01:44:44 2016
(custom-set-typed-variable (quote lockdown-command) (quote "") (quote string))
(custom-set-typed-variable (quote logout-command) (quote "killall xinit") (quote string))
(custom-set-typed-variable (quote suspend-command) (quote "") (quote string))
(custom-set-typed-variable (quote hibernate-command) (quote "") (quote string))
(custom-set-typed-variable (quote halt-command) (quote "shutdown now") (quote string))
(custom-set-typed-variable (quote reboot-command) (quote "reboot") (quote string))
(custom-set-typed-variable (quote mxflat:custom-button-colors) (quote t) (quote boolean))
(custom-set-typed-variable (quote mxflat:scale-buttons) (quote ()) (quote boolean))
(custom-set-typed-variable (quote mxflat:customize-button-size) (quote ()) (quote boolean))
(custom-set-typed-variable (quote mxflat:button-icon-set) (quote default-9) (quote symbol))
(custom-set-typed-variable (quote mxflat:titlebar-gradient-color-mode) (quote rainbow) (quote symbol))
(custom-set-typed-variable (quote mxflat:title-gradient) (quote t) (quote boolean))
(custom-set-typed-variable (quote root-wallpaper) (quote "/root/Immagini/Awn.png") (quote image))
(custom-set-typed-variable (quote init-wallpaper) (quote t) (quote boolean))
(custom-set-typed-variable (quote tooltips-enabled) (quote ()) (quote boolean) (quote sawfish.wm.ext.tooltips))
(custom-set-typed-variable (quote move-outline-mode) (quote opaque) (quote (choice opaque box cross elliptical draft)))
(custom-set-typed-variable (quote default-window-animator) (quote none) (quote (choice none solid wireframe cross elliptical draft)))
(custom-set-typed-variable (quote default-frame-style) (quote mxflat) (quote frame-style))
i have remove this config file and sawfish work correctly
The text was updated successfully, but these errors were encountered: