User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060419 CentOS/1.5.0.2-3.c4.centos Firefox/1.5.0.2 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060419 CentOS/1.5.0.2-3.c4.centos Firefox/1.5.0.2 All other values for the weather plugin's configuration (location code, etc.) are saved and reloaded when I restart Xfce except for the Measurement Unit value. I am using I am using the weather plugin 0.5, Xfce 4.4Beta, GTK+ 2.6.7, CentOS 4.3, kernel 2.6.9-34.EL. Reproducible: Always Steps to Reproduce: 1. Change the Measurement Value from Metric to Imperial 2. Restart Xfce 3. The Measurement Value is back to Metric Someone mentioned this problem in #XFCE earlier today, and another user pointed out that the cause of the problem is a misspelling of "celcius" on line 315 of plugin.c. Changing "celsius" to "celcius" fixes the problem.
Created attachment 598 Patch to fix Measurement Unit bug Attached a patch to plugin.c.
According to http://en.wikipedia.org/wiki/Celsius celsius is written with "S". There must be another place in the source where it falsely is written with "C" in the middle.
This is already fixed in trunk
Change to fixed, will be in the new package.
Re-assigning to Colin Leroy who is the new maintainer of the plugin.