CINXE.COM
Launchpad Answers
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://answers.launchpad.net/questions/+index" /> <meta charset="UTF-8" /> <title>Launchpad Answers</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/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta property="og:title" content="Launchpad Answers" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://answers.launchpad.net/questions/+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-answers main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://answers.launchpad.net/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <img alt="" width="64" height="64" src="/@@/launchpad-logo" /> </div> <div class="wide"> <h2 id="watermark-heading"><span>Launchpad.net</span></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/">Launchpad Home</a></li> <li class="branches"><a href="https://code.launchpad.net/">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/">Translations</a></li> <li class="answers active"><a href="https://answers.launchpad.net/">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Questions and Answers</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="yui-g"> <p id="application-summary"> Launchpad Answers helps you build a community support network and knowledge base for your project. Encourage new users to ask questions rather than file bugs! (<a href="https://help.launchpad.net/Answers">Read our guide</a>) </p> <ul class="rollover buttons"> <li> <a href="https://launchpad.net/+tour/community-support"> <img alt="Take a tour" src="/+icing/but-lrg-takeatour.gif" /> </a> </li> </ul> </div> <div class="yui-g"> <form id="search-all-questions" class="central" action="https://answers.launchpad.net/questions/+index" method="get"> <table> <tbody> <tr> <td style="text-align: right;"> <input id="text" type="text" name="field.search_text" size="50" /> </td> <td> <input type="submit" id="field.actions.search" name="field.actions.search" value="Find Answers" class="button" /> </td> </tr> <tr> <td colspan="2"> <label> <input class="radioType" checked="checked" id="field.scope.option.all" name="field.scope" type="radio" value="all" /> All projects </label> <label> <input class="radioType" id="field.scope.option.project" name="field.scope" onclick="document.getElementById('field.scope.target').focus();" type="radio" value="project" /> One project: </label> <input type="text" value="" id="field.scope.target" name="field.scope.target" size="20" maxlength="" onKeyPress="selectWidget('field.scope.option.project', event)" style="" class="" /> <script type="text/javascript"> LPJS.use('node', 'lp.app.picker', function(Y) { var text_input = Y.DOM.byId('field.scope.target'); var select_menu = Y.DOM.byId('field.scope.target-suggestions'); Y.lp.app.picker.connect_select_menu( select_menu, text_input); });</script> <span class="hidden">(<a id="show-widget-field-scope-target" href="#">Find…</a>)</span> <script> LPJS.use('node', 'lp.app.picker', function(Y) { var config = {"picker_type": "default", "selected_value": null, "selected_value_metadata": null, "header": "Select a project", "step_title": "Search", "extra_no_results_message": null, "assign_me_text": "Pick me", "remove_person_text": "Remove person", "remove_team_text": "Remove team", "show_remove_button": false, "show_assign_me_button": false, "vocabulary_name": "DistributionOrProductOrProjectGroup", "vocabulary_filters": [{"name": "ALL", "title": "All", "description": "Display all search results"}, {"name": "PROJECT", "title": "Project", "description": "Display search results associated with projects"}, {"name": "PROJECTGROUP", "title": "Project Group", "description": "Display search results associated with project groups"}, {"name": "DISTRO", "title": "Distribution", "description": "Display search results associated with distributions"}], "input_element": "field.scope.target", "show_widget_id": "show-widget-field-scope-target", "show_create_team": false}; var show_widget_id = 'show-widget-field-scope-target'; Y.lp.app.picker.addPicker(config, show_widget_id); }); </script> <script type="text/javascript"><!-- setFocusByName('field.search_text'); // --></script> <input class="hiddenType" id="field.sort" name="field.sort" type="hidden" value="RELEVANCY" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="OPEN" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="ANSWERED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="SOLVED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEEDSINFO" /> </td> </tr> </tbody> </table> </form> </div> <div class="columns"> <div id="most-active-projects" class="three column left"> <h2>Most active projects</h2> <ul style="list-style: none;"> <li> <a href="/ubuntu" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/606381978/CoF%2014px.png)">Ubuntu</a> </li> <li> <a href="/mg5amcnlo" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/121184211/logo14.jpg)">MadGraph5_aMC@NLO</a> </li> <li> <a href="/launchpad" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/600817172/Canonical_Launchpad_icon_14px.png)">Launchpad itself</a> </li> <li> <a href="/hplip" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/24347131/hp-tux-printer14.png)">HPLIP</a> </li> <li> <a href="/homebank" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/8779542/homebank_14.png)">HomeBank</a> </li> </ul> </div> <div id="latest-questions-asked" class="three column middle"> <h2>Latest questions asked</h2> <ul> <li title="No info & HPLIP is available for HP CLJ 3203 in current HPLIP 3.24.4. In this HPLIP this printer is not getting connected Compatible Operating Systems Windows 11; Windows 10; Android; iOS; macOS 12 Monterey; macOS 13 Ventura; MacOS v14 Sonoma; Linux"> <a href="/hplip/+question/819432" class="sprite question">819432: HPLIP is not suported on HP color Laser 3203 whereas Linux is supported as per datasheet</a> (Open) <br /> <span class="registered">posted <time title="2024-11-27 04:20:42 UTC" datetime="2024-11-27T04:20:42.859217+00:00">3 hours ago</time> in HPLIP </span> </li> <li title="Do you plan to create additional formats for pedigree? Eg.: rounded rectangles instead of rectangles? :)"> <a href="/pigeonplanner/+question/819431" class="sprite question">819431: Pedigree generation</a> (Open) <br /> <span class="registered">posted <time title="2024-11-26 20:21:34 UTC" datetime="2024-11-26T20:21:34.902604+00:00">11 hours ago</time> in Pigeon Planner </span> </li> <li title="I am trying to install Ubuntu 20.04 via USB. The goal is to have dual boot with windows 11(installed on disk 0) and ubuntu 20.04(supposed to be installed on disk 1). I have previously succeeded in doing the same for ubuntu 24 on the same PC, so now i am trying to replace 24 with 20 due to a project not working with ..."> <a href="/ubuntu/+question/819430" class="sprite question">819430: Ubuntu 20.04 installer can't find partitions</a> (Open) <br /> <span class="registered">posted <time title="2024-11-26 17:14:17 UTC" datetime="2024-11-26T17:14:17.694337+00:00">14 hours ago</time> in Ubuntu </span> </li> <li title="Hello MadAnalysis 5 Support Team, I’m working on analyzing a dataset in MadAnalysis 5 and trying to plot the transverse momentum ( 𝑃 𝑇 P T ) of dilepton systems. I’ve encountered some confusion regarding the y-axis labels when using different commands. When I use the command: scss Copy code plot PT(l+ l-) 50 ..."> <a href="/madanalysis5/+question/819429" class="sprite question">819429: check code</a> (Open) <br /> <span class="registered">posted <time title="2024-11-26 15:28:17 UTC" datetime="2024-11-26T15:28:17.200476+00:00">16 hours ago</time> in MadAnalysis 5 </span> </li> <li title="Get message 'package operation failed' when trying to update Ubuntu 24.04.1 LTS."> <a href="/ubuntu/+question/819428" class="sprite question">819428: package operation failed</a> (Open) <br /> <span class="registered">posted <time title="2024-11-26 15:24:19 UTC" datetime="2024-11-26T15:24:19.163715+00:00">16 hours ago</time> in Ubuntu </span> </li> </ul> </div> <div id="latest-questions-solved" class="three column right"> <h2>Latest questions solved</h2> <ul> <li title="Hi, I was wondering when and if this package will be available for Ubuntu 24.04 or will this not happen? I currently use this package in a lot of vhosts and i'd like to upgrade our older VM's soon. Thank you"> <a href="/ubuntu/+source/libapache2-mod-ruid2/+question/819419" class="sprite question">819419: When or/and will this package be available for Ubuntu 24.04?</a> (Solved) <br /> <span class="registered">posted <time title="2024-11-25 09:14:32 UTC" datetime="2024-11-25T09:14:32.855994+00:00">on 2024-11-25</time> in libapache2-mod-ruid2 package in Ubuntu </span> </li> <li title="Hi there, I am from the Foundations Team and need to supply the Security Team and Desktop Team with newer versions of the LLVM toolchain to the older LTS series. Due to the policies, debug symbol building and publishing need to be enabled for the copy to the security PPAs, which take up a lot of space and also the ..."> <a href="/launchpad/+question/819404" class="sprite question">819404: Request to increase storage quota for LLVM security backport PPA</a> (Solved) <br /> <span class="registered">posted <time title="2024-11-22 17:52:22 UTC" datetime="2024-11-22T17:52:22.603227+00:00">on 2024-11-22</time> in Launchpad itself </span> </li> <li title="Ever since upgrading from Ubuntu 23.04 to 23.10, and later to 24.04, I have experienced the following bug on two separate systems, which can be reproduced following the steps below. But I don't know which package to file this bug against: 1. Open an application such as Document Viewer (evince) or LibreOffice Writer..."> <a href="/ubuntu/+question/819399" class="sprite question">819399: Which package to report bug against: After clicking hyperlink in an application to load page in Firefox, keyboard input still captured by original application instead of the in-focus Firefox window</a> (Solved) <br /> <span class="registered">posted <time title="2024-11-22 03:58:07 UTC" datetime="2024-11-22T03:58:07.540771+00:00">on 2024-11-22</time> in Ubuntu </span> </li> <li title="root@tntappp45024:~# add-apt-repository -y ppa:landscape/self-hosted-24.04 Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 364, in <module> sys.exit(0 if addaptrepo.main() else 1) File "/usr/bin/add-apt-repository", line 347, in main shortcut = handler(source, **shortcut_param..."> <a href="/ubuntu/+question/819398" class="sprite question">819398: installing self hosted landscape, ppa:landscape/self-hosted-24.04 does not attach</a> (Solved) <br /> <span class="registered">posted <time title="2024-11-21 20:14:19 UTC" datetime="2024-11-21T20:14:19.414340+00:00">on 2024-11-21</time> in Ubuntu </span> </li> <li title="Hello Dallen, As stated in your github repo: Ubuntu users (or Mint, Debian, Kali and other Debian-derived distros) can find deb packages in my launchpad ppa. If your series isn't in the list, open an issue to let me know; I don't keep up to date with Ubuntu releases. Could you build it for Ubuntu 24.10 (Oracular)..."> <a href="/ubuntu/+source/gstm/+question/819387" class="sprite question">819387: Could build it for Ubuntu 24.10 (Oracular) please?</a> (Solved) <br /> <span class="registered">posted <time title="2024-11-20 21:02:34 UTC" datetime="2024-11-20T21:02:34.052649+00:00">on 2024-11-20</time> in gstm package in Ubuntu </span> </li> </ul> </div> </div> <div id="application-footer"> <div> <strong>105164</strong> questions answered and <strong>100927</strong> questions solved out of </div> <div> <strong>817087</strong> questions asked across <strong>5236</strong> projects </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- 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": {}};</script> </body> <!-- Facet name: answers Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 21 queries/external actions issued in 0.28 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>