GNOME Bugzilla – Bug 686792
gvfs-copy in autogen.sh failed if session bus is not set
Last modified: 2013-03-25 13:18:20 UTC
Created attachment 227149 [details] [review] Fix autogen when there is no dbus session already running Running "jhbuild --check gnome-desktop" failed on a clean environment (Ubuntu 12.10) if there is no session bus already set. The root cause is that gvfs-copy fails and an empty pnp.ids is generated. The proposed patch addresses this issue by: 1. Running gvfs-copy through dbus-launch 2. Falling back on wget if it fails
Please note that dbus-launch does not automatically clean up the bus again. You need to capture its pid and kill it afterwards. Please also reformat the changelog for a single short description, empty line, and then the long description. Thank you!
Created attachment 227156 [details] [review] Fix download of pnp.ids Thanks for your review. Here is a new version of the patch following your comments.
Created attachment 227162 [details] [review] lib: Remove use of gvfs-copy in autogen.sh
Attachment 227162 [details] pushed as fdb7a78 - lib: Remove use of gvfs-copy in autogen.sh
*** Bug 681649 has been marked as a duplicate of this bug. ***