[Bug 1313220] Re: Application Shortcuts (Hotkeys) Only Sometimes Work

2014-07-30 Thread Martin Pitt
Can you please install the "evtest" package and check with "sudo evtest" that you actually get brightness keycodes every time you press these keys? I suppose that is true as you write "Changing the shortcut to execute "xfce4-terminal" seems to make the hotkey 100% consistent", so the evdev events s

[Bug 1339998] [NEW] [Dell Latitude 12 Rugged Extreme 7204] Microphone mute key does not work

2014-07-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: CID: 201402-14663 Dell Latitude 12 Rugged Extreme The microphone mute key does not work on this system, so as its LED Steps: 1. Install 14.04 + update (3.13.0-30), boot to desktop 2. Try to mute the microphone with the hotkey (fn+F4) Expected results: *

[Bug 1339998] Re: [Dell Latitude 12 Rugged Extreme 7204] Microphone mute key does not work

2014-07-30 Thread Martin Pitt
Fixed upstream now: http://cgit.freedesktop.org/systemd/systemd/commit/?id=1f6d36f Thanks Wang! ** Package changed: linux (Ubuntu) => systemd (Ubuntu) ** Changed in: systemd (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubunt

[Bug 792085] Re: Automatic remount of safely removed drive

2014-07-30 Thread dafreez
Same here with two usb-3 drives (usb-2 pendrives not affected). Safely remove not only remounts but also shows al my mouhnted drives previously unlocked form launcher. I can unmount the usb-drives though and then turn them off. Not sure how safe this is?? -- You received this bug notification bec

[Bug 1312349] Re: Microsoft bluetooth mobile keyboard 6000 cannot be used

2014-07-30 Thread Mathew Hodson
** Changed in: gnome-bluetooth (Ubuntu Trusty) Status: Fix Committed => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1312349 Title: Microsoft bluetooth

[Bug 1349813] Re: [org.freedesktop.Accounts.Error.PermissionDenied: Not authorized] While trying to change a ringtone

2014-07-30 Thread Omer Akram
Backported a fix from upstream which allows us to write to accountsservice over ssh. previously it was desktop-centric. ** Also affects: accountsservice (Ubuntu) Importance: Undecided Status: New ** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) => Omer Akram (om26er)

[Bug 1350354] [NEW] Unity sidebar doesn't refresh multiple windows properly

2014-07-30 Thread Marc Bagnol
Public bug reported: On ubuntu 14.04 64bits unity 7.2.2+14.04.20140714-0ubuntu1 When opening/closing multiple windows of the same application, the indicator of the number of open windows in the sidebar (that can be 1,2 or 3 arrows) doesn't refresh immediately. To get it refreshed, one has to s

[Bug 1320534] [NEW] systemd does not honor Ubuntu default mountpoints (as listed in /lib/init/fstab by upstart/mountall)

2014-07-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I had to comment out from /etc/schroot/sbuild/fstab: #tmpfs /dev/shmtmpfs defaults0 0 otherwise sbuild is failing for me. Is there a solution to keep sbuild/schroot working unmodified under both systemd and upstart? ** A

[Bug 1247366] Re: Evolution is missing bogofilter integration

2014-07-30 Thread Mike Strickland
Bogofilter is missing in Ubuntu 14.04, Evolution 3.10.4 - it is installed, but Evolution can't use it. Please re-enable it so that my filter will start working again. SpamAssassin is not doing nearly as good a job as bogofilter - learning has proven very slow in comparison. Isn't linux all about ch

[Bug 1320534] Re: sbuild fails under systemd-boot with /dev/shm tmpfs mount

2014-07-30 Thread Dimitri John Ledkov
On fresh Utopic host (VM, server install): $ sudo apt-get update; sudo apt-get install ubuntu-dev-tools systemd haveged $ mk-sbuild utopic relogin $ mk-sbuild utopic $ sbuild-update --keygen $ pull-lp-source hello $ sbuild -Ad utopic *.dsc # boot with init=/lib/systmed/systemd $ sbuild -Ad utopi

[Bug 1320534] Re: systemd does not honor Ubuntu default mountpoints (as listed in /lib/init/fstab by upstart/mountall)

2014-07-30 Thread Dimitri John Ledkov
http://paste.ubuntu.com/7905336/ Diff between upstart+cgmanager mountpoints vs systemd from utopic- proposed (208) ** Summary changed: - systemd does not honor Ubuntu default mountpoints (as listed in /lib/init/fstab by upstart/mountall) + systemd does not honor Ubuntu default mountpoints (as l

[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-07-30 Thread Fuujuhi
** Also affects: vte (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/1350334 Title: copy/paste garbage while using mc, due to lack o

[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-07-30 Thread Fuujuhi
Ok, add "vte" source package because the bug is there apparently. (Not sure about all the metadata things above, please fix/tell how to fix if necessary) It has been reported and fixed already on Gnome bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=729533 Nerijus Baliunas pushed a patch o

[Bug 1350393] [NEW] Recent accountsservice update causes login window to hang

2014-07-30 Thread Stephen Jahl
Public bug reported: Hi, The recent 0.6.35-0ubuntu7.1 update (see https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1290785) seems to have removed the UID_MAX check, which could be used to hide users from the login window. In a large organization where many thousands of users are pre

[Bug 1320534] Re: systemd does not honor Ubuntu default mountpoints (as listed in /lib/init/fstab by upstart/mountall) ... well just /run/shm is missing

2014-07-30 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #674755 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674755 ** Also affects: systemd (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674755 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Bug 1320534] Re: systemd does not honor Ubuntu default mountpoints (as listed in /lib/init/fstab by upstart/mountall) ... well just /run/shm is missing

2014-07-30 Thread Dimitri John Ledkov
(1) ubuntu-dev-tools should stop using /run/shm, and instead use /dev/shm. (2) i think we need compat /run/shm one way or the other as a legacy support. ** Also affects: ubuntu-dev-tools (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-dev-tools (Ubuntu) Status: N

[Bug 1281058] Re: [UIFe] The system shutdowns when multiple accounts are open

2014-07-30 Thread Ara Pulido
** Changed in: oem-priority Status: In Progress => Fix Released ** Changed in: oem-priority/trusty Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to systemd in Ubuntu. https://bugs.launc

[Bug 1310718] Re: package gdm 3.10.0.1-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-07-30 Thread Mark Fisher
All I know for sure is this automated error came up during the upgrade process to 14.04 from 12.04.4. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/1310718 Title: package gdm 3.10.0.1

[Bug 1320534] Re: missing /run/shm backwards compat symlink

2014-07-30 Thread Dimitri John Ledkov
** Package changed: ubuntu-dev-tools (Ubuntu) => sysvinit (Ubuntu) ** Description changed: systemd does not honor ubuntu default mountpoints as listed in /lib/init/fstab - specifically just /run/shm is missing, which breaks existing mk-sbuild - setup chroots which used with sbuild to build

[Bug 1310718] Re: package gdm 3.10.0.1-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdm (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/1310718

[Bug 379019] Re: loading subtitles resets the movie

2014-07-30 Thread Àlex Magaz
I can also confirm it's fixed in the latest version. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/379019 Title: loading subtitles resets the movie To manage notifications about this bug go to: h

[Bug 1347887] Re: Location service should install vanilla /etc/gps.conf

2014-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/location-service -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1347887 Title: Location service should install vanilla /etc/gps

[Bug 1349704] Re: location service should create logging directories

2014-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/location-service -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1349704 Title: location service should create logging directori

[Bug 1235472] Re: New messages do not show

2014-07-30 Thread Łukasz Fidosz
I'm also confirming this happening in 14.04, which is kind of sad... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1235472 Title: New messages do not show To manage notifications

[Bug 1347887] Re: Location service should install vanilla /etc/gps.conf

2014-07-30 Thread Launchpad Bug Tracker
This bug was fixed in the package location-service - 2.0.1+14.10.20140730.1-0ubuntu1 --- location-service (2.0.1+14.10.20140730.1-0ubuntu1) utopic; urgency=low [ thomas-voss ] * Make sure that logging directories are created on service startup. (LP: #1349704) * Fix build war

[Bug 1349704] Re: location service should create logging directories

2014-07-30 Thread Launchpad Bug Tracker
This bug was fixed in the package location-service - 2.0.1+14.10.20140730.1-0ubuntu1 --- location-service (2.0.1+14.10.20140730.1-0ubuntu1) utopic; urgency=low [ thomas-voss ] * Make sure that logging directories are created on service startup. (LP: #1349704) * Fix build war

[Bug 1350487] [NEW] Nautilus opens twice from launcher when first window browses mounted drive

2014-07-30 Thread sabby7890
Public bug reported: Sometimes when Nautilus window is opened, clicking on the icon instead of focusing the window opens a new window. How to reproduce: - Open Nautilus window. Mount a second hard drive (in my case) and browse it. - Unfocus it, focus Firefox - Click on the Nautilus icon - window

[Bug 401823] Re: Gdk-WARNING **: XID collision, trouble ahead

2014-07-30 Thread Bryan Quigley
Cleaning up where this can no longer be fixed/has been fixed. Does anyone still have this issue? ** Changed in: gtk+2.0 (Ubuntu Lucid) Status: Confirmed => Invalid ** Changed in: firefox (Ubuntu Lucid) Status: Confirmed => Invalid ** Changed in: firefox (Ubuntu) Status: Con

[Bug 1283871] Re: Default mount points not suitable for photo import

2014-07-30 Thread Dave Morley
** Tags added: qa-daily-testing rtm14 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/1283871 Title: Default mount points not suitable for photo import To manage notifications abo

[Bug 838543] Re: False battery warning +suspend

2014-07-30 Thread futtta
We're 2014, I'm on 14.04 LTS on a Samsung n135 netbook and this bug is still roaring it's ugly head regularly after resuming from sleep. If there's any information I can provide in addition to what has been posted above, I'll be more then happy to. -- You received this bug notification because yo

[Bug 965953] Re: Indicator menus are too short and scroll when opened from screen bottom

2014-07-30 Thread Martin Spacek
I've had this problem for years. Currently, I'm using Xubuntu 14.04 with my panel located at the bottom edge of the screen. I see this most often with nm-applet, skype, and sometimes the sound applet. Really annoying! Thanks Lannoxx for opening a bug at GTK+'s bugzilla, and submitting the patch. -

[Bug 1350527] [NEW] Custom keyboard shortcuts using Esc key do not work

2014-07-30 Thread Cas
Public bug reported: In 12.04 I used to have Shift + Ctrl + Esc as a custom shortcut to suspend my machine, upon upgrading I have found that any combination use Esc key will not run the command. It appears to be a regression from 13.10 as another user is reporting the same issue in askubuntu: http

[Bug 1350527] Re: Custom keyboard shortcuts using Esc key do not work

2014-07-30 Thread Cas
** Tags added: regression-release ** Description changed: + I have just upgraded to 14.04 and found an issue with custom keyboard + shortcuts. + In 12.04 I used to have Shift + Ctrl + Esc as a custom shortcut to suspend my machine, upon upgrading I have found that any combination use - Esc k

[Bug 1276782] Re: ubuntu-location-serviced uses 100% CPU

2014-07-30 Thread Chris Gagnon
I can't reproduce with the today's image, marking invalid, it was fixed already. ** Changed in: location-service (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to location-service in Ubuntu. https:

[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-07-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "Backport of Nerijus' patch for bracketed paste mode on 0.28.2-5ubuntu1" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated messa

[Bug 390608] Re: trash icon always full

2014-07-30 Thread mcandre
Lol, this bug is back from Ubuntu 9 all the way to 14.04. A dialog box says "Preparing" for five seconds, disappears, without doing anything. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/390608 Ti

[Bug 390608] Re: trash icon always full

2014-07-30 Thread mcandre
By the way, manually emptying the trash with `rm` does not help, nor does rebooting. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/390608 Title: trash icon always full To manage notifications abo

[Bug 1350588] [NEW] Update to 3.12

2014-07-30 Thread Robert Ancell
Public bug reported: Upstream is 3.12.2, Debian is 3.12.2-2, Ubuntu is 3.8.4-0ubuntu3 === Version 3.12.2 === - Version bump for the GNOME 3.12.2 stable release - gnome-rr: Better debug application === Version 3.12.1 === - gnome-rr: Actually def

[Bug 1350599] [NEW] file-roller crashed with SIGSEGV

2014-07-30 Thread Joel Pelaez Jorge
Public bug reported: file-roller crashes when I extract an archive (not show bar progress) and I extract it again. ProblemType: Crash DistroRelease: Ubuntu 14.04 Package: file-roller 3.10.2.1-0ubuntu4.1 ProcVersionSignature: Ubuntu 3.5.0-51.76-generic 3.5.7.33 Uname: Linux 3.5.0-51-generic x86_64

[Bug 1350599] Stacktrace.txt

2014-07-30 Thread Apport retracing service
** Attachment added: "Stacktrace.txt" https://bugs.launchpad.net/bugs/1350599/+attachment/4166237/+files/Stacktrace.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/1350599

[Bug 1350599]

2014-07-30 Thread Apport retracing service
StacktraceTop: ?? () ?? () ?? () ?? () ?? () -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/1350599 Title: file-roller crashed with SIGSEGV To manage notifications about

[Bug 1350599] StacktraceSource.txt

2014-07-30 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt" https://bugs.launchpad.net/bugs/1350599/+attachment/4166238/+files/StacktraceSource.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/b

[Bug 1350599] Crash report cannot be processed

2014-07-30 Thread Apport retracing service
Thank you for your report! However, processing it in order to get sufficient information for the developers failed (it does not generate a useful symbolic stack trace). This might be caused by some outdated packages which were installed on your system at the time of the report: no debug symbol pa

[Bug 1350599] ThreadStacktrace.txt

2014-07-30 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/1350599/+attachment/4166239/+files/ThreadStacktrace.txt ** Changed in: file-roller (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which i

[Bug 1350607] [NEW] Update to 3.12

2014-07-30 Thread Robert Ancell
Public bug reported: Upstream is 3.12.2, Debian is 3.12.2-1, Ubuntu is 3.8.6.1-0ubuntu15 ** Affects: gnome-settings-daemon (Ubuntu) Importance: Wishlist Status: Triaged ** Tags: upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Des

[Bug 1350621] [NEW] indicator-power battery with locked screen

2014-07-30 Thread Marco Agnese
Public bug reported: When the screen is locked and the battery is very low the battery symbol is always white. Instead I would expect that it becomes red when is low and an exclamation mark inside when is very low (as it happens when the computer is not locked) ** Affects: indicator-bluetooth

[Bug 1295670] Re: Nautilus doesn't save items view

2014-07-30 Thread Bug Watch Updater
** Changed in: nautilus Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1295670 Title: Nautilus doesn't save items view To manage notifications ab

[Bug 1227443] Re: NUMLOCK LED after login but goes out if you touch a special key i.e. SHIFT but numeric keypad still outputs numbers

2014-07-30 Thread Matthew Moore
I have this bug on Ubuntu, Xubuntu, and Linux Mint. It started only after installing the recent 14.04 .1 updates. This Bug Effects My ASUS X54C, But dose not Effect My Dell Latitude E6410. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subs

[Bug 1350654] Re: evolution-calendar-factory crashed with SIGSEGV in malloc_consolidate()

2014-07-30 Thread Cristian Aravena Romero
** Information type changed from Private to Public ** Bug watch added: GNOME Bug Tracker #734020 https://bugzilla.gnome.org/show_bug.cgi?id=734020 ** Also affects: evolution-data-server via https://bugzilla.gnome.org/show_bug.cgi?id=734020 Importance: Unknown Status: Unknown --

[Bug 1313410] Re: Incorrect befavior with double shift switcher (kb layout) on lock screen

2014-07-30 Thread Launchpad Bug Tracker
[Expired for gnome-screensaver (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-screensaver (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver

[Bug 1015383] Re: Rhythmbox uses 100% CPU and high IO and then crashes

2014-07-30 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for 60 days.] ** Changed in: rhythmbox (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in Ubuntu. https://bugs.

[Bug 1350487] Re: Nautilus opens twice from launcher when first window browses mounted drive

2014-07-30 Thread Sebastien Bacher
** Package changed: nautilus (Ubuntu) => unity (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1350487 Title: Nautilus opens twice from launcher when first window browses

[Bug 1350607] Re: Update to 3.12

2014-07-30 Thread Tim
This is blocked on upower and gnome-desktop updates at the moment -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1350607 Title: Update to 3.12 To manage notification