[Bug 1048605] Re: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote

2012-09-10 Thread mcuelenaere
** Tags added: kernel-fixed-upstream-v3.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048605 Title: Pairing wiimote leads to kernel null pointer derefence in hid_wiimote To manage notifications

[Bug 1048544] Re: LENOVO ThinkPad L512 (2597AB2) Fan speed freezes, and hotkeys stop working

2012-09-10 Thread David Murphy
** Project changed: ubuntu-friendly = ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048544 Title: LENOVO ThinkPad L512 (2597AB2) Fan speed freezes, and hotkeys stop working To manage

[Bug 1047027] Re: Samsung DVD writer SH-222 doesn't work correctly in kubuntu 12.04

2012-09-10 Thread Peter Merchant
** Description changed: Ubuntu 3.2.0-30.48-generic 3.2.27 I bought myself two of these, and they don't work properly. I cannot write to them, and they only play one track of a CD, if that. These are the first Sata drives that I have installed in my computer to replace a failing IDE

[Bug 183271]

2012-09-10 Thread thomasfr
Created attachment 66877 Try to find another rootNum if actual rootNum doesn't point to a dict This patch solves the issue and is regtested successfully -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1048641] Re: unity-scope-gdocs crashed with gi._glib.GError in function(): You must be authenticated to query documents.

2012-09-10 Thread Ken VanDine
*** This bug is a duplicate of bug 1041331 *** https://bugs.launchpad.net/bugs/1041331 ** Visibility changed to: Public ** Changed in: unity-scope-gdocs (Ubuntu) Assignee: (unassigned) = Alberto Mardegan (mardy) -- You received this bug notification because you are a member of Ubuntu

[Bug 1028388] Re: software-properties-gtk crashed with KeyError in show_drivers(): 'model'

2012-09-10 Thread Alex
I'm afraid this is still happening for me and I am unable to launch this at all on a fresh install of Quantal beta 1 (with all updates applied). software-properties-gtk: Installed: 0.92.3 Candidate: 0.92.3 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 990162] Re: [SRU] armhf version is unusable -- task switches will cause sigsegv's

2012-09-10 Thread Bug Watch Updater
** Changed in: python-greenlet (Debian) 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/990162 Title: [SRU] armhf version is unusable -- task switches will

[Bug 556782]

2012-09-10 Thread agd5f
*** Bug 54704 has been marked as a duplicate of 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/556782 Title: [rs690m] Graphics corruption with ati x1200 To manage notifications about

[Bug 556782]

2012-09-10 Thread agd5f
Does this patch help? http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=4a2b6662c3632176b4fdf012243dd3751367bf1f -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/556782 Title:

[Bug 33288]

2012-09-10 Thread Carlos Garcia Campos
(In reply to comment #42) Created an attachment (id=31406) [details] 3/5 reading order (bug fixed) It seems this bug introduced an important performance regression, see the detailed analysis in poppler mailing list: http://lists.freedesktop.org/archives/poppler/2010-October/006566.html --

[Bug 33288]

2012-09-10 Thread Julian Sikorski
Correctness trumps performance, right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288 Title: Evince doesn't handle columns properly To manage notifications about this bug go to:

[Bug 33288]

2012-09-10 Thread Brian Ewins
It should be possible to improve this substantially. When I wrote the patch I was being very conservative with the existing poppler data structures, so essentially that method is traversing an unordered list. If the block list was in isBeforeByRule1 order most of those comparisons would go away. I

[Bug 33288]

2012-09-10 Thread Brian Ewins
Created attachment 40056 patch to fix performance regression Here's what I've got so far. On my very slow VM, this renders the paris bus map reported on the mailing list in ~15.2s, compared to ~60s without the patch. YX-sorting alone got the time down to ~16.2s. Rendering on other documents is as

[Bug 33288]

2012-09-10 Thread Brian Ewins
Created attachment 40061 improved patch Had another look and tidied the code a bit removing repeated page orientation checks, and a redundant test for overlap in rule(2). This is noticeably faster rendering the bus map. (down to ~14.8s) -- You received this bug notification because you are a

[Bug 33288]

2012-09-10 Thread Albert Astals Cid
Can you please attach a patch without unnecessary spacing changes like -before = gTrue; + before = gTrue; Thanks :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288 Title:

[Bug 33288]

2012-09-10 Thread Dsheil
(In reply to comment #62) Created an attachment (id=40061) [details] improved patch Had another look and tidied the code a bit removing repeated page orientation checks, and a redundant test for overlap in rule(2). This is noticeably faster rendering the bus map. (down to ~14.8s) I tested

[Bug 33288]

2012-09-10 Thread Brian Ewins
Created attachment 40124 patch without extraneous whitespace changes Oops! Ok, here's the patch without the whitespace changes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288 Title:

[Bug 33288]

2012-09-10 Thread Marek Kašík
There are also 2 nested for cycles in the block preceded by this comment: /* set extended bounding boxes of all other blocks * so that they extend in x without hitting neighbours */ I'm working on an optimization of it. Marek -- You received this bug notification because you are a

[Bug 33288]

2012-09-10 Thread Marek Kašík
Created attachment 40308 optimization of search for tables Hi, this patch improves efficiency of searching for blocks which belong to a table. In the worst case it is still quadratic but it should be O(n*sqrt(n)) in average case. It creates a list of all y coordinates and then sort it. After

[Bug 33288]

2012-09-10 Thread Albert Astals Cid
Brian, your patch changes the output of pdftotext in a file, is this to be expected? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/33288 Title: Evince doesn't handle columns properly To

[Bug 33288]

2012-09-10 Thread Dsheil
(In reply to comment #65) Created an attachment (id=40124) [details] patch without extraneous whitespace changes Oops! Ok, here's the patch without the whitespace changes. Tested with the new whitespace patch - renders the map PDFs much faster in cairo, other PDFs aven't changed much. --

[Bug 1048642] [NEW] rhythmbox inner section boxes changes when CRTL+D is used

2012-09-10 Thread lipstick
Public bug reported: Here is the issue that I encountered Before CTRL+D http://img6.imagebanana.com/img/qd5ebo4n/Rhythmbox_001.png After Invoking CTRL+D http://img6.imagebanana.com/img/64qub8y3/Rhythmbox_002.png ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: rhythmbox 2.96-0ubuntu4.1

[Bug 1048642] Re: rhythmbox inner section boxes changes when CRTL+D is used

2012-09-10 Thread lipstick
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048642 Title: rhythmbox inner section boxes changes when CRTL+D is used To manage notifications about this bug go to:

[Bug 1048641] Re: unity-scope-gdocs crashed with gi._glib.GError in function(): You must be authenticated to query documents.

2012-09-10 Thread Apport retracing service
*** This bug is a duplicate of bug 1041331 *** https://bugs.launchpad.net/bugs/1041331 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 #1041331, so is being marked as such.

[Bug 1046927] Re: geis_ugsubscription_release_for_device() fails -- causes compiz to crash on resume from S3

2012-09-10 Thread Daniel d'Andrada
Thanks for the xinput. ** Changed in: geis (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046927 Title: geis_ugsubscription_release_for_device() fails --

[Bug 1041164] Re: C600/X79 servers hang with SPS firmware

2012-09-10 Thread Tim Gardner
Marking verification-done-precise since this is a staging driver. Ewing - 3.5.0-12.12 contains the quirk patch that stops this driver from crashing if the device does not have MEI/HECI support. ** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You

[Bug 1038468] Re: data loss on sort -u

2012-09-10 Thread Colin Watson
** Description changed: + [Impact] In some corner cases, 'sort -u' loses data. + [Test Case] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9780 + [Regression Potential] It's coreutils, and a change to a vital system utility. The coreutils test suite should save us from the worst mistakes, but

[Bug 1029621] Re: os.stat() and os.lstat() returnst_dev = 5 for all devices

2012-09-10 Thread Austin S. Hemmelgarn
Then the documentation is inconsistent with the implementation. I know that on both BSD and OS X the returned dict follows what the documentation says and contains a composed device id in st_dev, so this should be noted in the documentation as being different on linux, or at least different on

[Bug 1028388] Re: software-properties-gtk crashed with KeyError in show_drivers(): 'model'

2012-09-10 Thread Pikkolo
12.10 current, still happens -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028388 Title: software-properties-gtk crashed with KeyError in show_drivers(): 'model' To manage notifications about

[Bug 1003466] Re: Software Center Memory/Processor bug

2012-09-10 Thread Dave Morley
Confirmed the current fix greatly reduces the leak it is however still there partially :) It knocks about 200 meg off the size. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1003466 Title:

[Bug 1017056] Re: debuild clean doesn't remove chrome/skk/*.mk

2012-09-10 Thread Nobuto MURATA
As per a comment from a maintainer in Debian, Nobuhiro Iwamatsu, I will mark this bug as Fix Released. Ubuntu quantal already has mozc 1.5.1090.102-2. ** Changed in: mozc (Ubuntu) Status: Confirmed = Fix Released ** Tags removed: patch -- You received this bug notification because you

[Bug 1048618] Re: Selecting multiple messages in a folder with a lot of messages causes CPU to spike, application to become unresponsive

2012-09-10 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=787121. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 1048261] Re: Blank screen during system startup with Precise/Nouveau

2012-09-10 Thread Jan Rathmann
@Steve Here is the dmesg output of such a boot. The graphics board seems to have a TV out indeed, but it has never been used. Only the TFT flatscreen is connected via VGA out. If the monitor is turned on only at the end of the boot, it would explain of course the observed behaviour that the

[Bug 1047706] Re: PolKit Auth Dialog Fails to Authenticate when using pkexec

2012-09-10 Thread Bug Watch Updater
** Changed in: gnome-shell Status: Unknown = New ** Changed in: gnome-shell 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/1047706 Title: PolKit Auth Dialog

[Bug 1048465] Re: Xorg can't start in normal graphic mode

2012-09-10 Thread Francisco Soares
I will try to reinstall Ubuntu 12.10 using the daily alternate iso from today, hope it works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048465 Title: Xorg can't start in normal graphic mode

[Bug 1034164] Re: [SRU Regression] Unity 5.14 + Nux 2.14: Launcher tooltips are incomplete/missing

2012-09-10 Thread Nicolas Delvaux
When can we expect the next SRU? This bug is visible for each user of Unity 3D since more than a month... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034164 Title: [SRU Regression] Unity 5.14 +

[Bug 1005677] Re: Re-emergence of Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' Makes vlc and other Qt apps crashing crashing

2012-09-10 Thread Didier Roche
** Summary changed: - Re-emergence of Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' + Re-emergence of Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' Makes vlc and other Qt apps crashing crashing ** Changed in: qt4-x11 (Ubuntu

[Bug 991982] Re: Arbitrary file disclosure via MITM of twitter feed

2012-09-10 Thread Marc Deslauriers
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991982 Title: Arbitrary file disclosure via MITM of twitter feed To manage notifications about this bug go to:

[Bug 982526] Re: remmina crashed with Segmentation fault (core dumped)

2012-09-10 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 868677 *** https://bugs.launchpad.net/bugs/868677 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: remmina (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 154086] Re: Installing to HDD with previous ubuntu fails to create fresh LVM claiming group already in use

2012-09-10 Thread Dmitrijs Ledkovs
** Description changed: - Binary package hint: debian-installer + [IMPACT] - I have a ubuntu 7.10 beta server I'd like to reinstall from scratch. - During the disk partitioning, I'd opted for Guided - Use entire disk - and setup LVM Part way through it informed me that the volume group - name

[Bug 1048646] [NEW] Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission denied

2012-09-10 Thread Auke Zaagman
Public bug reported: Using Ubuntu 12.04 Mounted filesystems do not show up in phpsysinfo phpsysinfo errors shows: /bin/df /bin/df: `/var/lib/lightdm/.gvfs': Permission denied Return value: 1 ./xml.php on line 45 ./includes/output/class.WebpageXML.inc.php on line 138 in function run()

[Bug 1047281] Re: Ubuntu Software Center 5.3.11 won't start

2012-09-10 Thread Michael Vogt
** Branch linked: lp:~mvo/software-center/lp1047281 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047281 Title: Ubuntu Software Center 5.3.11 won't start To manage notifications about this bug go

[Bug 1047027] Re: Samsung DVD writer SH-222 doesn't work correctly in kubuntu 12.04

2012-09-10 Thread Peter Merchant
** Tags removed: needs-upstream-testing ** Tags added: kernel-fixed-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047027 Title: Samsung DVD writer SH-222 doesn't work correctly in kubuntu

[Bug 1045298] Re: Dash - Clicking outside of dash region does not stop a song preview from playing

2012-09-10 Thread John Lea
** Summary changed: - Dash - Clicking outside of dash region does not stop a song' preview + Dash - Clicking outside of dash region does not stop a song preview from playing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1038468] Re: data loss on sort -u

2012-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/coreutils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038468 Title: data loss on sort -u To manage notifications about this bug go to:

[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-09-10 Thread Thierry Carrez
@Jonathan: Looks like a different issue, like KVM not installed or your CPU doesn't support virt extensions. @Jamie: does comment #5 resolve your issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1016181] Re: ath chip reset failed

2012-09-10 Thread Aaron Johnson
I am having the exact same problem. I have a brand new Toshiba L840 with an Atheros AR9485 Wireless Network Adapter. I am running Ubuntu 12.04 32-bit and I have tried upgrading to the Q-Series ppa 3.5.0-14 Linux Kernel and the problem still persists. Is there any fix for this? I am considering

[Bug 996233] Re: nova and python-novaclient disagree on volumes API URLs

2012-09-10 Thread Thierry Carrez
** Changed in: nova 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/996233 Title: nova and python-novaclient disagree on volumes API URLs To manage notifications

[Bug 154086] Re: Installing to HDD with previous ubuntu fails to create fresh LVM claiming group already in use

2012-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package partman-auto-lvm - 45ubuntu3 --- partman-auto-lvm (45ubuntu3) quantal; urgency=low * After creating partitions, wait for devices to settle and wipe left-over LVM from them. (Closes: #542441) (LP: #154086) -- Dmitrijs Ledkovs

[Bug 1047135] Re: mythmusic will not play recently ripped ogg files

2012-09-10 Thread pdaniel
Bug reported in error. Files are playing now. Issue not related to mythmusic. ** Changed in: mythtv (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047135

[Bug 1047027] Re: Samsung DVD writer SH-222 doesn't work correctly in kubuntu 12.04

2012-09-10 Thread Peter Merchant
10/9/12 Tested with 3.6.0-030600rc4-generic_3.6.0-030600rc4.201209011435_i386 and Dmesg results show both DVD's installed without errors. Used K3b to rip contents of CD to Disk and it did all tracks. Kaffeine still will play only the first track. On this basis I suspect that the kernel is OK

[Bug 1045417] Re: Dash - The Dash Previews should be mounted on a slightly darker area in the centre of the design to set the preview apart from the results above and below

2012-09-10 Thread John Lea
** Changed in: ayatana-design Status: Fix Committed = Invalid ** Changed in: unity (Ubuntu) Status: Triaged = Invalid ** Changed in: ayatana-design Assignee: John Lea (johnlea) = (unassigned) ** Changed in: unity Importance: High = Undecided ** Tags removed: dashm udp **

[Bug 1045416] Re: Dash - In Dash previews, the primary action should be pre-selected when the user opens the preview

2012-09-10 Thread John Lea
** Summary changed: - Dash - In Dash previews, the primary action button should have a thicker border, and should be pre-selected when the user opens the preview + Dash - In Dash previews, the primary action should be pre-selected when the user opens the preview ** Description changed: - In

[Bug 1044033] Re: Software centers lobby page is ugly on initial startup

2012-09-10 Thread Gary Lasker
** Changed in: software-center (Ubuntu) Status: New = Confirmed ** Changed in: software-center (Ubuntu) Assignee: (unassigned) = Gary Lasker (gary-lasker) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1005677] Re: Re-emergence of Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' Makes vlc and other Qt apps crashing crashing

2012-09-10 Thread Didier Roche
** Also affects: unity-distro-priority Importance: Undecided Status: New ** Changed in: unity-distro-priority Status: New = Fix Committed -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in Ubuntu.

[Bug 236866] Re: installer's partitioner use as has no default

2012-09-10 Thread Dmitrijs Ledkovs
Currently we 'mimic' debian-installer. But there is re-designed manual repartitioning [1] which has not yet been implemented. Can you test debian-installer on the server cd and check if that pre- offers correct file-systems? [1] http://goo.gl/Kokw5 ** Tags added: needs-design ** Changed in:

[Bug 947236] Re: Please provide /etc/os-release

2012-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package base-files - 6.5ubuntu9 --- base-files (6.5ubuntu9) quantal; urgency=low * Install /etc/os-release. LP: #947236. -- Matthias Klose d...@ubuntu.com Mon, 10 Sep 2012 15:38:03 +0200 ** Changed in: base-files (Ubuntu Quantal) Status: Won't

[Bug 1048618] Re: Selecting multiple messages in a folder with a lot of messages causes CPU to spike, application to become unresponsive

2012-09-10 Thread Guilherme Salgado
Originally linked it to https://bugzilla.mozilla.org/show_bug.cgi?id=787121 but that's in turn marked as a dupe of https://bugzilla.mozilla.org/show_bug.cgi?id=782899. The former describes the issue I'm seeing but I'm linking to the other as upstream says they're dupes ** Bug watch added: Mozilla

[Bug 1047067] Re: [FFE][UIFE][regression] workspace switcher layout needs adjustments

2012-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~timo-jyrinki/compiz/ubuntu.0982 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047067 Title: [FFE][UIFE][regression] workspace switcher layout needs adjustments To manage

[Bug 1044033] Re: Software centers lobby page is ugly on initial startup

2012-09-10 Thread Gary Lasker
This is a visual side-effect after we swapped the locations of the Top Rated and Recommended For You panels, and it's due to the fact that the Recommended for You panel resizes after its loaded, and the upper Box area doesn't handle it well. This should be fairly straightforward to fix. -- You

[Bug 1042344] Re: Gwibber python 3 port

2012-09-10 Thread Barry Warsaw
On Sep 10, 2012, at 11:23 AM, Iain Lane wrote: Is this actually ready now? Sorry, no. We've decided to postpone this until 13.10. I removed the FFe from the bug description, but I don't think I can unsubscribe ~ubuntu-release ** Summary changed: - [FFE] Gwibber python 3 port + Gwibber

[Bug 1034140] Update Released

2012-09-10 Thread Scott Kitterman
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1029482] Update Released

2012-09-10 Thread Scott Kitterman
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 1005677] Re: Re-emergence of Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' Makes vlc and other Qt apps crashing crashing

2012-09-10 Thread Didier Roche
** Changed in: unity-distro-priority Importance: Undecided = High -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qt4-x11 in Ubuntu. https://bugs.launchpad.net/bugs/1005677 Title: Re-emergence of Gtk-CRITICAL **:

[Bug 1006583] Re: Ubuntu One does not synchronize files after reinstall

2012-09-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntuone-client (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/1006583

[Bug 980519] Re: Random log off in Ubuntu 12.04 LTS

2012-09-10 Thread Donald Siuchninski
Package Xorg Using a Lenovo t410 - Intel ® Integrated Graphics and NVIDIA® NVS3100M Discrete Graphics Bubmblebee is installed. I can confirm that this does not happen without bumblebee. For me, logoff occurs immediately after returning from suspend. I then get this message: An problem has

[Bug 976624] Update Released

2012-09-10 Thread Scott Kitterman
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression

[Bug 976624] Re: Add support for keywords

2012-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package totem - 3.0.1-0ubuntu21.1 --- totem (3.0.1-0ubuntu21.1) precise-proposed; urgency=low * debian/patches/git_use_keywords.patch: - backport upstream patch to set keywords in the desktop entry, it makes easier to find totem in the unity dash

[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2012-09-10 Thread Donald Siuchninski
Still broken. Using a Lenovo t410 - Intel ® Integrated Graphics and NVIDIA® NVS3100M Discrete Graphics Bubmblebee is installed. I can confirm that this does not happen without bumblebee. For me, logoff occurs immediately after returning from suspend. I then get this message: An problem has

[Bug 956071] Re: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

2012-09-10 Thread Scott Kitterman
Thomas: Is the touchpad problem fixed if you downgrade back to the previous package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/956071 Title: Xorg crashed with SIGSEGV in XIGetDeviceProperty()

[Bug 920035] Re: Precise alternate (and therefore LTSP) install fails

2012-09-10 Thread Mark Ellse
I'm not very technical, so please could you instruct me how to save the output of dmesg and the other logs. What commands should I use (I am moderately skilled in using console). Thanks again for your help. Mark -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1048657] [NEW] consistent crash after saving file

2012-09-10 Thread MarianoAbsatz
Public bug reported: I started using gimp in a computer where I hadn't used it before. It's a dell notebook with a clean 12.04 installation. I can create and modify files in gimp, however, every time I save a file, it takes a rather long time doing so and eventually, it crashes. In my

[Bug 1048657] Re: consistent crash after saving file

2012-09-10 Thread MarianoAbsatz
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048657 Title: consistent crash after saving file To manage notifications about this bug go to:

[Bug 1048646] Re: Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission denied

2012-09-10 Thread Auke Zaagman
Workaround: Change //if (CommonFunctions::executeProgram('df', '-k '.$df_param, $df, PSI_DEBUG)) { to CommonFunctions::executeProgram('df', '-k '.$df_param, $df, PSI_DEBUG); and remove } on line 152 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1048646] Re: Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission denied

2012-09-10 Thread Auke Zaagman
Above change should be made in -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048646 Title: Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission denied To manage

[Bug 1048646] Re: Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission denied

2012-09-10 Thread Auke Zaagman
/usr/share/phpsysinfo/includes/class.Parser.inc.php -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048646 Title: Filesystems do not show up because of df: `/var/lib/lightdm/.gvfs': Permission

[Bug 1045831] Re: Dash - When a result is focused using keyboard navigation, pressing MENU should open the Preview for the focused item

2012-09-10 Thread John Lea
** Summary changed: - Dash - When a result is focused using keyboard navigation, pressing SPACE or MENU should open the Preview for the focused item + Dash - When a result is focused using keyboard navigation, pressing MENU should open the Preview for the focused item ** Description changed:

[Bug 1045770] Re: Dash - When a user opens the Music Lens for the first time after doing a fresh install, nothing is shown in the default view

2012-09-10 Thread John Lea
** Description changed: When a user opens the Music Lens for the first time after doing a fresh install, nothing is shown in the default view. -- Desired resolution: - If the user has no music stored on their computer, when the Music Lens is

[Bug 1036427] Re: unreliability with Centrino Ultimate-N 6300 wireless connection, 802.11n

2012-09-10 Thread Leann Ogasawara
Tagging rls-q-notfixing for now until we have more data on hand. Thanks. ** Tags added: rls-q-notfixing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036427 Title: unreliability with Centrino

[Bug 1034928] Re: Fontconfig warning: Having multiple values in test isn't supported and may not works as expected

2012-09-10 Thread Iain Lane
** Changed in: fonts-sil-andika (Ubuntu) Assignee: (unassigned) = Iain Lane (laney) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034928 Title: Fontconfig warning: Having multiple values in

[Bug 1010981] Re: Computer does not power off when attempting to shut down by any route.

2012-09-10 Thread iceman75
this bugs affects me as well. My laptop is an Acer 4560-sb604. The BIOS is Phoenix (Tiano?) booting in UEFI mode. The notebook was working perfectly using BIOS mode (even dual booting). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 949689] Re: Wput ends with buffer overflow when rate-limited

2012-09-10 Thread Rumpeltux
I still need a backtrace, probably a valgrind run would be better. --memory-debug also. Also see BUGS section in the manpage. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949689 Title: Wput ends

[Bug 927236] Re: GTK is configured to show menu icons

2012-09-10 Thread Michael Terry
OK, there are two things going on here. 1) When we run gnome-settings-daemon, we weren't enabling the xsettings plugin, which translates those gsettings keys into actually useful X settings. 2) Fixing the above works for the dialogs that nm-applet throws up. But for the nm-applet menu itself,

[Bug 913736] Re: Thinkpad 410s -- Cannot re-enable Bluetooth after it's been disabled

2012-09-10 Thread Tony Espy
Based upon my comment #4 which states that 'lsusb' doesn't show a Bluetooth adapter, and the fact that after I recently got my system board replaced and it now does show a Bluetooth adapter, I'm going to mark this bug as invalid. ** Changed in: gnome-bluetooth (Ubuntu) Status: New =

[Bug 1048660] [NEW] I can't install updates or additional software. After clicking install I get the error message check internet connection. The connection is working fine.

2012-09-10 Thread griff-d
Public bug reported: dan@CamperPC:~$ software-center 2012-09-10 14:58:15,310 - softwarecenter.ui.gtk3.em - INFO - EM's: 17 15 21 dan@CamperPC:~$ Description:Ubuntu 11.10 Release:11.10 dan@CamperPC:~$ apt-cache policy pkgname N: Unable to locate package pkgname dan@CamperPC:~$

[Bug 1048660] Re: I can't install updates or additional software. After clicking install I get the error message check internet connection. The connection is working fine.

2012-09-10 Thread griff-d
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048660 Title: I can't install updates or additional software. After clicking install I get the error message check internet connection. The

[Bug 1048659] [NEW] Realtek controller stopped working after upgrade to 12.04

2012-09-10 Thread paulosimones
Public bug reported: My Realtek Ethernet controller RTL-8029 stopped working after my XUbuntu upgrade from 11.04 to 12.04. Command lpsci -v shows that the kernel driver being used is ne2k-pci. In my opinion this driver is not properly managing the RTL-8029. This is a sort of regression because

[Bug 1048659] Re: Realtek controller stopped working after upgrade to 12.04

2012-09-10 Thread paulosimones
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048659 Title: Realtek controller stopped working after upgrade to 12.04 To manage notifications about this bug go to:

[Bug 1048656] Re: Just installed BETA update, restarted to apply, and got error message on first boot. gsettings-data-convert crashed with signal 5 in g_settings_set_value()

2012-09-10 Thread Apport retracing service
*** This bug is a duplicate of bug 945144 *** https://bugs.launchpad.net/bugs/945144 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 #945144, so is being marked as such.

[Bug 1048211] Re: udisks2-inhibit crashes if udisks2 is not running

2012-09-10 Thread Robin Catling
Getting this also in Quantal daily updated at midday BST today; Message as per #1048211; Installation failed. The installer encountered an unrecoverable error. A desktop session will now be run so that you may investgiate the problem or try installing again. Desktop installer works perfectly,

[Bug 1043774] Re: Online accounts advanced settings panel display all labels white on grey

2012-09-10 Thread Guillaume Desmottes
I spent a lot of time investigating this and I'm pretty sure that's a GTK+ bug. If you focus out and then focus in the window, the labels are displayed! By any chance, do you have an in-house Gtk+ expert that could take a look on this really weird bug? -- You received this bug notification

[Bug 1037876] Re: Mozc needs a meta-data addition to make Preferences in ibus-setup usable

2012-09-10 Thread Nobuto MURATA
@Nobuhiro Iwamatsu, Ubuntu is also in freeze(FeatureFreeze) now, it's hard to pick a new upstream release. I will fix this issue by a small patch not a whole package from Debian. But I will request a sync the newest version from Debian once new development version of Ubuntu opened. Thank you

[Bug 991982] Re: Arbitrary file disclosure via MITM of twitter feed

2012-09-10 Thread Marc Deslauriers
http://www.ubuntu.com/usn/usn-1561-1/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991982 Title: Arbitrary file disclosure via MITM of twitter feed To manage notifications about this bug go to:

[Bug 996840] Re: Libvirt error when trying to mount ISCSI volumes

2012-09-10 Thread Daniel Berrange
** Changed in: nova Status: Incomplete = Confirmed ** Changed in: nova Assignee: (unassigned) = Daniel Berrange (berrange) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996840 Title:

[Bug 969860] Re: fglrx uses 100% CPU when screen turns off (spinning in glXWaitVideoSyncSGI or glXSwapBuffers)

2012-09-10 Thread Aristotelis
Just a small heads-up: Activating Force full screen redraw (buffer swap) on repaint caused a significant increase in CPU load with regular usage on my system. That's why I had to go back to deactivating the automatic screen switch entirely. In the course of doing so I discovered another bug in

[Bug 1048657] Re: consistent crash after saving file

2012-09-10 Thread MarianoAbsatz
I just noted that if I just save, it doesn't crash. It crashes whenever I save as (that is, when it's creating a new file, not when it is re-saving an already existing one) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1048261] Re: Blank screen during system startup with Precise/Nouveau

2012-09-10 Thread Jan Rathmann
** Attachment added: Boot logo that is diplayed when booting with GRUB_GFXPAYLOAD_LINUX=text https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1048261/+attachment/3305593/+files/Boot%20logo.geaendert.jpg -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1047951] Re: depends on libgnome-bluetooth8

2012-09-10 Thread Mathieu Trudel-Lapierre
Sorry, libbluetooth8 gets added automatically by the package build scripts; it's not something that can be removed without reworking the package quite a lot. If you have issues with how this gets done in packaging, please bring them up with Debian (see https://wiki.ubuntu.com/Debian/Bugs). **

[Bug 1044516] Re: repquota not working correctly with xfs

2012-09-10 Thread Bug Watch Updater
** Changed in: quota 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/1044516 Title: repquota not working correctly with xfs To manage notifications about this

Re: [Bug 1042344] Re: [FFE] Gwibber python 3 port

2012-09-10 Thread Iain Lane
On Mon, Sep 10, 2012 at 09:51:01AM -0400, Barry Warsaw wrote: On Sep 10, 2012, at 11:23 AM, Iain Lane wrote: Is this actually ready now? Sorry, no. We've decided to postpone this until 13.10. I removed the FFe from the bug description, but I don't think I can unsubscribe ~ubuntu-release

<    5   6   7   8   9   10   11   12   13   14   >