Re: [Bug 750786] Re: nmbd job fails to start on boot

2011-04-09 Thread Cypher2
The one I posted is the fixed version, without the "and net-device-up
IFACE!=lo"

go figure why, but since maverick.. it's been the only way nmbd has been
able to start on boot for me...

when the "and net-device-up IFACE!=lo" is present, only smbd starts and i am
unable to view the network computers or access their shares as samba
requires both smbd and nmbd to be operationnal to function removing that
upstart dependency has fixed it for me without any further bugs or issues to
report...

I guess it's simply unnecessary in the config?

Samba used to work damn fine for me up until maverick...

On Sat, Apr 9, 2011 at 6:23 PM, Clint Byrum  wrote:

> Cypher2, thanks for taking the time to file this bug report and help us
> make Ubuntu better.
>
> The nmbd.conf you pasted here is not the current one from natty.
>
> The current one has this as its start condition:
>
> start on (local-filesystems and net-device-up IFACE!=lo)
>
> This means it will be started when any interface *except* lo is
> configured. Since nmbd is only used for announcing your address to other
> computers, this makes at least some sense in that it will start nmbd
> when a real network interface is available.
>
> I'm not sure I understand then what it is you want to change. Can you
> please explain what you expect to happen, and what actually happens?
>
> Thanks!
>
> Marking Incomplete pending response.
>
> ** Changed in: samba (Ubuntu)
>   Status: New => Incomplete
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/750786
>
> Title:
>  nmbd job fails to start on boot
>
> Status in “samba” package in Ubuntu:
>  Incomplete
>
> Bug description:
>  Binary package hint: samba
>
>  Samba fails to start on boot to enable remote file access on ubuntu
>  and windows.
>
>  I was able to fix the nmbd startup issue on natty and maverick!
>
>  It has to do with the init scrip at /etc/init/nmbd.conf
>
>  The start line needs to state start on local-filesystems ONLY!
>
>  The loopback ethernet interfaces start too late to satisfy the
>  chronological dependency for nmbd to load as process...
>
>  Thus, /etc/init/nmbd.conf content should be:
>
>
>  description "NetBIOS name server"
>  author  "Steve Langasek "
>
>  start on (local-filesystems)
>  stop on runlevel [!2345]
>
>  expect fork
>  respawn
>
>  pre-start script
>mkdir -p /var/run/samba
>
>  [ -f /etc/samba/smb.conf ] || { stop; exit 0; }
>
>install -o root -g root -m 755 -d /var/run/samba
>NMBD_DISABLED=`testparm -s --parameter-name='disable netbios'
> 2>/dev/null`
>
>  [ "x$NMBD_DISABLED" = xYes ] && { stop; exit 0; }
>
>exit 0
>  end script
>
>  exec nmbd -D
>
>  ProblemType: Bug
>  DistroRelease: Ubuntu 11.04
>  Package: samba 2:3.5.8~dfsg-1ubuntu1
>  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
>  Uname: Linux 2.6.38-7-generic x86_64
>  Architecture: amd64
>  Date: Mon Apr  4 17:46:02 2011
>  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110302)
>  ProcEnviron:
>   LANGUAGE=en_CA:en
>   LANG=en_CA.UTF-8
>   SHELL=/bin/bash
>  RelatedPackageVersions:
>   nautilus 1:2.32.2.1-0ubuntu11.1
>   gvfs 1.7.3-0ubuntu2
>  SambaClientRegression: Yes
>  SourcePackage: samba
>  UpgradeStatus: No upgrade log present (probably fresh install)
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/750786/+subscribe
>


-- 
*TND*esigns | Graphic & Industrial Design Solutions Inc.

514 . 583 . 7386

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

Title:
  nmbd job fails to start on boot

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

[Bug 727361] Re: psimedia fails to build for Natty - fatal error: linux/videodev.h: No such file or directory

2011-04-09 Thread Andreas Olsson
*** This bug is a duplicate of bug 755928 ***
https://bugs.launchpad.net/bugs/755928

** This bug has been marked a duplicate of bug 755928
   psimedia version 1.0.3-4 failed to build on i386
 * You can subscribe to bug 755928 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/psimedia/+bug/755928/+subscribe

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

Title:
  psimedia fails to build for Natty - fatal error: linux/videodev.h: No
  such file or directory

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


[Bug 755928] Re: psimedia version 1.0.3-4 failed to build on i386

2011-04-09 Thread Andreas Olsson
See also bug #727361, which I now will be marking as a duplicate. In it
I noted the following

- Based on information in bug #721399 the linux/videodev.h refers to a
header no longer part of the 2.6.38 kernel.

** Changed in: psimedia (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/755928

Title:
  psimedia version 1.0.3-4 failed to build on i386

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


[Bug 753119] Re: Virtualbox menus items are disabled except close

2011-04-09 Thread Gábor Pápai
This bug also affects i386 non-ose VirtualBox 4.04. (os: uptodate 11.04; 
upgraded from 10.xx)
Remark: 
Not all menus are disabled, the help menu group is enabled, but the other 2 
groups' items are disabled (except "exit" menuitem).

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

Title:
  Virtualbox menus items are disabled except close

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


[Bug 756329] Re: An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message: 'E:Error, pkgProbl

2011-04-09 Thread harinder
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756329

Title:
  An unresolvable problem occurred while calculating the upgrade.
  Please report this bug against the 'update-manager' package and
  include the following error message: 'E:Error,
  pkgProblemResolver::Resolve generated breaks, this may be caused by
  held packages.

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


[Bug 756329] [NEW] An unresolvable problem occurred while calculating the upgrade. Please report this bug against the 'update-manager' package and include the following error message: 'E:Error, pkgPro

2011-04-09 Thread harinder
Public bug reported:

Binary package hint: update-manager

/var/log/dist-upgrade/  this folder is empty.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: update-manager 1:0.145.4
ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3
Uname: Linux 2.6.37-7-generic i686
Architecture: i386
Date: Sun Apr 10 11:58:44 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20101202)
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: update-manager

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug 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/756329

Title:
  An unresolvable problem occurred while calculating the upgrade.
  Please report this bug against the 'update-manager' package and
  include the following error message: 'E:Error,
  pkgProblemResolver::Resolve generated breaks, this may be caused by
  held packages.

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


[Bug 749114] Re: libauthen-krb5-perl version 1.9-2 failed to build on i386

2011-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package libauthen-krb5-perl - 1.9-2ubuntu1

---
libauthen-krb5-perl (1.9-2ubuntu1) natty; urgency=low

  * debian/patches/better-compiler-flags: adjust Makefile.PL to use the
values returned by krb5-config instead of probing directly, fixing a
build failure against multiarch-enabled krb5.  LP: #749114.
 -- Steve LangasekSat, 09 Apr 2011 23:39:07 -0700

** Changed in: libauthen-krb5-perl (Ubuntu)
   Status: Triaged => 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/749114

Title:
  libauthen-krb5-perl version 1.9-2 failed to build on i386

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


[Bug 756320] Re: indicator-applet crashed with SIGSEGV in g_cclosure_marshal_VOID__POINTER()

2011-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 754304 ***
https://bugs.launchpad.net/bugs/754304

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 #754304, 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/756320/+attachment/2008738/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008739/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008740/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008741/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008742/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008743/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008744/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756320/+attachment/2008745/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 754304

** 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/756320

Title:
  indicator-applet crashed with SIGSEGV in
  g_cclosure_marshal_VOID__POINTER()

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


[Bug 756323] Re: grub-mount assert failure: *** glibc detected *** grub-mount: free(): corrupted unsorted chunks: 0x08f393b8 ***

2011-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 756297 ***
https://bugs.launchpad.net/bugs/756297

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 #756297, 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/756323/+attachment/2008771/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008772/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008773/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008774/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008775/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008776/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008777/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756323/+attachment/2008778/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 756297

** 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/756323

Title:
  grub-mount assert failure: *** glibc detected *** grub-mount: free():
  corrupted unsorted chunks: 0x08f393b8 ***

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


[Bug 756327] [NEW] package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-04-09 Thread martin sanchez
Public bug reported:

it was on the process of updating didnt turn on the laptop for a  long
time is an old dell inspiron 5100

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-30-generic 2.6.32-30.59
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mike   1222 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with STAC9750,51 at irq 10'
   Mixer name   : 'SigmaTel STAC9750,51'
   Components   : 'AC97a:83847650'
   Controls  : 33
   Simple ctrls  : 22
Date: Sat Apr  9 14:04:26 2011
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Frequency: This has only happened once.
HibernationDevice: RESUME=UUID=c882762a-7c48-4e79-ae2d-414d195cc4bc
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
Lsusb:
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 0461:4d15 Primax Electronics, Ltd Dell Optical Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Computer Corporation Inspiron 5100
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   3.3V 32-bit PC Card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-30-generic 
root=UUID=d659a103-4b44-41c1-bcfc-bf3fe4521a1c ro quiet splash
RelatedPackageVersions: linux-firmware 1.34.4
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to 
install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
dmi.bios.date: 04/28/2003
dmi.bios.vendor: PHOENIX TECHNOLOGIES LTD.
dmi.bios.version: A06
dmi.board.name: 09U806
dmi.board.vendor: Dell Computer Corporation
dmi.board.version: 000
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: Dell Computer Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPHOENIXTECHNOLOGIESLTD.:bvrA06:bd04/28/2003:svnDellComputerCorporation:pnInspiron5100:pvrRevisionA0:rvnDellComputerCorporation:rn09U806:rvr000:cvnDellComputerCorporation:ct1:cvrN/A:
dmi.product.name: Inspiron 5100
dmi.product.version: Revision A0
dmi.sys.vendor: Dell Computer Corporation

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


** Tags: apport-package i386 lucid needs-upstream-testing

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

Title:
  package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

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


[Bug 756327] Re: package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2011-04-09 Thread martin sanchez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756327

Title:
  package linux-image-2.6.32-30-generic 2.6.32-30.59 failed to
  install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error
  exit status 2

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


[Bug 756321] Re: global menus don't work well on small screens

2011-04-09 Thread Gannin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756321

Title:
  global menus don't work well on small screens

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


[Bug 756321] [NEW] global menus don't work well on small screens

2011-04-09 Thread Gannin
Public bug reported:

Binary package hint: unity

I have 11.04 installed on my eeePC 701, which has a small screen.  When
you load a program that has a longer menu, like Audacity, a good portion
of the menu disappears behind the panel / system tray, and there's no
way to access it.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
CompositorRunning: compiz
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 800x480
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Sat Apr  9 23:18:41 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: 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.04 "Natty Narwhal" - Beta i386 (20110330)
InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330)
MachineType: ASUSTeK Computer INC. 701
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=9e3ba7b7-ce5b-41bb-8ee6-158bc9e0025a ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.41-generic 2.6.38.2
ProcVersionSignature__: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Renderer: Unknown
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/11/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1302
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 701
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.:bvr1302:bd03/11/2009:svnASUSTeKComputerINC.:pn701:pvrx.x:rvnASUSTeKComputerINC.:rn701:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 701
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.compiz: compiz 1:0.9.4+bzr20110407-0ubuntu2
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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


** Tags: apport-bug compiz-0.9 i386 natty running-unity ubuntu

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

Title:
  global menus don't work well on small screens

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


[Bug 385344] Re: Netbooks- Cheese video recording is laggy at higher video resolutions

2011-04-09 Thread John Baptist
I can verify that guvcview works, while cheese doesn't.  Still, cheese
has an easier user interface and has the effects. It would be nice if we
could fix cheese, especially since it is installed by default.

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

Title:
  Netbooks- Cheese video recording is laggy at higher video resolutions

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


Re: [Bug 748527] Re: [EX58-UD5, Realtek ALC889A, Grey Line Out, Rear] No sound at all

2011-04-09 Thread Guillaume Melquiond
On 2011/4/4, David Henningsson wrote:
> Thanks for your bug report. I'm quite certain that the fix is on its way
> with this commit. Would you mind checking after the next kernel is
> upload for Natty, just to verify?

The kernel update caused the "Side 3" channel to disappear. So
hopefully the bug is fixed now. (I didn't try downgrading to Maverick
and reupgrading to Natty, though).

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

Title:
  [EX58-UD5, Realtek ALC889A, Grey Line Out, Rear] No sound at all

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


[Bug 707490] Re: aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

2011-04-09 Thread stoja
I get the same error :(

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

Title:
  aptd crashed with UnicodeDecodeError in _set_status_details(): 'ascii'
  codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

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


[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs5 - 5.0.5-0ubuntu6

---
autofs5 (5.0.5-0ubuntu6) natty; urgency=low

  * Remove mounting TYPE=nfs from start conditions, change to
start on filesystem and started networking to still solve
bug 733914 as well. (LP: #752730)
  * Re-add sourcing of /etc/default/autofs to get OPTIONS so
upgrades won't lose their settings.
 -- Clint ByrumSat, 09 Apr 2011 22:48:03 -0700

** Changed in: autofs5 (Ubuntu)
   Status: Triaged => 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/752730

Title:
  NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

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


[Bug 749216] Re: galago-python version 0.5.0-1ubuntu3 failed to build on i386

2011-04-09 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 749111 ***
https://bugs.launchpad.net/bugs/749111

** Branch linked: lp:ubuntu/libgalago-gtk

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

Title:
  galago-python version 0.5.0-1ubuntu3 failed to build on i386

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


[Bug 750350] Re: Title elipisising incorrect. Type “Shotwell” for a good example

2011-04-09 Thread Jason Smith
** Branch linked: lp:~unity-team/unity/unity.end-dots

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

Title:
  Title elipisising incorrect.  Type “Shotwell” for a good example

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

[Bug 734883] Re: iPod won't mount

2011-04-09 Thread Jordan Yelloz
This looks like it was broken between 2.6.37 and 2.6.38.  I backed out
the hfsplus module in a 2.6.38.2 tree to that from 2.6.37 (git checkout
v2.6.37 -- fs/hfsplus) and my iPod mounted correctly.

My guess is that this was caused by one of these commits:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=52399b171dfaea02b6944cd6feba49b624147126
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=358f26d52680cb150907302d4334359de7dd2d59

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

Title:
  iPod won't mount

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


[Bug 735135] Re: [Jetway Mini-Top, Nvidia GPU] Ubuntu fails to output audio with HDMI

2011-04-09 Thread madbiologist
G'day Wes.  This is just a guess on my part, but the upstream 2.6.39-rc2
kernel contains a patch which may fix your problem.  From the changelog:

commit eccaca28e29861a63ebc067bfff59c7efa427371
Author: Ben Skeggs
Date:   Wed Mar 30 05:03:47 2011 +

drm: export drm_find_cea_extension to drivers

Nouveau needs access to this structure to build an ELD block for use
by the HDA audio codec.

Signed-off-by: Ben Skeggs
Signed-off-by: Dave Airlie

A PPA of this kernel is available at http://kernel.ubuntu.com/~kernel-
ppa/mainline/

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

Title:
  [Jetway Mini-Top, Nvidia GPU] Ubuntu fails to output audio with HDMI

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


[Bug 741605] Re: Tooltips and Dash Font Problems

2011-04-09 Thread Jason Smith
** Changed in: unity
   Status: In Progress => Fix Committed

** Changed in: unity
 Assignee: Mirco Müller (macslow) => Jason Smith (jassmith)

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Jason Smith (jassmith)

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

Title:
  Tooltips and Dash Font Problems

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

[Bug 752730] Re: NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

2011-04-09 Thread Clint Byrum
** Changed in: autofs5 (Ubuntu)
   Status: New => Triaged

** Changed in: autofs5 (Ubuntu)
   Importance: Undecided => High

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

Title:
  NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'

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


[Bug 754522] Re: autofs not starting if no nfs-mount in fstab

2011-04-09 Thread Clint Byrum
*** This bug is a duplicate of bug 752730 ***
https://bugs.launchpad.net/bugs/752730

Thomas, thanks for the bug report. I believe this is a duplicate of bug
#752730. Marking as such.

** This bug has been marked a duplicate of bug 752730
   NFS mounts fail due to upstart condition on 'mounting TYPE=nfs'
 * You can subscribe to bug 752730 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/752730/+subscribe

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

Title:
  autofs not starting if no nfs-mount in fstab

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


[Bug 755697] Re: bfb turns blue despite app being open

2011-04-09 Thread Bilal Akhtar
If that's the question, then this would be somewhat the opposite of bug
#748840 .

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

Title:
  bfb turns blue despite app being open

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


[Bug 756285] Re: Dash does not show downloadable apps

2011-04-09 Thread Jono Bacon
Thanks, Bilal.

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

Title:
  Dash does not show downloadable apps

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


[Bug 673702] Re: Table top and bottom borders disappear then reappear after clicking inside the table

2011-04-09 Thread Christopher M. Penalver
** Description changed:

+ Binary package hint: openoffice.org
  Binary package hint: libreoffice
  
- 1) lsb_release -rd
+ 1)
+ LibreOffice:
+ lsb_release -rd
+ Description:Ubuntu Natty (development branch)
+ Release:11.04
+ 
+ OpenOffice.org:
+ lsb_release -rd
  Description: Ubuntu 10.10
  Release: 10.10
  
+ 2)
+ LibreOffice:
  apt-cache policy libreoffice-writer
  libreoffice-writer:
-   Installed: 1:3.3.0-1maverick1
-   Candidate: 1:3.3.0-1maverick1
+   Installed: 1:3.3.2-1ubuntu2
+   Candidate: 1:3.3.2-1ubuntu2
Version table:
-  *** 1:3.3.0-1maverick1 0
- 500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main 
i386
- Packages
+  *** 1:3.3.2-1ubuntu2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
+ /var/lib/dpkg/status
+ 
+ OpenOffice.org:
+ apt-cache policy openoffice.org-writer
+ openoffice.org-writer:
+   Installed: 1:3.2.1-7ubuntu1
+   Candidate: 1:3.2.1-7ubuntu1
+   Version table:
+  *** 1:3.2.1-7ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
  100 /var/lib/dpkg/status
  
- Binary package hint: openoffice.org
+ 3) What is expected to happen is when one performs at the Terminal:
  
- 1) lsb_release -rd
- Description:  Ubuntu 10.10
- Release:  10.10
+ cd ~/Desktop && wget
+ 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/673702/+attachment/1729460/+files/Example.odt
+ && lowriter -nologo Example.odt
  
- 2) apt-cache policy openoffice.org-writer
- openoffice.org-writer:
-   Installed: 1:3.2.1-7ubuntu1
-   Candidate: 1:3.2.1-7ubuntu1
-   Version table:
-  *** 1:3.2.1-7ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
- 100 /var/lib/dpkg/status
- 
- 3) What is expected to happen is when one makes a table via: Table ->
- Insert -> Table, puts borders on the top and bottom via: Table
- Properties -> Borders, the extreme top or bottom borders do not
- disappear when you click out of the table then reappear when you click
- inside the table (please see attached example.odt).
+ the extreme top or bottom borders do not disappear when you click out of
+ the table then reappear when you click inside the table.
  
  4) What happens instead is the extreme top and bottom border disappears
  when you click outside of the table then reappears when you click inside
- it. The user-defined border does prints and persist when exporting to
- PDF, irrelevant to if one clicked inside the table or not immediately
- prior.
+ it. The user-defined border prints and persist when exporting to PDF,
+ irrelevant to if one clicked inside the table or not immediately prior.
  
+ WORKAROUND: Use Abiword.
  WORKAROUND: (Unconfirmed) Compile newest OOo from source.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: openoffice.org-writer 1:3.2.1-7ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic i686
  Architecture: i386
  Date: Wed Nov 10 14:41:13 2010
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  SourcePackage: openoffice.org

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Table top and bottom borders disappear then reappear after clicking
  inside the table

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

[Bug 593617] Re: Navigation between menus make indicators look white

2011-04-09 Thread Bilal Akhtar
Hi Jono,

Yes, you can attach the output of the glxinfo command to help others
debug the issue.

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

Title:
  Navigation between menus make indicators look white

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


[Bug 756280] Re: Files lense should ignore hidden files

2011-04-09 Thread Bilal Akhtar
I confirm this. The files lense should ignore files starting with "." .

** Changed in: unity
   Status: New => Confirmed

** Also affects: unity-place-files (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: unity-place-files
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-place-files
   Status: New => Confirmed

** Changed in: unity (Ubuntu)
   Status: New => Triaged

** Changed in: unity-place-files (Ubuntu)
   Status: New => Triaged

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

** Changed in: unity-place-files (Ubuntu)
   Importance: Undecided => Low

** Tags added: bitesize

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

Title:
  Files lense should ignore hidden files

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


[Bug 745996] Re: All unity windows are invisible (panel, launcher, dash)

2011-04-09 Thread Jason Smith
This appears to be an incantation of the stacking issue. One or both of
the input windows is being stacked under the desktop window. Hopefully
sams compiz fixes will resolve this in the next upload.

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

Title:
  All unity windows are invisible (panel, launcher, dash)

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


[Bug 747516] Re: pressing super doesn't open dash if an indicator is being viewed

2011-04-09 Thread Mohsin Falak
** Description changed:

  Binary package hint: unity
  
  To reproduce:
-  - Press Super
-  - No Dash appears
+  - Click on the indicator
+  - Press Super
+  - No Dash appears
  
  Also all of the other Unity Super shortcuts do not work.
  
  I imagine the desired behaviour is for any Unity dash shortcuts to close
  an open indicator and then perform the desired action.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,resize,regex,vpswitch,move,animation,imgpng,shift,mousepoll,grid,gnomecompat,place,workarounds,wall,wobbly,expo,ezoom,staticswitcher,session,fade,scale,unityshell]
  Date: Fri Apr  1 17:30:09 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110127)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-09 (22 days ago)

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

Title:
  pressing super doesn't open dash if an indicator is being viewed

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

[Bug 749111] Re: eds-feed version 0.5.0-3build3 failed to build on i386

2011-04-09 Thread Steve Langasek
eds-feed and galago-python should now build fine against the new
libgalago.  Matthias, can you give them back in the rebuild archive?

** Changed in: eds-feed (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  eds-feed version 0.5.0-3build3 failed to build on i386

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


[Bug 749276] Re: galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

2011-04-09 Thread Steve Langasek
galago-gtk-python should now build fine against the new libgalago-gtk.
Matthias, can you give it back in the rebuild archive?


** Changed in: galago-gtk-python (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

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


[Bug 754690] Re: launcher appears and gets stuck when resizing windows with mouse

2011-04-09 Thread Jason Smith
** Changed in: unity
   Status: Confirmed => Fix Committed

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity (Ubuntu)
   Status: New => Fix Committed

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Jason Smith (jassmith)

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

Title:
  launcher appears and gets stuck when resizing windows with mouse

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


[Bug 755134] Re: Ubuntu one sync takes too long for 2 small files

2011-04-09 Thread Mohsin Falak
Thanks for the bug report. It seems that the file you have uploaded is
having a problem with the infrastructure of ubuntu 1, alarmingly
increasing the size of the file. Which eventually leads to late syncing.
For now it is recommended that you make changes to the file on your
computer and then sync it to the cloud.

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

Title:
  Ubuntu one sync takes too long for 2 small files

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


[Bug 756310] Re: plymouthd crashed with SIGSEGV in ply_list_get_first_node()

2011-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 743730 ***
https://bugs.launchpad.net/bugs/743730

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 #743730, 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/756310/+attachment/2008658/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008660/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008661/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008666/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008668/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008669/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008670/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756310/+attachment/2008671/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 743730

** 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/756310

Title:
  plymouthd crashed with SIGSEGV in ply_list_get_first_node()

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


[Bug 682769] Re: the launcher doesn't focus minimized dialogs on empty workspaces

2011-04-09 Thread Jason Smith
Yeah I got nothing on this bug...

Don't disable nautilus?

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

Title:
  the launcher doesn't focus minimized dialogs on empty workspaces

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


[Bug 693591] Re: Unable to exit Office via File -> Exit when Help -> About window open

2011-04-09 Thread Christopher M. Penalver
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Unable to exit Office via File -> Exit when Help -> About window open

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


[Bug 694188] Re: Office does not try to detect character set of CSV

2011-04-09 Thread Christopher M. Penalver
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Office does not try to detect character set of CSV

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


[Bug 729796] Re: Wrong item gets dragged out

2011-04-09 Thread Jason Smith
** Changed in: unity
   Status: Confirmed => Fix Committed

** Changed in: unity
 Assignee: Mirco Müller (macslow) => Jason Smith (jassmith)

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

Title:
  Wrong item gets dragged out

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

[Bug 756309] [NEW] Kein Handbucheintrag für plymouth vorhanden

2011-04-09 Thread Detlef Lechner
Public bug reported:

Binary package hint: plymouth

uname -a
Linux T42 2.6.38-8-generic #41-Ubuntu SMP Tue Apr 5 19:29:52 UTC 2011 i686 i686 
i386 GNU/Linux
'~$ man plymouth; Kein Handbucheintrag für plymouth vorhanden'.
I expect that 'man plymouth' will produce a plymouth manpage.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: plymouth 0.8.2-2ubuntu21
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun Apr 10 07:24:28 2011
DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 152d:2351 JMicron Technology Corp. / JMicron USA 
Technology Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: IBM 23746G5
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcEnviron:
 LANGUAGE=de_DE:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=c6d71d8c-3f39-4bba-92e1-15dedd61a96f ro vga=0x0340
SourcePackage: plymouth
TextPlymouth: Error: command ['readlink', '/etc/alternatives/text.plymouth'] 
failed with exit code 1:
UpgradeStatus: Upgraded to natty on 2011-03-30 (10 days ago)
dmi.bios.date: 05/14/2004
dmi.bios.vendor: IBM
dmi.bios.version: 1RETC6WW (3.05a)
dmi.board.name: 23746G5
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1RETC6WW(3.05a):bd05/14/2004:svnIBM:pn23746G5:pvrThinkPadT42:rvnIBM:rn23746G5:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 23746G5
dmi.product.version: ThinkPad T42
dmi.sys.vendor: IBM

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


** Tags: apport-bug 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/756309

Title:
  Kein Handbucheintrag für plymouth vorhanden

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

[Bug 756309] Re: Kein Handbucheintrag für plymouth vorhanden

2011-04-09 Thread Detlef Lechner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756309

Title:
  Kein Handbucheintrag für plymouth vorhanden

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

[Bug 725792] Re: Using numbers with RTL text breaks underline

2011-04-09 Thread Christopher M. Penalver
Shimi Chen, since this bug has enough information provided for a
developer to begin work, I'm going to mark it as Triaged and let them
handle it from here. Thanks for taking the time to make Ubuntu better!

** Description changed:

  Binary package hint: openoffice.org
  Binary package hint: libreoffice
  
- 1) lsb_release -rd
+ 1) 
+ Natty:
+ lsb_release -rd
+ apDescription:Ubuntu Natty (development branch)
+ Release:11.04
+ 
+ Maverick:
+ lsb_release -rd
  Description: Ubuntu 10.10
  Release: 10.10
  
- 2) apt-cache policy libreoffice-writer
+ 
+ 2) 
+ Natty:
+ apt-cache policy libreoffice-writer
+ libreoffice-writer:
+   Installed: 1:3.3.2-1ubuntu2
+   Candidate: 1:3.3.2-1ubuntu2
+   Version table:
+  *** 1:3.3.2-1ubuntu2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100
+ /var/lib/dpkg/status
+ 
+ Maverick:
+ apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.3.2-1ubuntu2~maverick1
    Candidate: 1:3.3.2-1ubuntu2~maverick1
    Version table:
   *** 1:3.3.2-1ubuntu2~maverick1 0
  500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main 
i386 Packages
  100 /var/lib/dpkg/status
  
  3) What is expected to happen is when one opens via the Terminal:
  
  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/725792/+attachment/1981833/+files/underlinebreak.odt
  && loimpress -nologo underlinebreak.odt
  
  all the characters on one line that are marked underlined have one,
  continuous underline.
  
  4) What happens instead is that the underline breaks after a number.
  
  WORKAROUND: Use Abiword.
  
  Original Reporter Comments:
  -Write some underlined text in an RTL language(tested Hebrew and Arabic)
  -Write a number(still in the same underline)
  Result: the underline breaks.
  This does not happen in English.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: openoffice.org-writer 1:3.2.1-7ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
  Uname: Linux 2.6.35-25-generic x86_64
  NonfreeKernelModules: fglrx wl
  Architecture: amd64
  Date: Sun Feb 27 00:18:21 2011
  InstallationMedia: Xubuntu 10.10 "Maverick Meerkat" - Release amd64 
(20101008.1)
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: openoffice.org

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libreoffice (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Using numbers with RTL text breaks underline

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

[Bug 707380] Re: Inconsistent Writer combo box action in Format -> Page -> Columns tab

2011-04-09 Thread Christopher M. Penalver
** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Inconsistent Writer combo box action in Format -> Page -> Columns tab

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


[Bug 756285] Re: Dash does not show downloadable apps

2011-04-09 Thread Bilal Akhtar
Hi Jono,

The decision to show only installed applications in the main dash was
made on bug #739469 . Marking this bug opinion; feel free to continue
the discussion here.

** Changed in: unity (Ubuntu)
   Status: New => Opinion

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

Title:
  Dash does not show downloadable apps

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


[Bug 202391] Re: Cannot view AVM2 flash enabled pages

2011-04-09 Thread Christopher M. Penalver
earthforce_1, since this bug has enough information provided for a
developer to begin work, I'm going to mark it as Triaged and let them
handle it from here. Thanks for taking the time to make Ubuntu better!

** Changed in: gnash (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gnash (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Cannot view AVM2 flash enabled pages

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


[Bug 749276] Re: galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

2011-04-09 Thread Steve Langasek
Fixed in libgalago-gtk 0.5.0-2ubuntu1; typoed the bug number in the
changelog:

libgalago-gtk (0.5.0-2ubuntu1) natty; urgency=low

  * libgalago-gtk.pc.in: don't substitute cflags/ldflags for other
libraries into the .pc file, use Requires.private instead.  Fixes
build failure of all packages depending on libgalago-gtk, because
multiarch means the glib headers have moved.  LP: #749216.


** Changed in: libgalago-gtk (Ubuntu)
   Status: Triaged => 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/749276

Title:
  galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

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


[Bug 756308] Re: IT IS NOT SUPPORTING MP3

2011-04-09 Thread THILAGAN.K
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756308

Title:
  IT IS NOT SUPPORTING MP3

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


[Bug 756308] [NEW] IT IS NOT SUPPORTING MP3

2011-04-09 Thread THILAGAN.K
Public bug reported:

IT CAN'T PLAY MP3

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libgstreamer0.10-0 0.10.30-1build2
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sun Apr 10 10:38:53 2011
ExecutablePath: /usr/bin/totem
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: gstreamer0.10

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

Title:
  IT IS NOT SUPPORTING MP3

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


[Bug 756298] Re: compiz crashed with SIGSEGV in pthread_mutex_lock()

2011-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 755127 ***
https://bugs.launchpad.net/bugs/755127

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 #755127, 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/756298/+attachment/2008585/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008588/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008589/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008598/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008600/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008601/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008602/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756298/+attachment/2008603/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 755127

** 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/756298

Title:
  compiz crashed with SIGSEGV in pthread_mutex_lock()

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


[Bug 646157] Re: Calc loses row height value when modifying a cell

2011-04-09 Thread Christopher M. Penalver
** Description changed:

  Binary package hint: openoffice.org
+ Binary package hint: libreoffice
  
- 1) 
+ 1)
  Maverick:
  lsb_release -rd
  Description: Ubuntu 10.10
  Release: 10.10
  
  Natty:
  lsb_release -rd
  Description: Ubuntu natty (development branch)
  Release: 11.04
  
- 2) 
+ 2)
  Maverick:
  apt-cache policy libreoffice-calc
  libreoffice-calc:
-   Installed: 1:3.3.1-1ubuntu3~maverick1
-   Candidate: 1:3.3.1-1ubuntu3~maverick1
-   Version table:
-  *** 1:3.3.1-1ubuntu3~maverick1 0
- 500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main 
i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:3.3.1-1ubuntu3~maverick1
+   Candidate: 1:3.3.1-1ubuntu3~maverick1
+   Version table:
+  *** 1:3.3.1-1ubuntu3~maverick1 0
+ 500 http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ maverick/main 
i386 Packages
+ 100 /var/lib/dpkg/status
  
  apt-cache policy gnumeric
  gnumeric:
-   Installed: 1.10.8-1ubuntu1
-   Candidate: 1.10.8-1ubuntu1
-   Version table:
-  *** 1.10.8-1ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386 
Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.10.8-1ubuntu1
+   Candidate: 1.10.8-1ubuntu1
+   Version table:
+  *** 1.10.8-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386 
Packages
+ 100 /var/lib/dpkg/status
  
  Natty:
  apt-cache policy libreoffice-impress
  libreoffice-impress:
-   Installed: 1:3.3.0-1ubuntu1
-   Candidate: 1:3.3.0-1ubuntu1
-   Version table:
-  *** 1:3.3.0-1ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:3.3.0-1ubuntu1
+   Candidate: 1:3.3.0-1ubuntu1
+   Version table:
+  *** 1:3.3.0-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ 100 /var/lib/dpkg/status
  
  3) What is expected to happen via the Terminal:
  
  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/646157/+attachment/1655284/+files
  /row-height.xls && localc -nologo row-height.xls
  
  Row 8 height is 0.17". Highlighted row 8, changed background color to
  black, the row height does not change.
  
  4) What happened instead is the the height changed to 0.40". Pressed
- Ctrl+Z to undo, the color changed back, but the row height did not. Note
- this issue does not occur in Gnumeric.
+ Ctrl+Z to undo, the color changed back, but the row height did not.
  
- OP: This is a regression, didn't see this happen on Lucid with ubuntu-
- proposed at least before 2010-06-03. The bug doesn't exist in the
- vanilla OpenOffice.org 3.2.1 or 3.3.0beta1 by Sun/Oracle.
+ WORKAROUND: Use Gnumeric as this problem does not occur with it.
+ 
+ Original Report Comments: This is a regression, didn't see this happen
+ on Lucid with ubuntu-proposed at least before 2010-06-03. The bug
+ doesn't exist in the vanilla OpenOffice.org 3.2.1 or 3.3.0beta1 by
+ Sun/Oracle.
  
  openoffice.org-calc 1:3.2.1-6ubuntu2
- --- 
+ ---
  Architecture: i386
  DistroRelease: Ubuntu 11.04
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20101214)
  Package: openoffice.org
  PackageArchitecture: i386
  ProcEnviron:
-  LANGUAGE=de_DE:de:en_GB:en
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=de_DE:de:en_GB:en
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Tags: natty
  Uname: Linux 2.6.38-5-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

Title:
  Calc loses row height value when modifying a cell

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

[Bug 754639] Re: software-center crashed with AttributeError in _on_submit_review_finished(): 'ReviewLoaderJsonAsync' object has no attribute '_reviews'

2011-04-09 Thread Alejo
Same here on a Ubuntu 64-bit system.

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

Title:
  software-center crashed with AttributeError in
  _on_submit_review_finished(): 'ReviewLoaderJsonAsync' object has no
  attribute '_reviews'

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


[Bug 457140] Re: Checkbox with empty content in movie "visible buttons" menu.

2011-04-09 Thread Christopher M. Penalver
Leandro, this seems fixed via Ubuntu 11.04, LibreOffice Impress at the
Terminal:

cd ~/Desktop && wget
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/457140/+attachment/1824548/+files/path3.wmv
&& loimpress -nologo

click Next button -> Next button -> Create button -> Insert -> Movie and
Sound -> File Type: drop down All files (*.*) -> path3.wmv -> Open
button -> with the inserted image highlighted click the second from the
bottom grey skinny rectangle with a black triangle pointing downwards
inside it on the extreme right of the media bar -> move mouse over
Visible Buttons

notice no extraneous radio buttons or checkboxes with empty content.
Does this work for you?

lsb_release -rd
apDescription:Ubuntu Natty (development branch)
Release:11.04

apt-cache policy libreoffice-impress
libreoffice-impress:
  Installed: 1:3.3.2-1ubuntu2
  Candidate: 1:3.3.2-1ubuntu2
  Version table:
 *** 1:3.3.2-1ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
100 /var/lib/dpkg/status

** Changed in: libreoffice (Ubuntu)
   Importance: Undecided => Low

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => Incomplete

** Description changed:

  Binary package hint: openoffice.org
+ Binary package hint: libreoffice
  
+ 1) lsb_release -rd
+ Description: Ubuntu natty (development branch)
+ Release: 11.04
  
- Just see the screenshot attached. There is a checkbox without any label in the
- "visible buttons" menu of the movie tab.
+ 2) apt-cache policy libreoffice-impress
+ libreoffice-impress:
+   Installed: 1:3.3.0-1ubuntu1
+   Candidate: 1:3.3.0-1ubuntu1
+   Version table:
+  *** 1:3.3.0-1ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages
+ 100 /var/lib/dpkg/status
+ 
+ 3) What is expected to happen is when one performs via the Terminal:
+ 
+ cd ~/Desktop && wget
+ 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/457140/+attachment/1824548/+files/path3.wmv
+ && loimpress -nologo
+ 
+ click Next button -> Next button -> Create button -> Insert -> Movie and
+ Sound -> File Type: drop down All files (*.*) -> path3.wmv -> Open
+ button -> with the inserted image highlighted click the second from the
+ bottom grey skinny rectangle with a black triangle pointing downwards
+ inside it on the extreme right of the media bar -> move mouse over
+ Visible Buttons -> under Movie and Sound there is no extraneous entries,
+ radio button, checks with empty content.
+ 
+ 4) What happens instead is an entry with a check mark exists with no
+ information to the right of it.
  
  ProblemType: Bug
  Architecture: amd64
  Date: Wed Oct 21 10:17:57 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: fglrx
  Package: openoffice.org-core 1:3.1.1-4ubuntu2
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-14-generic x86_64

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

Title:
  Checkbox with empty content in movie "visible buttons" menu.

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

[Bug 755243] Re: White flash

2011-04-09 Thread Mohsin Falak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.
Moreover, tell us more about your device and try and take a screenshot of the 
issue and upload it.

** Changed in: gnome-games (Ubuntu)
   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/755243

Title:
  White flash

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


[Bug 754470] Re: syndaemon consumes 100% CPU

2011-04-09 Thread Olaf
** Changed in: xserver-xorg-input-synaptics (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/754470

Title:
  syndaemon consumes 100% CPU

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


[Bug 756293] Re: [HDA-Intel - HDA Intel PCH] PA test tone failed (alsa tone succeeded)

2011-04-09 Thread Ken Schacher
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756293

Title:
  [HDA-Intel - HDA Intel PCH] PA test tone failed (alsa tone succeeded)

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


[Bug 756293] [NEW] [HDA-Intel - HDA Intel PCH] PA test tone failed (alsa tone succeeded)

2011-04-09 Thread Ken Schacher
Public bug reported:

Binary package hint: pulseaudio

Firefox videos do not have sound.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu21.1
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  schacher   1744 F pulseaudio
 /dev/snd/pcmC0D0p:   schacher   1744 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfbff8000 irq 45'
   Mixer name   : 'Realtek ALC889'
   Components   : 'HDA:10ec0889,1458a022,0014'
   Controls  : 41
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfaffc000 irq 17'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Date: Sat Apr  9 23:26:56 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Studio 10.10 "Maverick Meerkat" - Release i386 
(20101008)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SelectedCard: 0 PCH HDA-Intel - HDA Intel PCH
SourcePackage: pulseaudio
Symptom: audio
Title: [HDA-Intel - HDA Intel PCH] PA test tone failed (alsa tone succeeded)
dmi.bios.date: 02/22/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: P67A-UD3-B3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd02/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnP67A-UD3-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP67A-UD3-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P67A-UD3-B3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: apport-bug i386 maverick

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

Title:
  [HDA-Intel - HDA Intel PCH] PA test tone failed (alsa tone succeeded)

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


[Bug 756295] Re: package libc-bin 2.11.1-0ubuntu7.8 failed to install/upgrade: cannot access archive: No such file or directory

2011-04-09 Thread Satish
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756295

Title:
  package libc-bin 2.11.1-0ubuntu7.8 failed to install/upgrade: cannot
  access archive: No such file or directory

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


[Bug 756295] [NEW] package libc-bin 2.11.1-0ubuntu7.8 failed to install/upgrade: cannot access archive: No such file or directory

2011-04-09 Thread Satish
Public bug reported:

This crash report has come up when i tried to upgrade the system using
sudo apt-get upgrade command.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libc-bin 2.11.1-0ubuntu7.8
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun Apr 10 09:39:43 2011
Dependencies:
 
ErrorMessage: cannot access archive: No such file or directory
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
SourcePackage: eglibc
Title: package libc-bin 2.11.1-0ubuntu7.8 failed to install/upgrade: cannot 
access archive: No such file or directory

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


** Tags: apport-package i386 lucid

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

Title:
  package libc-bin 2.11.1-0ubuntu7.8 failed to install/upgrade: cannot
  access archive: No such file or directory

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


[Bug 689505] Re: Banshe crashes on startup with 'BadMatch (invalid parameter attributes)'

2011-04-09 Thread David Grossberg
I just tested the new version and I would like to confirm that this is
indeed fixed in Kubuntu 10.10 amd64.  Thanks.

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

Title:
  Banshe crashes on startup with 'BadMatch (invalid parameter
  attributes)'

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


[Bug 756291] Re: package flashplugin-installer (not installed) failed to install/upgrade: conflicting packages - not installing flashplugin-installer

2011-04-09 Thread Donald A. Tevault
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756291

Title:
  package flashplugin-installer (not installed) failed to
  install/upgrade: conflicting packages - not installing flashplugin-
  installer

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


[Bug 756291] [NEW] package flashplugin-installer (not installed) failed to install/upgrade: conflicting packages - not installing flashplugin-installer

2011-04-09 Thread Donald A. Tevault
Public bug reported:

Binary package hint: flashplugin-nonfree

This happened after upgrading from Ubuntu 8.04 to Ubuntu 10.04.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: flashplugin-installer (not installed)
ProcVersionSignature: Ubuntu 2.6.32-30.59-generic 2.6.32.29+drm33.13
Uname: Linux 2.6.32-30-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 flashplugin-installer: Install
 flashplugin-nonfree: Install
 flashplugin-installer: Configure
 flashplugin-nonfree: Configure
Architecture: amd64
Date: Sun Apr 10 00:37:20 2011
ErrorMessage: conflicting packages - not installing flashplugin-installer
SourcePackage: flashplugin-nonfree
Title: package flashplugin-installer (not installed) failed to install/upgrade: 
conflicting packages - not installing flashplugin-installer

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package flashplugin-installer (not installed) failed to
  install/upgrade: conflicting packages - not installing flashplugin-
  installer

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


[Bug 746669] Re: compiz crashes and window borders dissappear.

2011-04-09 Thread PresuntoRJ
This started happening with a fresh Natty install and a Upgrade from
Maverick in my case... does it affect any other version?

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

Title:
  compiz crashes and window borders dissappear.

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


[Bug 754470] Re: syndaemon consumes 100% CPU

2011-04-09 Thread Olaf
Testing Natty by booting from a USB stick. I have syndeamon running at
close to 100% (noticed because the fan got loud).

Happens right after boot every time. Have to end the process. No USB
mouse connected. Happens on a Dell XPS Studio 16 Laptop.

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

Title:
  syndaemon consumes 100% CPU

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


[Bug 593617] Re: Navigation between menus make indicators look white

2011-04-09 Thread Jono Bacon
This is happening for me with my integrated Intel graphics card. Is
there anything I can do to help debug this?

** Changed in: unity
   Status: Invalid => Confirmed

** Changed in: unity (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Navigation between menus make indicators look white

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


[Bug 748074] Re: Preferences programs won't start

2011-04-09 Thread Jeroen T. Vermeulen
Ahem.  Start configuration *programs*, that is.

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (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/748074

Title:
  Preferences programs won't start

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


[Bug 748074] Re: Preferences programs won't start

2011-04-09 Thread Jeroen T. Vermeulen
Found the problem.  Since I had to do an apt-get dist-upgrade (update-
manager won't do the trick on this machine) the upgrade seems to have
been incomplete, leaving me with an uninstallable ubuntu-desktop package
and many packages missing.

Once I fixed this, and thanks to Mark's hint of where to find the
preferences, I was able to start configuration problems.

Technically it may be wrong that preferences programs like Appearance,
Mouse and what have you appeared in the application search when the
programs weren't installed, but it shouldn't affect normal users.

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

Title:
  Preferences programs won't start

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


[Bug 756243] Re: animate the pager's colorization is not working correctly with mouse scroll wheel or touchpad scroll area

2011-04-09 Thread Doug McMahon
** Attachment added: "Screenshot-Synaptic Package Manager -1.png"
   
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/756243/+attachment/2008547/+files/Screenshot-Synaptic%20Package%20Manager%20-1.png

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

Title:
  animate the pager's colorization is not working correctly with mouse
  scroll wheel or touchpad scroll area

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


[Bug 756243] Re: animate the pager's colorization is not working correctly with mouse scroll wheel or touchpad scroll area

2011-04-09 Thread Doug McMahon
Hmm. I see it also in synaptic - so a couple of screens  *not sure I described 
properly
screen 1 - opened synaptic -  entered cursor,  bars become  visible

screen2 - started scrolling  with touchpad scroll area, cursor in same
position as above, bars disappear after about 1 sec of scrolling

To return bars must pause scroll, move cursor slightly, then they
return. After about 1 sec of scrolling they disappear again

On a mouse with scrollwheel same thing except if while scrolling you
move the cursor position slightly the bars can be keep visible

Seen on 2 installs, one 2wks. updated, one 04/08 updated

** Attachment added: "Screenshot-Synaptic Package Manager .png"
   
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/756243/+attachment/2008546/+files/Screenshot-Synaptic%20Package%20Manager%20.png

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

Title:
  animate the pager's colorization is not working correctly with mouse
  scroll wheel or touchpad scroll area

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


[Bug 756288] Re: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2011-04-09 Thread German Peterson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756288

Title:
  thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated
  and will be removed. Hotkey reporting is always enabled

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


[Bug 756288] [NEW] thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2011-04-09 Thread German Peterson
Public bug reported:

I do not know

ProblemType: KernelOops
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-8-generic-pae 2.6.38-8.41
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  peterson   1448 F pulseaudio
CRDA: Error: [Errno 2] Нет такого файла или каталога
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf292 irq 48'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa211b,0010'
   Controls  : 16
   Simple ctrls  : 8
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7WHT15WW-1.02'
   Mixer name   : 'ThinkPad EC 7WHT15WW-1.02'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sat Apr  9 22:02:45 2011
Failure: oops
Frequency: I don't know.
HibernationDevice: RESUME=UUID=f58b958f-05b1-4732-976c-5014ce2ed857
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
MachineType: LENOVO 7449G6G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic-pae 
root=UUID=0ca32fc8-a27d-4f2a-afc6-7cf44f0f952c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic-pae N/A
 linux-backports-modules-2.6.38-8-generic-pae  N/A
 linux-firmware1.50
SourcePackage: linux
Title: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and 
will be removed. Hotkey reporting is always enabled
UpgradeStatus: Upgraded to natty on 2011-04-04 (5 days ago)
dmi.bios.date: 09/24/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7WET60WW (3.10 )
dmi.board.name: 7449G6G
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7WET60WW(3.10):bd09/24/2009:svnLENOVO:pn7449G6G:pvrThinkPadX200T:rvnLENOVO:rn7449G6G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7449G6G
dmi.product.version: ThinkPad X200T
dmi.sys.vendor: LENOVO

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


** Tags: apport-kerneloops i386 kernel-oops natty needs-upstream-testing 
regression-update

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

Title:
  thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated
  and will be removed. Hotkey reporting is always enabled

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

[Bug 749276] Re: galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

2011-04-09 Thread Steve Langasek
Like bug #749111, this is a bug in the depended-upon galago -dev package
rather than in galago-gtk-python; in this case, libgalago-gtk-dev.

** Also affects: libgalago-gtk (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libgalago-gtk (Ubuntu)
   Importance: Undecided => High

** Changed in: libgalago-gtk (Ubuntu)
   Status: New => Triaged

** Changed in: libgalago-gtk (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

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

Title:
  galago-gtk-python version 0.5.0-1ubuntu4 failed to build on i386

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


[Bug 749216] Re: galago-python version 0.5.0-1ubuntu3 failed to build on i386

2011-04-09 Thread Steve Langasek
*** This bug is a duplicate of bug 749111 ***
https://bugs.launchpad.net/bugs/749111

** This bug has been marked a duplicate of bug 749111
   eds-feed version 0.5.0-3build3 failed to build on i386
 * You can subscribe to bug 749111 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/eds-feed/+bug/749111/+subscribe

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

Title:
  galago-python version 0.5.0-1ubuntu3 failed to build on i386

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


[Bug 750992] Re: Date/time indicator says it's the wrong date

2011-04-09 Thread Kent deVillafranca
Huh, OK.  It updated to show the correct date some time later.

I guess that means the bug's fixed, but I'm confused why it takes so
long to show the correct date above the calendar when the date in the
indicator tray is always right.

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

Title:
  Date/time indicator says it's the wrong date

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


[Bug 756267] Re: grub2 1.99~rc1 theming problems with GRUB_BACKGROUND, , menu_color_normal, menu_color_higlight

2011-04-09 Thread Mike Ferreira
To recreate, I used the " sudo apt-get install grub2-splashimages " to
install images that were previously known as comaptible with Grub2
backgrounds.

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

Title:
  grub2 1.99~rc1 theming problems with GRUB_BACKGROUND,,
  menu_color_normal, menu_color_higlight

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


[Bug 756285] Re: Dash does not show downloadable apps

2011-04-09 Thread Jono Bacon
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/756285

Title:
  Dash does not show downloadable apps

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


[Bug 756285] [NEW] Dash does not show downloadable apps

2011-04-09 Thread Jono Bacon
Public bug reported:

Binary package hint: unity

In the Apps Lens I can search for a term and available software from the
Ubuntu Software Center shows in the lens. This does not happen in the
dash which feels inconsistent.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,regex,resize,animation,gnomecompat,move,imgpng,grid,mousepoll,wall,compiztoolbox,unitymtgrabhandles,snap,expo,place,vpswitch,workarounds,ezoom,session,staticswitcher,fade,scale,unityshell]
Date: Sat Apr  9 21:15:13 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug 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/756285

Title:
  Dash does not show downloadable apps

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


[Bug 635849] Re: Pcmanfm closes on Bookmark creating (dragging)

2011-04-09 Thread Eliah Kagan
It seems that now, when I drag folders into my bookmarks in pcmanfm, I
experience the crash in bug 722011, rather than the crash in this bug. I
suspect I *always* experienced that crash when this occurred, but
thought I had experienced this bug by looking at the description whilst
ignoring the stack trace. (A slightly more detailed explanation of how I
have found this to be the case and how I may have made the mistake to
think this was the specific bug I experienced is posted in comments to
bug 722011 itself.)

Therefore, I'm indicating that this bug does not affect me. Since its
status was changed from Incomplete to New when I posted saying this
affected me, perhaps it should now be changed back to Incomplete. If
nobody else here or in the duplicates can reproduce it, then perhaps it
should be marked Invalid.

Perhaps some of the other people who believe they are affected by this
bug are actually affected by bug 722011 instead. (People who saw this
bug and not that one in the browser window launched by Apport are not
making that mistake, however -- those people almost certainly really are
experiencing *this* bug, and not bug 722011.)

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

Title:
  Pcmanfm closes on Bookmark creating (dragging)

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


[Bug 749111] Re: eds-feed version 0.5.0-3build3 failed to build on i386

2011-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package libgalago - 0.5.2-2ubuntu1

---
libgalago (0.5.2-2ubuntu1) natty; urgency=low

  * libgalago.pc.in: don't substitute cflags/ldflags for other libraries
into the .pc file, use Requires.private instead.  Fixes build failure of
all packages depending on libgalago, because multiarch means the glib
headers have moved.  LP: #749111.
 -- Steve LangasekSat, 09 Apr 2011 21:12:36 -0700

** Changed in: libgalago (Ubuntu)
   Status: Triaged => 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/749111

Title:
  eds-feed version 0.5.0-3build3 failed to build on i386

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


[Bug 756283] [NEW] Installer for 11.04 beta fails with unnamed broken package

2011-04-09 Thread Todd A. Jacobs
Public bug reported:

Binary package hint: ubiquity

The ubiquity installer fails at the end with a "broken package" error,
but the name of the broken package is not given. The field is blank, so
it's not clear what package is causing the error.

After electing to continue, the installer promptly completes and
attempts to restart, but does not leave a bootable system. No grub boot
message is seen, and the computer simply hangs after the BIOS POST.

** Affects: ubiquity (Ubuntu)
 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/756283

Title:
  Installer for 11.04 beta fails with unnamed broken package

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


[Bug 755497] Re: update-manager distribution upgrade fails 10.10 > 11.04 beta 1

2011-04-09 Thread Michi88
Yep, that could've been it, I tried to run the upgrade before but it
stopped because of the remaining space. After that I removed a lot of
packages to free space. Then the update-manager did not "complain" about
the space but probably it was not enough. This should not be possible.

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

Title:
  update-manager distribution upgrade fails 10.10 > 11.04 beta 1

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


[Bug 755791] Re: No 3d acceleration in Radeon X1200 with new Gallium 3d drivers in 11.04 Beta 1

2011-04-09 Thread André Oliva
I see that this bug is closely related to Bug #715330 , but even if the
symptoms are the same, I'm running the version of the Kernel that they
say has the fix released, and also, I tried the workaround described on
comment #17 and that doesn't solve my problem.

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

Title:
  No 3d acceleration in Radeon X1200 with new Gallium 3d drivers in
  11.04 Beta 1

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


[Bug 756080] Re: ubuntustudio-controls version 0.4.7build1 failed to build on i386

2011-04-09 Thread ailo.at
Just want to add why it is outdated:

firewire settings don't apply anymore, because the firewire stack has
changed.

editing memlock and nice value will cause /etc/security/limits.conf to be 
edited.
We don't want to edit that file, and if we did, we would edit 
/etc/security/limits.d/audio.conf

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

Title:
  ubuntustudio-controls version 0.4.7build1 failed to build on i386

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


[Bug 344588]

2011-04-09 Thread Raymond
(In reply to comment #43)
> (In reply to comment #41)
 > patch:
> > 
> > diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c
> > index 846278e..5ed8d90 100644
> > --- a/dlls/dsound/mixer.c
> > +++ b/dlls/dsound/mixer.c
> > @@ -295,6 +295,7 @@ static inline void cp_fields(const 
> > IDirectSoundBufferImpl
> > *dsb, const BYTE *ibuf
> > 
> >  if (device->pwfx->nChannels == dsb->pwfx->nChannels ||
> >  (device->pwfx->nChannels == 2 && dsb->pwfx->nChannels == 6) ||
> > +(device->pwfx->nChannels == 8 && dsb->pwfx->nChannels == 2) ||
> >  (device->pwfx->nChannels == 6 && dsb->pwfx->nChannels == 2)) {
> >  dsb->convert(ibuf, obuf, istride, ostride, count, freqAcc, adj);
> >  if (device->pwfx->nChannels == 2 || dsb->pwfx->nChannels == 2)
> 
> Committed:
> http://source.winehq.org/git/wine.git/commit/f5721560f5530513feeed681b8303749a7bbab98
> 
> thanks!

Is wine implement dsound.vxd or  dsound WDM ?

since dsound.vxd does not support 8 channels or float

dsound WDM , KMixer is responsible for resampling

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

Title:
  Wine doesn't support 5.1 and 7.1 sound

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


[Bug 344588]

2011-04-09 Thread Austin English
(In reply to comment #41)
> I don't know if this the right thread for this, but I think I fixed a bug in
> the multi-channel code:
> 
> The problem was: sound in PES 2010 only partially works: effects work, music
> and commentator doesn't. 
> 
> Debugging the problem, I noticed that the "cp_fields" function in
> dlls/dsound/mixer.c is called with device->pwfx->nChannels == 8 and
> dsb->pwfx->nChannels == 2. Since the case 6 vs. 2 channels was already in
> there, I added 8 vs. 2 channels and it worked perfectly. Here's the small
> patch:
> 
> diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c
> index 846278e..5ed8d90 100644
> --- a/dlls/dsound/mixer.c
> +++ b/dlls/dsound/mixer.c
> @@ -295,6 +295,7 @@ static inline void cp_fields(const IDirectSoundBufferImpl
> *dsb, const BYTE *ibuf
> 
>  if (device->pwfx->nChannels == dsb->pwfx->nChannels ||
>  (device->pwfx->nChannels == 2 && dsb->pwfx->nChannels == 6) ||
> +(device->pwfx->nChannels == 8 && dsb->pwfx->nChannels == 2) ||
>  (device->pwfx->nChannels == 6 && dsb->pwfx->nChannels == 2)) {
>  dsb->convert(ibuf, obuf, istride, ostride, count, freqAcc, adj);
>  if (device->pwfx->nChannels == 2 || dsb->pwfx->nChannels == 2)

Committed:
http://source.winehq.org/git/wine.git/commit/f5721560f5530513feeed681b8303749a7bbab98

thanks!

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

Title:
  Wine doesn't support 5.1 and 7.1 sound

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


[Bug 344588]

2011-04-09 Thread Austin English
(In reply to comment #41)
> I don't know if this the right thread for this, but I think I fixed a bug in
> the multi-channel code:
> 
> The problem was: sound in PES 2010 only partially works: effects work, music
> and commentator doesn't. 
> 
> Debugging the problem, I noticed that the "cp_fields" function in
> dlls/dsound/mixer.c is called with device->pwfx->nChannels == 8 and
> dsb->pwfx->nChannels == 2. Since the case 6 vs. 2 channels was already in
> there, I added 8 vs. 2 channels and it worked perfectly. Here's the small
> patch:

Patches should be sent to wine-patc...@winehq.org. See
http://wiki.winehq.org/SubmittingPatches

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

Title:
  Wine doesn't support 5.1 and 7.1 sound

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


[Bug 344588]

2011-04-09 Thread Pmidden
I don't know if this the right thread for this, but I think I fixed a
bug in the multi-channel code:

The problem was: sound in PES 2010 only partially works: effects work,
music and commentator doesn't.

Debugging the problem, I noticed that the "cp_fields" function in
dlls/dsound/mixer.c is called with device->pwfx->nChannels == 8 and
dsb->pwfx->nChannels == 2. Since the case 6 vs. 2 channels was already
in there, I added 8 vs. 2 channels and it worked perfectly. Here's the
small patch:

diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c
index 846278e..5ed8d90 100644
--- a/dlls/dsound/mixer.c
+++ b/dlls/dsound/mixer.c
@@ -295,6 +295,7 @@ static inline void cp_fields(const IDirectSoundBufferImpl 
*dsb, const BYTE *ibuf

 if (device->pwfx->nChannels == dsb->pwfx->nChannels ||
 (device->pwfx->nChannels == 2 && dsb->pwfx->nChannels == 6) ||
+(device->pwfx->nChannels == 8 && dsb->pwfx->nChannels == 2) ||
 (device->pwfx->nChannels == 6 && dsb->pwfx->nChannels == 2)) {
 dsb->convert(ibuf, obuf, istride, ostride, count, freqAcc, adj);
 if (device->pwfx->nChannels == 2 || dsb->pwfx->nChannels == 2)

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

Title:
  Wine doesn't support 5.1 and 7.1 sound

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


[Bug 722011] Re: pcmanfm crashed with SIGSEGV in create_bookmarks_menu()

2011-04-09 Thread Eliah Kagan
Well, that seemed familiar to me. So I tried dragging in a normal, local
folder, and the same crash occurred. Notably, it seemed to be *this*
crash, and not the crash documented at bug 635849. Given that, I suspect
that when I originally experienced this problem, I found bug 635849,
assumed that was it by the very similar description, and posted
information there. So unless someone else says that they still
experience bug 635849, I think it should probably be marked Incomplete
again (or Invalid, if Pierre, who filed it, can no longer reproduce it).

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

Title:
  pcmanfm crashed with SIGSEGV in create_bookmarks_menu()

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


[Bug 738516] Re: crashes when changing from playing video

2011-04-09 Thread LubindaMaim
If this is the bug I am also facing then it should also happen by simply
clicking away from the running video, such as going to a library, then
attempting to go back to it, by clicking now playing. Continues to be an
issue in version 2.0.

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

Title:
  crashes when changing from playing video

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


[Bug 755791] Re: No 3d acceleration in Radeon X1200 with new Gallium 3d drivers in 11.04 Beta 1

2011-04-09 Thread André Oliva
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

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

Title:
  No 3d acceleration in Radeon X1200 with new Gallium 3d drivers in
  11.04 Beta 1

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


[Bug 756281] [NEW] Taskbar & nm-applet partially obscured in 11.04 beta installer

2011-04-09 Thread Todd A. Jacobs
Public bug reported:

Binary package hint: ubiquity

On an Asus G73SW-BST6 laptop, the top taskbar of the installer (the one
containing Network Manager) is partially obscured. One can still click
on the Network Manager applet if you already know it's there, but since
only a few pixels of it are visible, this will cause problems for users
new to the Ubuntu installer.

The video card is an Nvidia GTX 460M, and the native resolution is
1600x900.

** Affects: ubiquity (Ubuntu)
 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/756281

Title:
  Taskbar & nm-applet partially obscured in 11.04 beta installer

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


[Bug 518891] Re: nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-04-09 Thread Alan Musnikow
The error occurred while I was running Update Manager for Ubuntu Release
11.04 (natty) Kernel Linux 2.6.38-8-generic.

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

Title:
  nautilus crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

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


[Bug 700511] Re: [Regression] Widescreen resolutions are missing from vgabios, breaking widescreen in qemu

2011-04-09 Thread Tristan Schmelcher
Actually that makes things much worse ... with that package my QEMU
quest (Win7) claims that the only supported mode is 800x600 with 8-bit
colour.

I tested on Lucid with the QEMU from Lucid. Are there any other changes
in this package since 0.6c-2ubuntu1 that might prevent it from working
on Lucid?

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

Title:
  [Regression] Widescreen resolutions are missing from vgabios, breaking
  widescreen in qemu

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


[Bug 756279] Re: Wrong rendering of the sinhala font comes along with ttf-freefont.

2011-04-09 Thread Kunchana
** Attachment added: "wrong rendering of sinhala font come along with 
ttf-freefont"
   
https://bugs.launchpad.net/bugs/756279/+attachment/2008500/+files/ttf-freefont%20rendering%20problem

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

Title:
  Wrong rendering  of the sinhala font comes along with ttf-freefont.

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


[Bug 756279] [NEW] Wrong rendering of the sinhala font comes along with ttf-freefont.

2011-04-09 Thread Kunchana
Public bug reported:

Binary package hint: ttf-freefont

There is a problem in the rendering of sinhala fonts with ibus and scim
both input methods. this problem wxist in the ttf-freefont. when I
remove the ttf-freefont its working fine with the thirdparty sinhala
unicode fonts. but there are some other important packages get removed
along with the ttf-freefont like printer drivers etc.

ttf-sinhala-lklug has the correct rendering instead of freefont.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ttf-freefont 20090104-7
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
Architecture: i386
Date: Sun Apr 10 09:16:14 2011
Dependencies:
 
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ttf-freefont

** Affects: ttf-freefont (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

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

Title:
  Wrong rendering  of the sinhala font comes along with ttf-freefont.

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


[Bug 750358] Re: Launcher needs to be desaturated when Dash is open, not transparent.

2011-04-09 Thread Jason Smith
Does desaturate. Does not handle hover effect as requested by mark. This
requires changes to the way dash performs its pointer grab. Changes we
cant currently support.

** Changed in: unity
   Importance: Undecided => High

** Changed in: unity
   Status: Triaged => Fix Committed

** Changed in: unity
 Assignee: Neil J. Patel (njpatel) => Jason Smith (jassmith)

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

Title:
  Launcher needs to be desaturated when Dash is open, not transparent.

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


[Bug 756277] [NEW] Incorrect Evaluation Order for Implied Multiplication

2011-04-09 Thread Ajay Roopakalu
Public bug reported:

Binary package hint: gcalctool

1. Ubuntu 10.10

2. gcalctool:
  Installed: 5.32.0-0ubuntu4
  Candidate: 5.32.0-0ubuntu4
  Version table:
 *** 5.32.0-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 5.32.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

3. Step 1: Type (without quotes): "48/2(9+3)"
Step 2: Expected result: 288
4. Actual result: 2

Additional Notes: Typing in (without quotes): "48/2*(9+3)" gives the
correct result of 288. My guess is that the left parenthesis after the 2
is lexed at the binding of a function call rather than an implied
multiplication.

** Affects: gcalctool (Ubuntu)
 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/756277

Title:
  Incorrect Evaluation Order for Implied Multiplication

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


[Bug 722011] Re: pcmanfm crashed with SIGSEGV in create_bookmarks_menu()

2011-04-09 Thread Eliah Kagan
I have just experienced this crash (same system and package versions)
when dragging the mount point of a smbmounted (i.e., mount.cifs) remote
Samba share into my bookmarks. When pcmanfm restarted, it was
successfully added to the bookmarks.

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

Title:
  pcmanfm crashed with SIGSEGV in create_bookmarks_menu()

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


[Bug 521129] Re: start-stop-daemon seems to do something weird to the root fs

2011-04-09 Thread Alkis Georgopoulos
*** This bug is a duplicate of bug 419081 ***
https://bugs.launchpad.net/bugs/419081

** This bug has been marked a duplicate of bug 419081
   [PATCH] wrong parameter quoting in diversion of start-stop-daemon
 * You can subscribe to bug 419081 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/419081/+subscribe

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

Title:
  start-stop-daemon seems to do something weird to the root fs

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


[Bug 756274] Re: vlc crashed with SIGSEGV in QMetaObject::metacall()

2011-04-09 Thread Apport retracing service
*** This bug is a duplicate of bug 697722 ***
https://bugs.launchpad.net/bugs/697722

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 #697722, 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/756274/+attachment/2008487/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008488/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008489/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008490/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008491/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008492/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008494/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756274/+attachment/2008495/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 697722

** 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/756274

Title:
  vlc crashed with SIGSEGV in QMetaObject::metacall()

-- 
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   >