[Bug 692554] Re: Autocomplete fails on embedded newlines

2014-11-29 Thread Peter Cordes
This is upstream https://alioth.debian.org/tracker/index.php?func=detail&aid=311399&group_id=100114&atid=413095 As the comments there show, fixing this is hard, and means you can't even use compgen. (compgen uses newline as its output record separator.) ** Changed in: bash-completion (Ubuntu)

[Bug 675987] Re: Add auto-complete support for various office file format zip files

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675987 Title: Add auto-complete support for various office file format

[Bug 1397586] Re: Reading /proc/acpi/button/lid/LID0/state spews into kern.log

2014-11-29 Thread Jeff Abrahamson
It is just possible that this bug is related to this other bug, a possible regression in the i915 driver: http://lists.freedesktop.org/archives/intel-gfx/2014-May/045519.html The symptoms are similar even if the circumstances are not exactly the same. But since I'm explicitly reading the lid stat

[Bug 1397586] Re: Reading /proc/acpi/button/lid/LID0/state spews into kern.log

2014-11-29 Thread Jeff Abrahamson
I've probably mis-classified this bug in retrospect. The problem is assuredly in the acpi kernel module, not the (not installed) acpi user- space utility. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1397277] Re: [HP ProBook 4740s] Kernel dead after suspend/resume at i915

2014-11-29 Thread Christopher M. Penalver
olegon.ru, while this is duly noted, suspend/resume is handled by the kernel. If your setup is working before you suspend, and not after, the kernel is highest on the list of root causes. If you want your issue addressed as soon as possible, you will want to do as previously requested of you in htt

[Bug 299901] Re: aptitude bash autocompletion is slow in some cases

2014-11-29 Thread Peter Cordes
Anything that completes on package names is potentially going to be slow, because esp. on the first run. some dpkg and apt commands are slow when the binaries and the data they need all have to get loaded from disk. -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
just saw Steve's earlier comment, apparently the logic to pick the right unistd_32.h or unistd_64.h was added after that, so this is Fix Released, not Invalid. There's now asm/unistd_x32.h as well. AFAICT from poking around in the kernel source, uname -m should return x86_64 when called from a x8

[Bug 1050624] Re: Universal Access 'beep on caps lock or num lock' doesn't beep

2014-11-29 Thread Tony Whelan
This remains an issue in 14.04. Its really unfortunate that Ubuntu is not supporting this Accessibility feature for people with disabilities. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1050624 Tit

[Bug 1397277] Re: [HP ProBook 4740s] Kernel dead after suspend/resume at i915

2014-11-29 Thread olegon.ru
As metioned above, I can switch to tty1, pm-suspend it, resume and work, hangs is occured, when I switch to tty7, Xorg. May be exists some workaround, such as device option? ** Attachment added: "Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1397277/+attachment/4271041/+file

[Bug 1397634] Re: package fonts-horai-umefont (not installed) failed to install/upgrade: package fonts-horai-umefont is already installed and configured

2014-11-29 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397634 Title: package fonts-horai-umefont (not installed) failed to install/upgrade: package fonts-horai-umefon

[Bug 608894] Re: dash does not handle ^C trap the same way that bash does

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

[Bug 1394869] Re: [HP Stream Notebook - 11-d010nr] Trackpad click does not work

2014-11-29 Thread Christopher M. Penalver
nemith, the issue you are reporting is an upstream one. Could you please report this problem to the appropriate mailing list (linux-input) by following the instructions _verbatim_ at https://wiki.ubuntu.com/Bugs/Upstream/kernel ? Please provide a direct URL to your e-mail to the mailing list once

[Bug 1397277] Re: Kernel dead after suspend/resume at i915

2014-11-29 Thread Christopher M. Penalver
olegon.ru, the issue you are reporting is an upstream one. Could you please report this problem to the appropriate mailing list (linux-acpi) by following the instructions _verbatim_ at https://wiki.ubuntu.com/Bugs/Upstream/kernel ? Please provide a direct URL to your e-mail to the mailing list onc

[Bug 1397634] [NEW] package fonts-horai-umefont (not installed) failed to install/upgrade: package fonts-horai-umefont is already installed and configured

2014-11-29 Thread Richard Press
Public bug reported: wine installation failed and system error reported because of failure to install fonts. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: fonts-horai-umefont (not installed) ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic i68

[Bug 1397277] Re: Kernel dead after suspend/resume at i915

2014-11-29 Thread olegon.ru
#!/bin/bash uname -r > wakeup ; date >> wakeup ; cat /proc/acpi/wakeup >> wakeup ; echo 1 > /sys/power/pm_trace ; sync && pm-suspend;echo >>wakeup ; date >> wakeup ; cat /proc/acpi/wakeup >> wakeup sync run it, notebook goes to sleep, wake up it, hangs... cold reboot, dmesg > dmesg.txt wakeup c

[Bug 1248519] Related fix merged to python-cinderclient (master)

2014-11-29 Thread OpenStack Infra
Reviewed: https://review.openstack.org/74880 Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=029a77645592093f8b46c2d7472d2536f0db78d3 Submitter: Jenkins Branch:master commit 029a77645592093f8b46c2d7472d2536f0db78d3 Author: seungjin Date: Thu Feb 20 09:25

[Bug 1397277] Re: Kernel dead after suspend/resume at i915

2014-11-29 Thread olegon.ru
cat /proc/acpi/wakeup Device S-state Status Sysfs node LANC S0*disabled EHC1 S3*enabled pci::00:1d.0 EHC2 S3*enabled pci::00:1a.0 XHC S3*enabled pci::00:14.0 PCIB S5*disabled RP02 S4*disabled ECF0 S4*disabled RP0

[Bug 1397578] Re: outdated Ubuntu.mirrors file

2014-11-29 Thread PeterDaveHello
at least 6 months, I'm using 14.04.1 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397578 Title: outdated Ubuntu.mirrors file To manage notifications about this bug go to: https://bugs.launchp

[Bug 1394869] Re: [HP Stream Notebook - 11-d010nr] Trackpad click does not work

2014-11-29 Thread nemith
Tried kernel 3.18.0-031800rc6-generic. The issue still persists. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394869 Title:

[Bug 1397277] Re: Kernel dead after suspend/resume at i915

2014-11-29 Thread olegon.ru
Nothing changes, if I remove this parameters. I added this parameter after notebook began hangs, while testing, because would like to find workaround. I tried acpi_sleep=s3_bios,s3_mode,nonvs and nowaday removed this parameter completely. Today this is GRUB_CMDLINE_LINUX_DEFAULT="noplymouth enab

[Bug 1397632] Re: File Manager appears twice in Whiskermenu

2014-11-29 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1397632 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1000416] Re: [needs-packaging] Thunar Dropbox

2014-11-29 Thread Unit 193
** Changed in: ubuntu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1000416 Title: [needs-packaging] Thunar Dropbox To manage notifications about this b

[Bug 1397632] [NEW] File Manager appears twice in Whiskermenu

2014-11-29 Thread Chris
: Sun Nov 30 05:49:04 2014 LiveMediaBuild: Xubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141129) ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: xfce4-whiskermenu-plugin UpgradeStatus: No upgrade log present (probab

[Bug 750585] Re: [FFe] support for making linux-libc-dev coinstallable under multiarch

2014-11-29 Thread Peter Cordes
IDK how this got added to bash-completion. It's already an arch:all binary package, since it's just shell code. Ah, I see. False positive from Steve's text search that found: completions/strace:done 2>/dev/null < /usr/include/asm/unistd.h ./completions/strace:

[Bug 1397631] [NEW] Media-Hub can't play a file (*.mp3) downlowded with DownloadManager 0.1

2014-11-29 Thread HAFIANE Mohamed
Public bug reported: Hi, I don't know if this is bug for DownloadManager 0.1 or Media-hub but in my app for ubuntu touch I need to download *.mp3 file. I have used "Ubuntu.DownloadManager 0.1" the file is downloaded normaly (is put in ; /home/phablet/.local/share/ubuntu-download-manager/com.ubun

[Bug 1102797] Re: 04c5:11a2 Fujitsu ScanSnap S1500 does not work on USB3 ports

2014-11-29 Thread Christopher M. Penalver
Maksim Lin, thank you for your comment. So your hardware and problem may be tracked, could you please file a new report with Ubuntu by executing the following in a terminal while booted into the default Ubuntu kernel (not a mainline one) via: ubuntu-bug linux For more on this, please read the o

[Bug 1312243] Re: error messages completing args inside $()

2014-11-29 Thread Peter Cordes
related: upstream https://alioth.debian.org/tracker/index.php?func=detail&aid=314895&group_id=100114&atid=413095 Which I opened to report the fact that completion inside either kind of command substitution is broken, even when not spewing errors. ** Bug watch added: alioth.debian.org/ #314895

[Bug 868910] Re: vi completion hates most files

2014-11-29 Thread Peter Cordes
Is this still a problem? I don't see anything wrong with completion for vi / vim. bash_completion ships with _install_xspec '*.@(o|so|so.!(conf|*/*)|a|[rs]pm|gif|jp?(e)g|mp3|mp?(e)g|avi|asf|ogg|class)' vi vim gvim rvim view rview rgvim rgview gview emacs xemacs sxemacs kate kwrite The xspec is

[Bug 1393079] Re: Touchpad not working after suspend/resume

2014-11-29 Thread Christopher M. Penalver
BoD, as per http://us.acer.com/ac/en/US/content/drivers an update to your BIOS is available (1.09). If you update to this following https://help.ubuntu.com/community/BIOSUpdate does it change anything? If it doesn't, could you please both specify what happened, and provide the output of the fo

[Bug 1394869] Re: [HP Stream Notebook - 11-d010nr] Trackpad click does not work

2014-11-29 Thread Christopher M. Penalver
nemith, could you please test the latest upstream kernel available from the very top line at the top of the page (the release names are irrelevant for testing, and please do not test the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream develop

[Bug 541556] Re: bash completion for lilypond doesn't complete directories

2014-11-29 Thread Peter Cordes
works for me on trusty. I don't have lilypond installed, but lilypond completion is in the main bash_completion script now, so I can test it. ** Changed in: bash-completion (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1397408] Re: btrfs completion missing

2014-11-29 Thread Peter Cordes
btrfs-tools could ship the contributed completions just as easily, and install them with dh_bash-completion. See /share/doc/bash-completion/README.Debian ** Also affects: btrfs-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a me

[Bug 941715] Re: $var expanded to \$var not value of var (REGRESSION)

2014-11-29 Thread Peter Cordes
*** This bug is a duplicate of bug 890913 *** https://bugs.launchpad.net/bugs/890913 ** This bug has been marked a duplicate of bug 890913 Typing "prg $HOME/" expands to "prg \$HOME/" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1221502] Re: bash completion escapes the dollar sign preceding a variable when it shouldn't

2014-11-29 Thread Peter Cordes
*** This bug is a duplicate of bug 890913 *** https://bugs.launchpad.net/bugs/890913 ** This bug has been marked a duplicate of bug 890913 Typing "prg $HOME/" expands to "prg \$HOME/" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 890913] Re: Typing "prg $HOME/" expands to "prg \$HOME/"

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

[Bug 1070250] Re: jar uf foo.jar xx/yy/zz.class not completing.

2014-11-29 Thread Peter Cordes
This is 2 separate bugs: 1: yeah, jar completion seems to be broken for jar uf foo.jar ... 2: yeah, completion of args inside command substitution is broken, if you mean that cvs -d `cat filenam[TAB] => nothing This is related to bug 1312243, but it's sort of different. I filed upstream htt

[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2014-11-29 Thread Alexis Wilke
There is information about KWallet. https://wiki.archlinux.org/index.php/KDE_Wallet It is marked as optional because it is allowed to fail as it does when you are running with Gnome (unity uses Gnome by default). So this is not a bug. You make comment out the lines as shown in #19 but you may reg

[Bug 1397629] [NEW] upgrade from 10.04 to 12.04 stops with an error message after first few dialogs after

2014-11-29 Thread phil
Public bug reported: I suspect I might have have malware on my system, but I'm reporting this anyway just in case.. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: update-manager (not installed) ProcVersionSignature: Ubuntu 2.6.32-68.135-generic-pae 2.6.32.63+drm33.26 Uname: Linux 2.6.32-68

[Bug 1102797] Re: 04c5:11a2 Fujitsu ScanSnap S1500 does not work on USB3 ports

2014-11-29 Thread Maksim Lin
To follow up, I went into my laptops BIOS , disabled USB3, checked in dmesg that xhci_hcd was no longer being used: [Sun Nov 30 14:39:28 2014] usb 1-1.2: new high-speed USB device number 12 using ehci-pci [Sun Nov 30 14:39:28 2014] usb 1-1.2: New USB device found, idVendor=04c5, idProduct=128d [

[Bug 1225629] Re: shotwell crashed with SIGSEGV in publishing_accounts_uoa_publisher_authenticator_on_processed()

2014-11-29 Thread Simon Lyall
I just had a crash. Happened the instant I tried to publish to flickr. I upgraded to 14.10 yesterday and have had several crashes since, uploads seem to work about 50% of the time. I ran with: export SHOTWELL_LOG=1 export G_MESSAGES_DEBUG=all shotwell & attached shotwell.log but not all details

[Bug 1225629] Re: shotwell crashed with SIGSEGV in publishing_accounts_uoa_publisher_authenticator_on_processed()

2014-11-29 Thread Simon Lyall
Forgot to post crash message. shotwell:21178): Gtk-DEBUG: Connecting to session manager *** Error in `shotwell': corrupted double-linked list: 0x0890d7d0 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 557918] Re: pcbnew crash in lucid

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

[Bug 883268] Re: bash ls tab completion broken for files/dirs with spaces in name

2014-11-29 Thread Peter Cordes
If this wasn't /etc/bash_completion.d/acroread.sh (which is now blacklisted), then add info to bug 1372286. If we can find more problematic files to blacklist, we can prevent this problem for other people. Closing this because it was reported against a version before the acroread blacklist was ad

[Bug 1375091] Re: CPU runs very slow

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

[Bug 1375906] Re: cant install ubuntu 14.04 x64 EFI

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

[Bug 1373453] Re: without upgrade and dist-upgrade, I cannot complete the SDK installation.

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

[Bug 1374916] Re: no

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

[Bug 1364458] Re: Hewlett-Packard ScanJet 4500C/5550C not recognized in 14.04, worked in 12.04

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

[Bug 1374661] Re: I don't know. Fairly new to this OS

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

[Bug 1375551] Re: package python-qt4 4.10.3-1ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/python2.7/dist-packages/PyQt4/QtGui.so' to '/usr/lib/python2.7/dist-packages/P

2014-11-29 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.] ** Changed in: ubuntu Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375551 Title: package

[Bug 1375508] Re: Unknown bug

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

[Bug 1311078] Re: Missing Unique User Agent String

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

[Bug 1376006] Re: Install distribution 12.04 on the VM crashed

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

[Bug 1087996] Re: Completion of cp command adds space instead of slash to directories

2014-11-29 Thread Peter Cordes
If this wasn't /etc/bash_completion.d/acroread.sh (which is now blacklisted), then add info to bug 1372286. If we can file more problematic files to blacklist, we can prevent this problem for other people. Closing this because it was reported against a version before the acroread blacklist was a

[Bug 1162637] Re: command completion

2014-11-29 Thread Peter Cordes
** Changed in: bash-completion (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1162637 Title: command completion To manage notifications about this bug g

[Bug 1070250] Re: jar uf foo.jar xx/yy/zz.class not completing.

2014-11-29 Thread Peter Cordes
** Summary changed: - Tab key not showing possible files + jar uf foo.jar xx/yy/zz.class not completing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070250 Title: jar uf foo.jar xx/yy/zz.class n

[Bug 1000470] Re: Extra space is added and backslash is removed under the 'find' command

2014-11-29 Thread Peter Cordes
Trusty blacklists acroread.sh from bash_completion.d, so does upstream. If you still have this on Trusty, bug 1372286 needs to know what other files to blacklist to un-break completion. Good testcase and description of exactly what the bug is, copied it for 1372286. ** Changed in: bash-completi

[Bug 1397091] Re: [Security] Update Wireshark in Precise, Trusty, and Utopic to 1.12.1+g01b65bf-2 (from Vivid)

2014-11-29 Thread Adolfo Jayme
** Changed in: wireshark (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397091 Title: [Security] Update Wireshark in Precise, Trusty, and Utopic to 1.12.1

[Bug 1372286] Re: unwanted space after directory completion (probably old cruft after upgrades)

2014-11-29 Thread Peter Cordes
If we can figure out if there's one bad file that is commonly left lying around, and breaks things, a workaround can be shipped in bash- completion to blacklist it. I'm going to close any pre-trusty reports of this, since they're probably the acroread crap. And point those bugs to here. I editt

[Bug 1382792] Re: gedit crashes when zeitgeist plugin is disabled

2014-11-29 Thread Rahul
Just FYI, i was working on a java file in gedit and i tried to disable plugin and gedit crashed but then i closed that file first and then closed gedit. i opened gedit again without anyfile open and i tried to disable this Zeitgeist plugin and it worked. So my fellow users can try this worka

[Bug 1382792] Re: gedit crashes when zeitgeist plugin is disabled

2014-11-29 Thread Rahul
Attaching the crash report for this to investigate ** Attachment added: "_usr_bin_gedit.1000.crash" https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1382792/+attachment/4271024/+files/_usr_bin_gedit.1000.crash -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1382792] Re: gedit crashes when zeitgeist plugin is disabled

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

[Bug 1382792] Re: gedit crashes when zeitgeist plugin is disabled

2014-11-29 Thread Rahul
Please assign this bug to technical team, this is closing gedit and keeping this pulgin enable making gedit very slow -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382792 Title: gedit crashes when

[Bug 1372286] Re: unwanted space after directory completion

2014-11-29 Thread Peter Cordes
This doesn't happen on a normal Trusty system, but yeah, there are similar reports of this happening to people. Must be some kind of leftover stuff from upgrades. My system has an upgrade chain going back to Edgy (6.10), but I keep it tidy with aptitude and other tools. You may have some cruft i

[Bug 1397527] Re: New version (0.5) available

2014-11-29 Thread Adolfo Jayme
** Changed in: anagramarama (Ubuntu) Status: New => Triaged ** Changed in: anagramarama (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397527 Titl

[Bug 1397622] Re: Gnome-shell 3.14-> 14.10

2014-11-29 Thread Adolfo Jayme
Friends (apart of being deprecated because of some Unsolvable™ technical issues) was never compatible with GNOME's Online accounts system. You would have to add an account by using Unity's equivalent panel. ** Changed in: friends-app (Ubuntu) Status: New => Won't Fix -- You received this

[Bug 883268] Re: bash ls tab completion broken for files/dirs with spaces in name

2014-11-29 Thread Dan Kegel
Ubuntu 14.04 doesn't seem to have the problem here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883268 Title: bash ls tab completion broken for files/dirs with spaces in name To manage notificati

[Bug 1372286] Re: unwanted space after directory completion

2014-11-29 Thread Peter Cordes
** Summary changed: - tab bash-completion adds an unwanted space so path name expansion fails + unwanted space after directory completion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372286 Title:

[Bug 1097286] Re: PortMIDI is compiled in debug mode which calls exit() instead of handling errors gracefully.

2014-11-29 Thread Federico Gazaba
I can solve, at last. On Ubuntu 14.04 (i386), the libportmidi isn't fixed at 30 of november 2014. So, i take the debian jessie package an install it on ubuntu. But first i had to uninstall the ubuntu package. Now Mixxx dos't crash anymore and work ok with hercules Control AIR. Steps 1) Remove lib

[Bug 1102797] Re: 04c5:11a2 Fujitsu ScanSnap S1500 does not work on USB3 ports

2014-11-29 Thread Maksim Lin
This a upstream kernel bug. Its been recently reported and confirmed on the linux-usb maillist: http://comments.gmane.org/gmane.linux.usb.general/110579 Its is extermely annoying to say the least. Its affects my scanner, an epson 1300i also. Interestingly its been reported working on a CentOS6 m

[Bug 1312243] Re: Bash completion within $( fails in Trusty

2014-11-29 Thread Peter Cordes
BTW, upstream already had the no-results no-errors behaviour, so my patch didn't actually change anything behaviour-wise in upstream, just in trusty. same change in _quote_readline_by_ref(): -[[ ${!2} == \$* ]] && eval $2=${!2} +[[ ${!2} == \$\'* ]] && eval $2=${!2} I'd suggest going wit

[Bug 1397622] [NEW] Gnome-shell 3.14-> 14.10

2014-11-29 Thread Hernou
Public bug reported: Hi, I'm on ubuntu gnome AMD64 14.10 with gnome-shell 3.14... How to connect my twiter and facebook account ? twiter is not in the account system... ** Affects: friends-app (Ubuntu) Importance: Undecided Status: New ** Tags: gnome3 ** Attachment added: "Capt

[Bug 1040358] Re: please make bash-completion do nothing in non-interactive shells

2014-11-29 Thread Peter Cordes
I think rsync over ssh passes the command to be run through ssh directly, rather than feeding it to an interactive shell on the remote side. If you run a shell script, bash doesn't even source your .bashrc, so no, programmable completion isn't even loaded when you run a non- interactive shell.

[Bug 1397620] [NEW] qjoypad window does not show up when run

2014-11-29 Thread Christopher M. Penalver
Public bug reported: 1) lsb_release -rd Description:Ubuntu 14.04.1 LTS Release:14.04 2) apt-cache policy qjoypad qjoypad: Installed: 4.1.0-0ubuntu1 Candidate: 4.1.0-0ubuntu1 Version table: *** 4.1.0-0ubuntu1 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe a

[Bug 887525] Re: Obsolete option --print-installation-architecture of dpkg still present in bash completion

2014-11-29 Thread Peter Cordes
dpkg completion now uses _parse_help to get the list of valid options from dpkg. ** Changed in: bash-completion (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 883268] Re: bash ls tab completion broken for files/dirs with spaces in name

2014-11-29 Thread Peter Cordes
It's working fine for me. Do you have some old cruft in /etc/bash_completion.d that's causing trouble? And btw, yes once the completion code for ls option processing figures out that it's completing a filename, it passes it to the same code that's used generically for filenames. So if that's hav

[Bug 1369651] Re: "libmtp error: Could not send object info" when copying content to root MTP folder

2014-11-29 Thread Martin Spacek
I get this "Could not send object info" error from libmtp on seemingly random files while copying a large number of files to a subfolder of "Internal storage" on my Moto X running CyanogenMod 11 2014-11-28 (ghost), using Thunar in Xubuntu 14.04. On second glance, I think this is due to the full pat

[Bug 1397619] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-29 Thread Daniel
Public bug reported: happened during a system update ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331 331.89-0ubuntu5 ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4 Uname: Linux 3.13.0-34-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.7-0ubuntu8 A

[Bug 1397617] Re: iriverter lacks package dependency libswt-cairo-gtk-3-jni

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

[Bug 1397617] [NEW] iriverter lacks package dependency libswt-cairo-gtk-3-jni

2014-11-29 Thread Metta Crawler
Public bug reported: - Install iriverter: [14:31] [root@trololo ~]# aptitude install iriverter The following NEW packages will be installed: iriverter libswt-gtk-3-java{a} libswt-gtk-3-jni{a} 0 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded. (...) Setting up libswt-gtk-3-jn

[Bug 1174902] Re: iriverter lacks dependency libswt-cairo-gtk-3-jni

2014-11-29 Thread Metta Crawler
*** This bug is a duplicate of bug 1397617 *** https://bugs.launchpad.net/bugs/1397617 ** This bug has been marked a duplicate of bug 1397617 iriverter lacks package dependency libswt-cairo-gtk-3-jni -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1397614] [NEW] gnupg error message: WARNING: The GNOME keyring manager hijacked the GnuPG agent

2014-11-29 Thread Simon Lyall
Public bug reported: Running gnupg will generate the error message: gpg: WARNING: The GNOME keyring manager hijacked the GnuPG agent. gpg: WARNING: GnuPG will not work properly - please configure that tool to not interfere with the GnuPG system! Cause: The gnupg maintainer doesn't like GNOME k

[Bug 1397613] [NEW] vino slowly consumes all available memory

2014-11-29 Thread Grant
Public bug reported: I'm using Linux Mint 17 Qiana with vino package version 3.8.1. When I initially login the vino-server process consumes around 200MB and if close the client, several hours later the memory consumption of the process has blown up to 2.5GB. This will continue until all availabl

[Bug 1170647] Re: After minimizing an external media, clicking on the "Files" icon on the Launcher doesn't restore the minimized window, but opens a new one

2014-11-29 Thread Doug McMahon
** Description changed: ***  ISSUE *** HOW TO REPRODUCE 1. Connect a removable media to the computer. 2. On the launcher, click on the "Files" icon. 3. On the left sidebar, click on the removable media icon or the trash. 4. Minimize the window. 5. Click on the "File

[Bug 1303020] Re: gst-launch-1.0 fails to play alac file, gst-launch-0.10 does

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

[Bug 1397609] Re: ccsm: Preferences > Profile > 'Reset to defaults' has unexpected results

2014-11-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: compiz-0.9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397609 Title: ccsm: Preferences > Profile > 'Reset to defaults' has unexpected results To manage notifications about this

[Bug 1097286] Re: PortMIDI is compiled in debug mode which calls exit() instead of handling errors gracefully.

2014-11-29 Thread Federico Gazaba
Hello, I have a Hercules Control AIR. In Mixxx 1.10 works with some workaround, but in Mixxx 1.11 does not, crash when hit "play". Im on Ubuntu 14.04. The debug says: ~$ mixxx --debug Debug [Main]: Mixxx 1.11.0 "(bzr 1.11 r3885+; built on: Apr 25 2014 @ 04:13:53; flags: bulk hid hifieq mad optim

[Bug 1397609] [NEW] ccsm: Preferences > Profile > 'Reset to defaults' has unexpected results

2014-11-29 Thread Doug McMahon
Public bug reported: Users may expect it to reset the defaults for the chosen profile but in the case of "unity" far from it. Test case: Install compizconfig-settings-manager Open ccsm > Preferences Leaving the profile on the default of unity click on the Reset to defaults button What happens:

[Bug 1390534] Re: pdfposter producing blank pages

2014-11-29 Thread Pm
Just to confirm that the same problem exists in 14.10 (Utopic). Pm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390534 Title: pdfposter producing blank pages To manage notifications about this b

[Bug 1394869] Re: Trackpad click does not work for HP Stream 11

2014-11-29 Thread nemith
Using the touchpad seems to disable clicking from the external mouse as well. As long as I don't touch the trackpad the external mouse works fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394869

[Bug 478097] Re: help.ubuntu.com claims to be HTML 5 but is not (but extremely close)

2014-11-29 Thread daniel
** Changed in: ubuntu-docs (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-docs (Ubuntu) Status: In Progress => Fix Committed ** Information type changed from Public to Private -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1397607] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-29 Thread Tim Grantham
Public bug reported: Experience this error after every system restart or cold boot. ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331 331.89-0ubuntu5 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 Uname: Linux 3.13.0-35-generic x86_64 NonfreeKernelModules: nvidia A

[Bug 1393079] UdevLog.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270998/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title:

[Bug 1393079] PulseList.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270995/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Titl

[Bug 1393079] WifiSyslog.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270999/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Ti

[Bug 1393079] UdevDb.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270997/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: To

[Bug 1011542] Re: Side-scrolling switcher switches in "wrong" direcion.

2014-11-29 Thread Mathew Hodson
*** This bug is a duplicate of bug 1342208 *** https://bugs.launchpad.net/bugs/1342208 ** This bug has been marked a duplicate of bug 1342208 Scroll wheel uses inverted logic to switch between applications/windows in the switcher -- You received this bug notification because you are a me

[Bug 1393079] RfKill.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270996/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079 Title: To

[Bug 1393079] CurrentDmesg.txt

2014-11-29 Thread BoD
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1393079/+attachment/4270987/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393079

[Bug 1393079] Re: Touchpad not working after suspend/resume

2014-11-29 Thread BoD
apport information ** Tags added: apport-collected utopic ** Description changed: Ubuntu 14.10 on an Acer Laptop, model: Aspire E5-571G-941Y $ uname -a Linux Acer-Aspire-E5-571G 3.16.0-24-generic #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Every time I

  1   2   3   4   5   6   >