I submit my problem which probably comes from the package (I guess..) Installation of mpdscribble fails :
sudo aptitude install mpdscribble .... ... (in french) Paramétrage de mpdscribble (0.2.12-6) ... adduser : Attention: Le répertoire personnel /var/cache/mpdscribble n'appartient pas à l'utilisateur que vous êtes en train de créer. Musicscribble system service not installed ... ... Translation : user mpdscribble doesn't own /var/cache/mpdscribble and installation fails. To solve the problem : sudo chown -R mpdscribble /var/cache/mpdscribble/ and sudo dpkg-reconfigure mpdscribble * Starting Music Player Daemon Last.fm Client mpdscribble [ OK ] info : sudo aptitude show mpdscribble Paquet : mpdscribble État: installé Automatiquement installé: oui *Version : 0.2.12-6* Priorité : optionnel Section : universe/sound Responsable : Ubuntu MOTU Developers <[email protected]> Taille décompressée : 180k Dépend: libc6 (>= 2.6.1-1), libglib2.0-0 (>= 2.14.0), libmpd0 (>= 0.14.0), libsoup2.2-8 (>= 2.2.98), debconf (>= 0.5) | debconf-2.0, logrotate, adduser, lsb-base Suggère: mpd Fournit: mpd-client Description : Last.fm reporting client for mpd This is a Music Player Daemon client which submits information about tracks being played to Last.fm (formerly known as Audioscrobbler). Best regards. -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
