[Bug 548675] [NEW] [Lucid] Please add support for VIA VX900 PATA controller

2010-03-26 Thread Stefan Bader
Public bug reported:

via mail to kernel-team mailing linst from BruceChang from VIA:

May I request your help to enable VIA VX900 support in pata_via.c. for
Lucid Lynx. The patch has been submitted for upstream to mainline kernel
and has been applied by kernel maintainer Jeff
Garzik(http://www.spinics.net/lists/linux-ide/msg37144.html). I
understand the kernel of Lucid Lynx has been frozen. But this patch only
adds a pci id into pata_via.c as below. Please kindly help integrate it
into Lucid Lynx.

From 4f1deba435ef75380c1d06fda860c7a15ea16fdf Mon Sep 17 00:00:00 2001
From: josephc...@via.com.tw josephc...@via.com.tw
Date: Fri, 19 Mar 2010 14:08:11 +0800
Subject: [PATCH] pata_via: Add VIA VX900 support

Proposed patch has been submitted upstream and to stable.

** Affects: linux (Ubuntu)
 Importance: Wishlist
 Assignee: Stefan Bader (stefan-bader-canonical)
 Status: Fix Committed

** Changed in: linux (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: linux (Ubuntu)
   Status: New = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Stefan Bader (stefan-bader-canonical)

-- 
[Lucid] Please add support for VIA VX900 PATA controller
https://bugs.launchpad.net/bugs/548675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546759] Re: add new panel does not work

2010-03-26 Thread bbordwell
** Bug watch added: GNOME Bug Tracker #613994
   https://bugzilla.gnome.org/show_bug.cgi?id=613994

** Also affects: gnome-panel via
   https://bugzilla.gnome.org/show_bug.cgi?id=613994
   Importance: Unknown
   Status: Unknown

-- 
add new panel does not work
https://bugs.launchpad.net/bugs/546759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548675] Re: [Lucid] Please add support for VIA VX900 PATA controller

2010-03-26 Thread Stefan Bader
Applied to Lucid master as pre-stable

** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

-- 
[Lucid] Please add support for VIA VX900 PATA controller
https://bugs.launchpad.net/bugs/548675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546715] Re: [RESUME 16.790s] WARNING: at /build/buildd/linux-2.6.32/kernel/power/suspend_test.c:53 suspend_test_finish+0x88/0x90()

2010-03-26 Thread Guiodic (Guido Iodice)
should be the bug related to this?
https://bugs.launchpad.net/bugs/548626

-- 
[RESUME 16.790s] WARNING: at 
/build/buildd/linux-2.6.32/kernel/power/suspend_test.c:53 
suspend_test_finish+0x88/0x90()
https://bugs.launchpad.net/bugs/546715
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 532551] Re: [metacity] active windows - no hover - no push

2010-03-26 Thread Yann Dìnendal
On Fri, Mar 26, 2010 at 03:54, martincasc martinca...@gmail.com wrote:

 Well, the fix is realesed, but on close option the hover/clore animation
 it's not clear like other two controls


Yes, I agree.

-- 
[metacity] active windows - no hover - no push
https://bugs.launchpad.net/bugs/532551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531316] Re: Mandela video should be restored in Lucid

2010-03-26 Thread Guiodic (Guido Iodice)
any news?

-- 
Mandela video should be restored in Lucid
https://bugs.launchpad.net/bugs/531316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531315] Re: Eclipse crashes intermittently when interacting with the UI

2010-03-26 Thread Bruno Girin
@Benjamin: I run Karmic and have xulrunner 1.9.1.8 installed in
/usr/lib. I also have xulrunner 1.9.2 installed in /usr/local/lib. I
tried the following:

eclipse -vmargs -Xmx512M
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.1.8 

In that case, eclipse crashes in libgail.so with the following error message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0079e52f, pid=4076, tid=3079120576
#
# JRE version: 6.0_15-b03
# Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libgail.so+0x2152f]
#
# An error report file with more information is saved as:
# /home/bruno/hs_err_pid4076.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

I then tried:

eclipse -vmargs -Xmx512M
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/local/lib/xulrunner-1.9.2 

In this case, eclipse crashes in libpango-1.0.so with the following error 
message:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x007c7856, pid=4330, tid=3078784704
#
# JRE version: 6.0_15-b03
# Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
#
# An error report file with more information is saved as:
# /home/bruno/hs_err_pid4330.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

I will attach both .log files


** Attachment added: Crash log when run with xulrunner 1.9.1.8
   http://launchpadlibrarian.net/42040228/hs_err_pid4076.log

-- 
Eclipse crashes intermittently when interacting with the UI
https://bugs.launchpad.net/bugs/531315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 531315] Re: Eclipse crashes intermittently when interacting with the UI

2010-03-26 Thread Bruno Girin

** Attachment added: Crash log when run with xulrunner 1.9.2
   http://launchpadlibrarian.net/42040270/hs_err_pid4330.log

-- 
Eclipse crashes intermittently when interacting with the UI
https://bugs.launchpad.net/bugs/531315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 543953] Re: no support for fullscreen

2010-03-26 Thread frederik.nnaji
On Fri, Mar 26, 2010 at 08:54, bbordwell benbordw...@hotmail.com
wrote:

 Frederik I am copying the ideas you came up with into this comment in
 order to clean up the description. You are invited to post your ideas in
 Ubuntu Brainstorm at http://brainstorm.ubuntu.com/  where it can be
 discussed, voted by the community and reviewed by developers. Thanks for
 taking the time to share your opinion!

 ** Summary changed:

 - no support for fullscreen
 + Evolution should support a fullscreen mode+ Evolution does not support a
 fullscreen mode. This is inconsistent with
 + other GNOME apps (see http://library.gnome.org/devel/hig-book/stable
 + /principles-consistency.html.en)


@ben thx a lot!
i'll mention this at brainstorm then

i learn a lot by the link you added above!
i knew about consistency being a cornerstone of OS design, didn't remember
reading a document about it yet, tho

greets

-- 
Evolution should support a fullscreen mode
https://bugs.launchpad.net/bugs/543953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 513528] Re: fails to boot after clean install; memory allocation problem (older Compaq server)

2010-03-26 Thread Tom Louwrier
@p2: I know the feeling :-)
These older Compaqs are known for their quircky bioses. In several cases I 
found that others could get past this problem by changing settings of memory 
caching or shadowing. I did not find those settings in my bios setup program 
(this goes by booting from floppy, it's an eisa-slot box. takes hours to try 
several settings and reboot. and reboot. and reboot.)

See what you can do with those options (if any) in your bios?

cheers
Tom

** Changed in: grub2 (Ubuntu)
   Status: New = Confirmed

-- 
fails to boot after clean install; memory allocation problem (older Compaq 
server)
https://bugs.launchpad.net/bugs/513528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 23251] Re: Synaptics tap-and-drag not functioning after upgrade to Breezy

2010-03-26 Thread Neil Perry
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug if you can provide the information
asked for. Thanks!


** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
Synaptics tap-and-drag not functioning after upgrade to Breezy
https://bugs.launchpad.net/bugs/23251
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 22400] Re: Wallet manager losing wallets

2010-03-26 Thread Neil Perry
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug if you can provide the information
asked for. Thanks!


** Changed in: kdeutils (Ubuntu)
   Status: Incomplete = Invalid

-- 
Wallet manager losing wallets
https://bugs.launchpad.net/bugs/22400
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 22575] Re: ISAPNP grabbing I/O region reserved for PCI device on 2.6.12 (regression from 2.6.10)

2010-03-26 Thread Neil Perry
Closing this bug report as no further information has been provided.
Please feel free to reopen this bug if you can provide the information
asked for. Thanks!


** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
ISAPNP grabbing I/O region reserved for PCI device on 2.6.12  (regression from 
2.6.10)
https://bugs.launchpad.net/bugs/22575
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548683] [NEW] Missing cusom menu for Banshee

2010-03-26 Thread Alvaro Aleman
Public bug reported:

Binary package hint: light-themes

Banshee needs an own custom menu like Rhythmbox has it. At the moment,
Banshee only has it's icon with an ugly white border around it in the
black panel.

It's also important for the usability because at the moment, the icon
must be right clicked to open the context menu. Other applications in
the tray need a left click. This must be changed because it needs to be
consistent.

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Missing cusom menu for Banshee
https://bugs.launchpad.net/bugs/548683
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548682] [NEW] can't browse a windows network on lucid

2010-03-26 Thread Elio Landra
Public bug reported:

Binary package hint: nautilus

I'm using Lucid Beta1 form a VmWare machine with 1024 Mb memory.
I try to browse a windows AD network but i can't.
I'm able to surf over Internet.

ProblemType: Bug
Architecture: i386
Date: Fri Mar 26 10:55:53 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
Package: nautilus 1:2.29.92.1-0ubuntu4
ProcEnviron:
 LANG=it_IT.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: nautilus
Uname: Linux 2.6.32-17-generic i686

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
can't browse a windows network on lucid
https://bugs.launchpad.net/bugs/548682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548682] Re: can't browse a windows network on lucid

2010-03-26 Thread Elio Landra

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42039201/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42039202/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42039203/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/42039204/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/42039205/usr_lib_nautilus.txt

-- 
can't browse a windows network on lucid
https://bugs.launchpad.net/bugs/548682
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548679] Re: rhythmbox crashed with SIGSEGV in g_object_notify()

2010-03-26 Thread sam tygier

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/42039269/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42039270/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42039271/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/42039272/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/42039273/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42039274/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42039275/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/42039276/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/42039277/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/42039278/ThreadStacktrace.txt

** Attachment added: XorgLog.gz
   http://launchpadlibrarian.net/42039279/XorgLog.gz

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/42039280/XsessionErrors.txt

** Visibility changed to: Public

-- 
rhythmbox crashed with SIGSEGV in g_object_notify()
https://bugs.launchpad.net/bugs/548679
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541511] Re: MASTER: [i855] GPU lockup (apport-crash)

2010-03-26 Thread Geir Ove Myhr
** Description changed:

  Binary package hint: xserver-xorg-video-intel
  
  This is a MASTER bug report, i.e. not a real bug report, but a tool to
  help manage other bug reports.
  
  Most bug reports on i855 are probably due to the CPU/GPU incoherency
  problem that is now consolidated upstream at
  http://bugs.freedesktop.org/show_bug.cgi?id=27187 (which was split off
  from a bug report for i845). For now, we mark all automatically reported
  GPU lockups on i855 as duplicates of this unless there is a reason not
  to. There are some tests you may do to help upstream with this issue,
  and I will come back with instructions here. For those of you who know
- how to patch and compile a kernel you may look at comment #20 (and #6
+ how to patch and compile a kernel you may look at comment #30 (and #6
  for what kind of feedback they want) in the upstream bug report.
  Actually, if someone could volunteer to build an ubuntu-packaged kernel
  with this patch for others to test, that would be nice.
  
  There is a similar master bug report for i845 at bug 541492.

-- 
MASTER: [i855] GPU lockup (apport-crash)
https://bugs.launchpad.net/bugs/541511
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread derLars
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: gnome-power-manager
  
  Ubuntu 10.04 lucid
  package: Power Manager Brightness Applet 2.29.91 (in Gnome-Power-Manager)
  
  Steps to reproduce:
  1. Right click on a panel and press add to panel. Add brightness applet
  2. Click on the new applet to show the slider, now try to move the slider 
using a mouse click.
  3. The slider simply vanishes.
  
  Setting the brightness with the keyboard commands or with mouse wheel
  works fine though.
+ 
+ 
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 10.04
+ GnomeSessionIdleInhibited: Unknown
+ GnomeSessionInhibitors: Failed to acquire
+ GnomeSessionSuspendInhibited: Unknown
+ InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100223.2)
+ MachineType: Dell Inc. Studio XPS 1640
+ Package: gnome-power-manager 2.29.91-0ubuntu6
+ PackageArchitecture: amd64
+ ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-16-generic 
root=/dev/mapper/sda6_crypt ro quiet splash
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=de_DE.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
+ Tags: lucid
+ Uname: Linux 2.6.32-16-generic x86_64
+ UserGroups:
+  
+ dmi.bios.date: 11/19/2009
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A12
+ dmi.board.name: 0W497D
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A12
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: A12
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd11/19/2009:svnDellInc.:pnStudioXPS1640:pvrA123:rvnDellInc.:rn0W497D:rvrA12:cvnDellInc.:ct8:cvrA12:
+ dmi.product.name: Studio XPS 1640
+ dmi.product.version: A123
+ dmi.sys.vendor: Dell Inc.

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/42040267/BootDmesg.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] CurrentDmesg.txt

2010-03-26 Thread derLars
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/42040269/CurrentDmesg.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Dependencies.txt

2010-03-26 Thread derLars
apport information

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42040275/Dependencies.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] DevkitPower.txt

2010-03-26 Thread derLars
apport information

** Attachment added: DevkitPower.txt
   http://launchpadlibrarian.net/42040277/DevkitPower.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] GConfNonDefault.txt

2010-03-26 Thread derLars
apport information

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42040279/GConfNonDefault.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Lspci.txt

2010-03-26 Thread derLars
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/42040280/Lspci.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Lsusb.txt

2010-03-26 Thread derLars
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/42040281/Lsusb.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] ProcCpuinfo.txt

2010-03-26 Thread derLars
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/42040283/ProcCpuinfo.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] ProcInterrupts.txt

2010-03-26 Thread derLars
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/42040284/ProcInterrupts.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] ProcModules.txt

2010-03-26 Thread derLars
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/42040287/ProcModules.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] UdevDb.txt

2010-03-26 Thread derLars
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/42040288/UdevDb.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] UdevLog.txt

2010-03-26 Thread derLars
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/42040290/UdevLog.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] gnome-power-bugreport.txt

2010-03-26 Thread derLars
apport information

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/42040291/gnome-power-bugreport.txt

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread derLars
here you go. There is an upstream patch available, but it breaks the
compile process.

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread bbordwell
Paul Li, upstream claims your patch is not working:

patch can't be applied automatically. Upon manual application, the compiling
doesn't work:
make[3]: Betrete Verzeichnis
'/home/lars/Desktop/gnome-power-manager-2.29.91/applets/brightness'
  CC brightness-applet.o
brightness-applet.c: In function ‘gpm_applet_create_popup’:
brightness-applet.c:598: error: ‘GtkObject’ has no member named ‘flags’

Could you please work with upstream on it?

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 532633] Re: [Master] Window Control buttons: position/order/alignment

2010-03-26 Thread Pako
Colin D Bennett  wrote 
If the window buttons are moved to the left, the scroll bar must also be moved 
to the left hand side.

In my case and I hope in many of yours, I never use the right scrollbar
since I'm able to use my touchpad scrollbar on my laptop, it is much
faster and more efficient and I use only my right hand instead of both
at once. For those who prefer to use the mouse they can find an option
in Firefox that allows to use the third button as scroll (unfortunately,
this option is not enabled by default in Firefox). With such adjusted
environment I do not use right scrollbar at all and I work much faster
and more efficient.

-- 
[Master] Window Control buttons: position/order/alignment
https://bugs.launchpad.net/bugs/532633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 476037] Re: Cannot find demultiplexer plugin for the given media data

2010-03-26 Thread Kiwinote
Hi Ayaamna. In the latest stable release of Ubuntu, system packages (ie
demultiplexer plugins) could not be installed via software-center. This
has been fixed in the latest development release, so I will mark this
bug as fixed. This development release will become a stable release at
the end of April. Thanks.

** Changed in: software-center (Ubuntu)
   Status: New = Fix Released

-- 
Cannot find demultiplexer plugin for the given media data
https://bugs.launchpad.net/bugs/476037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460944] Re: Update Site list is empty in Install New Software

2010-03-26 Thread Darkmike
The update site list is still empty.

Eclipse deb version: 3.5.1+repack~1-0ubuntu3


This is my procedure before the test:
sudo aptitude purge eclipse 
sudo rm -R /usr/lib/eclipse/
sudo rm -R /usr/share/eclipse
sudo rm -R ~/.eclipse/
sudo aptitude install eclipse


** Attachment added: bug ScreenShot
   http://launchpadlibrarian.net/42039392/Screenshot-2.png

-- 
Update Site list is empty in Install New Software
https://bugs.launchpad.net/bugs/460944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460944] Re: Update Site list is empty in Install New Software

2010-03-26 Thread Darkmike

** Attachment added: Screenshot-3.png
   http://launchpadlibrarian.net/42040321/Screenshot-3.png

** Attachment removed: bug ScreenShot
   http://launchpadlibrarian.net/42039392/Screenshot-2.png

-- 
Update Site list is empty in Install New Software
https://bugs.launchpad.net/bugs/460944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436130] Re: OpenVZ kernel out of date, karmic requires 2.6.27

2010-03-26 Thread Stefan Leitner
this is a serious problem and very easy to reproduce:
on an openvz host try to install one of the ubuntu templates from here: 
http://wiki.openvz.org/Download/template/precreated
i tried with ubuntu-9.10-x86.tar.gz and ubuntu-9.04-i386-minimal.tar.gz

when you change the /etc/apt/sources.list to the next distribution and
perform an apt-get update  apt-get dist-upgrade the container will
hang on next reboot with this error:

# vzctl enter 1234
enter into VE 1234 failed
Unable to open pty: No such file or directory

the dist-upgrade to ubuntu 9.10 was working again after inserting the
script from Stéphane Graber, but not anymore with the dist-upgrade to
ubuntu 10.04.

-- 
OpenVZ kernel out of date, karmic requires 2.6.27
https://bugs.launchpad.net/bugs/436130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 548686] [NEW] Light Theme's Window Control Button Unfocused Background Wrong

2010-03-26 Thread Scott Shields
Public bug reported:

Binary package hint: light-themes

After updating, I noticed when a window is unfocused, the background for
the left-most window control button is mirrored. Further investigation
found an error in the metacity-theme-1.xml:

...
!-- Button Trough Right --
...
draw_ops name=right_left_background_unfocused_normal
image filename=trough_right.png x=0 y=1 
width=object_width height=object_height/
/draw_ops
draw_ops name=right_left_background_unfocused_pressed
image filename=trough_right.png x=0 y=1 
width=object_width height=object_height/

Should be:

draw_ops name=right_left_background_unfocused_normal
image filename=trough_left.png x=0 y=1 
width=object_width height=object_height/
/draw_ops
draw_ops name=right_left_background_unfocused_pressed
image filename=trough_left.png x=0 y=1 
width=object_width height=object_height/

ProblemType: Bug
Architecture: amd64
Date: Fri Mar 26 05:03:28 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: light-themes 0.1.5.9
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: light-themes
Uname: Linux 2.6.32-17-generic x86_64

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Light Theme's Window Control Button Unfocused Background Wrong
https://bugs.launchpad.net/bugs/548686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548686] Re: Light Theme's Window Control Button Unfocused Background Wrong

2010-03-26 Thread Scott Shields

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42040258/Dependencies.txt

-- 
Light Theme's Window Control Button Unfocused Background Wrong
https://bugs.launchpad.net/bugs/548686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548684] [NEW] [window controls] maximize and minimize icons are symmetric but do not perform a symmetric action

2010-03-26 Thread Jan-Christoph Borchardt
Public bug reported:

Binary package hint: metacity

Maximize and minimize are completely different actions, not opposites.
They should not be represented by symmetric icons.

Additional problems:
In themes »Dust«, »Ambiance« and »Radiance«, the minimize icon is a 
downward-pointing arrow. This leads to confusion when one has the window list 
placed in a top panel. The maximize icon does not even change state when the 
window is maximized.

In »New Wave«, the up arrow for maximizing could be confused with »shove
window in top panel« (minimize).


A line for minimizing is probably better than a down arrow because it addresses 
the function more than the looks (direction).
I am unclear what is best for maximize though. The expand icon for YouTube 
clips is good but not very recognizable in smaller size.

** Affects: metacity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[window controls] maximize and minimize icons are symmetric but do not perform 
a symmetric action
https://bugs.launchpad.net/bugs/548684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 548532] Re: Windows Control's right alignment bug

2010-03-26 Thread James Gregory
I'm seeing this same problem too. On a normal focused window, the icons
work properly - as soon as the window becomes unfocused, it breaks.

-- 
Windows Control's right alignment bug
https://bugs.launchpad.net/bugs/548532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 545166] Re: rhythmbox crashed with SIGSEGV in soup_message_set_first_party()

2010-03-26 Thread frederik.nnaji
On Fri, Mar 26, 2010 at 10:25, Stuart Langridge 
stuart.langri...@canonical.com wrote:

 On 03/26/2010 09:12 AM, frederik.nnaji wrote:

  WHY doesn't apport ask me these questions?
  that would be a very intelligent enhancement
 

 There's a patch in to apport that does exactly that, it's just not
 released yet :-)


i can't help it ... gotta smile all over my skinny face right now :D
will it make it into lucid?

-- 
rhythmbox crashed with SIGSEGV in soup_message_set_first_party()
https://bugs.launchpad.net/bugs/545166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544424] Re: software-center freezes after installing one package

2010-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/aptdaemon

-- 
software-center freezes after installing one package
https://bugs.launchpad.net/bugs/544424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 543953] Re: Evolution should support a fullscreen mode

2010-03-26 Thread frederik.nnaji
nice ;)

On Fri, Mar 26, 2010 at 09:02, Draycen DeCator ddeca...@gmail.com
wrote:

 Since this bug has enough information provided for a developer to begin
 work, I'm going to mark it as Wishlist and let them handle it from here.
 Thanks for taking the time to make Ubuntu better!

 ** Changed in: evolution (Ubuntu)
   Importance: Undecided = Wishlist

 ** Changed in: evolution (Ubuntu)
   Status: Confirmed = Triaged


am very happy to see my contribution makes sense in a way..
let me know if you feel i could provide better or more useful information
from my perspective here..

i'm running karmic on my production machine and lucid dev on my netbook and
office computer.. i also deployed karmic on about half a dozen of friendly
office and private machines.

greets

-- 
Evolution should support a fullscreen mode
https://bugs.launchpad.net/bugs/543953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542533] Re: Black screen on workspace transitions

2010-03-26 Thread Emmanuel Pacaud
There's no broken screen state in this issue. The screen goes mostly
black, except for the panel and the workspace switching OSD,  only
during the workspace transition. After the transisition, everything
works fine.

-- 
Black screen on workspace transitions
https://bugs.launchpad.net/bugs/542533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542293] Re: vlc actions for CDs and DVDs don't appear in KDE's Device Notifier

2010-03-26 Thread Bug Watch Updater
** Changed in: vlc
   Status: New = Fix Released

-- 
vlc actions for CDs and DVDs don't appear in KDE's Device Notifier
https://bugs.launchpad.net/bugs/542293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532423] Re: package nvidia-96 96.43.14-0ubuntu10 failed to install/upgrade: nvidia-96 kernel module failed to build

2010-03-26 Thread Jean-Baptiste Lallement
I'm closing this report, since we cannot go further without the requested 
information. Anyway, you're very likely affected by bug 544781 and you can 
subscribe to this report.
Don't hesitate to reopen if you can reproduce the bug with the necessary 
informations.
Thanks. 

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package nvidia-96 96.43.14-0ubuntu10 failed to install/upgrade: nvidia-96 
kernel module failed to build
https://bugs.launchpad.net/bugs/532423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532224] Re: [ambiance, radiance] no rounding when window has no maximise icon

2010-03-26 Thread Alessandro Ranaldi
This bug has not been fixed, without metacity the buttons have still a
separate mask. When will this be fixed for real? I think the wise dj
gave you a solution ages ago.

-- 
[ambiance, radiance] no rounding when window has no maximise icon
https://bugs.launchpad.net/bugs/532224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 506622] Re: linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a macbook pro 5, 3

2010-03-26 Thread Gorka Navarrete
The problem persists with todays upgrade to kernel 2.6.31-21. It's been
there since -18.

In my case, no sound hardware appears to be detected. Opening GNOME alsa
mixer leaves me with a blank window.

I've seen the -21 update said something about improving compatibility of
ALSA with Macbook 5,1 and 5,2.

There is anything I can do to help debug this?

-- 
linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a 
macbook pro 5,3
https://bugs.launchpad.net/bugs/506622
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 489035] Re: not available in the current data message in software center. no install button

2010-03-26 Thread Kiwinote
*** This bug is a duplicate of bug 466321 ***
https://bugs.launchpad.net/bugs/466321

That means that this bug is indeed a duplicate, so I will mark it as
such. Thanks.

** This bug has been marked a duplicate of bug 466321
   After Ubuntu installation, nothing in universe is installable until package 
list is updated

-- 
not available in the current data message in software center. no install 
button
https://bugs.launchpad.net/bugs/489035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 447192] Re: [Dell Inc. Latitude 131L] hibernate/resume failure in 9.10 KARMIC

2010-03-26 Thread Tom Louwrier
Hibernate is still not working right as of today. Running Lucid amd64,
all updates loaded twice a day.

cheers
Tom


** Changed in: linux (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- [Dell Inc. Latitude 131L] hibernate/resume failure in 9.10 KARMIC
+ [Dell Inc. Latitude 131L] hibernate/resume failure in 9.10 KARMIC and in 
10.04 LUCID

-- 
[Dell Inc. Latitude 131L] hibernate/resume failure in 9.10 KARMIC and in 10.04 
LUCID
https://bugs.launchpad.net/bugs/447192
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548689] [NEW] package gdm 2.29.92-0ubuntu6 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-03-26 Thread Chuck Ray
Public bug reported:

Binary package hint: gdm

Error applying updates from Update Manager in Lucid

ProblemType: Package
Architecture: i386
Date: Fri Mar 26 06:10:15 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100317.1)
NonfreeKernelModules: nvidia
Package: gdm 2.29.92-0ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: gdm
Title: package gdm 2.29.92-0ubuntu6 failed to install/upgrade: corrupted 
filesystem tarfile - corrupted package archive
Uname: Linux 2.6.32-17-generic i686

** Affects: gdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package gdm 2.29.92-0ubuntu6 failed to install/upgrade: corrupted filesystem 
tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/548689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548689] Re: package gdm 2.29.92-0ubuntu6 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-03-26 Thread Chuck Ray

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/42040756/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42040757/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/42040758/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/42040759/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/42040760/DpkgTerminalLog.txt

-- 
package gdm 2.29.92-0ubuntu6 failed to install/upgrade: corrupted filesystem 
tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/548689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 520674] Re: In .fodt file in OO 3.1 on Ubuntu 9, editing of character spaces is deceptively not saved.

2010-03-26 Thread Bryan Quigley
Yes, information on reporting bugs to OpenOffice here 
(http://wiki.services.openoffice.org/wiki/Issue_Tracker)
You should also try the latest stable OpenOffice from openoffice.org before 
reporting there.  
I have never heard of FODT.. what is that?

-- 
In .fodt file in OO 3.1 on Ubuntu 9, editing of character spaces is deceptively 
not saved.
https://bugs.launchpad.net/bugs/520674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467369] Re: add-apt-repository crashed with Error in setlocale()

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Fix Committed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Medium

** Visibility changed to: Public

-- 
add-apt-repository crashed with Error in setlocale()
https://bugs.launchpad.net/bugs/467369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467369] Re: add-apt-repository crashed with Error in setlocale()

2010-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

-- 
add-apt-repository crashed with Error in setlocale()
https://bugs.launchpad.net/bugs/467369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-03-26 Thread Alan Pope
@Trey, technically they're not 'bricked'. You can revive them fairly
easily. I revived two (including the one Martin logged into) by using dd
to copy zeroes over the entire SSD. Once done I did a Jaunty install
(this was a few months ago) and upgraded to karmic, but before rebooting
to the new upgraded karmic install I did what's recommended in the
description (as per comment #145).

It's been running karmic fine for ages. According to Martin Lucid does
not suffer from this problem so you could dd zeroes then install the
Lucid beta and be safe.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 407779] Re: add-apt-respository: no man page, and no --help

2010-03-26 Thread Michael Vogt
Thanks for the patch. The description is a bit too much focused on PPAs.
I changed it a little bit to emphasize more that it can also be used for
normal repositiories:

add-apt-repository is a script for adding apt sources.list entries. 
It can be used to add any repository and also provides a shorthand 
synatax for Launchpad PPA (Personal Package Archive) repositories via
ppa:user/repository

-- 
add-apt-respository: no man page, and no --help
https://bugs.launchpad.net/bugs/407779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 407779] Re: add-apt-respository: no man page, and no --help

2010-03-26 Thread Michael Vogt
Additions/corrections to my version welcome.

-- 
add-apt-respository: no man page, and no --help
https://bugs.launchpad.net/bugs/407779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 407779] Re: add-apt-respository: no man page, and no --help

2010-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

-- 
add-apt-respository: no man page, and no --help
https://bugs.launchpad.net/bugs/407779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548693] [NEW] Rhythmbox Magnatune fails to load catalog in 10.04

2010-03-26 Thread mihai007
Public bug reported:

Binary package hint: rhythmbox

I am testing 10.04 beta1 live CD and rhythmbox fails to load magnatune catalog, 
just sits there and telling Loading magnatune catalog, it does not freezes, 
but the catalog never comes.
I saw on other bugs like this that a mkdir ~/.cache/rhythmbox/magnatune 
resolved the issue, well in this case it did not change anything. Still fails 
to load the catalog.
I even tried using opendns, thought it could be something wrong with isp, but 
magnatune page is available in firefox, Also at the same time Ubuntu One music 
store does not have any problems in loading catalog/playing songs.

This bug is important as 10.04 ships with ubuntu one store and it will draw 
more attention to rhythmbox stores, and having a buggy magnatune plugin along 
with ubuntu's one working is just not fair!
What is this, a marketing decison? We make sure Ubuntu one works while the 
others dont't and so we sell more!?

Can someone confirm this bug in 10.04?

ProblemType: Bug
Architecture: amd64
Date: Fri Mar 26 10:12:29 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/rhythmbox
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
Package: rhythmbox 0.12.7-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.32-16-generic x86_64

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
Rhythmbox Magnatune fails to load catalog in 10.04
https://bugs.launchpad.net/bugs/548693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548693] Re: Rhythmbox Magnatune fails to load catalog in 10.04

2010-03-26 Thread mihai007

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42040744/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/42040745/GConfNonDefault.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/42040746/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/42040747/LogAlsaMixer.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42040748/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42040749/ProcStatus.txt

** Attachment added: XorgLog.gz
   http://launchpadlibrarian.net/42040750/XorgLog.gz

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/42040751/XsessionErrors.txt

-- 
Rhythmbox Magnatune fails to load catalog in 10.04
https://bugs.launchpad.net/bugs/548693
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548692] [NEW] ttf-opensymbol package grows 6x in size (1.5Mb) in Ubuntu 10.04 because of included OOo changelog.gz

2010-03-26 Thread Mantas Kriaučiūnas
Public bug reported:

Binary package hint: openoffice.org

ttf-opensymbol package in Ubuntu 10.04 (ver. 3.2.0-4ubuntu1) is 6x bigger 
(1.5Mb) than in previous Ubuntu versions, but size of font opens___.ttf file is 
only 175Kb!
I've found, that problem is because of newly included 
/usr/share/doc/ttf-opensymbol/changelog.gz file, which is about 1.2Mb size and 
doesn't contain any info about opensymbol font since 2006-12!
Please remove /usr/share/doc/ttf-opensymbol/changelog.gz file from 
ttf-opensymbol package (or replace this file with symlink to  
/usr/share/doc/openoffice.org-common/changelog.gz) in Ubuntu Lucid.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: baltix
 Importance: Undecided
 Status: New

** Also affects: baltix
   Importance: Undecided
   Status: New

-- 
ttf-opensymbol package grows 6x in size (1.5Mb) in Ubuntu 10.04 because of 
included OOo changelog.gz
https://bugs.launchpad.net/bugs/548692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548589] Re: Merge upstream grammar fixes to Lucid

2010-03-26 Thread Martin Pitt
This also updates translations, and our Ubuntu documentation doesn't go
to the detail of which question is asked by gbrainy. Approved, please
proceed.

** Changed in: gbrainy (Ubuntu)
   Importance: Wishlist = Low

** Changed in: gbrainy (Ubuntu)
   Status: New = Confirmed

-- 
Merge upstream grammar fixes to Lucid
https://bugs.launchpad.net/bugs/548589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545201] Re: [i845] GPU lockup da27380f (PGTBL_ER: 0x00000049)

2010-03-26 Thread useResa
*** This bug is a duplicate of bug 541492 ***
https://bugs.launchpad.net/bugs/541492

The trial version (2:2.10.903-4-g0c47195.1) gave me more issues than the 
current official version (2:2.9.1-1ubuntu17).
Although the current official version crashes every once in a while, with the 
trial version I have experienced KernelOops errors and furthermore I was unable 
to use the (commercial) NX client (version: 3.3.0-6).

With the NX client I got logged out each time it tried to establish the display 
connection.
The KernelOops errors I have not reported separately since they only appeared 
after installation of the trial version and have not been appearing since I 
downgraded again to the current official version.

-- 
[i845] GPU lockup da27380f (PGTBL_ER: 0x0049)
https://bugs.launchpad.net/bugs/545201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 545166] Re: rhythmbox crashed with SIGSEGV in soup_message_set_first_party()

2010-03-26 Thread Stuart Langridge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/26/2010 10:14 AM, frederik.nnaji wrote:
 On Fri, Mar 26, 2010 at 10:25, Stuart Langridge 
 stuart.langri...@canonical.com wrote:
 
 On 03/26/2010 09:12 AM, frederik.nnaji wrote:

 WHY doesn't apport ask me these questions?
 that would be a very intelligent enhancement


 There's a patch in to apport that does exactly that, it's just not
 released yet :-)

 
 i can't help it ... gotta smile all over my skinny face right now :D
 will it make it into lucid?
 
I hope so. Keep your eye on
https://code.edge.launchpad.net/~sil/ubuntu/lucid/rhythmbox/add-music-store-apport-hook
which is the patch to see when it gets merged and when that gets released.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkusiv8ACgkQk9furQwNFBTbvQCfUoArVXfF4k7Jjn8UVlM7n9T/
N+MAn3jYJTIdkEcFmWLjBxeY18ITn4Jc
=3PuJ
-END PGP SIGNATURE-

-- 
rhythmbox crashed with SIGSEGV in soup_message_set_first_party()
https://bugs.launchpad.net/bugs/545166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544525] Re: [RV380] dual monitor not working - M24 1P [Radeon Mobility X600]

2010-03-26 Thread Bug Watch Updater
** Changed in: xserver-xorg-driver-ati
   Status: Unknown = Confirmed

-- 
[RV380] dual monitor not working - M24 1P [Radeon Mobility X600]
https://bugs.launchpad.net/bugs/544525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542660] Re: New Apple iMac (Core i5) fails to boot

2010-03-26 Thread Bug Watch Updater
** Changed in: xserver-xorg-driver-ati
   Status: Unknown = Confirmed

-- 
New Apple iMac (Core i5) fails to boot
https://bugs.launchpad.net/bugs/542660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread derLars
I've just upgraded gnome-power-manager to version 2.29.91-0ubuntu8 -bug
persists.

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532224] Re: [ambiance, radiance] no rounding when window has no maximise icon

2010-03-26 Thread Alessandro Ranaldi
Sorry, I meant without compiz

-- 
[ambiance, radiance] no rounding when window has no maximise icon
https://bugs.launchpad.net/bugs/532224
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 506622] Re: linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a macbook pro 5, 3

2010-03-26 Thread Gorka Navarrete
There is a couple entries in the syslog:


Mar 26 09:47:37 emrys-laptop pulseaudio[2351]: module-alsa-card.c: Failed to 
find a working profile.
Mar 26 09:47:37 emrys-laptop pulseaudio[2351]: module.c: Failed to load  module 
module-alsa-card (argument: device_id=0 name=pci-_00_08.0 
card_name=alsa_card.pci-_00_08.0 tsched=yes ignore_dB=no 
card_properties=module-udev-detect.discovered=1): initialization failed.

Hope this helps.

-- 
linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a 
macbook pro 5,3
https://bugs.launchpad.net/bugs/506622
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480516] Re: software sources not appear

2010-03-26 Thread Michael Vogt
** Also affects: gconf (Ubuntu)
   Importance: Undecided
   Status: New

-- 
software sources not appear
https://bugs.launchpad.net/bugs/480516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 477966] Re: unable easily add signing key from launchpad

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Wishlist

** Summary changed:

- unable easily add signing key from launchpad
+ support signing key links

-- 
support signing key links
https://bugs.launchpad.net/bugs/477966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 470424] Re: [kde] python2.6 crashed with UnicodeDecodeError in decode()

2010-03-26 Thread Michael Vogt
** Summary changed:

- python2.6 crashed with UnicodeDecodeError in decode()
+ [kde] python2.6 crashed with UnicodeDecodeError in decode()

-- 
[kde] python2.6 crashed with UnicodeDecodeError in decode()
https://bugs.launchpad.net/bugs/470424
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 506622] Re: linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a macbook pro 5, 3

2010-03-26 Thread Gorka Navarrete
In my case it seems linked to
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/382440

-- 
linux-backports-modules-alsa-2.6.31-18-generic in proposed no longer works on a 
macbook pro 5,3
https://bugs.launchpad.net/bugs/506622
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487273] Re: Open Office crashes when trying to open file

2010-03-26 Thread Bryan Quigley
This file works fine for me.  Is there anything else needed to do to
reproduce?  Also, each checkbox in the file individually is downloaded
every time you open the file, which may cause some of these issues.

-- 
Open Office crashes when trying to open file
https://bugs.launchpad.net/bugs/487273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 407779] Re: add-apt-respository: no man page, and no --help

2010-03-26 Thread Michael Vogt
A man page is also very welcome too.

-- 
add-apt-respository: no man page, and no --help
https://bugs.launchpad.net/bugs/407779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 387562] Re: OOo F11 key brings up Style and Formatting instead of Full Screen

2010-03-26 Thread David Siegel
This is a good change, and I am counting it as a fixed paper cut.

** Changed in: hundredpapercuts
   Status: Invalid = Fix Released

-- 
OOo F11 key brings up Style and Formatting instead of Full Screen
https://bugs.launchpad.net/bugs/387562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382440] Re: [karmic] Failed to load module module-alsa-card: initialization failed

2010-03-26 Thread Gorka Navarrete
I am also affected with kernel 2.6.31-21 in Karmic with a Macbook Pro
5,3.

The problem has been here since 31-18

-- 
[karmic] Failed to load  module module-alsa-card: initialization failed
https://bugs.launchpad.net/bugs/382440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 369525] Re: Use IEC standard for binary byte units

2010-03-26 Thread Martin Pitt
Not a release blocker for lucid.

** Changed in: nautilus (Ubuntu Lucid)
   Status: Triaged = Won't Fix

** Changed in: nautilus (Ubuntu Lucid)
Milestone: ubuntu-10.04-beta-2 = None

** Changed in: nautilus (Ubuntu Lucid)
 Assignee: Martin Pitt (pitti) = (unassigned)

-- 
Use IEC standard for binary byte units 
https://bugs.launchpad.net/bugs/369525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509273] Re: [Lucid] ATI KMS causes DRM error on X200M

2010-03-26 Thread Petr Šigut
I think we are moving in circles, it leads nowhere:( bugzillas from
freedesktop, ubuntu, fedora, still fulfilling the same bug every new
release... it looks to very complicated bug, race condition...

Should we contact developers directly? I am from Czech Republic and I
would take my notebook and go to every part of my country to any
developer who is able to solve this bug. And buy fooddrink for him!

Sorry for this OT but I am desperate. I will provide any logs which are
needed.

-- 
[Lucid] ATI KMS causes DRM error on X200M
https://bugs.launchpad.net/bugs/509273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548694] [NEW] [Ambiance] Low contrast for active window text in Window List applet

2010-03-26 Thread Michael Terry
Public bug reported:

Binary package hint: light-themes

The active window is highlighted to use a very light background.  But
the text color isn't changed from white to a darker color.  So it's hard
to read.  Screenshot attached.

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Ambiance] Low contrast for active window text in Window List applet
https://bugs.launchpad.net/bugs/548694
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 548694] Re: [Ambiance] Low contrast for active window in Window List applet

2010-03-26 Thread Michael Terry

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/42041818/Screenshot.png

** Summary changed:

- [Ambiance] Low contrast for active window in Window List applet
+ [Ambiance] Low contrast for active window text in Window List applet

-- 
[Ambiance] Low contrast for active window text in Window List applet
https://bugs.launchpad.net/bugs/548694
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 527458] Re: please include status messages/tooltips

2010-03-26 Thread J Putt
What are people's thought's on a.tom's suggestion of using notify-osd?

With this approach they could be classed as confirmation bubbles
(confirming the status of the system represented by the menu icon, or
is that stretching it a bit?) triggered by mouse-hover (as opposed to
mouse-in). Status might need some definition. I don't know if there'd
be an appropriate bubble for every menu either.

(Just to clarify, talking about tooltips for indicators here)

-- 
please include status messages/tooltips
https://bugs.launchpad.net/bugs/527458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 514864] Re: Unhelpful listing in software-properties/-sources

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Medium

-- 
Unhelpful listing in software-properties/-sources
https://bugs.launchpad.net/bugs/514864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 503905] Re: add-apt-repository should write to a new file in /etc/apt/sources.list.d/ rather than /etc/apt/source.list

2010-03-26 Thread Michael Vogt
What do you think about a option for this? Like --sources-list-file ?
The default for PPAs is already a sources.list.d file.

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Low

-- 
add-apt-repository should write to a new file in /etc/apt/sources.list.d/ 
rather than /etc/apt/source.list
https://bugs.launchpad.net/bugs/503905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 512022] Re: [kde] Software Sources crash

2010-03-26 Thread Michael Vogt
** Summary changed:

- Software Sources crash
+ [kde] Software Sources crash

-- 
[kde] Software Sources crash
https://bugs.launchpad.net/bugs/512022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502454] Re: add-apt-repository should allow version specification or offer next highest repo version if repo for running version is not found

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Wishlist

-- 
add-apt-repository should allow version specification or offer next highest 
repo version if repo for running version is not found
https://bugs.launchpad.net/bugs/502454
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 500948] Re: Software Sources can say packages info is outdated even when it's not

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Low

-- 
Software Sources can say packages info is outdated even when it's not
https://bugs.launchpad.net/bugs/500948
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 500944] Re: APT cache could be automatically reloaded (w/o asking) for usability and convenience, unless on mobile broadband

2010-03-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Wishlist

-- 
APT cache could be automatically reloaded (w/o asking) for usability and 
convenience, unless on mobile broadband
https://bugs.launchpad.net/bugs/500944
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 500940] Re: It's open-source software, not Open Source software

2010-03-26 Thread Michael Vogt
Agreed, free software should be used instead. However we are currently
in string freeze so this needs to be added later.

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = Low

** Changed in: software-properties (Ubuntu)
Milestone: None = later

-- 
It's open-source software, not Open Source software
https://bugs.launchpad.net/bugs/500940
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 497778] Re: Software Sources sets wrong permissions when adding new source

2010-03-26 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

-- 
Software Sources sets wrong permissions when adding new source
https://bugs.launchpad.net/bugs/497778
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353704] Re: [patch] Included copy of Qt can't find installed plugins in /usr/lib32/qt4/plugins

2010-03-26 Thread Matt Zimmerman
I don't see any reference to this bug number, or obvious reference to
this problem, in the qt4-x11 or ia32-libs changelog in Lucid. mterry,
can you clarify where and how this was fixed in Karmic?

-- 
[patch] Included copy of Qt can't find installed plugins in 
/usr/lib32/qt4/plugins
https://bugs.launchpad.net/bugs/353704
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

2010-03-26 Thread adamski
Alan: My Eee 900 is bricked. I have dd'ed zeroes over the SSD several
times, and while I am no longer getting HSM-violations (since I am using
a 8.04 rescue image), I now get Buffer I/O errors galore on the device.
A full dd takes roughly 12 hours (that's the 16 gig drive) due to all
these errors, and have no effect on them. I have dd'ed it probably three
or four times now, and there's no apparent improvement.

I have given up and purchased a 1008HA with a regular disk on it
instead. That works like a charm, though.

In other news: Eee 900 with 2G RAM for sale. :)

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential 
hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 522481] Re: [lucid] GTAMSAnalyzer crashed with SIGSEGV when starting program

2010-03-26 Thread Bryan Quigley
** Visibility changed to: Public

-- 
[lucid] GTAMSAnalyzer crashed with SIGSEGV when starting program
https://bugs.launchpad.net/bugs/522481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533016] Re: Truncated filename being suggested on File - Export as PDF when filename contains # character

2010-03-26 Thread Bryan Quigley
Thank you for reporting this bug and helping to make OpenOffice and
Ubuntu better.   This bug has been fixed in OpenOffice 3.2 which will
come with the next Ubuntu release .

** Changed in: openoffice.org (Ubuntu)
   Status: New = Fix Released

-- 
Truncated filename being suggested on File - Export as PDF when filename 
contains # character
https://bugs.launchpad.net/bugs/533016
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545201] Re: [i845] GPU lockup da27380f (PGTBL_ER: 0x00000049)

2010-03-26 Thread Geir Ove Myhr
*** This bug is a duplicate of bug 541492 ***
https://bugs.launchpad.net/bugs/541492

Thank you for testing!

-- 
[i845] GPU lockup da27380f (PGTBL_ER: 0x0049)
https://bugs.launchpad.net/bugs/545201
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 543207] Re: Software sources should show what is disabled

2010-03-26 Thread Michael Vogt
This is a side effect of software-properties showing the comment by
defualt and update-manager disabling the sources.list with a this
comment.

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

-- 
Software sources should show what is disabled
https://bugs.launchpad.net/bugs/543207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread Li Li
Please see below information from Paul Li:

To compile this package successfully, should disable -DGSEAL_ENABLE in
Makefile or configure.ac as well.

In gnome-power-manager_2.29.91-0ubuntu5 or newer, the line 
“GTK_WIDGET_UNSET_FLAGS (applet-popup, GTK_TOPLEVEL);” disappeared and result 
in the behavior is abnormal. 
 GTK_WIDGET_UNSET_FLAGS (applet-popup, GTK_TOPLEVEL) can turns off 
GTK_TOPLEVEL widget flags.

-- 
Power Manager Brightness not clickable
https://bugs.launchpad.net/bugs/535097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

<    1   2   3   4   5   6   7   8   9   10   >