Je me suis installé une Stretch +XFCE4 au boulot (la Sid était un peu rock'n roll à maintenir).
Mais je n'arrive pas à changer le fond d'écran, tous les fichiers et dossiers sont "grisés", même dans mon /home.

Une idée ?
Code : Tout sélectionner
root@nux:~# aptitude search '~i gtk3'
i A libcanberra-gtk3-0 - aide Gtk+ 3.0 pour la lecture des sons d'événements de widgets
i A libcanberra-gtk3-module - traduit des signaux de widgets GTK3 en événements sonores
i A libwxgtk3.0-0v5 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
Code : Tout sélectionner
root@nux:~# aptitude search '~i gtk2'
i A gtk2-engines-pixbuf - thème basé sur « pixbuf » pour GTK+ 2.x
i A gtk2-engines-xfce - GTK+-2.0 theme engine for Xfce
i A libgtk2-perl - interface Perl pour la série 2.X de la bibliothèque Gtk
i A libgtk2.0-0 - bibliothèque d'interface graphique utilisateur GTK+
i A libgtk2.0-bin - programmes pour la bibliothèque d'interface graphique GTK+
i A libgtk2.0-common - fichiers communs pour la bibliothèque d'interface graphique GT
i A python-gtk2 - Liens (bindings) Python pour les widgets GTK+
Code : Tout sélectionner
laurent@nux:~$ grep -v "0" /tmp/trae
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
open("/usr/share/locale/fr/LC_MESSAGES/xfdesktop.mo", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
open("/usr/share/locale/fr/LC_MESSAGES/libc.mo", O_RDONLY) = 3
open("/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/home/laurent/.local/share/icons/hicolor/16x16/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/home/laurent/.local/share/icons/hicolor/128x128/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/home/laurent/.local/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/lib/x86_64-linux-gnu/gio/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
open("/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo", O_RDONLY) = 12
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 12
open("/usr/share/locale/fr/LC_MESSAGES/libwnck.mo", O_RDONLY) = 12
Code : Tout sélectionner
open("/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Code : Tout sélectionner
laurent@nux:~$ grep fstat /tmp/trae | grep -v "0"
laurent@nux:~$