Package: bootchart2 Version: 0.14.2-1 Severity: normal Tags: patch The package has an EXIT_PROC array in /etc/bootchartd.conf filled out with useful values to detect common "end-of-boot" conditions. Many WMs and DEs are supported, but there is no support for XFCE (a DE that is offered as an option during system installation). My attached patch adds the XFCE window manager to the aforementioned array, and I can confirm that it solves the issue of /sbin/bootchartd running forever.
-- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bootchart2 depends on: ii libc6 2.13-27 Versions of packages bootchart2 recommends: ii pybootchartgui 0.14.2-1 bootchart2 suggests no packages. -- Configuration Files: /etc/bootchartd.conf changed [not included] -- no debconf information
33c33 < EXIT_PROC="kdm_greet xterm konsole gnome-terminal metacity mutter compiz ldm icewm-session enlightenment" --- > EXIT_PROC="kdm_greet xterm konsole gnome-terminal metacity mutter compiz ldm > icewm-session enlightenment xfwm4"