I got a workaround for that. basically, change: # Set configuration value, from CONFIG if [ -n "$MLDONKEY_DIR" ]; then WRAPPER_OPTIONS="$WRAPPER_OPTIONS --chdir $MLDONKEY_DIR" fi
to # Set configuration value, from CONFIG if [ -n "$MLDONKEY_DIR" ]; then WRAPPER_OPTIONS="$WRAPPER_OPTIONS --chdir $MLDONKEY_DIR" export HOME=$MLDONKEY_DIR fi I've attached a patch. I don't think this is a nice patch, but it works :) ** Attachment added: "PATCH: mldonkey-server does not startup at boot time" http://librarian.launchpad.net/4947569/mldonkey.patch -- mldonkey-server does not startup at boot time, eventhough I selected this at installation time. https://launchpad.net/bugs/66023 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
