After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658282 - Don't check on non-file locations
Don't check on non-file locations
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: updates
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Richard Hughes
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-05 17:55 UTC by Bastien Nocera
Modified: 2011-09-06 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-09-05 17:55:54 UTC
(gnome-settings-daemon:15912): updates-plugin-DEBUG: checking for /home/hadess/.gvfs/Documents on iPhone/media.repo: no
(gnome-settings-daemon:15912): updates-plugin-DEBUG: checking for /home/hadess/.gvfs/Documents on iPhone/.discinfo: no
(gnome-settings-daemon:15912): updates-plugin-DEBUG: checking for /home/hadess/.gvfs/iPhone/media.repo: no
(gnome-settings-daemon:15912): updates-plugin-DEBUG: checking for /home/hadess/.gvfs/iPhone/.discinfo: no


Otherwise mounting an smb share could popup the update.
Comment 1 Richard Hughes 2011-09-05 18:38:29 UTC
Is this the sort of thing that g_file_is_native() is designed for?
Comment 2 Bastien Nocera 2011-09-05 20:06:52 UTC
Yep, that should do.
Comment 3 Richard Hughes 2011-09-06 16:10:39 UTC
commit 1cdc54b30058d5d9625b53a0b0baf489de0c678f
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Sep 6 17:09:52 2011 +0100

    updates: Ignore virtual mountpoints when looking for external media
    
    Resolves https://bugzilla.gnome.org/show_bug.cgi?id=658282