[Lubuntu-desktop] [Bug 889414] [NEW] Run dialog opens up in the background
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): Whenever i hit Ctrl+F2, the tun dialog opens up in the background of the current running application (and is not focused). Either i have to minimize the current application or click on the taskbar to hightlight the run dialog to make it usable. It is really annoying, the run dialog should take precedence over the other open applications. Please look into this. I tried this in virtualbox and separate 11.10 lubuntu clean installation. ** Affects: lubuntu-default-settings (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: lxpanel (Ubuntu) Importance: Undecided Status: New ** Affects: openbox (Ubuntu) Importance: Undecided Status: New ** Tags: patch -- Run dialog opens up in the background https://bugs.launchpad.net/bugs/889414 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 889414] Re: Run dialog opens up in the background
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lxpanel (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/889414 Title: Run dialog opens up in the background Status in “lubuntu-default-settings” package in Ubuntu: Fix Released Status in “lxpanel” package in Ubuntu: Confirmed Status in “openbox” package in Ubuntu: Confirmed Bug description: Whenever i hit Ctrl+F2, the tun dialog opens up in the background of the current running application (and is not focused). Either i have to minimize the current application or click on the taskbar to hightlight the run dialog to make it usable. It is really annoying, the run dialog should take precedence over the other open applications. Please look into this. I tried this in virtualbox and separate 11.10 lubuntu clean installation. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/889414/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 889414] Re: Run dialog opens up in the background
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openbox (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/889414 Title: Run dialog opens up in the background Status in “lubuntu-default-settings” package in Ubuntu: Fix Released Status in “lxpanel” package in Ubuntu: Confirmed Status in “openbox” package in Ubuntu: Confirmed Bug description: Whenever i hit Ctrl+F2, the tun dialog opens up in the background of the current running application (and is not focused). Either i have to minimize the current application or click on the taskbar to hightlight the run dialog to make it usable. It is really annoying, the run dialog should take precedence over the other open applications. Please look into this. I tried this in virtualbox and separate 11.10 lubuntu clean installation. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/889414/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 664206] Re: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager
This bug was fixed in the package lubuntu-default-settings - 0.23 --- lubuntu-default-settings (0.23) precise; urgency=low * usr/share/lubuntu/openbox/menu.xml rc.xml - Re-synchronize with upstream. - Workaround loose of focus of lxpanel run window (LP: #889414) - Add a rule to maximize all new windows with type normal. - Place new windows on the monitor with the mouse, rather than the primary monitor. - Use scrot -u -b (focused window with border) for the screenshot of the current window. - Add a shortcut for the power button. - Use horizontal presentation of the alt-tab. - Add a shortcut to lock the screen (LP: #912499) * usr/bin/startlubuntu* usr/share/lubuntu/xscreensaver/xscreensaver: - Add a custom configuration file for xscreensaver, with blank mode by default (LP: #578789). - Don't append /etc/xdg in xdg path, already done by Xsession.d - Start gnome-keyring support for ssh before the session. Thanks urusha for the patch (LP: #664206). -- Julien Lavergne gi...@ubuntu.com Thu, 26 Jan 2012 00:48:09 +0100 ** Changed in: lubuntu-default-settings (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Lubuntu, which is subscribed to a duplicate bug report (660003). https://bugs.launchpad.net/bugs/664206 Title: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager Status in GNOME keyring services: Unknown Status in “gdm” package in Ubuntu: Invalid Status in “gnome-keyring” package in Ubuntu: Invalid Status in “lubuntu-default-settings” package in Ubuntu: Fix Released Status in “lxde-common” package in Ubuntu: Invalid Status in “lxsession” package in Ubuntu: Confirmed Bug description: Binary package hint: lxde-common SSH_AUTH_SOCK is not being properly set. (Or it is pointing to a sock that doesn't accomplish its job.) Expected behavior: You run ssh myn...@mydomain.net and the password manager opens a GUI to ask for the passphrase. Once unlocked, it remains unlocked until you log off. Moreover, at that moment of unlocking you can tell it to remember the passphrase forever so it gets automatically unlocked next time you login. Any other application that uses ssh-like connections will find this key unlocked as well. Observed behavior: You run ssh myn...@mydomain.net and it prompts you for the key passphrase in the terminal. You run it again, you are prompted again. Any other application that uses ssh-like connections will result in a passphrase prompt as well. How to reproduce: Enter Lubuntu session Open Passwords and Encryption Keys Create a Secure Shell key Configure this key to some domain you can ssh to Open a terminal and run ssh myn...@mydomain.net You are promted for a password in the terminal interface. Partial workaround: Here is a partial workaround for a terminal session: export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` after the keyring-daemon has been loaded. But it only works within the same terminal session, not for other applications that launch ssh-like processes. Disclaim: it works for Lubuntu session inside a Ubuntu 10.04 install, with GDM as session manager. $ printenv SSH_AUTH_SOCK /tmp/ssh-PZgdl10603/agent.10603 $ ssh mydomain Enter passphrase for key '/home/leorolla/.ssh/id_rsa': [pressed ^C] $ export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` $ printenv SSH_AUTH_SOCK /tmp/keyring-k3BQQd/ssh $ ssh mydomain Last login: Wed Oct 20 19:58:06 2010 from Your default printer is mydomain:leorolla [blinking cursor!] To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/664206/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 664206] Re: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager
** Branch linked: lp:ubuntu/lubuntu-default-settings -- You received this bug notification because you are a member of Lubuntu, which is subscribed to a duplicate bug report (660003). https://bugs.launchpad.net/bugs/664206 Title: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager Status in GNOME keyring services: Unknown Status in “gdm” package in Ubuntu: Invalid Status in “gnome-keyring” package in Ubuntu: Invalid Status in “lubuntu-default-settings” package in Ubuntu: Fix Released Status in “lxde-common” package in Ubuntu: Invalid Status in “lxsession” package in Ubuntu: Confirmed Bug description: Binary package hint: lxde-common SSH_AUTH_SOCK is not being properly set. (Or it is pointing to a sock that doesn't accomplish its job.) Expected behavior: You run ssh myn...@mydomain.net and the password manager opens a GUI to ask for the passphrase. Once unlocked, it remains unlocked until you log off. Moreover, at that moment of unlocking you can tell it to remember the passphrase forever so it gets automatically unlocked next time you login. Any other application that uses ssh-like connections will find this key unlocked as well. Observed behavior: You run ssh myn...@mydomain.net and it prompts you for the key passphrase in the terminal. You run it again, you are prompted again. Any other application that uses ssh-like connections will result in a passphrase prompt as well. How to reproduce: Enter Lubuntu session Open Passwords and Encryption Keys Create a Secure Shell key Configure this key to some domain you can ssh to Open a terminal and run ssh myn...@mydomain.net You are promted for a password in the terminal interface. Partial workaround: Here is a partial workaround for a terminal session: export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` after the keyring-daemon has been loaded. But it only works within the same terminal session, not for other applications that launch ssh-like processes. Disclaim: it works for Lubuntu session inside a Ubuntu 10.04 install, with GDM as session manager. $ printenv SSH_AUTH_SOCK /tmp/ssh-PZgdl10603/agent.10603 $ ssh mydomain Enter passphrase for key '/home/leorolla/.ssh/id_rsa': [pressed ^C] $ export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` $ printenv SSH_AUTH_SOCK /tmp/keyring-k3BQQd/ssh $ ssh mydomain Last login: Wed Oct 20 19:58:06 2010 from Your default printer is mydomain:leorolla [blinking cursor!] To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/664206/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 911905] Re: hitting enter on install screen 1 forces language to top selection
This bug was fixed in the package gtk+3.0 - 3.3.8-0ubuntu1 --- gtk+3.0 (3.3.8-0ubuntu1) precise; urgency=low * New upstream version * GtkApplication: - Supports logout notification and inhibiting - Buttons, toolbuttons and switches can now be connected to GActions * GtkSpinButton no longer allows to change the value when not editable * GtkLabel link support has been rewritten to be be more robust * GtkBuilder: - Supports the 'id' in GtkComboBoxText - Can parse GVariant-valued properties - Support loading from a GResource * GtkImage: Support loading from a GResource * GtkUIManager: Support loading from a GResource * Accessibility: key snooping support has been removed * Wayland backend and Theming improvements * Miscellaneous: - Turn default theme css files and dnd cursors into GResources * Bugs fixed: - Drag Drop broken for remote X sessions (lp: #587856) - Folder selector broken in Precise (lp: #914356) - Save file dialog arbitrary selects file name (lp: #912420) - Gnome-screenshot fails to save pictures in the good folder (lp: #916577) - Changing selection no longer sets cursor (lp: #911905) * debian/control.in: - updated glib requirement * debian/libgtk-3-0.symbols: - updated for the new version and the overlay scrollbar update * drop patches included in the new version * debian/patches/100_overlay_scrollbar_loading.patch: - updated patch from Cimi (lp: #911263) -- Sebastien Bacher seb...@ubuntu.com Tue, 17 Jan 2012 13:47:37 +0100 ** Changed in: gtk+3.0 (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/911905 Title: hitting enter on install screen 1 forces language to top selection Status in GTK+ GUI Toolkit: New Status in “gtk+3.0” package in Ubuntu: Fix Released Bug description: When choosing install xubuntu from the cd menu, hitting enter on the first screen causes the language to jump to the topmost language. Verified using both VirtualBox and Hardware, this can be reproduced in both Ubuntu and Xubuntu desktop images. TESTCASE: 1. when cd spins up, hit enter to accept default language 2. hold right shift in Ubuntu for cd menu, menu is default in Xubuntu 3. Select Install Xubuntu or Install Ubuntu 4. At first screen in Ubiquity, hit enter to select English and continue 5. Note next screen is not in English. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubiquity 2.9.10 ProcVersionSignature: Ubuntu 3.2.0-7.13-generic-pae 3.2.0-rc7 Uname: Linux 3.2.0-7-generic-pae i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 CasperVersion: 1.296 Date: Wed Jan 4 18:04:56 2012 LiveMediaBuild: Xubuntu 12.04 Precise Pangolin - Alpha i386 (20120104) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/911905/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 664206] Re: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager
** Branch linked: lp:~lubuntu-desktop/+junk/lubuntu-default-settings -- You received this bug notification because you are a member of Lubuntu, which is subscribed to a duplicate bug report (660003). https://bugs.launchpad.net/bugs/664206 Title: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager Status in GNOME keyring services: Unknown Status in “gdm” package in Ubuntu: Invalid Status in “gnome-keyring” package in Ubuntu: Invalid Status in “lubuntu-default-settings” package in Ubuntu: Confirmed Status in “lxde-common” package in Ubuntu: Invalid Status in “lxsession” package in Ubuntu: Confirmed Bug description: Binary package hint: lxde-common SSH_AUTH_SOCK is not being properly set. (Or it is pointing to a sock that doesn't accomplish its job.) Expected behavior: You run ssh myn...@mydomain.net and the password manager opens a GUI to ask for the passphrase. Once unlocked, it remains unlocked until you log off. Moreover, at that moment of unlocking you can tell it to remember the passphrase forever so it gets automatically unlocked next time you login. Any other application that uses ssh-like connections will find this key unlocked as well. Observed behavior: You run ssh myn...@mydomain.net and it prompts you for the key passphrase in the terminal. You run it again, you are prompted again. Any other application that uses ssh-like connections will result in a passphrase prompt as well. How to reproduce: Enter Lubuntu session Open Passwords and Encryption Keys Create a Secure Shell key Configure this key to some domain you can ssh to Open a terminal and run ssh myn...@mydomain.net You are promted for a password in the terminal interface. Partial workaround: Here is a partial workaround for a terminal session: export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` after the keyring-daemon has been loaded. But it only works within the same terminal session, not for other applications that launch ssh-like processes. Disclaim: it works for Lubuntu session inside a Ubuntu 10.04 install, with GDM as session manager. $ printenv SSH_AUTH_SOCK /tmp/ssh-PZgdl10603/agent.10603 $ ssh mydomain Enter passphrase for key '/home/leorolla/.ssh/id_rsa': [pressed ^C] $ export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` $ printenv SSH_AUTH_SOCK /tmp/keyring-k3BQQd/ssh $ ssh mydomain Last login: Wed Oct 20 19:58:06 2010 from Your default printer is mydomain:leorolla [blinking cursor!] To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/664206/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 911905] [NEW] hitting enter on install screen 1 forces language to top selection
You have been subscribed to a public bug by Phill Whiteside (phillw): When choosing install xubuntu from the cd menu, hitting enter on the first screen causes the language to jump to the topmost language. Verified using both VirtualBox and Hardware, this can be reproduced in both Ubuntu and Xubuntu desktop images. TESTCASE: 1. when cd spins up, hit enter to accept default language 2. hold right shift in Ubuntu for cd menu, menu is default in Xubuntu 3. Select Install Xubuntu or Install Ubuntu 4. At first screen in Ubiquity, hit enter to select English and continue 5. Note next screen is not in English. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubiquity 2.9.10 ProcVersionSignature: Ubuntu 3.2.0-7.13-generic-pae 3.2.0-rc7 Uname: Linux 3.2.0-7-generic-pae i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 CasperVersion: 1.296 Date: Wed Jan 4 18:04:56 2012 LiveMediaBuild: Xubuntu 12.04 Precise Pangolin - Alpha i386 (20120104) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-bug i386 precise -- hitting enter on install screen 1 forces language to top selection https://bugs.launchpad.net/bugs/911905 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 911626] [NEW] [12.04] lubuntu-system is trying to install citadel-server with latest dist-upgrade
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): i dont think its an issue on lubuntu-desktop but i dont know a better way to report this bug the latest dist-upgrade is pulling citadel http://packages.ubuntu.com/source/precise/citadel i dont think we want something like a complete and feature-rich groupware server on a lubuntu system michael@eeebuntu:~$ aptitude why citadel-server i quilt Empfiehlt mail-transport-agent i A citadel-mta Liefert mail-transport-agent i A citadel-mta Hängt ab citadel-server (= 7.50) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: lubuntu-desktop 0.31 ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7 Uname: Linux 3.2.0-7-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Wed Jan 4 07:37:26 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: lubuntu-meta UpgradeStatus: Upgraded to precise on 2011-12-04 (30 days ago) ** Affects: lubuntu-meta (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise -- [12.04] lubuntu-system is trying to install citadel-server with latest dist-upgrade https://bugs.launchpad.net/bugs/911626 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 906825] [NEW] [11.10 - 12.04] lxpanel crashing randomly. High CPU-Load nothing is clickable correctly. Redraw fails
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): after some time the lxpanel is using a high cpu load 1561 michael 20 0 239m 6720 4596 R 98 0.7 2:00.89 lxpanel i cant click anything in my lxpanel. alt-tab is working without problems to switch windows. It seems like the entries in the crashed lxpanel dont have the correct position. e.g. i have 3 opened windows. When i close the window (1st entry in lxpanel) , lxpanel is still showing the 3 opened windows. when i click on the first entry (the window which was closed) the 2. window opens, so maybe lxpanel is just not redrawing but still opening entries by a click. I dont know how to reproduce the crash of lxpanel, also i cant find usefull infos in /var/log/syslog Would be great if someone has a hint about better debug-options. At the moment i am calling lxpanel --profile Lubuntu. i hope this will get better debug-infos when it is crashing again. Happening on Ubuntu 11.10 and 12.04. Cant rember that it was happening on 11.04 ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: lxpanel 0.5.8-1ubuntu3 ProcVersionSignature: Ubuntu 3.2.0-5.11-generic 3.2.0-rc5 Uname: Linux 3.2.0-5-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Config_Home_Lubuntu: [Command] FileManager=pcmanfm %s Terminal=lxterminal -e Logout=lubuntu-logout Date: Tue Dec 20 11:54:13 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: lxpanel UpgradeStatus: Upgraded to precise on 2011-12-04 (15 days ago) ** Affects: lxde Importance: Unknown Status: Unknown ** Affects: lxpanel (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-bug i386 precise -- [11.10 - 12.04] lxpanel crashing randomly. High CPU-Load nothing is clickable correctly. Redraw fails https://bugs.launchpad.net/bugs/906825 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 910673] [NEW] [12.04]missing translation for desktop in the file-manager in the top-bar
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): desktop (/home/michael/desktop) is translated on my german system to (/home/michael/Arbeitsfläche) but this translation is not shown in all places on the file-manager, the top-panel is still using the english one. I think this should be fixed to use always the same name to not confuse users. A screenshot of the issue can be found here the dialig from the screenshot is the save-dialog called from firefox with ctrl + s. http://alpha-unix.de/~iceroot/ubuntu/wrong-translation-in- filemanager.png ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: pcmanfm 0.9.10-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7 Uname: Linux 3.2.0-7-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Mon Jan 2 01:06:26 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) Pref_Config_Home_lubuntu: ProcEnviron: PATH=(custom, no user) LANG=de SHELL=/bin/bash SourcePackage: pcmanfm UpgradeStatus: Upgraded to precise on 2011-12-04 (28 days ago) ** Affects: pcmanfm Importance: Unknown Status: Unknown ** Affects: pcmanfm (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise -- [12.04]missing translation for desktop in the file-manager in the top-bar https://bugs.launchpad.net/bugs/910673 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 910675] [NEW] [12.04] lubuntu: open-dialog is confused when there are different filetypes for the same application
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): riqht click on a file is opening a windows with open, open with, copy, properties and so on. if i have 2 *.doc files, i can mark them and then click right on a file and choose open and libreoffice will open both of the files. But that option is missing when i mark a *.doc and a *.docx. Both are set to libreoffice as the mime-handler but the menu is not handling different file-extentions which are opened with the same application, so there is just the option open with instead of open, so i have to select libreoffice from a list the same goes for *.png and *.jpg., *.mp3 and *.wav and so on. So this should be fixed so that me menu is offering open when all selected files are opened with the same program, even when the file- extension is different ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: lxde (not installed) ProcVersionSignature: Ubuntu 3.2.0-7.13-generic 3.2.0-rc7 Uname: Linux 3.2.0-7-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Mon Jan 2 01:32:17 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) ProcEnviron: PATH=(custom, no user) LANG=de SHELL=/bin/bash SourcePackage: lxde-common UpgradeStatus: Upgraded to precise on 2011-12-04 (28 days ago) ** Affects: lxde Importance: Unknown Status: Unknown ** Affects: lxde-common (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise -- [12.04] lubuntu: open-dialog is confused when there are different filetypes for the same application https://bugs.launchpad.net/bugs/910675 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 908915] [NEW] [11.10 - 12.04] deja-dup missing icons for add/remove (on lubuntu Missing dependency to gnome-icon-theme-symbolic
You have been subscribed to a public bug by Michael Basse (michael-alpha-unix): deja-dup has missing icons for add/remove in the menu where you can choose what should be included/excluded this is happening on a lubuntu system so i guess deja-dup has a missing dependency which is only a problem when not using ubuntu-desktop this is happening on 11.10 and 12.04. 11.04 was not tested ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: deja-dup 21.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-6.12-generic 3.2.0-rc6 Uname: Linux 3.2.0-6-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Tue Dec 27 03:06:03 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: deja-dup UpgradeStatus: Upgraded to precise on 2011-12-04 (22 days ago) ** Affects: deja-dup (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise -- [11.10 - 12.04] deja-dup missing icons for add/remove (on lubuntu Missing dependency to gnome-icon-theme-symbolic https://bugs.launchpad.net/bugs/908915 You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 903895] Re: [12.04] gnome-session is trying to install unity on lubuntu
This bug was fixed in the package lubuntu-meta - 0.31 --- lubuntu-meta (0.31) precise; urgency=low * Refreshed dependencies * Added ibus to desktop-recommends (LP: #889384) * Removed gnome-bluetooth from desktop-recommends (LP: #903895) -- Julien Lavergne gi...@ubuntu.com Thu, 15 Dec 2011 00:09:27 +0100 ** Changed in: lubuntu-meta (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Lubuntu, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/903895 Title: [12.04] gnome-session is trying to install unity on lubuntu Status in “lubuntu-meta” package in Ubuntu: Fix Released Bug description: dist-upgrade on 12.04 (lubuntu) is trying to install unity but ubuntu- desktop is not installed. So this is a clean lubuntu-system The following NEW packages will be installed: apg appmenu-gtk appmenu-gtk3 appmenu-qt bamfdaemon compiz compiz-core compiz-gnome compiz-plugins-default compiz-plugins-main-default compizconfig-backend-gconf geoclue geoclue-ubuntu-geoip gnome-control-center gnome-control-center-data gnome-desktop-data gnome-icon-theme-symbolic gnome-menus gnome-online-accounts gnome-session gnome-session-bin gnome-session-common gnome-settings-daemon indicator-appmenu indicator-datetime indicator-messages indicator-power indicator-session indicator-sound indicator-status-provider-mc5 libbamf3-0 libboost-serialization1.46.1 libcompizconfig0 libdbusmenu-qt2 libdecoration0 libglew1.5 libglewmx1.5 libglib2.0-bin libgnome-menu-3-0 libgnome-menu2 libido3-0.1-0 libindicator-messages-status-provider1 libmetacity-private0 libnux-1.0-0 libnux-1.0-common libtelepathy-glib0 libunity-core-4.0-4 libunity-misc4 libwnck-3-0 libwnck-3-common libwnck-common libwnck22 libxres1 libzeitgeist-1.0-1 metacity-common mousetweaks nux-tools ubuntu-docs ubuntu-system-service unity unity-asset-pool unity-common unity-lens-applications unity-lens-files unity-lens-music unity-scope-musicstores unity-services The following packages will be upgraded: gir1.2-gnomebluetooth-1.0 gir1.2-gtk-3.0 gnome-bluetooth libgail-3-0 libgnome-bluetooth8 libgtk-3-0 libgtk-3-bin libgtk-3-common libxerces2-java pppconfig python3.2 python3.2-minimal 12 upgraded, 67 newly installed, 0 to remove and 0 not upgraded. Need to get 22.2 MB of archives. After this operation, 55.2 MB of additional disk space will be used. if i get this output correctly, xinit is causing this michael@eeebuntu:~$ sudo aptitude why unity i xinit Recommends xterm | x-session-manager | x-window-manager | x-terminal-emulator p gnome-session Provides x-session-manager p gnome-session Recommends unity | unity-2d | gnome-shell (= 3.0) the dependencies should be fixed, because on a lubuntu-system you dont want unity or other stuff which does not belong to lxde ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xinit 1.3.1-1 ProcVersionSignature: Ubuntu 3.2.0-4.10-generic 3.2.0-rc5 Uname: Linux 3.2.0-4-generic i686 ApportVersion: 1.90-0ubuntu1 Architecture: i386 Date: Tue Dec 13 20:42:10 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426) ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: xinit UpgradeStatus: Upgraded to precise on 2011-12-04 (9 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/903895/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 664206] Re: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lubuntu-default-settings (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Lubuntu, which is subscribed to a duplicate bug report (660003). https://bugs.launchpad.net/bugs/664206 Title: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager Status in GNOME keyring services: Unknown Status in “gdm” package in Ubuntu: Invalid Status in “gnome-keyring” package in Ubuntu: Invalid Status in “lubuntu-default-settings” package in Ubuntu: Confirmed Status in “lxde-common” package in Ubuntu: Confirmed Status in “lxdm” package in Ubuntu: Confirmed Bug description: Binary package hint: lxde-common SSH_AUTH_SOCK is not being properly set. (Or it is pointing to a sock that doesn't accomplish its job.) Expected behavior: You run ssh myn...@mydomain.net and the password manager opens a GUI to ask for the passphrase. Once unlocked, it remains unlocked until you log off. Moreover, at that moment of unlocking you can tell it to remember the passphrase forever so it gets automatically unlocked next time you login. Any other application that uses ssh-like connections will find this key unlocked as well. Observed behavior: You run ssh myn...@mydomain.net and it prompts you for the key passphrase in the terminal. You run it again, you are prompted again. Any other application that uses ssh-like connections will result in a passphrase prompt as well. How to reproduce: Enter Lubuntu session Open Passwords and Encryption Keys Create a Secure Shell key Configure this key to some domain you can ssh to Open a terminal and run ssh myn...@mydomain.net You are promted for a password in the terminal interface. Partial workaround: Here is a partial workaround for a terminal session: export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` after the keyring-daemon has been loaded. But it only works within the same terminal session, not for other applications that launch ssh-like processes. Disclaim: it works for Lubuntu session inside a Ubuntu 10.04 install, with GDM as session manager. $ printenv SSH_AUTH_SOCK /tmp/ssh-PZgdl10603/agent.10603 $ ssh mydomain Enter passphrase for key '/home/leorolla/.ssh/id_rsa': [pressed ^C] $ export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` $ printenv SSH_AUTH_SOCK /tmp/keyring-k3BQQd/ssh $ ssh mydomain Last login: Wed Oct 20 19:58:06 2010 from Your default printer is mydomain:leorolla [blinking cursor!] To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/664206/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 664206] Re: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lxde-common (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Lubuntu, which is subscribed to a duplicate bug report (660003). https://bugs.launchpad.net/bugs/664206 Title: SSH_AUTH_SOCK not being properly set: user has to type password even if saved in the password manager Status in GNOME keyring services: Unknown Status in “gdm” package in Ubuntu: Invalid Status in “gnome-keyring” package in Ubuntu: Invalid Status in “lubuntu-default-settings” package in Ubuntu: New Status in “lxde-common” package in Ubuntu: Confirmed Status in “lxdm” package in Ubuntu: Confirmed Bug description: Binary package hint: lxde-common SSH_AUTH_SOCK is not being properly set. (Or it is pointing to a sock that doesn't accomplish its job.) Expected behavior: You run ssh myn...@mydomain.net and the password manager opens a GUI to ask for the passphrase. Once unlocked, it remains unlocked until you log off. Moreover, at that moment of unlocking you can tell it to remember the passphrase forever so it gets automatically unlocked next time you login. Any other application that uses ssh-like connections will find this key unlocked as well. Observed behavior: You run ssh myn...@mydomain.net and it prompts you for the key passphrase in the terminal. You run it again, you are prompted again. Any other application that uses ssh-like connections will result in a passphrase prompt as well. How to reproduce: Enter Lubuntu session Open Passwords and Encryption Keys Create a Secure Shell key Configure this key to some domain you can ssh to Open a terminal and run ssh myn...@mydomain.net You are promted for a password in the terminal interface. Partial workaround: Here is a partial workaround for a terminal session: export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` after the keyring-daemon has been loaded. But it only works within the same terminal session, not for other applications that launch ssh-like processes. Disclaim: it works for Lubuntu session inside a Ubuntu 10.04 install, with GDM as session manager. $ printenv SSH_AUTH_SOCK /tmp/ssh-PZgdl10603/agent.10603 $ ssh mydomain Enter passphrase for key '/home/leorolla/.ssh/id_rsa': [pressed ^C] $ export SSH_AUTH_SOCK=`echo /tmp/keyring*/ssh` $ printenv SSH_AUTH_SOCK /tmp/keyring-k3BQQd/ssh $ ssh mydomain Last login: Wed Oct 20 19:58:06 2010 from Your default printer is mydomain:leorolla [blinking cursor!] To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-keyring/+bug/664206/+subscriptions ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 697694] [NEW] Lubuntu installation crashes
Tran Duy Hung (tranduyhung) has assigned this bug to you for ubiquity in ubuntu: Binary package hint: ubiquity I tried installing Lubuntu 10.10 but the installation crashed and it said to report a bug with two files attached: partman, and syslog. The thing is that I can only attach one file, how do I attach the other. ** Affects: ubiquity (Ubuntu) Importance: Undecided Assignee: Lubuntu (lubuntu-desktop) Status: Incomplete -- Lubuntu installation crashes https://bugs.launchpad.net/bugs/697694 You received this bug notification because you are a member of Lubuntu, which is a bug assignee. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 665530] [NEW] [lubuntu 10.10] grub2 cannot detect Windows 7
You have been assigned a bug task for a public bug by Phill Whiteside (phillw): Binary package hint: grub2 I have lubuntu 10.10, grub2 cannot detect my Windows 7 partition and also doesn't show it in the start screen. I solved manually installing os-prober: # sudo apt-get install os-prober # sudo update-grub2 so maybe it should be added to the default installation. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: grub2 (not installed) ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4 Uname: Linux 2.6.35-22-generic i686 Architecture: i386 Date: Sat Oct 23 13:33:57 2010 InstallationMedia: Lubuntu 10.10 Maverick Meerkat - i386 (20101010) ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: grub2 ** Affects: lubuntu-meta (Ubuntu) Importance: Undecided Assignee: Lubuntu (lubuntu-desktop) Status: In Progress ** Tags: apport-bug i386 maverick -- [lubuntu 10.10] grub2 cannot detect Windows 7 https://bugs.launchpad.net/bugs/665530 You received this bug notification because you are a member of Lubuntu, which is a bug assignee. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 607650] [NEW] pcmanfm crashed with SIGSEGV in fm_archiver_get_default()
You have been subscribed to a private bug by Dooitze de Jong (dooitze-de-jong): Binary package hint: pcmanfm No Comment ProblemType: Crash DistroRelease: Ubuntu 10.10 Package: pcmanfm 0.9.7-1 ProcVersionSignature: Ubuntu 2.6.35-9.14-server 2.6.35-rc5 Uname: Linux 2.6.35-9-server x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Tue Jul 20 11:55:02 2010 ExecutablePath: /usr/bin/pcmanfm ProcCmdline: pcmanfm --desktop --profile lubuntu ProcEnviron: LANGUAGE=nl_NL.utf8 LANG=nl_NL.utf8 LC_MESSAGES=nl_NL.utf8 SHELL=/bin/bash SegvAnalysis: Segfault happened at: 0x7f4b0911d846: movlpd (%rdi),%xmm1 PC (0x7f4b0911d846) ok source (%rdi) (0x1) not located in a known VMA region (needed readable region)! destination %xmm1 ok SegvReason: reading unknown VMA Signal: 11 SourcePackage: pcmanfm StacktraceTop: ?? () from /lib/libc.so.6 fm_archiver_get_default () from /usr/lib/libfm.so.0 fm_file_menu_new_for_files () ?? () g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 Title: pcmanfm crashed with SIGSEGV in fm_archiver_get_default() UserGroups: adm admin cdrom dialout lpadmin netdev plugdev sambashare XsessionErrors: (polkit-gnome-authentication-agent-1:4983): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed (rhythmbox:7489): Rhythmbox-WARNING **: Unable to grab media player keys: Could not get owner of name 'org.gnome.SettingsDaemon': no such name (gnome-sound-recorder:25719): GStreamer-CRITICAL **: gst_implements_interface_cast: assertion `gst_element_implements_interface (GST_ELEMENT (from), iface_type)' failed (gnome-volume-control:25733): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion `GTK_IS_TREE_MODEL (tree_model)' failed (update-notifier:5008): libgdu-WARNING **: Couldn't call GetAll() to get properties for /org/freedesktop/UDisks/devices/sde1: Method GetAll with signature s on interface org.freedesktop.DBus.Properties doesn't exist ** Affects: pcmanfm (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-crash maverick -- pcmanfm crashed with SIGSEGV in fm_archiver_get_default() https://bugs.launchpad.net/bugs/607650 You received this bug notification because you are a member of Lubuntu, which is a direct subscriber. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 576073] [NEW] Installing libpam-ck-connector break mounting device
You have been subscribed to a public bug: Binary package hint: lxdm Installing libpam-ck-connector break mounting device (Non authorized) when loging with lxdm. If gdm is using, it's working. ** Affects: lxdm (Ubuntu) Importance: Undecided Assignee: Lubuntu (lubuntu-desktop) Status: New -- Installing libpam-ck-connector break mounting device https://bugs.launchpad.net/bugs/576073 You received this bug notification because you are a member of Lubuntu, which is a bug assignee. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 549285] [NEW] package ub untustudio-plymouth-theme 0.38 failed to install/upgra de: ErrorMessage: под процеса и нсталиран е скрипта post- installation върна грешка за състояние
You have been subscribed to a public bug: Binary package hint: ubuntustudio-look the package ubuntustudio-plymouth-theme 0.38 is giving error 127 during install/uninstall ProblemType: Package Architecture: amd64 Date: Sat Mar 27 04:01:58 2010 DistroRelease: Ubuntu 10.04 ErrorMessage: ErrorMessage: под процеса инсталиран е скрипта post-installation върна грешка за състояние за излизане от 127 InstallationMedia: Ubuntu-Studio 10.04 Lucid Lynx - Alpha amd64 (20100326) NonfreeKernelModules: nvidia Package: ubuntustudio-plymouth-theme 0.38 PackageArchitecture: all ProcVersionSignature: Ubuntu 2.6.32-17.26-preempt 2.6.32.10+drm33.1 SourcePackage: ubuntustudio-look Title: package ubuntustudio-plymouth-theme 0.38 failed to install/upgrade: ErrorMessage: под процеса инсталиран е скрипта post-installation върна грешка за състояние за излизане от 127 Uname: Linux 2.6.32-17-preempt x86_64 ** Affects: lnr Importance: Undecided Status: New ** Affects: ubuntustudio-look (Ubuntu) Importance: High Assignee: Scott Lavender (slavender) Status: In Progress ** Affects: ubuntustudio-look (Ubuntu Lucid) Importance: High Assignee: Scott Lavender (slavender) Status: In Progress ** Tags: amd64 apport-package lucid -- package ubuntustudio-plymouth-theme 0.38 failed to install/upgrade: ErrorMessage: под процеса инсталиран е скрипта post-installation върна грешка за състояние за излизане от 127 https://bugs.launchpad.net/bugs/549285 You received this bug notification because you are a member of Lubuntu, which is the registrant for Lubuntu Netbook Remix. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 522031] [NEW] installer crashed lubuntu
You have been subscribed to a public bug: crash --- http://w2t.us/46 : lubuntu-lucid-alpha2 ** Affects: ubuntu Importance: Undecided Assignee: Lubuntu (lubuntu-desktop) Status: New -- installer crashed lubuntu https://bugs.launchpad.net/bugs/522031 You received this bug notification because you are a member of Lubuntu, which is a bug assignee. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp
[Lubuntu-desktop] [Bug 303320] [NEW] [needs-packaging] lxubuntu-desktop
You have been subscribed to a public bug: Binary package hint: lxde LXDE is an ultralightweight desktop, lighter than ubuntu and is suitable for pre-P3 computers as well as Apple G3 and G4 series. We really need to have a comprehensive and self-standing lxubuntu- desktop package which pulls *all* packages necessary for the X-windows backend as well as LXDE desktop together with useful tools such as abiword, gnumeric and kazekahase. It would be worthwhile to spin off a desktop Live CD, which is *part of the ubuntu proper* rather than a spinoff of a previous Ubuntu version Here I would also request LXDE to be included into the main repository (I will file a separate bug report) ** Affects: lxde-common (Ubuntu) Importance: Wishlist Assignee: Lubuntu (lubuntu-desktop) Status: Fix Released ** Tags: needs-packaging -- [needs-packaging] lxubuntu-desktop https://bugs.launchpad.net/bugs/303320 You received this bug notification because you are a member of Lubuntu, which is a bug assignee. ___ Mailing list: https://launchpad.net/~lubuntu-desktop Post to : lubuntu-desktop@lists.launchpad.net Unsubscribe : https://launchpad.net/~lubuntu-desktop More help : https://help.launchpad.net/ListHelp