CINXE.COM

Assigned bugs : Bugs : “Ubuntu Development Team” team

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Assigned bugs : Bugs : “Ubuntu Development Team” team</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="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/~ubuntu-dev/latest-bugs.atom" title="Latest Bugs for Ubuntu Development Team" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="This is the team of developers who work on Ubuntu. Applicants should work with the development teams to learn the skills and processes involved in Ubuntu package maintenance. To get to know team members before joining, you should read the guidelines at http://wiki.ubuntu.com/ContributeToUbuntu " /> <meta property="og:description" content="This is the team of developers who work on Ubuntu. Applicants should work with the development teams to learn the skills and processes involved in Ubuntu package maintenance. To get to know team members before joining, you should read the guidelines at http://wiki.ubuntu.com/ContributeToUbuntu " /> <meta property="og:title" content="Assigned bugs : Bugs : “Ubuntu Development Team” team" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/~ubuntu-dev/+assignedbugs" /> <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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?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/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', 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"> 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://launchpad.net/~ubuntu-dev/+assignedbugs/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/~ubuntu-dev"><img alt="" width="64" height="64" src="/@@/team-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/~ubuntu-dev">“Ubuntu Development Team” team</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/~ubuntu-dev">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/~ubuntu-dev">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/~ubuntu-dev">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/~ubuntu-dev">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/~ubuntu-dev">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/~ubuntu-dev">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>Assigned bugs</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <div> </div> </form> </div> <br /> <div id="bugs-table-listing"> <p>There are currently no open bugs.</p> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div> <div id="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-assignedbugs" href="https://bugs.launchpad.net/~ubuntu-dev/+assignedbugs" title="Bugs assigned to Ubuntu Development Team.">Assigned bugs</a> </li> <li> <a class="menu-link-subscribedbugs" href="https://bugs.launchpad.net/~ubuntu-dev/+subscribedbugs" title="Bug reports Ubuntu Development Team is subscribed to.">Subscribed bugs</a> </li> <li> <a class="menu-link-relatedbugs" href="https://bugs.launchpad.net/~ubuntu-dev" title="All bug reports which Ubuntu Development Team reported, is assigned to, or is subscribed to.">All related bugs</a> </li> <li> <a class="menu-link-softwarebugs" href="https://bugs.launchpad.net/~ubuntu-dev/+packagebugs" title="A summary report for packages where Ubuntu Development Team is a subscriber.">Subscribed packages</a> </li> </ul> </div> <div class="portlet" id="portlet-team-bugs"> <h2>“Ubuntu Development Team” team's teams</h2> <table> <tr> <td></td> <td> <a href="/~ubuntu-translations-bugsupervisors/+assignedbugs">“Bug Supervisors for Ubuntu Translations” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~computer-janitor-hackers/+assignedbugs">“computer-janitor-hackers” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-crashes-universe/+assignedbugs">“Crash bug triagers for Ubuntu packages” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~desktopfolder-dev/+assignedbugs">“DesktopFolder Team” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~planet-ubuntu/+assignedbugs">“Planet Ubuntu” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntubudgie-dev/+assignedbugs">“Ubuntu Budgie Developers” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntubudgie/+assignedbugs">“Ubuntu Budgie” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-bugcontrol/+assignedbugs">“Ubuntu Bug Control” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-dev-team/+assignedbugs">“Ubuntu Developers” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-dev-without-bugmail/+assignedbugs">“Ubuntu Development Team (bugmail catching gateway)” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-dev/+assignedbugs">“Ubuntu Development Team” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntumembers/+assignedbugs">“Ubuntu Members” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-packaging-guide-team/+assignedbugs">“Ubuntu Packaging Guide Team” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-transition-trackers/+assignedbugs">“Ubuntu Transition Trackers” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-uploaders/+assignedbugs">“Ubuntu Uploaders” team</a> </td> </tr> <tr> <td></td> <td> <a href="/~ubuntu-wiki-editors/+assignedbugs">“Ubuntu Wiki Editors” team</a> </td> </tr> </table> </div> </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; 78860d9 (<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": "\u201cUbuntu Development Team\u201d team", "url": "https://launchpad.net/~ubuntu-dev"}, "view_name": "+assignedbugs", "mustache_model": {"items": []}, "next": null, "prev": null, "total": 0, "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://launchpad.net/api/devel/~ubuntu-dev", "web_link": "https://launchpad.net/~ubuntu-dev", "resource_type_link": "https://launchpad.net/api/devel/#team", "all_specifications_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/valid_specifications", "recipes_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/recipes", "time_zone": "UTC", "private": false, "is_valid": true, "is_team": true, "account_status": "Unactivated", "visibility": "Public", "name": "ubuntu-dev", "is_probationary": false, "id": "tag:launchpad.net:2008:redacted", "karma": 0, "homepage_content": null, "description": "This is the team of developers who work on Ubuntu. \n\nApplicants should work with the development teams to learn the skills and processes involved in Ubuntu package maintenance. To get to know team members before joining, you should read the guidelines at http://wiki.ubuntu.com/ContributeToUbuntu\n", "languages_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/languages", "hide_email_addresses": false, "date_created": "2005-08-09T19:50:16.647642+00:00", "sshkeys_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/sshkeys", "is_ubuntu_coc_signer": false, "gpg_keys_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/gpg_keys", "wiki_names_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/wiki_names", "irc_nicknames_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/irc_nicknames", "jabber_ids_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/jabber_ids", "social_accounts_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/social_accounts", "memberships_details_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/memberships_details", "open_membership_invitations_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/open_membership_invitations", "confirmed_email_addresses_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/confirmed_email_addresses", "team_owner_link": "https://launchpad.net/api/devel/~developer-membership-board", "preferred_email_address_link": "tag:launchpad.net:2008:redacted", "mailing_list_auto_subscribe_policy": "Ask me when I join a team", "archive_link": null, "ppas_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/ppas", "sub_teams_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/sub_teams", "super_teams_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/super_teams", "members_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/members", "admins_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/admins", "participants_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/participants", "deactivated_members_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/deactivated_members", "expired_members_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/expired_members", "invited_members_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/invited_members", "members_details_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/members_details", "proposed_members_collection_link": "https://launchpad.net/api/devel/~ubuntu-dev/proposed_members", "account_status_history": "tag:launchpad.net:2008:redacted", "team_description": "This is the team of developers who work on Ubuntu. \n\nApplicants should work with the development teams to learn the skills and processes involved in Ubuntu package maintenance. To get to know team members before joining, you should read the guidelines at http://wiki.ubuntu.com/ContributeToUbuntu\n", "membership_policy": "Restricted Team", "subscription_policy": "Restricted Team", "renewal_policy": "invite them to renew their own membership", "default_membership_period": 730, "default_renewal_period": 730, "logo_link": "https://launchpad.net/api/devel/~ubuntu-dev/logo", "mugshot_link": "https://launchpad.net/api/devel/~ubuntu-dev/mugshot", "display_name": "Ubuntu Development Team", "http_etag": "\"e004219bb8529542f034d2be50d98dc7bc9184d7-f7431812dfccf2689d32119d1b00fdc1e0d45287\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 13 queries/external actions issued in 0.20 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, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>

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