Created attachment 2987 don't call xfce_rc_close if rc == null When xfce4-screenshooter is started by a user for the first time (i. e. without configuration file), it terminates immediately with a Segmentation fault. When libxfce4util-4.7.1 is installed, it does not crash, but libxfce4util complains about a failed assertion: (xfce4-screenshooter:23878): libxfce4util-CRITICAL **: xfce_rc_close: assertion `rc != NULL' failed The patch provided fixes the problem.
Thanks a lot for your fix, I just applied it to the master branch. It'll be available in the next stable 1.8.0 release.