On 11.12.2013 03:52, poma wrote:
> On 10.12.2013 23:02, Paul Allen Newell wrote:
> 
>> Thanks for reply and additional info. I'm going to need some time to 
>> look into this as I need to understand why I should be creating the new 
>> property given thunar-volman is installed
> 
> This is probably by design, to create properties[1] when you first start
> using them. Although it's probably a bug when the option is turned on by
> default, and the property doesn't exist.

With this[1] patch the Thunar Volume Management is unchecked by default,
which reflects the true initial state of this option.
Paul, do you want to file a bug report?


poma


[1] 'thunar-pref-vol-management.diff' - attach




diff --git a/thunar/thunar-preferences.c b/thunar/thunar-preferences.c
index 41c07d8..205208a 100644
--- a/thunar/thunar-preferences.c
+++ b/thunar/thunar-preferences.c
@@ -462,7 +462,7 @@ thunar_preferences_class_init (ThunarPreferencesClass *klass)
       g_param_spec_boolean ("misc-volume-management",
                             "MiscVolumeManagement",
                             NULL,
-                            TRUE,
+                            FALSE,
                             EXO_PARAM_READWRITE);
 
   /**




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to