Ton-O / transmisson-remote-gui

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

gnome/nautilus - open containing folder works correctly - but gives error #759

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Add a local path mapping to the torrent folder 
2. Control+Return on any torrent
3. It correctly opens the folder in nautilus but also gives an error box 
containing:

Unable to execute "/torrent/directory/location/".

Transmission Remote GUI Version 5.0.1
Arch Linux with
GNOME Shell 3.10.4
GNOME nautilus 3.10.1

Original issue reported on code.google.com by lvl70...@gmail.com on 28 Feb 2014 at 11:05

GoogleCodeExporter commented 9 years ago
To the dev of transgui:
Here goes the patch to fix this issue, and some deprecation warnings at compile 
time.
Please review and make use of it )
I've been using the patched version for months, works perfectly, sorry for not 
uploading it earlier.

Original comment by irher...@gmail.com on 27 Mar 2014 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago
PS: this fake error happens on all linux DE I've tried:
Unity, Cinnamon, Gnome3, KDE

Original comment by irher...@gmail.com on 27 Mar 2014 at 10:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same here. Running ArchLinux + KDE

Original comment by moonman...@gmail.com on 9 Apr 2014 at 9:47

GoogleCodeExporter commented 9 years ago
Tried the patch. Works flawlessly. Thanks! 
P.S. I couldn't apply your patch for some reason, so I recreated it: 
https://dl.dropboxusercontent.com/u/15043728/ArchLinux/transmission-remote-gui/f
ix_cannot_execte_on_open.patch

Original comment by moonman...@gmail.com on 9 Apr 2014 at 10:14

GoogleCodeExporter commented 9 years ago
same problem happens here when remote path is mounted as samba share using 
autofs

Original comment by lamprak...@gmail.com on 16 Apr 2014 at 6:26

GoogleCodeExporter commented 9 years ago
excuse me. is there a way to set path mappings without mounting a samba share?

for example I want to do something like this:
"/media/storage=smb://root@192.168.0.100/"

instead of:
mount -t cifs //192.168.0.100 /mnt -o username.......
"/media/storage=/mnt"

Original comment by Achp...@gmail.com on 17 Apr 2014 at 9:14

GoogleCodeExporter commented 9 years ago
how do we apply the patch?

Original comment by kenho...@gmail.com on 23 Apr 2014 at 6:24

GoogleCodeExporter commented 9 years ago
This issue is confirmed, happen to me too.

Original comment by kenho...@gmail.com on 23 Apr 2014 at 6:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
@ #1 irher...@gmail.com
  #5 moonman...@gmail.com
Thank you the patch works fine

@  #7 Achp...@gmail.com
yes it is possible i have used this setting in the past:
/share=smb://192.168.10.7/share/
If you have stored your username and password for the samba server (i use 
ubuntu) you do not need credentials when you define the path.
Nevertheless, i would recommend autofs if you don't want/need a permanent mount 
in fstab.

@ #8 kenho...@gmail.com
copy the file provided at  #5 rename it to eg. fix.diff and save it to the 
source folder of tansgui. Open terminal and write this: patch < fix.diff 

Original comment by lamprak...@gmail.com on 1 May 2014 at 11:26

GoogleCodeExporter commented 9 years ago
Another voice joining in to confirm that this issue occurred here as well, and 
that the patch by
#1 irher...@gmail.com
fixed the problem. Thank you sir!

Original comment by vega...@gmail.com on 18 Jul 2014 at 8:21