Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

Local Preferences: Actions and Directories empty #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ubuntu 13.10 64 bits
transmission-remote-gtk git revision 3343101d993e

I have defined several "Remote Download Directories" and a "Command" in Local 
Preferences since several months. Part of 
~/.config/transmission-remote-gtk/config.json:

      "exec-commands" : [
        {
          "label" : "borrar",
          "cmd" : "transmission-remote %{hostname}:%{port} -t %{id}[,] --move %{download-dir}/borrar"
        }
      ],
      "destinations" : [
        {
          "label" : "BD",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/BD"
        },
        {
          "label" : "series",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/series"
        },
        {
          "label" : "DVD",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/DVD"
        },
        {
          "label" : "comics",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/comics"
        },
        {
          "label" : "ebooks",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/ebooks"
        },
        {
          "label" : "X360",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/X360"
        },
        {
          "label" : "música",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/musica"
        },
        {
          "label" : "dibujos",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/dibujos"
        },
        {
          "label" : "especial",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/especial"
        },
        {
          "label" : "linux",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/linux"
        },
        {
          "label" : "borrar",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/borrar"
        },
        {
          "label" : "mkv",
          "dir" : "/home/simon/vsftpd-chroot/torrent-descargas/mkv"
        }
      ]

But the Actions and Directories tabs are empty in Local Preferences.

Original issue reported on code.google.com by decedion on 6 May 2014 at 1:01

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by a...@eth0.org.uk on 20 May 2014 at 8:26

GoogleCodeExporter commented 9 years ago
It would be better if before you change the status of a bug, to wait for the 
reporter to test it.
It isn't fixed.
I see the actions but not the Directories (see the screenshot).

Original comment by decedion on 20 May 2014 at 11:17

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. Now it works well.

Original comment by decedion on 21 May 2014 at 11:15