GNOME Bugzilla – Bug 606324
Drop trailing slashes from two definitions
Last modified: 2013-10-25 04:31:42 UTC
0) "ps aux" showed this process: $USER 1680 0.0 0.1 38756 2424 ? Ssl 11:49 0:00 /usr/libexec//gvfs-fuse-daemon /home/$USER/.gvfs Note the double slash. 1) Turns out this is caused by this macro definition in daemon/Makefile.am: -DLIBEXEC_DIR=\"$(libexecdir)/\" 2) A trivial patch to remove that trailing slash (and another unneeded trailing slash, that is only used in functions that also accept paths to directories without a trailing slash) is to be attached shortly.
Created attachment 150981 [details] [review] trivial patch; tested againt gvfs-1.5.1
Created attachment 257563 [details] [review] Remove unnecessary trailing slashes in path
I refreshed the patch so that it compiles cleanly against the git master.
Review of attachment 257563 [details] [review]: It looks good.
Pushed to master as e7470c3.