[Bug 808690] Re: Impress interchanging Bold/not bold format from power point file
sylvain, checking each slide against MS PowerPoint 2003, I am closing it because the bug has been fixed in the latest development version of Ubuntu - Oneiric Ocelot. This is a significant bug in Ubuntu. If you need a fix for the bug in previous versions of Ubuntu, please do steps 1 and 2 of the SRU Procedure [1] to bring the need to a developer's attention. [1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure Microsoft Office PowerPoint 2003 (11.5529.6505) lsb_release -rd Description: Ubuntu oneiric (development branch) Release: 11.10 apt-cache policy libreoffice-impress libreoffice-impress: Installed: 1:3.4.2-2ubuntu3 Candidate: 1:3.4.2-2ubuntu3 Version table: *** 1:3.4.2-2ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages 100 /var/lib/dpkg/status ** Changed in: libreoffice (Ubuntu) Status: Expired => 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/808690 Title: Impress interchanging Bold/not bold format from power point file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/808690/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844791] Re: Hibernate returns to lock screen on a Lenovo T400 running Ubuntu 11.04
This is _NOT_ a bug. Hibernate is suspend to disk which in other words is suspend to swap space. And when you boot with resume= arg., it would restore back from swap partition/file. Its not the same as suspend to ram. In your case, you don't have swap space for the kernel to checkpoint the memory pages. So it bailed out as expected with the error: "Not enough free swap" File: kernel/power/hibernate.c: Function: hibernate: if (in_suspend) { => when you are in suspend mode during hibernate (not restore) [...SNIPPED...] pr_debug("PM: writing image.\n"); error = swsusp_write(flags); swsusp_free(); if (!error) power_down(); [...SNIPPED...] } So as seen above, swsusp_write is failing for your case with ENOSPC as you are out of swap. This occurs when swsusp_write checkpoints each of the memory snapshot to the swap. File: kernel/power/swap.c: Function: swsusp_write: [...snipped...] pages = snapshot_get_image_size(); error = get_swap_writer(&handle); if (error) { printk(KERN_ERR "PM: Cannot get swap writer\n"); return error; } if (!enough_swap(pages)) { printk(KERN_ERR "PM: Not enough free swap\n"); ->NOTE error = -ENOSPC; goto out_finish; } = The memory image to be snapshotted to swap is greater than the available swap. If swsusp_write or write of image to swap doesn't fail, then you should have hibernated successfully and power_down function should have been invoked by the kernel from hibernate routine which won't return as your system would be halted. But on error, its expected. I reproduced the problem pretty easily on my laptop running a 2.6.36-rc8 compiled kernel on FC12. It has nothing to do with Ubuntu. I already had a swap partition of 8 gig but linux swap management is excellent and you can easily create and enable/disable swap files/partitions on the fly. # create a swap file of 1 gig for my 4 gig ram dd if=/dev/zero of=swapfile bs=1M count=1024 # make swap signature mkswap swapfile # enable swap file swapon swapfile # confirm cat /proc/swaps # shows 2 swaps for me # now disable the existing swap partition of 8 gig that I had and fall back to the 1 gig swap file to try and suspend to disk (hibernate) swapoff /dev/sda2 # my swap partition of 8 gig ## At this point, my swap is managed by the 1 gig swapfile which would be insufficient for hibernation. So go for the kill echo disk >/sys/power/state ## Boom. hibernate fails and dmesg shows the "No free swap" error as expected that bailed out the hibernate from checkpointing memory to disk Next I did a resize of the swapfile to 8 gig, and it proceeded. On restart of the machine, you can pass: resume= or partition_dev (/dev/sda2) typically done automatically for the system swap (1 swap typical) to restore from the checkpointed or hibernated state. So take a chill pill as its not a bug but a feature :) Regards, -Karthick -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844791 Title: Hibernate returns to lock screen on a Lenovo T400 running Ubuntu 11.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/844791/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846261] Re: software-center crashed with UnicodeEncodeError in get_dbus_message(): 'ascii' codec can't encode character u'\u017c' in position 33: ordinal not in range(128)
*** This bug is a duplicate of bug 846044 *** https://bugs.launchpad.net/bugs/846044 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #846044, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846261/+attachment/2380552/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846261/+attachment/2380553/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846261/+attachment/2380554/+files/ProcStatus.txt ** This bug has been marked a duplicate of private bug 846044 ** 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/846261 Title: software-center crashed with UnicodeEncodeError in get_dbus_message(): 'ascii' codec can't encode character u'\u017c' in position 33: ordinal not in range(128) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/846261/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 836915] Re: opal is missing a b-d on ptlib, which is not in oneiric
I synced spandsp, as it is a prerequisite for the other packages. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/836915 Title: opal is missing a b-d on ptlib, which is not in oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/opal/+bug/836915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846249] Re: unity-2d-panel crashed with SIGSEGV in IndicatorsWidget::onEntryRemoved()
*** This bug is a duplicate of bug 845773 *** https://bugs.launchpad.net/bugs/845773 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845773, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846249/+attachment/2380446/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380447/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380448/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380449/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380450/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380451/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380452/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846249/+attachment/2380453/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845773 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846249 Title: unity-2d-panel crashed with SIGSEGV in IndicatorsWidget::onEntryRemoved() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/846249/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846253] Re: keyboard layout switcher applet - no icon
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846253 Title: keyboard layout switcher applet - no icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846253/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846247] Re: modem-manager crashed with SIGSEGV in g_main_context_dispatch()
*** This bug is a duplicate of bug 807112 *** https://bugs.launchpad.net/bugs/807112 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #833146, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846247/+attachment/2380438/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380439/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380440/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380441/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380442/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380443/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380444/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846247/+attachment/2380445/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 807112 modem-manager crashed with SIGSEGV in g_main_context_dispatch() ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846247 Title: modem-manager crashed with SIGSEGV in g_main_context_dispatch() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/846247/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846253] [NEW] keyboard layout switcher applet - no icon
Public bug reported: Keyboard layout switcher applet has no icon on panel in gnome-session- fallback. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gnome-session-fallback 3.1.91-0ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic x86_64 ApportVersion: 1.22.1-0ubuntu2 Architecture: amd64 Date: Sat Sep 10 08:28:53 2011 PackageArchitecture: all ProcEnviron: LANGUAGE=en_US:en PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-session UpgradeStatus: Upgraded to oneiric on 2011-09-07 (2 days ago) ** Affects: gnome-session (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846253 Title: keyboard layout switcher applet - no icon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846253/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846254] [NEW] gnome-session-fallback menu - no system
Public bug reported: There's only applications and places menu in gnome-session-fallback panel. The applications from system menu are put into applications menu into folder "other". ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gnome-session-fallback 3.1.91-0ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic x86_64 ApportVersion: 1.22.1-0ubuntu2 Architecture: amd64 Date: Sat Sep 10 08:29:09 2011 PackageArchitecture: all ProcEnviron: LANGUAGE=en_US:en PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-session UpgradeStatus: Upgraded to oneiric on 2011-09-07 (2 days ago) ** Affects: gnome-session (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846254 Title: gnome-session-fallback menu - no system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846254/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846254] Re: gnome-session-fallback menu - no system
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846254 Title: gnome-session-fallback menu - no system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846254/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 805252] Re: appmenu shows nautilus menu when desktop is displayed
Also, when using Unity 2D, desktop menu is not visible by default, but if you click on the left indicator and press the left-arrow-key, it will be shown. (Or should I file a new bug for this?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/805252 Title: appmenu shows nautilus menu when desktop is displayed To manage notifications about this bug go to: https://bugs.launchpad.net/unity-foundations/+bug/805252/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846251] Re: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17
** 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/846251 Title: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/846251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846250] Re: pitivi crashed with IOError in save(): [Errno 2] Нет такого файла или каталога: '/home/teddy/.local/share/pitivi/audio_presets'
*** This bug is a duplicate of bug 812671 *** https://bugs.launchpad.net/bugs/812671 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #812671, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846250/+attachment/2380455/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846250/+attachment/2380456/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846250/+attachment/2380457/+files/ProcStatus.txt ** This bug has been marked a duplicate of private bug 812671 ** 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/846250 Title: pitivi crashed with IOError in save(): [Errno 2] Нет такого файла или каталога: '/home/teddy/.local/share/pitivi/audio_presets' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/846250/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846252] [NEW] gnome-session-fallback
Public bug reported: There's no way to delete launchers when you add them to panel. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gnome-session-fallback 3.1.91-0ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic x86_64 ApportVersion: 1.22.1-0ubuntu2 Architecture: amd64 Date: Sat Sep 10 08:20:31 2011 PackageArchitecture: all ProcEnviron: LANGUAGE=en_US:en PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gnome-session UpgradeStatus: Upgraded to oneiric on 2011-09-07 (2 days ago) ** Affects: gnome-session (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846252 Title: gnome-session-fallback To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846252/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846251] Re: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846251 Title: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/846251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846251] [NEW] package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17
Public bug reported: Whenever i try to sudo apt-get install something, I get an error related to the linux image: Processing triggers for libc-bin ... ldconfig deferred processing now taking place Errors were encountered while processing: linux-image-2.6.38-11-generic E: Sub-process /usr/bin/dpkg returned an error code (1) I also have issues booting using any linux image newer than linux-image-2.6.38-8-generic, I have to manually select linux-image-2.6.38-8-generic from the GRUB menu to be able to boot. I've tried a completely clean install and the problem persists. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: linux-image-2.6.38-11-generic 2.6.38-11.49 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic x86_64 NonfreeKernelModules: nvidia AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23. Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: damon 1686 F pulseaudio /dev/snd/pcmC0D0p: damon 1686 F...m pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'NVidia'/'HDA NVidia at 0xdbff4000 irq 22' Mixer name : 'Realtek ALC662 rev1' Components : 'HDA:10ec0662,10438290,00100101' Controls : 34 Simple ctrls : 18 Date: Sat Sep 10 16:19:57 2011 ErrorMessage: subprocess installed post-installation script returned error exit status 17 HibernationDevice: RESUME=UUID=292a8fea-0482-4c40-8f3c-56e49d8248dd Lsusb: Bus 002 Device 002: ID 1532:0109 Razer USA, Ltd Lycosa Keyboard Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 07d1:3c07 D-Link System Wireless G DWA-110 Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: System manufacturer System Product Name ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=095cb9c6-3bc4-4692-aa8d-b81ac99acd95 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-2.6.38-8-generic N/A linux-backports-modules-2.6.38-8-generic N/A linux-firmware1.52.1 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 UpgradeStatus: Upgraded to natty on 2011-08-30 (10 days ago) dmi.bios.date: 01/22/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0210 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M2N68-AM Plus dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0210:bd01/22/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-package natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846251 Title: package linux-image-2.6.38-11-generic 2.6.38-11.49 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/846251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846252] Re: gnome-session-fallback
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846252 Title: gnome-session-fallback To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/846252/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846246] Re: empathy crashed with SIGABRT in raise()
*** This bug is a duplicate of bug 845314 *** https://bugs.launchpad.net/bugs/845314 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845314, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846246/+attachment/2380429/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380430/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380431/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380432/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380433/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380434/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380435/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846246/+attachment/2380436/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845314 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846246 Title: empathy crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/846246/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 816745] Re: Window resize and Window snap have different rectangle opacity
In oneiric window snap and resize are now clearly different colours. Which makes sense as they are different functions. Marking as invalid. ** Changed in: hundredpapercuts Status: New => Invalid ** Changed in: unity Status: New => Invalid ** Changed in: unity (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/816745 Title: Window resize and Window snap have different rectangle opacity To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/816745/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846245] Re: udevd assert failure: *** glibc detected *** udevd: corrupted double-linked list: 0x2199d1f0 ***
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846245 Title: udevd assert failure: *** glibc detected *** udevd: corrupted double- linked list: 0x2199d1f0 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/846245/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846245] [NEW] udevd assert failure: *** glibc detected *** udevd: corrupted double-linked list: 0x2199d1f0 ***
Public bug reported: HI ProblemType: Crash DistroRelease: Ubuntu 11.10 Package: udev 173-0ubuntu3 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic i686 ApportVersion: 1.22.1-0ubuntu2 Architecture: i386 AssertionMessage: *** glibc detected *** udevd: corrupted double-linked list: 0x2199d1f0 *** CustomUdevRuleFiles: 10-vboxdrv.rules Date: Sat Sep 10 10:32:30 2011 ExecutablePath: /sbin/udevd InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110901) ProcCmdline: udevd --daemon ProcEnviron: PATH=(custom, no user) ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-10-generic root=UUID=03a9a8b2-0561-47f8-a7a2-76ab8c57ae43 ro quiet splash vt.handoff=7 Signal: 6 SourcePackage: udev StacktraceTop: __kernel_vsyscall () raise () from /lib/i386-linux-gnu/libc.so.6 abort () from /lib/i386-linux-gnu/libc.so.6 ?? () from /lib/i386-linux-gnu/libc.so.6 ?? () from /lib/i386-linux-gnu/libc.so.6 Title: udevd assert failure: *** glibc detected *** udevd: corrupted double-linked list: 0x2199d1f0 *** UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/18/2010 dmi.bios.vendor: Intel Corp. dmi.bios.version: PRG3110H.86A.0071.2010.0318.1704 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: DG31PR dmi.board.vendor: Intel Corporation dmi.board.version: AAE39516-301 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrPRG3110H.86A.0071.2010.0318.1704:bd03/18/2010:svn:pn:pvr:rvnIntelCorporation:rnDG31PR:rvrAAE39516-301:cvn:ct3:cvr: ** Affects: udev (Ubuntu) Importance: Undecided Status: New ** Tags: apport-crash i386 oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846245 Title: udevd assert failure: *** glibc detected *** udevd: corrupted double- linked list: 0x2199d1f0 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/846245/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846138] Re: System bell fires when All Software is opened
** Branch linked: lp:~mmcg069/software-center/Bug846138 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846138 Title: System bell fires when All Software is opened To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/846138/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846241] Re: e-calendar-factory crashed with SIGSEGV in g_type_check_instance_cast()
*** This bug is a duplicate of bug 830441 *** https://bugs.launchpad.net/bugs/830441 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #830441, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846241/+attachment/2380377/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380378/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380379/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380380/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380381/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380382/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380383/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846241/+attachment/2380384/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 830441 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846241 Title: e-calendar-factory crashed with SIGSEGV in g_type_check_instance_cast() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/846241/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846242] Re: [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001
*** This bug is a duplicate of bug 828684 *** https://bugs.launchpad.net/bugs/828684 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #833428, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846242/+attachment/2380389/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846242/+attachment/2380398/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846242/+attachment/2380400/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 828684 [i965gm] False GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846242 Title: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/846242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846242] [NEW] [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001
*** This bug is a duplicate of bug 828684 *** https://bugs.launchpad.net/bugs/828684 Public bug reported: ubuntu 11.10 beta following boot load into normal mode without 'system error detected' ProblemType: Crash DistroRelease: Ubuntu 11.10 Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic i686 .tmp.unity.support.test.0: ApportVersion: 1.22.1-0ubuntu2 Architecture: i386 Chipset: i915gm CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz Date: Fri Sep 9 22:47:13 2011 DistUpgraded: Fresh install DistroCodename: oneiric DistroVariant: ubuntu DuplicateSignature: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 Ubuntu 11.10 ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py ExtraDebuggingInterest: Yes, if not too technical GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d9] Subsystem: ASUSTeK Computer Inc. Device [1043:82d9] InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta i386 (20110901) InterpreterPath: /usr/bin/python2.7 MachineType: ASUSTeK Computer INC. 900 ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py ProcEnviron: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic root=UUID=7109837a-9f24-430b-abde-5d32d5237995 ro quiet splash vt.handoff=7 RelatedPackageVersions: xserver-xorg 1:7.6+7ubuntu6 libdrm2 2.4.26-1ubuntu1 xserver-xorg-video-intel 2:2.15.901-1ubuntu2 SourcePackage: xserver-xorg-video-intel Title: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/03/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1006 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: 900 dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: x.xx dmi.chassis.asset.tag: 0x dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTek Computer INC. dmi.chassis.version: x.x dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/03/2009:svnASUSTeKComputerINC.:pn900:pvr0501:rvnASUSTeKComputerINC.:rn900:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x: dmi.product.name: 900 dmi.product.version: 0501 dmi.sys.vendor: ASUSTeK Computer INC. version.compiz: compiz 1:0.9.5.92+bzr2791-0ubuntu2 version.libdrm2: libdrm2 2.4.26-1ubuntu1 version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3 version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.99~git20110811.g93fc084-0ubuntu1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:0.0.16+git20110411+8378443-1 ** Affects: xserver-xorg-video-intel (Ubuntu) Importance: Undecided Status: New ** Tags: apport-crash compiz-0.9 freeze i386 oneiric ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846242 Title: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/846242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846242] Re: [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001
*** This bug is a duplicate of bug 828684 *** https://bugs.launchpad.net/bugs/828684 latest bios installed http://update.eeepc.asus.com/bios/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846242 Title: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/846242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846242] Re: [i915gm] GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001
*** This bug is a duplicate of bug 828684 *** https://bugs.launchpad.net/bugs/828684 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846242 Title: [i915gm] GPU lockup EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 0x7d8e0001 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/846242/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846244] Re: printer-applet.py crashed with KeyError in get_notifications(): 'job-originating-user-name'
*** This bug is a duplicate of bug 629753 *** https://bugs.launchpad.net/bugs/629753 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #629753, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846244/+attachment/2380410/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846244/+attachment/2380411/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846244/+attachment/2380412/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 629753 printer-applet.py crashed with KeyError in get_notifications() ** 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/846244 Title: printer-applet.py crashed with KeyError in get_notifications(): 'job- originating-user-name' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/846244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846239] Re: printer-applet.py crashed with KeyError in get_notifications(): 'job-originating-user-name'
*** This bug is a duplicate of bug 629753 *** https://bugs.launchpad.net/bugs/629753 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #629753, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846239/+attachment/2380373/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846239/+attachment/2380374/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846239/+attachment/2380375/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 629753 printer-applet.py crashed with KeyError in get_notifications() ** 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/846239 Title: printer-applet.py crashed with KeyError in get_notifications(): 'job- originating-user-name' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/846239/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846238] Re: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given)
*** This bug is a duplicate of bug 832745 *** https://bugs.launchpad.net/bugs/832745 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #842392, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846238/+attachment/2380361/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846238/+attachment/2380362/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846238/+attachment/2380363/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 832745 TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) ** 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/846238 Title: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/846238/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846231] Re: colord crashed with SIGSEGV in dbus_message_get_reply_serial()
*** This bug is a duplicate of bug 844286 *** https://bugs.launchpad.net/bugs/844286 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #844286, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846231/+attachment/2380320/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380321/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380322/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380323/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380324/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380325/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380326/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846231/+attachment/2380327/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 844286 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846231 Title: colord crashed with SIGSEGV in dbus_message_get_reply_serial() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/colord/+bug/846231/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846235] Re: unity-2d-panel crashed with SIGABRT in raise()
*** This bug is a duplicate of bug 845979 *** https://bugs.launchpad.net/bugs/845979 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845979, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846235/+attachment/2380340/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380341/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380342/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380343/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380344/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380345/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380346/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846235/+attachment/2380347/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845979 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846235 Title: unity-2d-panel crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/846235/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846237] Re: unity-2d-panel crashed with SIGABRT in raise()
*** This bug is a duplicate of bug 845932 *** https://bugs.launchpad.net/bugs/845932 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845932, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846237/+attachment/2380352/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380353/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380354/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380355/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380356/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380357/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380358/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846237/+attachment/2380359/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845932 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846237 Title: unity-2d-panel crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/846237/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846240] [NEW] Activities screen too wide for screen
Public bug reported: After updating from 3.1.4 to 3.1.90 the activities window is too wide, when pressing the windows key and having two open windows I can see only half of the second window and no search box at all. When searching the Google and wikipedia buttons are there twice so I guess it seems to be a wrong number somewhere changed to the doubled value. In the application overview I can't see the categories nor any scrollbars. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gnome-shell 3.1.90.1-0ubuntu4 ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4 Uname: Linux 3.0.0-10-generic i686 ApportVersion: 1.22.1-0ubuntu2 Architecture: i386 Date: Sat Sep 10 07:50:18 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) ProcEnviron: PATH=(custom, user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: gnome-shell UpgradeStatus: Upgraded to oneiric on 2011-09-03 (6 days ago) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846240 Title: Activities screen too wide for screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/846240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846240] Re: Activities screen too wide for screen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846240 Title: Activities screen too wide for screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/846240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 840625] Re: PDFs are imported with reflected embedded pictures
AFAICT this fix could be "easily" backported to the 0.48.x branch (if no regressions are reported with embedded images in other PDF files ;) ). ** Tags added: backport-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/840625 Title: PDFs are imported with reflected embedded pictures To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/840625/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844675] Re: Czech localization problem in USC
Esmaeil: All these strings are translated -- /usr/share/locale- langpack/cs/LC_MESSAGES/software-center.mo contains this translations, but USC shows it in english. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844675 Title: Czech localization problem in USC To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/844675/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846230] Re: empathy crashed with SIGABRT in __kernel_vsyscall()
*** This bug is a duplicate of bug 845314 *** https://bugs.launchpad.net/bugs/845314 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845314, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Package changed: ubuntu => empathy (Ubuntu) ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846230/+attachment/2380312/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380313/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380314/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380315/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380316/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380317/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380318/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846230/+attachment/2380319/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845314 ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846230 Title: empathy crashed with SIGABRT in __kernel_vsyscall() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/846230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846234] Re: apport-gtk crashed with TypeError in ui_present_crash(): glib.markup_escape_text() takes at most 1 argument (2 given)
*** This bug is a duplicate of bug 829635 *** https://bugs.launchpad.net/bugs/829635 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #833592, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846234/+attachment/2380336/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846234/+attachment/2380337/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846234/+attachment/2380338/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 829635 apport-gtk crashed with TypeError in function(): markup_escape_text() takes at most 1 argument (2 given) ** 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/846234 Title: apport-gtk crashed with TypeError in ui_present_crash(): glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/846234/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 806844] Re: pthread_cond_timedwait hang when hibernate and wake up
** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/806844 Title: pthread_cond_timedwait hang when hibernate and wake up To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/806844/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846226] Re: Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r()
*** This bug is a duplicate of bug 841263 *** https://bugs.launchpad.net/bugs/841263 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #841263, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846226/+attachment/2380304/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380305/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380306/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380307/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380308/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380309/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380310/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846226/+attachment/2380311/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 841263 ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846226 Title: Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/846226/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846232] Re: package ca-certificates 20090814 nmu2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846232 Title: package ca-certificates 20090814 nmu2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/846232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846232] [NEW] package ca-certificates 20090814 nmu2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: installation failed, expects missing packages. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: ca-certificates 20090814+nmu2ubuntu0.1 ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic i686 Architecture: i386 Date: Fri Sep 9 23:36:01 2011 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110426) PackageArchitecture: all SourcePackage: ca-certificates Title: package ca-certificates 20090814+nmu2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ca-certificates (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846232 Title: package ca-certificates 20090814 nmu2ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/846232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846233] Re: Export to html plugin requires colon at end of note title
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846233 Title: Export to html plugin requires colon at end of note title To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/846233/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846233] [NEW] Export to html plugin requires colon at end of note title
Public bug reported: I wanted to export all my notes to html. Really, I would prefer to do it all in one step and to one big file, however, I did them one at a time to separate files. The plug in threw an error message nearly every time, suggesting my file name "is not a folder"> I checked. The file name was the note title with .html added. The html file was saved correctly. Still the pesky error message. Workaround is simply to add a colon to the end of the note title. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: tomboy 1.6.0-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8 Uname: Linux 2.6.38-11-generic-pae i686 NonfreeKernelModules: fglrx Architecture: i386 CheckboxSubmission: af3c92f2fe58f118c0d5731077d6dce0 CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2 Date: Sat Sep 10 14:50:32 2011 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007) ProcEnviron: LANGUAGE=en_US:en LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: tomboy UpgradeStatus: Upgraded to natty on 2011-04-29 (134 days ago) ** Affects: tomboy (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug apport-lpi i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846233 Title: Export to html plugin requires colon at end of note title To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomboy/+bug/846233/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 807022] Re: 11.04 fails to boot from USB 3.0 stick
Repabil, if this is still an issue for you and you want to keep helping in debugging it, the developers are going to need more information. For one this bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this bug as a bug in linux. Second, please execute the following command, as it will automatically gather debugging information, in a terminal: apport-collect 807022 FInally, if you are not seeing this issue any more please mark the report as "invalid" instead of "incomplete". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/807022 Title: 11.04 fails to boot from USB 3.0 stick To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/807022/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 839595] Re: failsafe.conf's 30 second time out is too low
ubiquity has source specifically for managing /etc/networking/interface (d-i/source/netcfg/write_interface.c) so it seems whatever I am doing during the install is the wrong way to do it. Sorry for the red herring in network-manager, it was just a likely guess since that was the only thing I touched on one of the machines after a clean beta 1 install to set up the wifi network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839595 Title: failsafe.conf's 30 second time out is too low To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-release-notes/+bug/839595/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846052] Re: After minimize any window, title bar doesn't work fine
*** This bug is a duplicate of bug 840285 *** https://bugs.launchpad.net/bugs/840285 ** Changed in: unity (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/846052 Title: After minimize any window, title bar doesn't work fine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/846052/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 808729] Re: Screen Brightness will not work on Samsung NF210 Ubuntu
If you are still having this issue, and you have the problem that if you start on battery the brightness is too low, a possible workaround is to press the brightness function key when you start the computer (at the grub screen if you see it, or press the "Shift" key when starting to see it if not to see this screen). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/808729 Title: Screen Brightness will not work on Samsung NF210 Ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/808729/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 808729] Re: Screen Brightness will not work on Samsung NF210 Ubuntu
rushwater11, if this is still an issue for you, please try to run apport-collect 808729 to see it now works, and if not please do the same that I suggest in the next paragraph. deetee, if this is still an issue for you, you can attach your logs to this bug report by following the instructions in https://wiki.ubuntu.com/ReportingBugs look at the section 3.1: Filing bugs when off-line This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage . It is hard to know where to classify it without knowing more about your system. For the time being I have classified this bug as a bug in linux, but may be it will be have to be reclassified against a graphic module. ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/808729 Title: Screen Brightness will not work on Samsung NF210 Ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/808729/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 835128] Re: Blank display on Vaio Z (VPCZ2) unless I use nomodeset or attach an external monitor
Using drm-intel-next and a daily 11.10 build does seem to fix the issue (3.1.0-977-generic). It appears resuming from a suspend doesn't come back right (unless I attach a monitor before or after resuming), but that's likely a different bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835128 Title: Blank display on Vaio Z (VPCZ2) unless I use nomodeset or attach an external monitor To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/835128/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846226] Re: Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r()
** 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/846226 Title: Banshee.exe crashed with SIGABRT in _nss_wins_gethostbyname_r() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/846226/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 769372] Re: /usr/lib/ssl/engines subdirectory not packaged
This issue does not appear in Natty Narwhal: sctemme@surtur:~$ /usr/bin/openssl engine -tt - -c chil (chil) CHIL hardware engine support [RSA, DH, RAND] [ available ] SO_PATH: Specifies the path to the 'hwcrhk' shared library (input flags): STRING FORK_CHECK: Turns fork() checking on (non-zero) or off (zero) (input flags): NUMERIC THREAD_LOCKING: Turns thread-safe locking on (zero) or off (non-zero) (input flags): NUMERIC SET_USER_INTERFACE: Set the global user interface (internal) (input flags): [Internal] SET_CALLBACK_DATA: Set the global user interface extra data (internal) (input flags): [Internal] sctemme@surtur:/opt/nfast/toolkits$ dpkg -L libssl0.9.8 /. /lib /lib/libcrypto.so.0.9.8 /lib/libssl.so.0.9.8 /usr /usr/share /usr/share/doc /usr/share/doc/libssl0.9.8 /usr/share/doc/libssl0.9.8/copyright /usr/share/doc/libssl0.9.8/changelog.Debian.gz /usr/lib /usr/lib/ssl /usr/lib/ssl/engines /usr/lib/ssl/engines/libchil.so <-- There's the one I need! /usr/lib/ssl/engines/libcswift.so /usr/lib/ssl/engines/lib4758cca.so /usr/lib/ssl/engines/libcapi.so /usr/lib/ssl/engines/libsureware.so /usr/lib/ssl/engines/libubsec.so /usr/lib/ssl/engines/libgmp.so /usr/lib/ssl/engines/libatalla.so /usr/lib/ssl/engines/libnuron.so /usr/lib/ssl/engines/libaep.so /usr/lib/libcrypto.so.0.9.8 /usr/lib/libssl.so.0.9.8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/769372 Title: /usr/lib/ssl/engines subdirectory not packaged To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/769372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 842275] Re: Not all software-center icons updated
I had the same issue. I fixed it by coping the icon "/usr/share/icons/hicolor/128x128/apps/softwarecenter.svg" over the "/usr/share/icons/hicolor/scalable/apps/softwarecenter.svg" icon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842275 Title: Not all software-center icons updated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/842275/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 845982] Re: package nvidia-current 270.41.06-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build
*** This bug is a duplicate of bug 576648 *** https://bugs.launchpad.net/bugs/576648 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 576648, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find. ** This bug has been marked a duplicate of bug 576648 package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845982 Title: package nvidia-current 270.41.06-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/845982/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 148957] Re: Apt repositories giving hash errors
** Changed in: 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/148957 Title: Apt repositories giving hash errors To manage notifications about this bug go to: https://bugs.launchpad.net/mythbuntu/+bug/148957/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844712] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
I succeed in reinstalling the mysql. But it is still troubling. It can create a new database, but it fails to create a user within that database. -Prasanna Shankarapura (Sorry for replying with a different account) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844712 Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/844712/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 810496] Re: windows open at top of screen, with only 1/2 of vertical resolution, can't maximize to full screen
This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers.. I have classified this bug as a bug in unity. If this is still an issue for you please execute the following command, as it will automatically gather debugging information, in a terminal: apport-collect 810496 If the issue is gone please mark the bug as invalid instead of incomplete. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810496 Title: windows open at top of screen, with only 1/2 of vertical resolution, can't maximize to full screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/810496/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 845959] Re: package nvidia-current 270.41.06-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build
*** This bug is a duplicate of bug 576648 *** https://bugs.launchpad.net/bugs/576648 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 576648, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find. ** This bug has been marked a duplicate of bug 576648 package nvidia-* failed to install/upgrade: nvidia-* kernel module failed to build (Unable to determine the target kernel version.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845959 Title: package nvidia-current 270.41.06-0ubuntu1 failed to install/upgrade: nvidia-current kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/845959/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 815114] Re: compiz crashed with SIGSEGV in nux::Area::FindKeyFocusArea()
I just experienced this issue while doing file operations with Nautilus. Also (don't think this is related), the window decorations have not been bringing the correct window to focus. Sometimes when I try to click on any button on the title bar, it acts like it's not there and routes the click to the program behind the window decoration. The window itself works, but it looses focus if I try to do this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/815114 Title: compiz crashed with SIGSEGV in nux::Area::FindKeyFocusArea() To manage notifications about this bug go to: https://bugs.launchpad.net/nux/+bug/815114/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 844686] Re: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build
You're welcome. You should probably remove the old perl 5.8 files related to /usr/local/bin/perl because it is clearly broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844686 Title: package virtualbox-ose-dkms 3.1.6-dfsg-2ubuntu2 failed to install/upgrade: virtualbox-ose kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/844686/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846205] Re: software-center crashed with KeyError in get_view_widget(): None
** Changed in: software-center (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/846205 Title: software-center crashed with KeyError in get_view_widget(): None To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/846205/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 824913] Re: LUCID linux-headers-generic-lts-backport-maverick 2.6.35.30.38 depends on missing linux-headers-2.6.35-30
This should be fixed by http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- lucid.git;a=commit;h=bff6b282d69e7a909d672ef24236b455449558d1 which is in linux-lts-backport-maverick 2.6.35-30.57 or newer kernels. If I closed this erroneously please reopen it, thanks! ** Changed in: 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/824913 Title: LUCID linux-headers-generic-lts-backport-maverick 2.6.35.30.38 depends on missing linux-headers-2.6.35-30 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/824913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829346] Re: Xorg freeze after standby
Thanks Romualdou. I also thought the same, and "linux" is indeed the package where bugs against the kernel have to be filed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829346 Title: Xorg freeze after standby To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829346/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846215] Re: Secondary laptop battery causing power management problems
Added package ** Package changed: ubuntu => xfce4-power-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846215 Title: Secondary laptop battery causing power management problems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/846215/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 832657] Re: lightdm lacks important features
The feature I care about is "choose the keyboard layout" this feature is something that I normally use I have laptop with the keyboard layout in english but I often connect a usb keyboard which layout is in spanish. I know is a specific case but I know many people that is in the same case cause their laptops came from a foreign land. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832657 Title: lightdm lacks important features To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/832657/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846215] Re: Secondary laptop battery causing power management problems
I just thought of the fact that I have auto-login enabled, so I tried rebooting, then logging out and back in again to see if that would clear up the issue. It did not. It was worth a try. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846215 Title: Secondary laptop battery causing power management problems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/846215/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846225] Re: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given)
*** This bug is a duplicate of bug 832745 *** https://bugs.launchpad.net/bugs/832745 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #842392, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846225/+attachment/2380300/+files/Dependencies.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846225/+attachment/2380301/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846225/+attachment/2380302/+files/ProcStatus.txt ** This bug has been marked a duplicate of bug 832745 TypeError: glib.markup_escape_text() takes at most 1 argument (2 given) ** 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/846225 Title: update-manager crashed with TypeError in confirmChanges(): glib.markup_escape_text() takes at most 1 argument (2 given) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/846225/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846223] Re: gtk-logout-helper crashed with signal 5 in __libc_start_main()
*** This bug is a duplicate of bug 740382 *** https://bugs.launchpad.net/bugs/740382 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #813270, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846223/+attachment/2380279/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380280/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380281/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380282/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380283/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380284/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380285/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846223/+attachment/2380286/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 740382 gtk-logout-helper crashed with SIGABRT in __libc_start_main() ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846223 Title: gtk-logout-helper crashed with signal 5 in __libc_start_main() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/846223/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 839774] Re: System frozen randomly
I guess it may be caused by Adobe Flash plug-in, for right now it happened again on 32-bit system. It seems each time, there is a firefox with flash page opened. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839774 Title: System frozen randomly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/839774/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846072] Re: apport-gtk crashed with SIGSEGV in g_variant_unref()
** 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/846072 Title: apport-gtk crashed with SIGSEGV in g_variant_unref() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/846072/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 834037] Re: Huge power regression in kernel 3.x on Sandy Bridge laptops
Added package as "linux" ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834037 Title: Huge power regression in kernel 3.x on Sandy Bridge laptops To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/834037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846218] Re: gtk-logout-helper crashed with signal 5 in __libc_start_main()
*** This bug is a duplicate of bug 740382 *** https://bugs.launchpad.net/bugs/740382 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #813270, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846218/+attachment/2380253/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380254/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380255/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380256/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380257/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380258/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380259/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846218/+attachment/2380260/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of bug 740382 gtk-logout-helper crashed with SIGABRT in __libc_start_main() ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846218 Title: gtk-logout-helper crashed with signal 5 in __libc_start_main() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/846218/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846224] Re: vino-server assert failure: *** glibc detected *** /usr/lib/vino/vino-server: malloc(): memory corruption: 0x093e6308 ***
*** This bug is a duplicate of bug 841384 *** https://bugs.launchpad.net/bugs/841384 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #841384, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846224/+attachment/2380287/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380288/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380289/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380290/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380291/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380292/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380293/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846224/+attachment/2380294/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 841384 ** Visibility changed to: Public ** Tags removed: need-i386-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846224 Title: vino-server assert failure: *** glibc detected *** /usr/lib/vino/vino- server: malloc(): memory corruption: 0x093e6308 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vino/+bug/846224/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 821761] Re: Bad tab order for Change Password in user accounts panel
** Changed in: gnome-control-center Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/821761 Title: Bad tab order for Change Password in user accounts panel To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-control-center/+bug/821761/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 834037] Re: Huge power regression in kernel 3.x on Sandy Bridge laptops
This appears to be a potentially related, but apparently different bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/818830 The person who posted comment #10 (Eric Liang) on that bug seems to actually be experiencing this bug. He is also using an X220 with a Sandy Bridge processor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834037 Title: Huge power regression in kernel 3.x on Sandy Bridge laptops To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/834037/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 818830] Re: [Sandy Bridge] serious power regression from kernel 3.0.0-6 to 3.0.0-7 (rc6 disabled)
Eric, if you could please put your information at the following link, it would be appreciated. You seem to be experiencing this bug: https://bugs.launchpad.net/ubuntu/+bug/834037 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/818830 Title: [Sandy Bridge] serious power regression from kernel 3.0.0-6 to 3.0.0-7 (rc6 disabled) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/818830/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 839808] Re: Intel Sandybridge crash that takes Kwin with it
Fixed in Mesa 7.12. [00:29:37] ScottK: definitely, I did look at your bug but I'm a bit stumped at it. the kwin backtrace was because DRI got ripped out from under it when the GPU reset and disabled acceleration which mesa couldn't cope with (that specific kwin segfault is fixed in mesa 7.12 but was a bit too big to backport when i looked) ** Changed in: xserver-xorg-video-intel (Ubuntu) Importance: Undecided => High ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New => Confirmed ** Also affects: xserver-xorg-video-intel (Ubuntu P-series) 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/839808 Title: Intel Sandybridge crash that takes Kwin with it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/839808/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 232128] Re: disabling compositing-manager freezers the computer
[Expired for metacity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: metacity (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/232128 Title: disabling compositing-manager freezers the computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/232128/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846211] Re: empathy crashed with SIGABRT in raise()
*** This bug is a duplicate of bug 845314 *** https://bugs.launchpad.net/bugs/845314 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #845314, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/bugs/846211/+attachment/2380229/+files/CoreDump.gz ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380230/+files/Dependencies.txt ** Attachment removed: "Disassembly.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380231/+files/Disassembly.txt ** Attachment removed: "ProcMaps.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380232/+files/ProcMaps.txt ** Attachment removed: "ProcStatus.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380233/+files/ProcStatus.txt ** Attachment removed: "Registers.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380234/+files/Registers.txt ** Attachment removed: "Stacktrace.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380235/+files/Stacktrace.txt ** Attachment removed: "ThreadStacktrace.txt" https://bugs.launchpad.net/bugs/846211/+attachment/2380236/+files/ThreadStacktrace.txt ** This bug has been marked a duplicate of private bug 845314 ** Visibility changed to: Public ** Tags removed: need-amd64-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846211 Title: empathy crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/846211/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846215] [NEW] Secondary laptop battery causing power management problems
Public bug reported: I have a ThinkPad X220. I just purchased the Lenovo 19+ "slice" battery for it which connects via the docking port. I'm running Xubuntu 11.04 64-bit. All of the following was done with my laptop running only on battery power. Upon installing this battery, Xubuntu showed two batteries in the panel, as expected. Each shows its own percentage and charging state. Upon rebooting, it shows only one battery (the normal system battery), and it shows it as attached to an AC adapter. This is a huge problem because the system thinks it is running on AC, and prefers performance over power savings in many ways. If I suspend the computer and wake it back up, two batteries are shown again, and behave properly. The same happens if I remove and replace the slice battery (thus, I have an inconvenient solution to the problem). Additionally, other weird problems have sprung up since installing this battery, namely: The suspend keyboard shortcut built into this computer (Fn + F4) no longer works. It previously worked fine. Also, the brightness keys (Fn + Home and Fn + End) now work, but are not recognized by the OS. By this I mean that previously, pressing them would cause a sun animation to appear on the screen. Now, that sun does not appear, but the brightness still changes, now in finer increments. ** Affects: ubuntu Importance: Undecided Status: New ** Summary changed: - ThinkPad X220 secondary battery causing power management problems + Secondary laptop battery causing power management problems -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846215 Title: Secondary laptop battery causing power management problems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/846215/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846217] Re: Removed PPA from system, but it keeps showing up in Software Center
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846217 Title: Removed PPA from system, but it keeps showing up in Software Center To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/846217/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846217] [NEW] Removed PPA from system, but it keeps showing up in Software Center
Public bug reported: After uninstalling Transmission, I removed the Transmission PPA (https://launchpad.net/~transmissionbt/+archive/ppa) from my system, but it still appears in Software Center under "Get Software." Neither Software Sources nor Synaptic show that it is still installed on my system. I have rebooted and launched Software Center many times since, and it continues to appear. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: software-center 4.0.4 ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8 Uname: Linux 2.6.38-11-generic-pae i686 Architecture: i386 Date: Sat Sep 10 00:00:32 2011 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427) PackageArchitecture: all ProcEnviron: LANGUAGE=en_US:en PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: software-center UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug apport-lpi i386 natty running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846217 Title: Removed PPA from system, but it keeps showing up in Software Center To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/846217/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 379079] Re: Can't burn a DVD in Brasero Disk Burner in Ubuntu 9.04
[Expired for brasero (Ubuntu) because there has been no activity for 60 days.] ** Changed in: brasero (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/379079 Title: Can't burn a DVD in Brasero Disk Burner in Ubuntu 9.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/379079/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 339155] Re: error while loading shared libraries: libasound.so.2
[Expired for gnome-panel (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-panel (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/339155 Title: error while loading shared libraries: libasound.so.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/339155/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 372369] Re: Network History records all activity as Receiving
[Expired for gnome-system-monitor (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-system-monitor (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/372369 Title: Network History records all activity as Receiving To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/372369/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 388777] Re: gnome-terminal doesn't handle keyboard resizing well
[Expired for gnome-terminal (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-terminal (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/388777 Title: gnome-terminal doesn't handle keyboard resizing well To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/388777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 373833] Re: SVG rendering/conversion not working any more in 9.04 Jaunty
[Expired for librsvg (Ubuntu) because there has been no activity for 60 days.] ** Changed in: librsvg (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/373833 Title: SVG rendering/conversion not working any more in 9.04 Jaunty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/373833/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 341591] Re: No window frames after yesterday update
[Expired for metacity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: metacity (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/341591 Title: No window frames after yesterday update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/341591/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 377298] Re: Brasero doesn't burn audio CD (Hardy)
[Expired for brasero (Ubuntu) because there has been no activity for 60 days.] ** Changed in: brasero (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/377298 Title: Brasero doesn't burn audio CD (Hardy) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/377298/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 351900] Re: gnome-display-properties blanks X when changing multi-head layout
[Expired for gnome-control-center (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-control-center (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/351900 Title: gnome-display-properties blanks X when changing multi-head layout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/351900/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801680] Re: the system hang after closing the laptop display for a long time
[Expired for unity (Ubuntu) because there has been no activity for 60 days.] ** Changed in: unity (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/801680 Title: the system hang after closing the laptop display for a long time To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/801680/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846213] Re: : E:I wasn't able to locate a file for the gnome-icon-theme-full package. This might mean you need to manually fix this package.
*** This bug is a duplicate of bug 659438 *** https://bugs.launchpad.net/bugs/659438 Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #820317, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find. ** Tags removed: need-duplicate-check ** Attachment removed: "Dependencies.txt" https://bugs.launchpad.net/bugs/846213/+attachment/2380243/+files/Dependencies.txt ** This bug has been marked a duplicate of bug 659438 Installation/Removal fails because of package which could not be located (failure in apt.Cache.required_download) ** 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/846213 Title: : E:I wasn't able to locate a file for the gnome-icon-theme-full package. This might mean you need to manually fix this package. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/846213/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74658] Re: "Notification Area" setting in gnome-power-preferences is broken by default
[Expired for gnome-power-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-power-manager (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/74658 Title: "Notification Area" setting in gnome-power-preferences is broken by default To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/74658/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 76939] Re: Cannot change brightness on Toshiba Satellite M45-S331
[Expired for gnome-power-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-power-manager (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/76939 Title: Cannot change brightness on Toshiba Satellite M45-S331 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/76939/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 81086] Re: [network-admin] loses wifi settings; corrupts /etc/network/interfaces
[Expired for gnome-system-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-system-tools (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/81086 Title: [network-admin] loses wifi settings; corrupts /etc/network/interfaces To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/81086/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 81960] Re: gnome-power-manager says that HAL was unable to hibernate right after hibernation
[Expired for gnome-power-manager (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-power-manager (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/81960 Title: gnome-power-manager says that HAL was unable to hibernate right after hibernation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/81960/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 82378] Re: [network-admin] creates /etc/ppp/peers/ppp0 without noauth
[Expired for gnome-system-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-system-tools (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/82378 Title: [network-admin] creates /etc/ppp/peers/ppp0 without noauth To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/82378/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 82753] Re: /usr/bin/gst-launch not available
[Expired for gstreamer0.10 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gstreamer0.10 (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/82753 Title: /usr/bin/gst-launch not available To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/82753/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 93256] Re: Evolution icons are misrepresentative
[Expired for evolution (Ubuntu) because there has been no activity for 60 days.] ** Changed in: evolution (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/93256 Title: Evolution icons are misrepresentative To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/93256/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs