-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
Like before, I am fixing the automate_transmission script to work on solus os. There are few confusion I need to clarify before I can send a PR with fixes.
1 - For the variable TSM_CONFIG Solus doesn't have config location /var/lib/transmission-daemon. As far as I could locate (using locate command) transmission GUI is taking settings from $HOME/.config/transmission/settings.json. So I have changed it to that. But there is also issue that this script runs as a sudo therefore $HOME translate to /root Currently I have hard-coded my home path to continue testing.
2 - I can not find any service for transmission or transmission-daemon in systemctl on solus. Should I create one? Do I need to create one. Currently, I tried to find what happens when I set transmission-daemon to autostart using gnome-tweak , turns out, it just add the desktop file to ~/.config/autostart. with exec set to transmission-daemon
3 - There is no group with name of transmission, so chgrp fails. Do I need one for this to work? Even without that, transmission daemon was working as expected ( with some manual firewall configuration"
How do you want me to proceed?