GNOME Bugzilla – Bug 697807
After selecting to view hidden and backup files, they aren't shown until the window is closed
Last modified: 2013-10-31 22:49:34 UTC
****************** STEPS TO REPRODUCE ****************** 1. Click on the "Files" button on the dash-bar. 2. Go to the "Files -> Preferences" menu. 3. Check the "Show hidden and backup files". 4. Close the "Files' preferences" window. ********* BEHAVIOUR ********* - EXPECTED: The hidden and backup files to be shown. - REAL: The hidden and backup files are not shown. *********** WORK-AROUND *********** - Open a new tab and close the current one. **************** RELEVANT DETAILS **************** - Pressing "Ctrl + R" keys for refreshing the current tab isn't working at all too. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: nautilus 1:3.6.3-0ubuntu13 ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4 Uname: Linux 3.8.0-15-generic x86_64 ApportVersion: 2.9.2-0ubuntu5 Architecture: amd64 Date: Thu Mar 28 15:01:58 2013 GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' b"'800x550+72+57'" b'org.gnome.nautilus.window-state' b'maximized' b'true' b'org.gnome.nautilus.window-state' b'sidebar-width' b'232' InstallationDate: Installed on 2013-03-23 (4 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130323) MarkForUpload: True ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=es_ES.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install)
Created attachment 241261 [details] usr_lib_nautilus.txt
Created attachment 241263 [details] Dependencies.txt
*** Bug 703524 has been marked as a duplicate of this bug. ***
Created attachment 249243 [details] [review] Listen to the settings change and adapt.
Review of attachment 249243 [details] [review]: Looks good, with this minor style fix. ::: src/nautilus-view.c @@ +2694,3 @@ + g_signal_connect_swapped (gtk_filechooser_preferences, + "changed::" NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES, + G_CALLBACK(show_hidden_files_changed_callback), view); Missing space after G_CALLBACK
(In reply to comment #5) > Review of attachment 249243 [details] [review]: > > Looks good, with this minor style fix. > > ::: src/nautilus-view.c > @@ +2694,3 @@ > + g_signal_connect_swapped (gtk_filechooser_preferences, > + "changed::" NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES, > + G_CALLBACK(show_hidden_files_changed_callback), view); > > Missing space after G_CALLBACK I'll commit this with change to gnome-3-8 & master. Thanks for the review Cosimo Cecchi.
Committed.
*** Bug 711234 has been marked as a duplicate of this bug. ***