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 653511 - shell-util: Adapt to nautilus' switch to GSettings
shell-util: Adapt to nautilus' switch to GSettings
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-27 16:53 UTC by Florian Müllner
Modified: 2011-06-30 14:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
shell-util: Adapt to nautilus' switch to GSettings (2.15 KB, patch)
2011-06-27 16:53 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-06-27 16:53:13 UTC
Spotted when working on bug 635378, see patch.
Comment 1 Florian Müllner 2011-06-27 16:53:16 UTC
Created attachment 190776 [details] [review]
shell-util: Adapt to nautilus' switch to GSettings

shell_util_get_file_display_name_if_mount() uses a nautilus setting
to use a name for $HOME which is consistent with the file manager.
But while nautilus was ported to GSettings a while ago, we are still
trying to access the old GConf setting.
Comment 2 Colin Walters 2011-06-30 14:16:00 UTC
Review of attachment 190776 [details] [review]:

Looks fine.
Comment 3 Florian Müllner 2011-06-30 14:32:22 UTC
Attachment 190776 [details] pushed as 1ebca2e - shell-util: Adapt to nautilus' switch to GSettings