[Bug 1112499] [NEW] WiFi.cpp doesn't compile with default flags

2013-02-01 Thread Scott Howard
Public bug reported: While working on a package for Ubuntu Quantal (which has gcc 4.7), I noticed sketches which use WiFi.cpp seem to trigger a GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 Apparently it can be worked around by passing -fno-caller-saves to avr-gcc and avr-g++. I

[Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
Looks like top-level Image is not installed by PIL, So the patch would be to change import Image to from PIL import Image -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112106 Title:

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-02-01 Thread Sandor Rozsa
Hi all, I don't know how much time it may take to find why Networkmanager doesn't handle open files properly at shutdown, but since my home was also failing every time and manual disable networking through NM solved my problem (and shutdown is much faster), I added nmcli nm enable false|true

[Bug 1112506] Re: Xorg crashed with SIGABRT in raise()

2013-02-01 Thread Apport retracing service
*** This bug is a duplicate of bug 1037518 *** https://bugs.launchpad.net/bugs/1037518 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1037518, so is being marked as such.

[Bug 1094855] Re: cheese shows only white canvas instead of camera input stream

2013-02-01 Thread ek0892
*** This bug is a duplicate of bug 1101951 *** https://bugs.launchpad.net/bugs/1101951 me too 13.04 kernek 3.8.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094855 Title: cheese shows only

[Bug 974242] Re: Compiz is moving windows against my will

2013-02-01 Thread Bryan Larsen
I'm getting behavior similar to what Kai reported. When the grid plugin is used to place a window, it snaps back to the original position, making the grid plugin useless for many use cases. For instance, if I want a window on the top 1/3rd of the screen on one of my monitors, the easiest way

[Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
** Patch added: lp1112106.patch https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1112106/+attachment/3510271/+files/lp1112106.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112106

[Bug 1110429] Re: indicator-cpufreq 0.2-0ubuntu1: 2.20 frequency shows up twice [raring]

2013-02-01 Thread Artem Popov
oh, that file is found in linux-headers package: linux- headers-3.8.0-3-generic seems to be the latest one for raring. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1110429 Title: indicator-cpufreq

[Bug 846407] Re: xrdp is not able to transmitt unity desktop correct - different clients

2013-02-01 Thread Pat Junkins
On 12.10 I also found that i was lacking CCSM and once I installed it everything worked. There was a setting or component missing that allows you to log in. also make sure that you uncheck you must confirm each access to this machine in desktop sharing as it will show only a blank screen as it

[Bug 1111470] Re: Precise kernel not bootable under Xen - alloc_l1_table

2013-02-01 Thread Konrad Rzeszutek Wilk
Stefan, so your gut feeling about the 228000 was right. he E820_UNUSABLE regions are memory that can be used (and if you look in 'xen_memory_setup' that is how we set aside the memory for the balloon region - look for the 'type = E820_UNUSABLE). So by that logic, E820_UNUSABLE region should get

[Bug 1112522] [NEW] oss4-dkms 4.2-build2005-2ubuntu1: oss4 kernel module failed to build

2013-02-01 Thread Carmi Sternberg
Public bug reported: after a computer erstarted ProblemType: Package DistroRelease: Ubuntu 12.04 Package: oss4-dkms 4.2-build2005-2ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-37.58-generic-pae 3.2.35 Uname: Linux 3.2.0-37-generic-pae i686 ApportVersion: 2.0.1-0ubuntu17.1 Architecture: i386

[Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roberto Alsina
Just in case, the recommended way to portably import PIL: try: from PIL import Image except ImportError: import Image Depending on PIL version, and the way it's installed, one or the other will work. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1099976] Re: NetworkManager falsely reports WPA network out of range

2013-02-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (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/1099976

[Bug 1035768] Re: [ICE1712 - M Audio Audiophile 24/96, playback] no sound after suspend/resume in 12.04

2013-02-01 Thread Kokoko3k
What if one doesn't use pulseaudio and/or the device is playing something when you try to rmmod snd_ice1712? It won't work because the module is in use, and if you force with -f, you'll probably get a segmentation fault or a hung task timer kernel message. After that the only way to resume the

[Bug 561210] Re: Writing big files to NFS target causes system lock up

2013-02-01 Thread Jan
I also have this problem. Even when writing to different shares: Saving a big download (8GB) to /pub/games results in a lockup of my desktop. Programs are unable to access /home (cannot launch any programs, kde plasma does not respond anymore, new page in chrome results in Waiting for the cache).

[Bug 1112106] Re: gwibber-service crashed with ImportError in /usr/lib/python2.7/dist-packages/gwibber/microblog/util/resources.py: No module named Image

2013-02-01 Thread Roman Yepishev
Okay, updated the patch following Roberto suggestion. ** Patch added: lp1112106.patch https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/1112106/+attachment/3510317/+files/lp1112106.patch ** Patch removed: lp1112106.patch

[Bug 1098986] Re: read_conf_file ignores include_if_exists in config file

2013-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-common - 140 --- postgresql-common (140) experimental; urgency=low [ Martin Pitt ] * t/001_packages.t: Also check that -contrib is installed. * debian/backport-ppa: Backport -common for Ubuntu 12.10. * PgCommon.pm: Recognize

[Bug 1068194] Re: Wrap pg_bench from -contrib

2013-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-common - 140 --- postgresql-common (140) experimental; urgency=low [ Martin Pitt ] * t/001_packages.t: Also check that -contrib is installed. * debian/backport-ppa: Backport -common for Ubuntu 12.10. * PgCommon.pm: Recognize

[Bug 1009989] Re: pg_ctlcluster: Create /var/log/postgresql if it does not exist

2013-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-common - 140 --- postgresql-common (140) experimental; urgency=low [ Martin Pitt ] * t/001_packages.t: Also check that -contrib is installed. * debian/backport-ppa: Backport -common for Ubuntu 12.10. * PgCommon.pm: Recognize

[Bug 600517] Re: dkms is not processing vboxdrv must do manually

2013-02-01 Thread Lynne Stevens
hum I just had to do that with the update to the next kernnel in 12.10 sudo /etc/init.d/vboxdrv setup I can almost type it in my sleep now that I have done it so many times now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1112528] Re: signon-ui crashed with SIGABRT in raise()

2013-02-01 Thread Apport retracing service
*** This bug is a duplicate of bug 1110529 *** https://bugs.launchpad.net/bugs/1110529 Thank you for taking the time to report this crash and helping to make this software better. This particular crash has already been reported and is a duplicate of bug #1110529, so is being marked as such.

[Bug 1111865] Re: libindicate 12.10.1-0ubuntu1 fails to rebuild

2013-02-01 Thread Chris J Arges
** Changed in: libindicate (Ubuntu) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865 Title: libindicate 12.10.1-0ubuntu1 fails to rebuild To manage notifications

[Bug 1074352] Re: [Lenovo w530] - Video doesn't resume from suspend

2013-02-01 Thread Greg Vallande
After testing linux- image-3.8.0-030800rc5-generic_3.8.0-030800rc5.201301251535_amd64 video still does not resume from suspend. I tested using the following commands: [1] - sudo apt-get install fwts [2] - sudo fwts s3 --s3-multiple=1 The problem still exists. I also attempted to install the

[Bug 1035768] Re: [ICE1712 - M Audio Audiophile 24/96, playback] no sound after suspend/resume in 12.04

2013-02-01 Thread Raymond
does it work if you modify module-udev-detect to exclude snd-ice1712 from being used/reserved by pulseaudio? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1035768 Title: [ICE1712 - M Audio

[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-02-01 Thread L R Bellmore Jr (Bob)
the Fix worked again after the upgrade ... lrbjr-dv7-64@lrbjrdv764-HP-Pavilion-dv7-Notebook-PC:~$ sudo apt-get install build-essential linux-headers-`uname -r` [sudo] password for lrbjr-dv7-64: Reading package lists... Done Building dependency tree Reading state information... Done

[Bug 1112544] [NEW] should stop recommending libindicate's gir

2013-02-01 Thread Sebastien Bacher
Public bug reported: libindicate has been deprecated in quantal in favor of libmessaging-menu and is non functional (indicator-messages didn't keep compatibility with it), it should stop being used so the source can be cleaned. It also seems that ubuntuone-client is not using it at all, could be

[Bug 1112544] Re: should stop recommending libindicate's gir

2013-02-01 Thread Sebastien Bacher
(same for the build-depends) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112544 Title: should stop recommending libindicate's gir To manage notifications about this bug go to:

[Bug 1110326] Re: portmidi 1:200-0ubuntu1.12.04.1 is broken

2013-02-01 Thread Thomas Scharkowski
I get the same error message in Kubuntu 12.10 with the 1:200-0ubuntu1.12.10.1 package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1110326 Title: portmidi 1:200-0ubuntu1.12.04.1 is broken To

[Bug 1074352] Status changed to Confirmed

2013-02-01 Thread Brad Figg
This change was made by a bot. ** Changed in: linux (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/1074352 Title: [Lenovo w530] - Video doesn't resume from

[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-02-01 Thread L R Bellmore Jr (Bob)
Still have to get W7 64 bit to install.. having another error issue.. will post later today or this weekend .. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016165 Title: virtualbox-guest-dkms

[Bug 1111314] Re: [MIR] indicator-bluetooth

2013-02-01 Thread Sebastien Bacher
** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Changed in: unity (Ubuntu) Importance: Undecided = Low ** Changed in: unity (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1112554] [NEW] Bluetooth mouse 3.0 reconnection fail

2013-02-01 Thread Manuel Carthoblaz
Public bug reported: I use Ubuntu 12.04 (updated 2013.02.01) The bluetooth chipset used is a broadcom 2070 I use the Bluetooth setting UI to connect a Mouse Bluetooth 3.0 (Broadcom20730 chip) Bluetooth HID 2.0- encryption is mandatory After the pairing, the mouse is working, but when I try

[Bug 1111314] Re: [MIR] indicator-bluetooth

2013-02-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/unity/recommends-indicator-bluetooth -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/314 Title: [MIR] indicator-bluetooth To manage notifications about this bug go

[Bug 775702] Re: Some menu icons missing in Inkscape since upgrade to 11.04

2013-02-01 Thread kamereon
using 'Exec=UBUNTU_MENUPROXY=0 inkscape' in inkscap.desktop no longer works for me. (since today's Inkscape update (Inkscape 0.48.3.1-1ubuntu6.1)) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775702

[Bug 217300]

2013-02-01 Thread Jhorak
Created attachment 709034 Store Master Password to Gnome Keyring patch v3 Changes - Prompt user if he wants to store master password to Gnome Keyring. - rewritten patch a bit to avoid a lot of nested ifs. Changing reviewer as long as Kai showed some interest in this patch. Thanks. -- You

[Bug 154054]

2013-02-01 Thread Kyoshida-f
Only 4-years late! but better later than never. This is now fixed on master and suse-3.6 branches of LibreOffice, and sent a review request to gerrit for 4.0 inclusion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1112554] Re: Bluetooth mouse 3.0 reconnection fail

2013-02-01 Thread Fabio Marconi
** Package changed: ubuntu = bluez (Ubuntu) ** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1112554 Title: Bluetooth mouse 3.0 reconnection fail To manage notifications about

[Bug 1111904] Re: ubuntu 12.04 xserver-xorg-video-intel GPU hang

2013-02-01 Thread Fabio Marconi
*** This bug is a duplicate of bug 946899 *** https://bugs.launchpad.net/bugs/946899 ** This bug has been marked a duplicate of bug 946899 [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung -- You received this bug notification because you are a member of Ubuntu

[Bug 1111470] Re: Precise kernel not bootable under Xen - alloc_l1_table

2013-02-01 Thread Stefan Bader
So I found the following definition about the E820 address ranges in the ACPI 3.0a spec (section 14, table 14-1): AddressRangeUnusable: This range of address contains memory in which errors have been detected. This range must not be used by the OSPM. That rather sounds like it may not be good to

[Bug 1100970] Re: [gen3] Dash background flickers and blur is misplaced on intel graphics

2013-02-01 Thread Eleni Maria Stea
** Changed in: unity Status: Confirmed = In Progress ** Changed in: unity Assignee: (unassigned) = Eleni Maria Stea (hikiko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100970 Title:

[Bug 1085140] Re: spotify, rhythmbox, flash freezes randomly

2013-02-01 Thread Kai Mast
This seems to be fixed for me now? At least Spotify works fine. I am not sure what resolved the issue.. maybe the transition to the 3.8 kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1085140

[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-02-01 Thread L R Bellmore Jr (Bob)
12.04 only required the following.. sudo /etc/init.d/vboxdrv setup to upgrade the virtual box.. It did not need to recompile the headers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016165 Title:

[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-02-01 Thread L R Bellmore Jr (Bob)
Thanks for all your support.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016165 Title: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit

[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2013-02-01 Thread L R Bellmore Jr (Bob)
For 12.10 - need to do both steps. For 12.04 need only to do second step... ignore my system names...showing for purposes as placeholders for your computer name.. Step 1 lrbjr-dv7-64@lrbjrdv764-HP-Pavilion-dv7-Notebook-PC:~$ sudo apt-get install build-essential linux-headers-`uname -r` [sudo]

[Bug 932715] Re: piston-mini-client triggers an error when making a DEL request

2013-02-01 Thread Anthony Lenton
** Changed in: piston-mini-client Milestone: None = 0.7.4 ** Changed in: piston-mini-client 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/932715

[Bug 154054] Re: [ooo-build] OpenOffice claims you can restrict permission for PDF using blank password

2013-02-01 Thread Bug Watch Updater
** Changed in: openoffice Status: In Progress = Fix Released ** Changed in: openoffice Importance: Unknown = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/154054 Title:

[Bug 1112559] [NEW] Bluetooth keyboard 3.0 don't work

2013-02-01 Thread Manuel Carthoblaz
Public bug reported: I use Ubuntu 12.04 (updated 2013.02.01) The bluetooth chipset used is a broadcom 2070 I use the Bluetooth setting UI to connect a Keyboard Bluetooth 3.0 (Broadcom20730 chip) Bluetooth HID 2.0- encryption is mandatory Try with 3 keyboards(Logitech K760, Logitech K810 and

[Bug 1111889] Re: Trust GXT18 keyboard not working

2013-02-01 Thread Fabio Marconi
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We understand the difficulties you are facing, but

[Bug 1087534] Re: [regression] Corrupted blurred overlays

2013-02-01 Thread Eleni Maria Stea
** Changed in: unity Status: Confirmed = In Progress ** Changed in: unity Assignee: (unassigned) = Eleni Maria Stea (hikiko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1087534 Title:

[Bug 1008197] Re: Cinnamon desktop freeze - no mouse actions, keyboard atl, ctrl, del works

2013-02-01 Thread Jérôme Poulin
This is of course pulseaudio related, still no follow up? I don't think there's a way to disable calling pulseaudio, I do not need/want sounds bt there's no option. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1112566] [NEW] Logitech Rechargeable Trackpad for Mac® pairing issue

2013-02-01 Thread Manuel Carthoblaz
Public bug reported: I use Ubuntu 12.04 (updated 2013.02.01) The bluetooth chipset used is a broadcom 2070 I use the Bluetooth setting UI to connect Logitech Rechargeable Trackpad for Mac® When I try to connect the trackpad, a UI appear to enter a passkey??? but I don't have keys on the track

[Bug 1110429] Re: indicator-cpufreq 0.2-0ubuntu1: 2.20 frequency shows up twice [raring]

2013-02-01 Thread Alin Andrei
It's already installed... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1110429 Title: indicator-cpufreq 0.2-0ubuntu1: 2.20 frequency shows up twice [raring] To manage notifications about this bug

[Bug 972537] Re: lightdm doesn't allow expired passwords

2013-02-01 Thread Andrew Phillips
Hello everyone, It appears to still not work correctly without defer_pwchange. ii lightdm 1.2.3-0ubuntu1 Display Manager ii unity-greeter0.2.9-0ubuntu1 Unity Greeter ** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug

[Bug 1112568] [NEW] lynx -dump fails if filename is not *.html

2013-02-01 Thread David Biesack
Public bug reported: lynx -dump url is supposed to strip out the HTML markup and format the text, but it is not working; it is just echoing the output. The input is simple HTML: $ echo | curl.out EOF html bodypSome text/p/body /html EOF but when I do $ lynx -d curl.out lynx just echos

[Bug 1112475] Re: Sync lintian4python 0.13.1 (universe) from Debian experimental (main)

2013-02-01 Thread Daniel Holbach
This bug was fixed in the package lintian4python - 0.13.1 Sponsored for Dmitry Shachnev (mitya57) --- lintian4python (0.13.1) experimental; urgency=low * checks/python/package-name: + Fix regexp, so that Python 3 extensions modules are taken into account. *

[Bug 1078396] Re: [Lenovo x230i] - No USB 3.0 Available

2013-02-01 Thread Greg Vallande
After testing linux- image-3.8.0-030800rc5-generic_3.8.0-030800rc5.201301251535_amd64 with the x230i - USB3 is now fully functional, allowed data to be copied and deleted and also mounted/unmounted cleanly. ** Tags added: kernel-fixed-upstream ** Changed in: linux (Ubuntu) Status: Expired

[Bug 1112573] [NEW] linux: 3.8.0-4.8 -proposed tracker

2013-02-01 Thread Leann Ogasawara
Public bug reported: This bug is for tracking the 3.8.0-4.8 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

[Bug 1108955] Re: linux-ti-omap4: version to be filled -proposed tracker

2013-02-01 Thread Herton R. Krzesinski
*** This bug is a duplicate of bug 1112010 *** https://bugs.launchpad.net/bugs/1112010 ** This bug has been marked a duplicate of bug 1112010 linux-ti-omap4: version to be filled -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1101681] Re: linux-ti-omap4: version to be filled -proposed tracker

2013-02-01 Thread Herton R. Krzesinski
*** This bug is a duplicate of bug 1112010 *** https://bugs.launchpad.net/bugs/1112010 ** This bug is no longer a duplicate of bug 1108955 linux-ti-omap4: version to be filled -proposed tracker ** This bug has been marked a duplicate of bug 1112010 linux-ti-omap4: version to be filled

[Bug 1072718] Re: Incorrect german translation

2013-02-01 Thread Hendrik Knackstedt
No it did not. I sent an email to the translators' list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072718 Title: Incorrect german translation To manage notifications about this bug go to:

[Bug 1068019] Re: distro-info needs to be updated for Raring

2013-02-01 Thread Benjamin Drung
I installed distro-info 0.2.3ubuntu0.2 from oneiric-proposed and ubuntu-distro-info --devel knows about the current development release. Therefore I set the tag verification-done. ** Tags removed: verification-needed ** Tags added: verification-done ** Tags added: verification-done-oneiric --

[Bug 1112566] Re: Logitech Rechargeable Trackpad for Mac® pairing issue

2013-02-01 Thread Fabio Marconi
*** This bug is a duplicate of bug 1112554 *** https://bugs.launchpad.net/bugs/1112554 ** This bug has been marked a duplicate of bug 1112554 Bluetooth mouse 3.0 reconnection fail -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1112559] Re: Bluetooth keyboard 3.0 don't work

2013-02-01 Thread Fabio Marconi
*** This bug is a duplicate of bug 1112554 *** https://bugs.launchpad.net/bugs/1112554 ** Package changed: ubuntu = bluez (Ubuntu) ** This bug has been marked a duplicate of bug 1112554 Bluetooth mouse 3.0 reconnection fail -- You received this bug notification because you are a member

[Bug 1108957] Re: linux-ppc: version to be filled -proposed tracker

2013-02-01 Thread Herton R. Krzesinski
*** This bug is a duplicate of bug 1105104 *** https://bugs.launchpad.net/bugs/1105104 ** This bug has been marked a duplicate of bug 1105104 linux: 3.8.0-2.6 -proposed tracker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1111486] Re: linux: 3.8.0-3.7 -proposed tracker

2013-02-01 Thread Herton R. Krzesinski
** Changed in: kernel-development-workflow/package-testing Status: Confirmed = Fix Released ** Changed in: kernel-development-workflow/promote-to-release Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1101682] Re: linux-ppc: version to be filled -proposed tracker

2013-02-01 Thread Herton R. Krzesinski
*** This bug is a duplicate of bug 1105104 *** https://bugs.launchpad.net/bugs/1105104 ** This bug is no longer a duplicate of bug 1108957 linux-ppc: version to be filled -proposed tracker ** This bug has been marked a duplicate of bug 1105104 linux: 3.8.0-2.6 -proposed tracker -- You

[Bug 1100827] Re: Sorry, nothing matches string in dash search results flickers during search

2013-02-01 Thread Steve Magoun
This seems to be fixed in 13.04 - the Sorry, nothing matches string doesn't appear until the search is complete. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100827 Title: Sorry, nothing matches

[Bug 1098128] Re: Ubuntu One hook error, not python3 compatible

2013-02-01 Thread Rodney Dawes
** Also affects: ubuntuone-client/packaging-dailies Importance: Undecided Status: New ** Changed in: ubuntuone-client/packaging-dailies Status: New = In Progress ** Changed in: ubuntuone-client/packaging-dailies Assignee: (unassigned) = Rodney Dawes (dobey) ** Changed in:

[Bug 1111073] Re: Elf

2013-02-01 Thread Fabio Marconi
this thread cannot help you? http://ubuntuforums.org/showthread.php?t=1965810 --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad ** Changed in: ubuntu Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1110787] Re: VPN tunnel connections are not properly setting MTU values

2013-02-01 Thread Fabio Marconi
** Package changed: ubuntu = network-manager (Ubuntu) ** Tags added: quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1110787 Title: VPN tunnel connections are not properly setting MTU values

[Bug 1103394] Re: [raring] History dialog does not decode UTF-8 (displays за symbols)

2013-02-01 Thread Bilal Shahid
found a bug in upstream attaching it. ** Changed in: empathy (Ubuntu) Status: New = Triaged ** Changed in: empathy (Ubuntu) Importance: Undecided = Low ** Bug watch added: GNOME Bug Tracker #692746 https://bugzilla.gnome.org/show_bug.cgi?id=692746 ** Also affects: empathy via

[Bug 1098572] Re: does not remember account

2013-02-01 Thread Bilal Shahid
ahh ok that may be a same problem waiting for that release. anybody else can confirm this bug ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098572 Title: does not remember account To manage

[Bug 1092908] Re: facebook connection problem

2013-02-01 Thread Bilal Shahid
not a bug anymore closing! ** Changed in: empathy (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/1092908 Title: facebook connection problem To manage

[Bug 1111690] Re: [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent

2013-02-01 Thread Ben Howard
** Summary changed: - walinuxagent IsPackaged() logic is broken, runs two instances of waagent + [SRU] walinuxagent IsPackaged() logic is broken, runs two instances of waagent -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1112573] Re: linux: 3.8.0-4.8 -proposed tracker

2013-02-01 Thread Leann Ogasawara
** Changed in: kernel-development-workflow/prepare-package Status: New = In Progress ** Changed in: kernel-development-workflow/prepare-package-meta Status: New = In Progress ** Changed in: kernel-development-workflow/prepare-package-signed Status: New = In Progress -- You

[Bug 1111307] Re: dragging files into folders crashes application

2013-02-01 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? This will help us to find and resolve the problem. ** Changed in: ubuntu Status:

[Bug 1112351] Re: Empathy window (contacts list) does not getting focus after opening from icon in message indicator

2013-02-01 Thread Bilal Shahid
thanks for the bug report working fine for me can you attach the video of this behaviour? ** Changed in: empathy (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1111368] Re: package cpp-4.4 4.4.7-1ubuntu2 failed to install/upgrade: lectura insuficiente en buffer_copy para error en dpkg-deb durante `./usr/lib/gcc/i686-linux-gnu/4.4/cc1'

2013-02-01 Thread Fabio Marconi
dpkg-deb (subproceso): datos: error interno de lectura de gzip `fd:4: invalid stored block lengths' Probably a not reproducible error. I close this report Thanks Fabio --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad ** Changed in: ubuntu Status: New = Invalid --

[Bug 1110429] Re: indicator-cpufreq 0.2-0ubuntu1: 2.20 frequency shows up twice [raring]

2013-02-01 Thread Artem Popov
Hmm, I see. It's got it's own pointer.h. The solution seems to run: echo #define LONG64 pointer.h and rerun 'make'. Not sure why make didn't create the file for you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1110513] Re: instalando lubuntu error asking for cache data failed

2013-02-01 Thread Fabio Marconi
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We understand the difficulties you are facing, but

[Bug 1080530] Re: v86d prevents suspend from completing

2013-02-01 Thread Joost Van Durme
@Fabrizio aha I get it now. So if I'm understanding it correctly we have no idea when this fix will be out? And that kernel map is updated every day or so? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1078396] Re: [Lenovo x230i] - No USB 3.0 Available

2013-02-01 Thread Ara Pulido
** Tags added: certification-grey -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078396 Title: [Lenovo x230i] - No USB 3.0 Available To manage notifications about this bug go to:

[Bug 1101963] Re: broadcom-sta-dkms 5.100.82.112-8: broadcom-sta kernel module failed to build [error: ‘struct cfg80211_ibss_params’ has no member named ‘channel’]

2013-02-01 Thread Khairul Aizat Kamarudzzaman
Setting up broadcom-sta-dkms (5.100.82.112-9) ... Installing new version of config file /etc/modprobe.d/broadcom-sta-dkms.conf ... Loading new broadcom-sta-5.100.82.112 DKMS files... Building for 3.8.0-2-generic and 3.8.0-3-generic Building initial module for 3.8.0-2-generic ERROR (dkms apport):

[Bug 1112594] [NEW] broadcom-sta-dkms 5.100.82.112-9: broadcom-sta kernel module failed to build

2013-02-01 Thread Khairul Aizat Kamarudzzaman
Public bug reported: Setting up broadcom-sta-dkms (5.100.82.112-9) ... Installing new version of config file /etc/modprobe.d/broadcom-sta-dkms.conf ... Loading new broadcom-sta-5.100.82.112 DKMS files... Building for 3.8.0-2-generic and 3.8.0-3-generic Building initial module for 3.8.0-2-generic

[Bug 775702] Re: Some menu icons missing in Inkscape since upgrade to 11.04

2013-02-01 Thread lovius
I just checked and the new version rewrites the /usr/share/applications/inkscape.desktop So you have to re edit it by adding to the end of the [Drawing Shortcut Group] Name=No Globel Menu Exec=env UBUNTU_MENUPROXY=0 inkscape TargetEnvironment=Unity I also found I had to re-drag the Icon on to

[Bug 1110660] Re: gnomeradio crashed with SIGABRT in __libc_message()

2013-02-01 Thread melchiaros
Thank you for your report, but unfortunately you can find at https://bugzilla.gnome.org/show_bug.cgi?id=677059#c5 the information that gnomeradio is unmaintained software(since 2008). May be there is other software arround that fits also your needs. ** Bug watch added: GNOME Bug Tracker

[Bug 1110334] Re: Unable to Install Ubuntu 12.04 64 bit on OVM 2.3 (Oracle Virtual Manager)

2013-02-01 Thread Fabio Marconi
Thank you for taking the time to report this bug and helping to make Ubuntu better. While we appreciate the difficulties you are facing, it would appear that the CD image (ISO file) you downloaded could be corrupt. There is an easy way to verify the integrity of the Ubuntu ISO files you download.

[Bug 1074779] Re: llvmpipe used after clean install instead of intel

2013-02-01 Thread Aristotelian
Finally resolved this issue, at least for my purposes. Folks on the thread were correct that there was a driver issue but I could not figure out how to get the intel drivers to load even though they were installed. The problem was that I had set GRUB to nomodeset to resolve an earlier issue (when

[Bug 1078396] Re: [Lenovo x230i] - No USB 3.0 Available

2013-02-01 Thread Greg Vallande
** Changed in: linux (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078396 Title: [Lenovo x230i] - No USB 3.0 Available To manage notifications

[Bug 1068019] Re: distro-info needs to be updated for Raring

2013-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package distro-info - 0.2.3ubuntu0.2 --- distro-info (0.2.3ubuntu0.2) oneiric-proposed; urgency=low * Update data from distro-info-data 0.10ubuntu1. - Add Debian 8.0 Jessie. - Add Ubuntu Raring Ringtail. (LP: #1068019) -- Stefano Rivera

[Bug 1059374] Re: Using Adwaita, many widgets are drawn with a solid black background

2013-02-01 Thread danix
** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) = danix (morgenstern-daniel) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1059374 Title: Using Adwaita, many widgets are drawn with a

[Bug 1111299] Re: Cannot open device

2013-02-01 Thread dos
Are you sure you have V4L device available and working? Kamerka uses by default /dev/video0 device. If that doesn't match your system one, then just replace it in configuration dialog. If kernel does not see your webcam, then Kamerka won't see it too. -- You received this bug notification

[Bug 1102410] Re: Speed up dash blur

2013-02-01 Thread Roman Yepishev
Here's the video of how it looks now - http://www.youtube.com/watch?v=DARe2EfwMSY -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1102410 Title: Speed up dash blur To manage notifications about this

[Bug 1085627] Re: AMD microcode failed to load

2013-02-01 Thread melchiaros
I am not so sure how I should undestand your question Joseph. I have had two fresh installed systems: One raring one quantal and both are affected. In this case I have had for sure installed the linux-image and linux image-extra-packages(you do not different or releases, or?). Just for

[Bug 1078396] Re: [Lenovo x230i] - No USB 3.0 Available

2013-02-01 Thread Ara Pulido
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078396 Title: [Lenovo x230i] - No USB 3.0 Available To manage

Re: [Bug 921889] Re: package ttf-mscorefonts-installer (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2013-02-01 Thread Galen Currah
On 1 February 2013 03:09, Luciano Fleischfresser l_...@alumni.ou.eduwrote: It happened when installing the Adobe Flash Player plug-in with the ms core fonts as an add-on. Will be glad to send needed information/file. Hi, Luciano, I thank you for your reply and explanation. I think I know

[Bug 905085] Re: Please make PyGI overrides available to Python3

2013-02-01 Thread Łukasz Zemczak
** Changed in: dee (Ubuntu Precise) Status: New = In Progress ** Changed in: dee (Ubuntu Precise) Assignee: (unassigned) = Łukasz Zemczak (sil2100) ** Description changed: [Test Case] + 1. Start python3 + 2. from gi.repository import Dee +- Make sure that Dee is importable

[Bug 788700] Re: CVE-2011-1747

2013-02-01 Thread Marc Deslauriers
** Changed in: linux (Ubuntu Hardy) Status: New = Won't Fix ** Changed in: linux (Ubuntu Lucid) Status: New = Won't Fix ** Changed in: linux (Ubuntu Oneiric) Status: New = Won't Fix ** Changed in: linux (Ubuntu Precise) Status: New = Won't Fix ** Changed in: linux

[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-02-01 Thread Xiao-Long Chen
Actually, I think it's sssd that's at fault for not being able to parse debhelper's ./configure arguments, since pretty much every other project using ./configure can. I'll see if I can come up with a patch for the issue. -- You received this bug notification because you are a member of Ubuntu

[Bug 1112614] [NEW] [HP Pavilion dv6700 Notebook PC, Realtek ALC268, Speaker, Internal] No sound at all

2013-02-01 Thread nicomagliaro
Public bug reported: I cannot listen to any Radio Station through web browser like Chrome or FF. Some king of fail when attempt to lunch Totem plugin ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: alsa-base 1.0.25+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2

<    1   2   3   4   5   6   7   8   >