CINXE.COM

Bugs : LXQt

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Bugs : LXQt</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 type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/combo.css" /> <meta property="og:title" content="Bugs : LXQt" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/lxqt/+bugs" /> <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/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?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/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?lp/', comboBase: '/+combo/rev419ba3bacb6daab6277d21076d6369a2b1ffe680/?', 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> <meta name="robots" content="noindex,nofollow" /> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </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/lxqt/+bugs/+login?field.tag=apport-bug">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/lxqt"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/lxqt">LXQt</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/lxqt">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/lxqt">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/lxqt">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/lxqt">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/lxqt">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/lxqt">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"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <p id="no-malone"> <strong> LXQt must be configured in order for Launchpad to forward bugs to the project's developers. </strong> </p> <a id="getting-started-help" class="sprite maybe" href="https://help.launchpad.net/Bugs"> Getting started with bug tracking in Launchpad</a>. <p id="also-in-ubuntu"> Ubuntu tracks bugs for packages derived from this project: <span style="white-space: nowrap"><a href="/ubuntu/+source/libfm-qt" class="sprite package-source">libfm-qt in Ubuntu</a></span>, <span style="white-space: nowrap"><a href="/ubuntu/+source/lxqt-panel" class="sprite package-source">lxqt-panel in Ubuntu</a></span>, <span style="white-space: nowrap"><a href="/ubuntu/+source/lxqt-policykit" class="sprite package-source">lxqt-policykit in Ubuntu</a></span>, <span style="white-space: nowrap"><a href="/ubuntu/+source/lxqt-session" class="sprite package-source">lxqt-session in Ubuntu</a></span>, <span style="white-space: nowrap"><a href="/ubuntu/+source/pcmanfm-qt" class="sprite package-source">pcmanfm-qt in Ubuntu</a></span>. </p> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> </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; 419ba3b (<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": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "LXQt", "url": "https://launchpad.net/lxqt"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "6 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1795998", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e26\u003c/span\u003e", "badges": "", "id": 1795998, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-04-03", "milestone_name": null, "reporter": "Leandro Ramos", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=cosmic", "tag": "cosmic"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=lubuntu", "tag": "lubuntu"}], "title": "qterminal dropdown shortcut key does not consistently toggle visibility", "has_tags": true}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1821433", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1821433, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2021-10-05", "milestone_name": null, "reporter": "Lyn Perrine", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=disco", "tag": "disco"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=lubuntu", "tag": "lubuntu"}], "title": "LXQt save dialogs don't automatically add file extensions", "has_tags": true}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1824654", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 1824654, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-03-26", "milestone_name": null, "reporter": "\u051c\u0430\u04c0t\u0435r \u216c\u0430\u0440\u0441\u04bb\u0443n\u0455k\u0456", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=disco", "tag": "disco"}], "title": "using BROWSER environment variable to set default browser creates several problems", "has_tags": true}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1831847", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 1831847, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2023-12-24", "milestone_name": null, "reporter": "Chris Guiver", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=disco", "tag": "disco"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=eoan", "tag": "eoan"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=focal", "tag": "focal"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=iso-testing", "tag": "iso-testing"}], "title": "lximage-qt drawings not always visible", "has_tags": true}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1849877", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 1849877, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-04-03", "milestone_name": null, "reporter": "Andi Siswa", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=eoan", "tag": "eoan"}], "title": "custom desktop names in lxqt-panel desktop switcher widget reverts to defaults", "has_tags": true}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1875774", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e46\u003c/span\u003e", "badges": "\u003cspan alt=\"haspatch\" title=\"Has a patch\" class=\"sprite haspatch-icon\"\u003e\u003c/span\u003e", "id": 1875774, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-07-26", "milestone_name": null, "reporter": "Chris Guiver", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=focal", "tag": "focal"}], "title": "lxqt-policykit crashes with general protection fault in libgobject-2.0", "has_tags": true}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1876503", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1876503, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-04-03", "milestone_name": null, "reporter": "Leonardo", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=focal", "tag": "focal"}], "title": "Keyboard input suddenly stops to work, but when i log off and relog it comes back to normal.(I cant use keyboard after the bug happens, but i can do it normaly after log out- log on)", "has_tags": true}, {"age": "3 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/lxqt/+bug/1912841", "bugtarget": "LXQt", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 1912841, "importance": "Unknown", "importance_class": "importanceUNKNOWN", "information_type": "Public", "last_updated": "on 2024-04-02", "milestone_name": null, "reporter": "Saeed Ahadian", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=focal", "tag": "focal"}, {"url": "https://bugs.launchpad.net/lxqt/+bugs/?field.tag=third-party-packages", "tag": "third-party-packages"}], "title": "keyboard layout switch keys don't work correctly for the specific English/Persian combination", "has_tags": true}]}, "next": null, "prev": null, "total": 8, "forwards": true, "last_start": 0, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/lxqt", "web_link": "https://launchpad.net/lxqt", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Unknown", "official_answers": false, "official_blueprints": false, "official_codehosting": false, "official_bugs": false, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/valid_specifications", "bug_reporting_guidelines": null, "bug_reported_acknowledgement": null, "official_bug_tags": [], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~joern-schoenyan", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "LXQt", "icon_link": "https://bugs.launchpad.net/api/devel/lxqt/icon", "logo_link": "https://bugs.launchpad.net/api/devel/lxqt/logo", "name": "lxqt", "owner_link": "https://bugs.launchpad.net/api/devel/~joern-schoenyan", "project_group_link": null, "title": "LXQt", "registrant_link": "https://bugs.launchpad.net/api/devel/~joern-schoenyan", "driver_link": "https://bugs.launchpad.net/api/devel/~joern-schoenyan", "summary": "This project holds the code for LXQt and some other software for this desktop.", "description": null, "date_created": "2015-10-27T17:34:01.225102+00:00", "homepage_url": null, "wiki_url": null, "screenshots_url": null, "download_url": null, "programming_language": null, "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/lxqt/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU LGPL v2.1"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/lxqt/trunk", "releases_collection_link": "https://bugs.launchpad.net/api/devel/lxqt/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"ff773ea8c91d5d32eebfd0fb4d799bded033859c-98e53d64829cbbaa0ff76e740e97a766e45b00de\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 22 queries/external actions issued in 0.25 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r419ba3b --> </html>

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