GNOME Bugzilla – Bug 487064
get rid of /apps/ekiga/general/version
Last modified: 2009-01-09 10:22:22 UTC
Please describe the problem: As stated in http://bugs.debian.org/446689 the GConf key still has the old value after completing the druid. Damien already agreed on IRC this is cruft from the old days where GConf was unreliable (like the SCHEMA_AGE). This is just a reminder bug only to have both of these checks removed. If there's an SVN commit suitable for backporting to 2.0.11 I'd welcome to add this to Debian. Steps to reproduce: 1. set /apps/ekiga/general/version to 2009 2. start ekiga, complete the druid 3. read /apps/ekiga/general/version (it's not updated to 2011) Actual results: The config druid keeps re-appearing each time. Expected results: Does this happen every time? Other information:
I tried several times here and the value is correctly updated. I doubt there is a bug there. If you look at the code in src/gui/druid.cpp, function finish_cb () : /* Update the version number */ version = MAJOR_VERSION*1000+MINOR_VERSION*10+BUILD_NUMBER; gm_conf_set_int (GENERAL_KEY "version", version); The only reason why this code would not be executed is if the druid is cancelled. But if the user clicks on Finish, the code will be executed. I keep the bug open because we will improve the system, but the behavior you describe is probably not correct.
Is this still valid for 3.0.0 ? We dont even have a druid anymore...
yes it is still valid. We have an assistant.
With the removal of SCHEMA_AGE, is this bug still valid?
Indeed not.