CINXE.COM

Comment #2 : Bug #488839 : Bugs : Session Menu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/indicator-session/+bug/488839/comments/2/+index" /> <meta charset="UTF-8" /> <title>Comment #2 : Bug #488839 : Bugs : Session Menu</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 name="description" content="I am using ubuntu 9.1. Also, in case it is needed, below is the output of uname command: Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux I had to use the Lock-screen panel applet as a temporary work around. To restore the original indicator-applet-session configuration,, I had to change to display manager to gdm and completely remove kdm. Now, everything works as it was and as expected. It looks like there is a conflict between kdm and the indicator-ap..." /> <meta property="og:description" content="I am using ubuntu 9.1. Also, in case it is needed, below is the output of uname command: Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux I had to use the Lock-screen panel applet as a temporary work around. To restore the original indicator-applet-session configuration,, I had to change to display manager to gdm and completely remove kdm. Now, everything works as it was and as expected. It looks like there is a conflict between kdm and the indicator-ap..." /> <meta property="og:title" content="Comment #2 : Bug #488839 : Bugs : Session Menu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/indicator-session/+bug/488839/comments/2/+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/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> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/indicator-session/+bug/488839/comments/2/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/indicator-session"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/indicator-session">Session Menu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/indicator-session">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/indicator-session">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/indicator-session">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/indicator-session">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/indicator-session">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/indicator-session">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <ol itemprop="breadcrumb" class="breadcrumbs"> <li> <a href="https://bugs.launchpad.net/indicator-session/+bug/488839">Bug #488839</a> </li> <li> Comment #2 </li> </ol> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div itemprop="mainContentOfPage"> <h1>Comment 2 for bug 488839</h1> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/indicator-session/+bug/488839/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/~tareg-alsoudani" class="sprite person">Tareg Alsoudani (tareg-alsoudani)</a> wrote <time itemprop="commentTime" datetime="2010-01-10T10:35:48+00:00" title="2010-01-10 10:35:48 UTC">on 2010-01-10</time><span class="editable-message-last-edit-date">: </span> <a href="/indicator-session/+bug/488839/comments/2"> <strong>Re: [Bug 488839] Re: Lock Screen disappeared. Also, I cannot change my status: Available , away, busy, etc (All dimmed)</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/indicator-session/+bug/488839/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>I am using ubuntu 9.1. Also, in case it is needed, below is the output<br /> of uname command:</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009<br /> i686 GNU/Linux</p> <p>I had to use the Lock-screen panel applet as a temporary work around. To<br /> restore the original indicator-<wbr />applet-<wbr />session configuration,, I had to<br /> change to display manager to gdm and completely remove kdm. Now,<br /> everything works as it was and as expected. It looks like there is a<br /> conflict between kdm and the indicator-<wbr />applet-<wbr />session.</p> <p>Best Regards,</p> <p>Tareg</p> <p>-----Original Message-----<br /> From: om26er &lt;email address hidden&gt;<br /> Reply-to: <a href="/bugs/488839" class="bug-link">Bug 488839</a> &lt;email address hidden&gt;<br /> To: &lt;email address hidden&gt;<br /> Subject: [<a href="/bugs/488839" class="bug-link">Bug 488839</a>] Re: Lock Screen disappeared. Also, I cannot change<br /> my status: Available , away, busy, etc (All dimmed)<br /> Date: Sun, 10 Jan 2010 09:06:10 -0000</p> <p>which version of ubuntu are you using?</p> <p>** Changed in: indicator-applet<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status: Confirmed =&gt; Incomplete</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I am using ubuntu 9.1. Also, in case it is needed, below is the output of uname command: Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux I had to use the Lock-screen panel applet as a temporary work around. To restore the original indicator-applet-session configuration,, I had to change to display manager to gdm and completely remove kdm. Now, everything works as it was and as expected. It looks like there is a conflict between kdm and the indicator-applet-session. Best Regards, Tareg -----Original Message----- From: om26er &lt;om26er@gmail.com&gt; Reply-to: Bug 488839 &lt;488839@bugs.launchpad.net&gt; To: tareg.alsoudani@gmail.com Subject: [Bug 488839] Re: Lock Screen disappeared. Also, I cannot change my status: Available , away, busy, etc (All dimmed) Date: Sun, 10 Jan 2010 09:06:10 -0000 which version of ubuntu are you using? ** Changed in: indicator-applet Status: Confirmed =&gt; Incomplete </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> </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> &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": {}, "context": {"self_link": "https://bugs.launchpad.net/api/devel/indicator-session/+bug/488839", "web_link": "https://bugs.launchpad.net/indicator-session/+bug/488839", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug_task", "bug_link": "https://bugs.launchpad.net/api/devel/bugs/488839", "milestone_link": null, "status": "Triaged", "status_explanation": null, "importance": "Wishlist", "importance_explanation": null, "assignee_link": null, "bug_target_display_name": "Session Menu", "bug_target_name": "indicator-session", "bug_watch_link": null, "date_assigned": null, "date_created": "2010-03-29T12:48:28.677357+00:00", "date_confirmed": "2010-05-21T20:52:38.044829+00:00", "date_incomplete": null, "date_in_progress": null, "date_closed": null, "date_left_new": "2010-03-29T12:49:13.710139+00:00", "date_triaged": "2010-05-21T20:52:38.044829+00:00", "date_fix_committed": null, "date_fix_released": null, "date_left_closed": null, "owner_link": "https://bugs.launchpad.net/api/devel/~dbarth", "target_link": "https://bugs.launchpad.net/api/devel/indicator-session", "title": "Bug #488839 in Session Menu: \"Session menu doesn't work with KDM\"", "related_tasks_collection_link": "https://bugs.launchpad.net/api/devel/indicator-session/+bug/488839/related_tasks", "is_complete": false, "http_etag": "\"476c90f98e428279737127abbfb00a22e7993973-c7bb606c144861764074c50e23e22c2c998da148\""}};</script> </body> <!-- Facet name: bugs Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 17 queries/external actions issued in 0.34 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': 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