eonpatapon / gnome-shell-extension-transmission-daemon

gnome-shell indicator for transmission-daemon
40 stars 23 forks source link

Can't change the connect URL #43

Closed tliron closed 8 years ago

tliron commented 8 years ago

For complicated reasons I am not using the default /transmission/rpc/ URL for my connection, and unfortunately I can't change it in this plugin.

eonpatapon commented 8 years ago

What's your url ?

tliron commented 8 years ago

The URL I prefer is "/rpc" instead of "/transmission/rpc" (note that in setting.json, you just set the base URL, i.e. "/transmission/", but transmission-daemon will add "/rpc" to it).

eonpatapon commented 8 years ago

You can change the /transmission/ to / in gsettings.

$ gsettings --schemadir .local/share/gnome-shell/extensions/transmission-daemon@patapon.info/schemas/ set org.gnome.shell.extensions.transmission-daemon url '/' $ gsettings --schemadir .local/share/gnome-shell/extensions/transmission-daemon@patapon.info/schemas/ get org.gnome.shell.extensions.transmission-daemon url '/'

Restart the shell

tliron commented 8 years ago

Cool, thanks for the guide. I am suggesting that it should be added to the settings UI, just like you can change the port.

eonpatapon commented 8 years ago

This is a very special case, so I don't think it's useful to have that in the UI for now