CINXE.COM
Lubuntu Next in Launchpad
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/lubuntu-next/+index" /> <meta charset="UTF-8" /> <title>Lubuntu Next in Launchpad</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/lubuntu-next/announcements.atom" title="Announcements for Lubuntu Next" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/lubuntu-next/latest-bugs.atom" title="Latest Bugs for Lubuntu Next" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/lubuntu-next/branches.atom" title="Latest Branches for Lubuntu Next" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/lubuntu-next/revisions.atom" title="Latest Revisions for Lubuntu Next" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta property="og:title" content="Lubuntu Next in Launchpad" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/lubuntu-next/+index" /> <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/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', 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> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/lubuntu-next/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/lubuntu-next"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/354263232/64.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/lubuntu-next">Lubuntu Next</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><span>Overview</span></li> <li class="branches"><a href="https://code.launchpad.net/lubuntu-next">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/lubuntu-next">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/lubuntu-next">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/lubuntu-next">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/lubuntu-next">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"> Registered <time title="2014-10-28 08:52:39 UTC" datetime="2014-10-28T08:52:39.211987+00:00">2014-10-28</time> by <a href="/~gilir" class="sprite person">Julien Lavergne</a> </div> </div> <div id="request-notifications"> </div> <div class="top-portlet"> <div class="summary"><p>Progress on porting Lubuntu to Qt. Please note that as of Lubuntu Cosmic, this is not a separate project, but will ultimately be what Lubuntu is.</p></div> </div> <div class="yui-g"> <div class="yui-u first"> <div id="project-info" class="portlet"> <h2>Project information</h2> <div class="two-column-list"> <dl id="partof"> <dt>Part of:</dt> <dd><a href="/lubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/357524960/14.png)">Lubuntu</a></dd> </dl> <dl id="owner"> <dt>Maintainer:</dt> <dd> <span id="edit-owner"> <span class="yui3-activator-data-box"> <a href="/~registry" class="sprite team">Registry Administrators</a> </span> </span> </dd> </dl> <dl id="driver"> <dt>Driver:</dt> <dd> <span id="edit-driver"> <span class="yui3-activator-data-box"> Not yet selected </span> </span> </dd> </dl> </div> <div> <dl id="licences"> <dt>Licence:</dt> <dd> GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU LGPL v3 </dd> </dl> </div> <p> <a class="menu-link-rdf sprite download" href="https://launchpad.net/lubuntu-next/+rdf"><abbr title="Resource Description Framework">RDF</abbr> metadata</a> </p> </div> </div> <div class="yui-u"> <div class="portlet"> <h2> <span class="see-all"><a class="menu-link-series sprite info" href="https://launchpad.net/lubuntu-next/+series">View full history</a></span> Series and milestones </h2> <div id="timeline-loading" class="hidden"> <img src="/@@/spinner" /> Loading graph... </div> <!-- Opera ignores overflow:hidden for iframe, so use scrolling=no. --> <iframe id="timeline-iframe" name="timeline-iframe" class="timeline-iframe hidden" style="border: 0" scrolling="no" width="100%" height="216px"></iframe> <script> //<![CDATA[ function timeline_iframe(auto_resize, include_inactive, start, size) { var timeline_url = "+timeline-graph?"; if (include_inactive == 'true') { timeline_url += "include_inactive=true&"; } if (auto_resize == 'true') { timeline_url += 'resize_frame=timeline-iframe&'; } start = parseInt(start); size = parseInt(size); if (start != NaN && start >= 0) { timeline_url += "start=" + start + "&"; } if (size != NaN && size >= 1) { timeline_url += "size=" + size + "&"; } LPJS.use('node', 'lp.registry.timeline', function(Y) { if (!Y.lp.registry.timeline.isCanvasSupported()) { return; } var loading_el = Y.one('#timeline-loading'); loading_el.setStyle('display', 'block'); var iframe = Y.one('#timeline-iframe'); iframe.set('src', timeline_url); Y.on('load', function(e) { loading_el.setStyle('display', 'none'); iframe.setStyle('display', 'block'); }, iframe); }); } //]]> </script> <script> timeline_iframe( 'None', 'None', 'None', 'None' ); </script> <p id="development-focus"> <a href="/lubuntu-next/artful-aardvark">artful-aardvark series</a> is the current focus of development. </p> <ul class="horizontal" id="project-link-info"> <li class="nowrap"> <a class="menu-link-milestones sprite info" href="https://launchpad.net/lubuntu-next/+milestones">View milestones</a> </li> <li class="nowrap"> <a class="menu-link-create_snap sprite add" href="https://launchpad.net/lubuntu-next/+new-snap">Create snap package</a> </li> <li class="nowrap"> <a class="menu-link-create_charm_recipe sprite add" href="https://launchpad.net/lubuntu-next/+new-charm-recipe">Create charm recipe</a> </li> </ul> </div> </div> </div> <div class="yui-g"> <div class="yui-u first"> <div id="code-info" class="portlet"> <h2> <span class="see-all"><a href="https://code.launchpad.net/lubuntu-next"> All code</a></span> Code </h2> <div class="two-column-list"> <dl id="product-vcs"> <dt>Version control system:</dt> <dd>Bazaar</dd> </dl> <dl id="product-languages"> <dt>Programming languages:</dt> <dd><span id="edit-programminglang" class="nowrap"> <span class="yui3-editable_text-text" style=""> Qt, C++ </span> </span> </dd> </dl> </div> </div> <div> </div> </div> <div class="yui-u"> <div> <div class="portlet" id="portlet-blueprints"> <h2> <span class="see-all"><a href="https://blueprints.launchpad.net/lubuntu-next">All blueprints</a></span> Latest blueprints</h2> <ul> <li> <a href="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful" class="sprite blueprint-essential">Lubuntu Testcase Revisions for Artful Aardvark</a> <br /><span class="registered"> Registered <time title="2016-02-10 23:52:27 UTC" datetime="2016-02-10T23:52:27.669515+00:00">on 2016-02-10</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/lubuntu-next/+spec/1710-qt-others" class="sprite blueprint-low">Discussion about others applications for 17.10 Qt version</a> <br /><span class="registered"> Registered <time title="2014-05-11 21:51:20 UTC" datetime="2014-05-11T21:51:20.562356+00:00">on 2014-05-11</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/lubuntu-next/+spec/1610-qt-notes" class="sprite blueprint-low">Discussion about notes application for 16.10 Qt version</a> <br /><span class="registered"> Registered <time title="2014-05-11 21:49:37 UTC" datetime="2014-05-11T21:49:37.659762+00:00">on 2014-05-11</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/lubuntu-next/+spec/1710-qt-languages" class="sprite blueprint-high">Discussion about language management application for 17.10 Qt version</a> <br /><span class="registered"> Registered <time title="2014-05-11 21:42:24 UTC" datetime="2014-05-11T21:42:24.037981+00:00">on 2014-05-11</time> </span> </li> <li> <a href="https://blueprints.launchpad.net/lubuntu-next/+spec/1710-qt-scan" class="sprite blueprint-medium">Discussion about scan application for 17.10 Qt version</a> <br /><span class="registered"> Registered <time title="2014-05-11 21:40:27 UTC" datetime="2014-05-11T21:40:27.848070+00:00">on 2014-05-11</time> </span> </li> </ul> </div> </div> <div> </div> <div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <h2>Get Involved</h2> <ul class="involvement"> <li> <a class="menu-link-register_blueprint sprite blueprints" href="https://blueprints.launchpad.net/lubuntu-next/+addspec">Register a blueprint</a> </li> <li class="disabled" title="Launchpad needs to know where the user can report a bug"> <div style="padding: 0.3em 0 0.3em 0.3em"> <div style="display: inline-block" class="sprite warning-icon action-icon">warning</div> <div style="height: 1.2em; float: right"> <img src="/@@/gray-arrow-right.png" style="top: 50%; bottom: 50%; margin-top: -5px; position: relative; height: 9px; width: 14px; padding: 0" /> </div> <span>Report a bug</span> </div> </li> <li class="disabled" title="Launchpad needs to know where the user can ask a question"> <div style="padding: 0.3em 0 0.3em 0.3em"> <div style="display: inline-block" class="sprite warning-icon action-icon">warning</div> <div style="height: 1.2em; float: right"> <img src="/@@/gray-arrow-right.png" style="top: 50%; bottom: 50%; margin-top: -5px; position: relative; height: 9px; width: 14px; padding: 0" /> </div> <span>Ask a question</span> </div> </li> <li class="disabled" title="Launchpad needs to know where the user can help translate"> <div style="padding: 0.3em 0 0.3em 0.3em"> <div style="display: inline-block" class="sprite warning-icon action-icon">warning</div> <div style="height: 1.2em; float: right"> <img src="/@@/gray-arrow-right.png" style="top: 50%; bottom: 50%; margin-top: -5px; position: relative; height: 9px; width: 14px; padding: 0" /> </div> <span>Help translate</span> </div> </li> </ul> </div> <div id="downloads" class="top-portlet downloads"> <h2>Downloads</h2> <p class="alternate"> Lubuntu Next does not have any download files registered with Launchpad. </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> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <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"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<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": {}, "team_membership_policy_data": [{"name": "Restricted Team", "value": "RESTRICTED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}, {"name": "Moderated Team", "value": "MODERATED", "description": "", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false}], "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": "Lubuntu Next", "url": "https://launchpad.net/lubuntu-next"}, "context": {"self_link": "https://launchpad.net/api/devel/lubuntu-next", "web_link": "https://launchpad.net/lubuntu-next", "resource_type_link": "https://launchpad.net/api/devel/#project", "translations_usage": "Unknown", "official_answers": false, "official_blueprints": true, "official_codehosting": false, "official_bugs": false, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://launchpad.net/api/devel/lubuntu-next/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/lubuntu-next/valid_specifications", "bug_reporting_guidelines": null, "bug_reported_acknowledgement": "Thanks for reporting a bug in Lubuntu Next!\n\nYou'll typically get a reply on this bug report within a few days. If it is a critical bug that you believe needs to be fixed immediately, reach out to the Lubuntu Team and we'll triage it quicker: https://lubuntu.me/links/\n\nFeel free to report any more bugs you find!", "official_bug_tags": ["apps", "lxqt", "needs-analysis", "packaging", "upstream"], "recipes_collection_link": "https://launchpad.net/api/devel/lubuntu-next/recipes", "webhooks_collection_link": "https://launchpad.net/api/devel/lubuntu-next/webhooks", "bug_supervisor_link": "https://launchpad.net/api/devel/~lubuntu-packaging", "active_milestones_collection_link": "https://launchpad.net/api/devel/lubuntu-next/active_milestones", "all_milestones_collection_link": "https://launchpad.net/api/devel/lubuntu-next/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": "Lubuntu Next", "icon_link": "https://launchpad.net/api/devel/lubuntu-next/icon", "logo_link": "https://launchpad.net/api/devel/lubuntu-next/logo", "name": "lubuntu-next", "owner_link": "https://launchpad.net/api/devel/~registry", "project_group_link": "https://launchpad.net/api/devel/lubuntu", "title": "Lubuntu Next", "registrant_link": "https://launchpad.net/api/devel/~gilir", "driver_link": null, "summary": "Progress on porting Lubuntu to Qt. Please note that as of Lubuntu Cosmic, this is not a separate project, but will ultimately be what Lubuntu is.", "description": null, "date_created": "2014-10-28T08:52:39.211987+00:00", "homepage_url": null, "wiki_url": null, "screenshots_url": null, "download_url": null, "programming_language": "Qt, C++", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://launchpad.net/api/devel/lubuntu-next/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v2", "GNU GPL v3", "GNU LGPL v2.1", "GNU LGPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://launchpad.net/api/devel/lubuntu-next/series", "development_focus_link": "https://launchpad.net/api/devel/lubuntu-next/artful-aardvark", "releases_collection_link": "https://launchpad.net/api/devel/lubuntu-next/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"4d0e9755f362e59ec7e8ca28d51f52a9d4ba0484-f44ca41a00c267494ddb6d3296ed77278db54f7f\""}};</script> </body> <!-- Facet name: overview Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 37 queries/external actions issued in 0.43 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'markdown.enabled': None, 'charm.recipe.create.enabled': 'on', 'oci.project.create.enabled': None, 'bugs.webhooks.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>