Je n'ai pas tout compris mais merci maxire !
Je crois que c'est la forte intégration, propre aux *buntu, de l'environnement de bureau qui gêne le remplacement du gestionnaire de fichiers par défaut.
Ainsi, dans ma vieille crunchbang
non bidouillée :
echo ; lsb_release -d ; uname -mr ; ls -lt /usr/share/xsessions | tr -s " " | cut -d" " -s -f6-9
Description: Debian GNU/Linux 7.11 (wheezy)
3.2.0-6-686-pae i686
mars 27 2013 openbox.desktop
mars 27 2013 openbox-gnome.desktop
mars 27 2013 openbox-kde.desktop
Et le gestionnaire de fichiers par défaut est thunar :
dpkg -l | grep -i "file manager" | grep -v plugin | tr -s " " | cut -d" " -s -f1,2,3,4
ii thunar 1.2.3-5~crunchbang1 i386
Pas de xfwm ni de xfdesktop :
moko@crunchbang:~$ dpkg -l | grep -E "xfw|xfd"
moko@crunchbang:~$
Le gestionnaire de fenêtres :
moko@crunchbang:~$ dpkg -l | grep "window manager"
ii cb-wmhacks 0.06 all CrunchBang window manager hacks.
ii obconf 1:2.0.3+20110805+debian-1 i386 preferences manager for Openbox window manager
ii openbox 3.5.0-7 i386 standards compliant, fast, light-weight, extensible window manager
ii openbox-themes 1.0.2 all Themes for the Openbox window manager
ii suckless-tools 38-2+deb7u1 i386 simple commands for minimalistic window managers
moko@crunchbang:~$
Et voici les paquets xfce :
moko@crunchbang:~$ dpkg -l | grep xfce
ii libxfce4ui-1-0 4.8.1-1 i386 widget library for Xfce
ii libxfce4util-bin 4.8.2-1 i386 tools for libxfce4util
ii libxfce4util-common 4.8.2-1 all common files for libxfce4util
ii libxfce4util4 4.8.2-1 i386 Utility functions library for Xfce4
ii xfce-keyboard-shortcuts 4.8.1-1 all xfce keyboard shortcuts configuration
ii xfce4-mixer 4.8.0-3+b1 i386 Xfce mixer application
ii xfce4-notifyd 0.2.2-2crunchbang2 i386 simple, visually-appealing notification daemon for Xfce
ii xfce4-panel 4.8.6-4 i386 panel for Xfce4 desktop environment
ii xfce4-power-manager 1.0.11-3crunchbang i386 power manager for Xfce desktop
ii xfce4-power-manager-data 1.0.11-3crunchbang all power manager for Xfce desktop, arch-indep files
ii xfce4-screenshooter 1.8.1-2 i386 screenshots utility for Xfce
ii xfce4-volumed 0.1.13-3crunchbang i386 volume keys daemon
moko@crunchbang:~$