Comment 4 for bug 980424

Revision history for this message
Carlos Campderrós (carlos-campderros) wrote :

I forgot... as apt-get -f install will sort of reinstall the package, it will change the owner of those files again to root or debian-transmission, so I solved this by putting

chown -R $USER /etc/transmission-daemon /var/lib/debian-transmission

just before the 'start-stop-daemon ...' line inside the start_daemon() function in /etc/init.d/transmission-daemon