CINXE.COM

Bug #1022864 “Lucid to Precise upgrade test failed: User settin...” : Bugs : gsettings-desktop-schemas package : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+index" /> <meta charset="UTF-8" /> <title>Bug #1022864 “Lucid to Precise upgrade test failed: User settin...” : Bugs : gsettings-desktop-schemas package : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="canonical" href="https://bugs.launchpad.net/bugs/1022864" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/bugs/1022864/bug.atom" title="Bug 1022864 Feed" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/revaa29ae0fff49e4e804b39147c9f259d2fb023199/combo.css" /> <meta name="description" content="Automated desktop upgrade test from Oneiric to Precise failed in Jenkins, due to user settings are not preserved on upgrade.  Traceback (you can find more in the attached bootstrap.log):  File &quot;/tmp/test_lts_upgrade_user.py&quot;, line 45, in test_gtk_theme      self.assertEqual(iface_settings.get_string('gtk-theme'), 'Radiance')     AssertionError: 'Ambiance' != 'Radiance' Link to the 1 of the failed jobs: https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precis..." /> <meta property="og:description" content="Automated desktop upgrade test from Oneiric to Precise failed in Jenkins, due to user settings are not preserved on upgrade.  Traceback (you can find more in the attached bootstrap.log):  File &quot;/tmp/test_lts_upgrade_user.py&quot;, line 45, in test_gtk_theme      self.assertEqual(iface_settings.get_string('gtk-theme'), 'Radiance')     AssertionError: 'Ambiance' != 'Radiance' Link to the 1 of the failed jobs: https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precis..." /> <meta property="og:title" content="Bug #1022864 “Lucid to Precise upgrade test failed: User settin...” : Bugs : gsettings-desktop-schemas package : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/bugs/1022864" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?lp/', comboBase: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript" id="available-official-tags-js">var available_official_tags = ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"];</script> <script type="text/javascript"> LPJS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.code.branchmergeproposal.diff', 'lp.app.comment', 'lp.services.messages.edit', function(Y) { Y.on('domready', function() { Y.lp.code.branchmergeproposal.diff.connect_diff_links(); Y.lp.bugs.bugtask_index.setup_bugtask_index(); Y.lp.bugs.bugtask_index.setup_bugtask_table(); LP.cache.comment_context = LP.cache.bug; var cl = new Y.lp.app.comment.CommentList(); cl.render(); var sl = new Y.lp.bugs.subscribers.createBugSubscribersLoader({ container_box: '#other-bug-subscribers', subscribers_details_view: '/+bug-portlet-subscribers-details', subscribe_someone_else_link: '.menu-link-addsubscriber' }, window); Y.lp.services.messages.edit.setup(); }); }); </script> <style type="text/css"> /* Align the 'add comment' link to the right of the comment box. */ #add-comment-form textarea { width: 100%; } #add-comment-form { max-width: 60em; padding-bottom: 4em; } #add-comment-form .actions {float: right;} .buglink-summary dd { font-size: 10px; } a#privacy-link:link:hover, a#privacy-link:visited:hover {text-decoration:none;} </style> <style type="text/css"> .yui3-overlay .value label { /* It normally makes sense for form labels to be bold, but since this form consists only of radio buttons, there's nothing but labels so we just get wall-to-wall bold. */ font-weight: normal !important; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a><br /><a href="https://launchpad.net/ubuntu/+source/gsettings-desktop-schemas">gsettings-desktop-schemas package</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu/+source/gsettings-desktop-schemas">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/gsettings-desktop-schemas">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu/+source/gsettings-desktop-schemas">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/gsettings-desktop-schemas">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> Lucid to Precise upgrade test failed: User settings are not preserved on upgrade </span> </h1> <div id="registration" class="registering"> Bug #1022864 reported by <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou</a> <time title="2012-07-10 08:30:22 UTC" datetime="2012-07-10T08:30:22.798732+00:00">on 2012-07-10</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="bug-is-duplicate"> </div> <div style="float: right;"> <span><a href="/+help-bugs/bug-heat.html" target="help" class="sprite flame">12</a></span> </div> <div class="actions"> <span id="affectsmetoo" style="display: inline">This bug affects 1 person</span> </div> <table id="affected-software" class="listing"> <thead> <tr> <th colspan="2">Affects</th> <th>Status</th> <th>Importance</th> <th>Assigned to</th> <th>Milestone</th> </tr> </thead> <tbody> <tr class="highlight" id="tasksummary1230676"> <td> </td> <td> <span id="bugtarget-picker-tasksummary1230676"> <span class="yui3-activator-data-box"> <a class="sprite package-source" href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas" title="Latest release: 48~beta-1ubuntu1, uploaded to main on 2025-02-04 13:38:11.428489+00:00 by Jeremy Bícha (jbicha), maintained by Ubuntu Developers (ubuntu-devel-discuss-lists)">gsettings-desktop-schemas (Ubuntu)</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusNEW">New</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceHIGH">High</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1230676"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> <tr id="tasksummary1230825"> <td> </td> <td style="padding: 0.3em 0em 0.3em 1.5em"> <span class="sprite milestone"></span> <a href="https://bugs.launchpad.net/ubuntu/precise/+source/gsettings-desktop-schemas">Precise</a> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusINVALID">Invalid</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceHIGH">High</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1230825"> <span class="yui3-activator-data-box"> <a class="sprite team" href="https://launchpad.net/~canonical-desktop-team">Canonical Desktop Team</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> </td> </tr> <tr id="tasksummary1230826"> <td> </td> <td style="padding: 0.3em 0em 0.3em 1.5em"> <span class="sprite milestone"></span> <a href="https://bugs.launchpad.net/ubuntu/quantal/+source/gsettings-desktop-schemas">Quantal</a> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusWONTFIX">Won't Fix</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceHIGH">High</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary1230826"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> </td> </tr> </tbody> </table> <div id="maincontentsub"> <div class="top-portlet"> <div itemprop="mainContentOfPage" class="report"> <div> <div class="lazr-multiline-edit" id="edit-description"> <div class="clearfix"> <h3>Bug Description</h3> </div> <div class="yui3-editable_text-text"><p>Automated desktop upgrade test from Oneiric to Precise failed in Jenkins, due to user settings are not preserved on upgrade.</p> <p>&nbsp;Traceback (you can find more in the attached bootstrap.log):<br /> &nbsp;File &quot;/tmp/test_<wbr />lts_upgrade_<wbr />user.py&quot;<wbr />, line 45, in test_gtk_theme<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;self.<wbr />assertEqual(<wbr />iface_settings.<wbr />get_string(<wbr />&#x27;gtk-theme&#x27;<wbr />), &#x27;Radiance&#x27;)<br /> &nbsp;&nbsp;&nbsp;&nbsp;AssertionError: &#x27;Ambiance&#x27; != &#x27;Radiance&#x27;</p> <p>Link to the 1 of the failed jobs:<br /> <a rel="nofollow" href="https://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-lucid-desktop/169/ARCH=i386,LTS=lts,PROFILE=ubuntu,label=upgrade-test/">https:/<wbr />/jenkins.<wbr />qa.ubuntu.<wbr />com/view/<wbr />Precise/<wbr />view/Upgrade%<wbr />20Testing%<wbr />20Dashboard/<wbr />job/precise-<wbr />upgrade-<wbr />lucid-desktop/<wbr />169/ARCH=<wbr />i386,LTS=<wbr />lts,PROFILE=<wbr />ubuntu,<wbr />label=upgrade-<wbr />test/</a></p></div> </div> </div> <div style="margin:-10px 0 20px 5px" class="clearfix"> <span>See <a href="comments/0">original description</a></span> </div> <div id="bug-tags"> <span id="tags-heading"> Tags: </span> <span id="tag-list"> <a class="official-tag" href="/ubuntu/+source/gsettings-desktop-schemas/+bugs?field.tag=dist-upgrade">dist-upgrade</a> <a class="unofficial-tag" href="/ubuntu/+source/gsettings-desktop-schemas/+bugs?field.tag=lucid2precise">lucid2precise</a> <a class="unofficial-tag" href="/ubuntu/+source/gsettings-desktop-schemas/+bugs?field.tag=qa-daily-testing">qa-daily-testing</a> </span> </div> <script type="text/javascript"> LPJS.use('event', 'node', 'lp.bugs.tags_entry', function(Y) { Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_entry( available_official_tags); }, window); }); </script> <div class="clearfix"></div> </div> <div id="branches-and-cves"> <div id="bug-branches-container" style="float: left"> </div><!-- bug-branch-container --> <div class="clearfix"></div> </div> <!-- branches and CVEs --> </div> <div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/1" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou (victor.zhou)</a> wrote <time itemprop="commentTime" datetime="2012-07-10T08:30:22.798732+00:00" title="2012-07-10 08:30:22 UTC">on 2012-07-10</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/1"> #1</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3218223/+files/bootstrap.log" class="sprite download-icon">bootstrap.log</a> <a class="sprite edit action-icon" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3218223">Edit</a> (376.4 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>summary</b>: </td> <td> - Oneiric to Precise upgrade failed: User settings are not preserved on<br />- upgrade<br />+ Oneiric to Precise upgrade test failed: User settings are not preserved<br />+ on upgrade </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/2" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou (victor.zhou)</a> wrote <time itemprop="commentTime" datetime="2012-07-10T08:34:44.228446+00:00" title="2012-07-10 08:34:44 UTC">on 2012-07-10</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/2"> <strong>Re: Oneiric to Precise upgrade test failed: User settings are not preserved on upgrade</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/2"> #2</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Lucid 2 Precise upgrade test failed on the same reason as this bug.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Lucid 2 Precise upgrade test failed on the same reason as this bug. </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~kate.stewart" class="sprite person">Kate Stewart (kate.stewart)</a> <time title="2012-07-10 14:32:29 UTC" datetime="2012-07-10T14:32:29.847948+00:00">on 2012-07-10</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in ubuntu-release-upgrader (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Undecided &#8594; Critical </td> </tr> <tr> <td colspan="2">Changed in ubuntu-release-upgrader (Ubuntu Quantal): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Undecided &#8594; High </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/3" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~cjwatson" class="sprite person">Colin Watson (cjwatson)</a> wrote <time itemprop="commentTime" datetime="2012-07-11T15:23:02.603478+00:00" title="2012-07-11 15:23:02 UTC">on 2012-07-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/3"> #3</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>The release upgrader doesn&#x27;t deal with this. As a first guess, I&#x27;m going to go with gsettings-<wbr />desktop-<wbr />schemas, since that ships the gsettings schema in question.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">The release upgrader doesn't deal with this. As a first guess, I'm going to go with gsettings-desktop-schemas, since that ships the gsettings schema in question.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in ubuntu-release-upgrader (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Critical &#8594; High </td> </tr> <tr> <td style="text-align: right;"> <b>affects</b>: </td> <td> ubuntu-release-upgrader (Ubuntu Precise) &#8594; gsettings-desktop-schemas (Ubuntu Precise) </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/4" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-07-11T19:01:06.184064+00:00" title="2012-07-11 19:01:06 UTC">on 2012-07-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/4"> #4</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Thanks for the report, could you give details on what /tmp/test_<wbr />lts_upgrade_<wbr />user.py is and maybe provide the function that is hitting the error and give some details on the context?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Thanks for the report, could you give details on what /tmp/test_lts_upgrade_user.py is and maybe provide the function that is hitting the error and give some details on the context?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>assignee</b>: </td> <td> nobody &#8594; Canonical Desktop Team (canonical-desktop-team) </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/5" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou (victor.zhou)</a> wrote <time itemprop="commentTime" datetime="2012-07-12T08:18:53.261444+00:00" title="2012-07-12 08:18:53 UTC">on 2012-07-12</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/5"> #5</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@Sebastien,<br /> you can find the test_lts_<wbr />upgrade_<wbr />user.py here: <a rel="nofollow" href="http://bazaar.launchpad.net/~auto-upgrade-testing-dev/auto-upgrade-testing/trunk/files/head:/share/post_upgrade_tests/">http://<wbr />bazaar.<wbr />launchpad.<wbr />net/~auto-<wbr />upgrade-<wbr />testing-<wbr />dev/auto-<wbr />upgrade-<wbr />testing/<wbr />trunk/files/<wbr />head:/share/<wbr />post_upgrade_<wbr />tests/</a></p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@Sebastien, you can find the test_lts_upgrade_user.py here: http://bazaar.launchpad.net/~auto-upgrade-testing-dev/auto-upgrade-testing/trunk/files/head:/share/post_upgrade_tests/</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/6" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-07-12T15:25:13.932326+00:00" title="2012-07-12 15:25:13 UTC">on 2012-07-12</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/6"> #6</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>that test doesn&#x27;t really make sense to me, how is the 10.04 config set and how do you migrate it? the default theme in Ubuntu is &quot;Ambiance&quot;, shouldn&#x27;t the test check for that? Or do you change the test, upgrade, reboot and run that check?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">that test doesn't really make sense to me, how is the 10.04 config set and how do you migrate it? the default theme in Ubuntu is "Ambiance", shouldn't the test check for that? Or do you change the test, upgrade, reboot and run that check?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou (victor.zhou)</a> <time title="2012-07-13 02:25:16 UTC" datetime="2012-07-13T02:25:16.253256+00:00">on 2012-07-13</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>description</b>: </td> <td> updated </td> </tr> </table> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~victor.zhou" class="sprite person">Victor Zhou (victor.zhou)</a> <time title="2012-07-13 02:52:48 UTC" datetime="2012-07-13T02:52:48.149786+00:00">on 2012-07-13</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>summary</b>: </td> <td> - Oneiric to Precise upgrade test failed: User settings are not preserved<br />+ Lucid to Precise upgrade test failed: User settings are not preserved<br /> on upgrade </td> </tr> <tr> <td style="text-align: right;"> <b>tags</b>: </td> <td> added: lucid2precise<br />removed: oneiric2precise </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/7" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~pitti" class="sprite person">Martin Pitt (pitti)</a> wrote <time itemprop="commentTime" datetime="2012-07-13T05:13:34.803872+00:00" title="2012-07-13 05:13:34 UTC">on 2012-07-13</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/7"> #7</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>That&#x27;s just the second half of the test. The first half is setting up some user config in 10.04:</p> <p><a rel="nofollow" href="http://bazaar.launchpad.net/~auto-upgrade-testing-dev/auto-upgrade-testing/trunk/view/head:/share/scripts/prepare_lts_user">http://<wbr />bazaar.<wbr />launchpad.<wbr />net/~auto-<wbr />upgrade-<wbr />testing-<wbr />dev/auto-<wbr />upgrade-<wbr />testing/<wbr />trunk/view/<wbr />head:/share/<wbr />scripts/<wbr />prepare_<wbr />lts_user</a></p> <p>There is also a corresponding pair of prepare_lts_desktop / test_lts_<wbr />upgrade_<wbr />system.<wbr />py scripts for some system-level configuration migration (gdm -&gt; lightdm), but it seems this is succeeding.</p> <p>Victor, where in the logs does it show the call of the prepare_lts_user script? This needs to be run before starting the dist-upgrade, i. e. in the 10.04 installation.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">That's just the second half of the test. The first half is setting up some user config in 10.04: http://bazaar.launchpad.net/~auto-upgrade-testing-dev/auto-upgrade-testing/trunk/view/head:/share/scripts/prepare_lts_user There is also a corresponding pair of prepare_lts_desktop / test_lts_upgrade_system.py scripts for some system-level configuration migration (gdm -&gt; lightdm), but it seems this is succeeding. Victor, where in the logs does it show the call of the prepare_lts_user script? This needs to be run before starting the dist-upgrade, i. e. in the 10.04 installation.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> <time title="2012-07-13 16:19:41 UTC" datetime="2012-07-13T16:19:41.799356+00:00">on 2012-07-13</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>tags</b>: </td> <td> removed: rls-q-incoming </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/8" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~jibel" class="sprite person">Jean-Baptiste Lallement (jibel)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T14:16:18.621582+00:00" title="2012-08-07 14:16:18 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/8"> #8</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I ran the following test manually:<br /> 1. On lucid up-to-date, set the theme to &#x27;Radiance&#x27; from the &quot;appearance&quot; dialog.<br /> 2. Upgrade to Precise<br /> 3. Verify of the theme after upgrade:</p> <p>- Visually the theme of windows decoration is &#x27;Radiance&#x27; but the theme of the top panel is &#x27;Ambiance&#x27;<br /> - gconftool -g /desktop/<wbr />gnome/interface<wbr />/gtk_theme returns Radiance (which was set before the upgrade)<br /> - Querying interface settings through gio returns &#x27;Ambiance&#x27;<br /> &gt;&gt;&gt; from gi.repository import Gio<br /> &gt;&gt;&gt; iface_settings = Gio.Settings(<wbr />&#x27;org.gnome.<wbr />desktop.<wbr />interface&#x27;<wbr />)<br /> &gt;&gt;&gt; iface_settings.<wbr />get_string(<wbr />&#x27;gtk-theme&#x27;<wbr />)<br /> &#x27;Ambiance&#x27;</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I ran the following test manually: 1. On lucid up-to-date, set the theme to 'Radiance' from the "appearance" dialog. 2. Upgrade to Precise 3. Verify of the theme after upgrade: - Visually the theme of windows decoration is 'Radiance' but the theme of the top panel is 'Ambiance' - gconftool -g /desktop/gnome/interface/gtk_theme returns Radiance (which was set before the upgrade) - Querying interface settings through gio returns 'Ambiance' &gt;&gt;&gt; from gi.repository import Gio &gt;&gt;&gt; iface_settings = Gio.Settings('org.gnome.desktop.interface') &gt;&gt;&gt; iface_settings.get_string('gtk-theme') 'Ambiance' </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New &#8594; Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/9" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T15:00:10.637114+00:00" title="2012-08-07 15:00:10 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/9"> #9</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>@jibel: thanks</p> <p>- Did you reboot after the upgrade? can you add your .xsession-errors after the first login to the bug?</p> <p>you can use the command line gsettings tool rather than python there btw:<br /> &quot;gsettings get org.gnome.<wbr />desktop.<wbr />interface gtk-theme&quot;</p> <p>can you also run &quot;gsettings-<wbr />data-convert --dry-run --verbose&quot; and copy the log here?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">@jibel: thanks - Did you reboot after the upgrade? can you add your .xsession-errors after the first login to the bug? you can use the command line gsettings tool rather than python there btw: "gsettings get org.gnome.desktop.interface gtk-theme" can you also run "gsettings-data-convert --dry-run --verbose" and copy the log here?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed &#8594; Incomplete </td> </tr> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Quantal): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New &#8594; Won&#x27;t Fix </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/10" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T15:00:49.354204+00:00" title="2012-08-07 15:00:49 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/10"> #10</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>settings wontfix for quantal, we don&#x27;t support &lt; precise to quantal updates, and there is nothing to migrate when going from precise to quantal</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">settings wontfix for quantal, we don't support &lt; precise to quantal updates, and there is nothing to migrate when going from precise to quantal</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/11" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~jibel" class="sprite person">Jean-Baptiste Lallement (jibel)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T16:06:03.284938+00:00" title="2012-08-07 16:06:03 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/11"> #11</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251471/+files/_xsession-errors" class="sprite download-icon">_xsession-errors</a> <a class="sprite edit action-icon" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251471">Edit</a> (10.8 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Yes, I rebooted after upgrade. I attached .xsession-errors file from the first login after upgrade.</p> <p>Here is the output of gsettings get:<br /> $ gsettings get org.gnome.<wbr />desktop.<wbr />interface gtk-theme<br /> &#x27;Ambiance&#x27;</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Yes, I rebooted after upgrade. I attached .xsession-errors file from the first login after upgrade. Here is the output of gsettings get: $ gsettings get org.gnome.desktop.interface gtk-theme 'Ambiance'</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/12" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~jibel" class="sprite person">Jean-Baptiste Lallement (jibel)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T16:08:15.362776+00:00" title="2012-08-07 16:08:15 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/12"> #12</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>And the output of gsettings-<wbr />data-convert:</p> <p>$ gsettings-<wbr />data-convert --dry-run --verbose<br /> Directory &#x27;/usr/share/<wbr />ubuntu-<wbr />2d/GConf/<wbr />gsettings&#x27; does not exist, nothing to do<br /> Directory &#x27;/usr/share/<wbr />gnome/GConf/<wbr />gsettings&#x27; does not exist, nothing to do<br /> Directory &#x27;/usr/local/<wbr />share/GConf/<wbr />gsettings&#x27; does not exist, nothing to do<br /> Directory &#x27;/usr/share/<wbr />GConf/gsettings<wbr />&#x27; all uptodate, nothing to do</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">And the output of gsettings-data-convert: $ gsettings-data-convert --dry-run --verbose Directory '/usr/share/ubuntu-2d/GConf/gsettings' does not exist, nothing to do Directory '/usr/share/gnome/GConf/gsettings' does not exist, nothing to do Directory '/usr/local/share/GConf/gsettings' does not exist, nothing to do Directory '/usr/share/GConf/gsettings' all uptodate, nothing to do</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Incomplete &#8594; Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/13" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T16:24:26.002405+00:00" title="2012-08-07 16:24:26 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/13"> #13</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>could you add your ~/.local/<wbr />share/gsettings<wbr />-data-convert to the bug?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">could you add your ~/.local/share/gsettings-data-convert to the bug?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/14" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~jibel" class="sprite person">Jean-Baptiste Lallement (jibel)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T16:42:33.220384+00:00" title="2012-08-07 16:42:33 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/14"> #14</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251559/+files/_local_share_gsettings-data-convert" class="sprite download-icon">_local_share_gsettings-data-convert</a> <a class="sprite edit action-icon" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251559">Edit</a> (861 bytes, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/15" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T16:58:56.121878+00:00" title="2012-08-07 16:58:56 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/15"> #15</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>oh, sorry, looking through details that&#x27;s not a bug:</p> <p>changelog extract:</p> <p>&quot; * dont_reset_<wbr />themes.<wbr />patch: Do not migrate the themes, as many are not<br /> &nbsp;&nbsp;&nbsp;&nbsp;available in the GTK 3 world any more. Just keep the font and color<br /> &nbsp;&nbsp;&nbsp;&nbsp;schema, as these are still fully available. (LP: <a href="/bugs/969569" class="bug-link">#969569</a>)&quot;</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">oh, sorry, looking through details that's not a bug: changelog extract: " * dont_reset_themes.patch: Do not migrate the themes, as many are not available in the GTK 3 world any more. Just keep the font and color schema, as these are still fully available. (LP: #969569)"</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in gsettings-desktop-schemas (Ubuntu Precise): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Confirmed &#8594; Invalid </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/16" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~seb128" class="sprite person">Sebastien Bacher (seb128)</a> wrote <time itemprop="commentTime" datetime="2012-08-07T17:06:11.567691+00:00" title="2012-08-07 17:06:11 UTC">on 2012-08-07</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/comments/16"> #16</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>we don&#x27;t have a smart way to migrate only the default theme, the way the migration system work is either we migrate the key value or not ... there were hundred of gtk2 themes out there and an UI to set those so lot of users have a custom theme, upgrading the theme has no equivalent for gtk3 and migrating the value would create issues, it&#x27;s safer to reset the theme</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">we don't have a smart way to migrate only the default theme, the way the migration system work is either we migrate the key value or not ... there were hundred of gtk2 themes out there and an UI to set those so lot of users have a custom theme, upgrading the theme has no equivalent for gtk3 and migrating the value would create issues, it's safer to reset the theme</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div style="float: right;"> <a class="menu-link-activitylog" href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+activity">See full activity log</a> </div> <div class="clearfix"></div> <div align="center" id="add-comment-login-first"> To post a comment you must <a href="+login?comments=all">log in</a>. </div> </div><!-- class="top-portlet" --> </div><!--- id="maincontentsub"--> <div> <div id="duplicate-form-container"></div> <div id="privacy-form-container"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="single"> <a class="sprite bugs" href="/ubuntu/+source/gsettings-desktop-schemas/+filebug"> Report a bug </a> </li> </ul> </div> <div id="privacy" class="first portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This report contains <strong id="information-type">Public</strong> information </span>&nbsp; <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div id="portlet-actions" class="portlet vertical"> <ul id="duplicate-actions"> </ul> <ul id="lock-status-actions"> </ul> </div> <div class="portlet vertical" id="portlet-subscription"> <div class="section"> <div id="current_user_subscription" class="False"> <span>You are</span> <a class="menu-link-subscription sprite modify edit" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+subscribe"> not directly subscribed to this bug's notifications. </a> </div> <div id="sub-unsub-spinner">Subscribing...</div> <ul> <li><a class="menu-link-editsubscriptions sprite modify edit" href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+subscriptions" title="View and change your subscriptions to this bug">Edit bug mail</a></li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', 'lp.bugs.bugtask_index.portlets.subscription', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask_index.portlets.subscription.initialize(); }); }); </script> </div> <div class="portlet vertical" id="portlet-subscribers"> <h2>Other bug subscribers</h2> <div> <div><a class="menu-link-addsubscriber sprite add" href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+addsubscriber" title="Launchpad will email that person whenever this bugs changes">Subscribe someone else</a></div> </div> <div id="other-bug-subscribers"></div> </div> <div class="portlet" id="portlet-attachments"> <h2>Bug attachments</h2> <ul> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3218223/+files/bootstrap.log" class="sprite download-icon">bootstrap.log</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3218223">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251471/+files/_xsession-errors" class="sprite download-icon">_xsession-errors</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251471">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251559/+files/_local_share_gsettings-data-convert" class="sprite download-icon">_local_share_gsettings-data-convert</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+attachment/3251559">Edit</a> </li> </ul> <ul> <li> <a class="sprite add" href="/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+addcomment">Add attachment</a> </li> </ul> </div> <div class="portlet" id="portlet-watches"> <h2>Remote bug watches</h2> <ul> </ul> <p>Bug watches keep track of this bug in other bug trackers.</p> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; aa29ae0 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "bug": {"self_link": "https://bugs.launchpad.net/api/devel/bugs/1022864", "web_link": "https://bugs.launchpad.net/bugs/1022864", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug", "id": 1022864, "private": false, "information_type": "Public", "name": null, "title": "Lucid to Precise upgrade test failed: User settings are not preserved on upgrade", "description": "Automated desktop upgrade test from Oneiric to Precise failed in Jenkins, due to user settings are not preserved on upgrade.\n\n\u00a0Traceback (you can find more in the attached bootstrap.log):\n\u00a0File \"/tmp/test_lts_upgrade_user.py\", line 45, in test_gtk_theme\n\u00a0\u00a0\u00a0\u00a0\u00a0self.assertEqual(iface_settings.get_string('gtk-theme'), 'Radiance')\n\u00a0\u00a0\u00a0\u00a0AssertionError: 'Ambiance' != 'Radiance'\n\nLink to the 1 of the failed jobs:\nhttps://jenkins.qa.ubuntu.com/view/Precise/view/Upgrade%20Testing%20Dashboard/job/precise-upgrade-lucid-desktop/169/ARCH=i386,LTS=lts,PROFILE=ubuntu,label=upgrade-test/", "owner_link": "https://bugs.launchpad.net/api/devel/~victor.zhou", "bug_tasks_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/bug_tasks", "duplicate_of_link": null, "date_created": "2012-07-10T08:30:22.798732+00:00", "activity_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/activity", "subscriptions_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/subscriptions", "date_last_updated": "2012-08-07T17:06:12.197556+00:00", "who_made_private_link": null, "date_made_private": null, "heat": 12, "bug_watches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/bug_watches", "cves_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/cves", "vulnerabilities_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/vulnerabilities", "duplicates_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/duplicates", "attachments_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/attachments", "security_related": false, "latest_patch_uploaded": null, "tags": ["dist-upgrade", "lucid2precise", "qa-daily-testing"], "date_last_message": "2012-08-07T17:06:11.567691+00:00", "number_of_duplicates": 0, "message_count": 17, "users_affected_count": 1, "users_unaffected_count": 0, "users_affected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/users_affected", "users_unaffected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/users_unaffected", "users_affected_count_with_dupes": 1, "other_users_affected_count_with_dupes": 1, "users_affected_with_dupes_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/users_affected_with_dupes", "messages_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/messages", "lock_status": "Unlocked", "lock_reason": null, "linked_branches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/linked_branches", "linked_merge_proposals_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1022864/linked_merge_proposals", "http_etag": "\"9c66267ac6e2fb2c5dfa9cea5929658a2e35ab55-1b47372b5efd476930fa9bd9b6c6b30f58648efc\""}, "subscribers_portlet_url_data": {"web_link": "https://bugs.launchpad.net/bugs/1022864", "self_link": "https://bugs.launchpad.net/api/devel/bugs/1022864"}, "total_comments_and_activity": 41, "initial_comment_batch_offset": 41, "first visible_recent_comment": -24, "bugtask_data": {"1230676": {"id": 1230676, "row_id": "tasksummary1230676", "form_row_id": "task1230676", "bugtask_path": "/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864", "prefix": "ubuntu_gsettings-desktop-schemas", "targetname": "gsettings-desktop-schemas (Ubuntu)", "bug_title": "Lucid to Precise upgrade test failed: User settings are not preserved on upgrade", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/+delete", "target_is_product": false, "status_widget_items": [{"name": "New", "value": "New", "description": "Not looked at yet.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusNEW"}], "status_value": "New", "importance_widget_items": "[]", "importance_value": "High", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1230825": {"id": 1230825, "row_id": "tasksummary1230825", "form_row_id": "task1230825", "bugtask_path": "/ubuntu/precise/+source/gsettings-desktop-schemas/+bug/1022864", "prefix": "ubuntu_precise_gsettings-desktop-schemas", "targetname": "gsettings-desktop-schemas (Ubuntu Precise)", "bug_title": "Lucid to Precise upgrade test failed: User settings are not preserved on upgrade", "assignee_value": "canonical-desktop-team", "assignee_is_team": true, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/precise/+source/gsettings-desktop-schemas/+bug/1022864/+delete", "target_is_product": false, "status_widget_items": [{"name": "Invalid", "value": "Invalid", "description": "Not a bug. May be a support request or spam.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusINVALID"}], "status_value": "Invalid", "importance_widget_items": "[]", "importance_value": "High", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}, "1230826": {"id": 1230826, "row_id": "tasksummary1230826", "form_row_id": "task1230826", "bugtask_path": "/ubuntu/quantal/+source/gsettings-desktop-schemas/+bug/1022864", "prefix": "ubuntu_quantal_gsettings-desktop-schemas", "targetname": "gsettings-desktop-schemas (Ubuntu Quantal)", "bug_title": "Lucid to Precise upgrade test failed: User settings are not preserved on upgrade", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/quantal/+source/gsettings-desktop-schemas/+bug/1022864/+delete", "target_is_product": false, "status_widget_items": [{"name": "Won't Fix", "value": "Won't Fix", "description": "Doesn't fit with the project plans, sorry.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusWONTFIX"}], "status_value": "Won't Fix", "importance_widget_items": "[]", "importance_value": "High", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}, "PUBLICSECURITY": {"value": "PUBLICSECURITY", "description": "Everyone can see this security related information.\n", "name": "Public Security", "order": 1, "is_private": false, "description_css_class": "choice-description"}, "PRIVATESECURITY": {"value": "PRIVATESECURITY", "description": "Only the security group can see this information.\n ", "name": "Private Security", "order": 2, "is_private": true, "description_css_class": "choice-description"}, "USERDATA": {"value": "USERDATA", "description": "Only shared with users permitted to see private user information.\n", "name": "Private", "order": 3, "is_private": true, "description_css_class": "choice-description"}}, "bug_is_private": false, "context": {"self_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864", "web_link": "https://bugs.launchpad.net/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug_task", "bug_link": "https://bugs.launchpad.net/api/devel/bugs/1022864", "milestone_link": null, "status": "New", "status_explanation": null, "importance": "High", "importance_explanation": null, "assignee_link": null, "bug_target_display_name": "gsettings-desktop-schemas (Ubuntu)", "bug_target_name": "gsettings-desktop-schemas (Ubuntu)", "bug_watch_link": null, "date_assigned": null, "date_created": "2012-07-10T08:30:22.798732+00:00", "date_confirmed": null, "date_incomplete": null, "date_in_progress": null, "date_closed": null, "date_left_new": null, "date_triaged": null, "date_fix_committed": null, "date_fix_released": null, "date_left_closed": null, "owner_link": "https://bugs.launchpad.net/api/devel/~victor.zhou", "target_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/gsettings-desktop-schemas", "title": "Bug #1022864 in gsettings-desktop-schemas (Ubuntu): \"Lucid to Precise upgrade test failed: User settings are not preserved on upgrade\"", "related_tasks_collection_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/gsettings-desktop-schemas/+bug/1022864/related_tasks", "is_complete": false, "http_etag": "\"89fdfda7a6826bf48e8c9e6e8fd1e1ec38436c06-35a5b21b12bcb081bd3dd7fab6e19c0c0c9b66fa\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 59 queries/external actions issued in 2.61 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'bugs.affected_count_includes_dupes.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} raa29ae0 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10