GNOME Bugzilla – Bug 769378
Deprecate gvfs utils in favour of new gio tool
Last modified: 2016-10-11 09:06:10 UTC
See: https://git.gnome.org/browse/glib/commit/?id=9edba4e
Created attachment 332475 [details] [review] programs: Deprecate gvfs utils in favour of new gio tool New gio cmd tool has been added in GLib. The tool collects and unifies the various gvfs- utils. The gvfs- utils use GIO APIs anyway, so it makes sense for them to be part of GLib and doesn't longer make sense to maintain them here. Let's remove them and add scripts spawning new gio tool with deprecation warning instead.
looks good to me
> gvfs-mount: deprecated.in You should add "Makefile" as a dependency of all the targets. > sh -c "$replacement $@" Why not exec? Are you sure about the quoting here as well (like arguments with spaces such as: gvfs-open "foo bar.txt" ?
Thanks both of you for the reviews! Will update...
Created attachment 336499 [details] [review] programs: Deprecate gvfs utils in favour of new gio tool New gio cmd tool has been added in GLib. The tool collects and unifies the various gvfs- utils. The gvfs- utils use GIO APIs anyway, so it makes sense for them to be part of GLib and doesn't longer make sense to maintain them here. Let's remove them and add scripts spawning new gio tool with deprecation warning instead.
Attachment 336499 [details] pushed as 2f28fa4 - programs: Deprecate gvfs utils in favour of new gio tool
Created attachment 336859 [details] [review] man: Update pages for deprecated gvfs utils Commit 2f28fa4 replaced various gvfs- utils in favour of new gio cmd tool. Update also relevant man pages with mention that they have been deprecated.
Comment on attachment 336859 [details] [review] man: Update pages for deprecated gvfs utils commit c960ddaf
Created attachment 337389 [details] [review] man: Add missing author section Add missing author section in order to avoid the following warnings: Warn: meta author : no refentry/info/author Note: meta author : see http://docbook.sf.net/el/author Warn: meta author : no author data, so inserted a fixme
Comment on attachment 337389 [details] [review] man: Add missing author section Attachment 337389 [details] pushed as f998067 - man: Add missing author section