With
Permission denied: '/home/myuser/.config/deluge'
the program says that it cannot access to the directory.
Check the permission for the father directory /home/myuser/.config
with
ls -lad /home/myuser/.config
and change them if needed.
Below is an explanation of how you can manage access and permission of files downloaded through Deluge (umask parameter):
- 007 grants full access to the user and members of the group Deluge is running as (in this case Deluge) and prevents access from all other accounts.
- 022 grants full access to the user Deluge is running as and only read access to other accounts.
- 000 grants full access to all accounts.
Further lectures
Upstart not starting deluge different solution proposed