[Bug 805327] Re: unity: Dead code in Launcher.cpp: "mask | (Button1Mask & Button2Mask & Button3Mask)"

2011-07-04 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/unity/fix-805327

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

Title:
  unity: Dead code in Launcher.cpp: "mask | (Button1Mask & Button2Mask &
  Button3Mask)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/805327/+subscriptions

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


[Bug 805303] Re: vlc : Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

2011-07-04 Thread Rémi Denis-Courmont
This is a bug with the Qt4 theme, not with VLC. Please reassign.

** Changed in: vlc (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/805303

Title:
  vlc : Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion
  `GTK_IS_WIDGET (widget)' failed with the default qt4 gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/805303/+subscriptions

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


[Bug 805341] [NEW] sched clock overflows in 208 days (i386 and amd64)

2011-07-04 Thread minoura
Public bug reported:

arch/x86/include/asm/timer.h:
#define CYC2NS_SCALE_FACTOR 10 /* 2^10, carefully chosen */

static inline unsigned long long __cycles_2_ns(unsigned long long cyc)
{
int cpu = smp_processor_id();
unsigned long long ns = per_cpu(cyc2ns_offset, cpu);
ns += cyc * per_cpu(cyc2ns, cpu) >> CYC2NS_SCALE_FACTOR;
// !!!
return ns;
}

Apparently he or she was not very 'careful' to chose
CYC2NS_SCALE_FACTOR.

cyc*cyc2ns overflows after 
(0x>>CYC2NS_SCALE_FACTOR)/10^9/60/60/24=208.5 days after
TSC reset.  sched_clock should not wrap virtually forever (584years) and many 
kernel subsystems assume
it; for example the softlockup detector is confused by this;

[18446743993.431771] BUG: soft lockup - CPU#1 stuck for 17163091968s!
[???:X]

Of course the time stamp (18446743993.431771) and 17163091968s (544
years!) are false.

Other problems caused by this overflow include task scheduler unfairness.  
softlockups ('stuck for 61s!') are
observed in 210~220 days after reboot but I've not yet succeeded to explain the 
logic.

I believe the problem is not solved in the latest 2.6.32-32.62 kernel
packages (from code inspection).

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-22-server 2.6.32-22.36
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-22.36-server 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-server x86_64
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: /dev/snd/にアクセスできません: No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
Date: Mon Jul  4 15:31:06 2011
InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.2)
Lsusb:
 Bus 002 Device 003: ID :  
 Bus 002 Device 002: ID 8087:0020  
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0020  
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP ProLiant DL120 G6
PciMultimedia:
 
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-server 
root=UUID=67bbc9ef-18cb-46c3-af61-c6d2e0645c07 ro console=tty 
console=ttyS0,9600n8 apic=debug crashkernel=384M-2G:64M,2G-:128M quiet
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
SourcePackage: linux
dmi.bios.date: 09/06/2010
dmi.bios.vendor: HP
dmi.bios.version: O26
dmi.board.name: ProLiant DL120 G6
dmi.board.vendor: Wistron Corporation
dmi.chassis.asset.tag: quest
dmi.chassis.type: 23
dmi.chassis.vendor: HP
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHP:bvrO26:bd09/06/2010:svnHP:pnProLiantDL120G6:pvr:rvnWistronCorporation:rnProLiantDL120G6:rvr:cvnHP:ct23:cvrN/A:
dmi.product.name: ProLiant DL120 G6
dmi.sys.vendor: HP

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


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

Title:
  sched clock overflows in 208 days (i386 and amd64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/805341/+subscriptions

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

[Bug 805341] Re: sched clock overflows in 208 days (i386 and amd64)

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

Title:
  sched clock overflows in 208 days (i386 and amd64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/805341/+subscriptions

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


[Bug 770294] Re: quickly edit does not open bin/project_name file for older projects

2011-07-04 Thread Didier Roche
** Changed in: quickly (Ubuntu)
 Assignee: Heru Herdianto (herdiantoheru-yahoo) => (unassigned)

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

Title:
  quickly edit does not open bin/project_name file for older projects

To manage notifications about this bug go to:
https://bugs.launchpad.net/quickly/+bug/770294/+subscriptions

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


[Bug 556345] Re: gtk-recordmydesktop 'select window' does not include gnome panel

2011-07-04 Thread Sergey Glita
Still affect me in lucid. In synaptc i see only 0.3.8-1ubuntu-1 version.

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

Title:
  gtk-recordmydesktop 'select window' does not include gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-recordmydesktop/+bug/556345/+subscriptions

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


[Bug 804950] Re: Crash on start

2011-07-04 Thread Chow Loong Jin
** Also affects: gstreamer0.10 (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/804950

Title:
  Crash on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/804950/+subscriptions

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


[Bug 719388] Re: semop failed for cookie 0xd4d09ef: incorrect semaphore state during luksOpen

2011-07-04 Thread Arie Skliarouk
I get the same "semop failed for cookie 0xd4daad3: incorrect semaphore state" 
errors when removing an LVM volume:
root@mf:~# lvremove /dev/mf/lvmtest3
Do you really want to remove active logical volume lvmtest3? [y/n]: y
  semid 393216: semop failed for cookie 0xd4daad3: incorrect semaphore state
  Failed to set a proper state for notification semaphore identified by cookie 
value 223193811 (0xd4daad3) to initialize waiting for incoming notifications.
  Logical volume "lvmtest3" successfully removed
root@mf:~# lvremove /dev/mf/lvmtest3

The bug was filed on "lvm2" over here:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/797226

Could be the bug is related...

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

Title:
  semop failed for cookie 0xd4d09ef: incorrect semaphore state during
  luksOpen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/719388/+subscriptions

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


[Bug 805341] Re: sched clock overflows in 208 days (i386 and amd64)

2011-07-04 Thread minoura
> sched_clock should not wrap virtually forever

Actually it is not wrap but jump from 208.5 days to 584 years.
cyc2ns_offset is around -100 secs.

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

Title:
  sched clock overflows in 208 days (i386 and amd64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/805341/+subscriptions

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


[Bug 710763] Re: [STAGING] Cannot tether over mobile phone

2011-07-04 Thread Samuli Seppänen
I have the same problem with Nokia N900 and USB tethering. Network-
manager tries to connect, but always fails. This used to work on Ubuntu
9.10 and 10.04 without any issues. Apparently many other people are
having this issue: http://ubuntuforums.org/showthread.php?t=1746061

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

Title:
  [STAGING] Cannot tether over mobile phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/710763/+subscriptions

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


[Bug 663524] Re: Top Panel does not respect GTK theme

2011-07-04 Thread Paul Sladen
Anderson: if you can help with a patch or some debugging to narrow down
the issue, it can be fixed sooner!

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

Title:
  Top Panel does not respect GTK theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/663524/+subscriptions

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


[Bug 793437] Re: Unusable Slowness In 2.6.38-8

2011-07-04 Thread John Johansen
next test kernel
   
http://people.canonical.com/~jj/linux-image-2.6.39-2-generic_2.6.39-2.7~lp793437.21_amd64.deb

based on 4a73a43741489a652588460e72be959e60bcb9ec

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

Title:
  Unusable  Slowness In 2.6.38-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/793437/+subscriptions

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


[Bug 805346] [NEW] Xorg crashed with SIGSEGV.

2011-07-04 Thread Matthew Roughan
Public bug reported:

Bug occurred while the computer was not being actively used. A similar
bug causes X to crash at least once a day. The problem can be caused by
taking acroread and moving it across screens -- I have a multihead
system.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-core 2:1.10.1-1ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Fri Jul  1 11:59:04 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
ExecutablePath: /usr/bin/Xorg
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcCmdline: /usr/bin/X :0 -br -verbose -auth 
/var/run/gdm/auth-for-gdm-s54Fua/database -nolisten tcp
ProcEnviron:
 LANG=en_AU.UTF-8
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
Signal: 11
SourcePackage: xorg-server
StacktraceTop:
 ?? () from /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
 ?? () from /usr/lib/xorg/extra-modules/modules/drivers/fglrx_drv.so
 xf86RecolorCursor (pScreen=, pCurs=0xd9abd70, 
displayed=) at 
../../../../hw/xfree86/ramdac/xf86HWCurs.c:225
 xf86SetCursor (pScreen=0xd41e80, pCurs=0xd9abd70, x=, 
y=) at ../../../../hw/xfree86/ramdac/xf86HWCurs.c:150
 xf86CursorSetCursor (pDev=0x11a0e60, pScreen=0xd41e80, pCurs=0xd9abd70, x=545, 
y=32) at ../../../../hw/xfree86/ramdac/xf86Cursor.c:350
Title: Xorg crashed with SIGSEGV in xf86RecolorCursor()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
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-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash natty regression-update ubuntu

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

Title:
  Xorg crashed with SIGSEGV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/805346/+subscriptions

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


[Bug 805346] Re: Xorg crashed with SIGSEGV.

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

Title:
  Xorg crashed with SIGSEGV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/805346/+subscriptions

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


[Bug 805342] [NEW] libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Jean-Baptiste Lallement
Public bug reported:

Oneiric alternate 20110703

Yesterdays's alternate and today's server images fail to install with:
Jul  4 07:03:56 debootstrap: Unpacking libc6 (from 
.../libc6_2.13-8ubuntu1_amd64.deb) ...
Jul  4 07:03:56 debootstrap:
Jul  4 07:03:56 debootstrap: A copy of the C library was found in an unexpected 
directory:
Jul  4 07:03:56 debootstrap:   '/lib/x86_64-linux-gnu/libc-2.13.so'
Jul  4 07:03:56 debootstrap: It is not safe to upgrade the C library in this 
situation;
Jul  4 07:03:56 debootstrap: please remove that copy of the C library or get it 
out of
Jul  4 07:03:56 debootstrap: '/lib/x86_64-linux-gnu' and try again.
Jul  4 07:03:56 debootstrap:
Jul  4 07:03:56 debootstrap: dpkg: error processing 
/var/cache/apt/archives/libc6_2.13-8ubuntu1_amd64.deb (--install):
Jul  4 07:03:56 debootstrap:  subprocess new pre-installation script returned 
error exit status 1

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: debian-installer (not installed)
ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4
Uname: Linux 3.0-2-generic i686
Architecture: i386
Date: Mon Jul  4 09:12:05 2011
EcryptfsInUse: Yes
MachineType: ASUSTeK Computer Inc. U3SG
MemoryUsage:
 total   used   free sharedbuffers cached
 Mem:   309009618405441249552  0  99084 922296
 -/+ buffers/cache: 8191642270932
 Swap:  5855688  05855688
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0-2-generic 
root=UUID=75f23f17-3ace-4485-af57-a7318eb6c2ff ro quiet splash vt.handoff=7
SourcePackage: ubiquity
UpgradeStatus: Upgraded to oneiric on 2011-06-27 (6 days ago)
dmi.bios.date: 01/28/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 305
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: U3SG
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr305:bd01/28/2008:svnASUSTeKComputerInc.:pnU3SG:pvr1.0:rvnASUSTeKComputerInc.:rnU3SG:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: U3SG
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

** Affects: debian-installer (Ubuntu)
 Importance: Critical
 Assignee: Canonical Foundations Team (canonical-foundations)
 Status: Confirmed

** Affects: debian-installer (Ubuntu Oneiric)
 Importance: Critical
 Assignee: Canonical Foundations Team (canonical-foundations)
 Status: Confirmed


** Tags: apport-bug i386 oneiric running-unity unity-2d

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/805342/+subscriptions

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

[Bug 805342] Re: libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Jean-Baptiste Lallement
** Attachment added: "syslog"
   https://bugs.launchpad.net/bugs/805342/+attachment/2190058/+files/syslog

** Description changed:

  Oneiric alternate 20110703
  
- Yesterdays's alternate images failed with:
+ Yesterdays's alternate and today's server images fail to install with:
  Jul  4 07:03:56 debootstrap: Unpacking libc6 (from 
.../libc6_2.13-8ubuntu1_amd64.deb) ...
- Jul  4 07:03:56 debootstrap: 
+ Jul  4 07:03:56 debootstrap:
  Jul  4 07:03:56 debootstrap: A copy of the C library was found in an 
unexpected directory:
  Jul  4 07:03:56 debootstrap:   '/lib/x86_64-linux-gnu/libc-2.13.so'
  Jul  4 07:03:56 debootstrap: It is not safe to upgrade the C library in this 
situation;
  Jul  4 07:03:56 debootstrap: please remove that copy of the C library or get 
it out of
  Jul  4 07:03:56 debootstrap: '/lib/x86_64-linux-gnu' and try again.
- Jul  4 07:03:56 debootstrap: 
+ Jul  4 07:03:56 debootstrap:
  Jul  4 07:03:56 debootstrap: dpkg: error processing 
/var/cache/apt/archives/libc6_2.13-8ubuntu1_amd64.deb (--install):
  Jul  4 07:03:56 debootstrap:  subprocess new pre-installation script returned 
error exit status 1
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: debian-installer (not installed)
  ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4
  Uname: Linux 3.0-2-generic i686
  Architecture: i386
  Date: Mon Jul  4 09:12:05 2011
  EcryptfsInUse: Yes
  MachineType: ASUSTeK Computer Inc. U3SG
  MemoryUsage:
-  total   used   free sharedbuffers cached
-  Mem:   309009618405441249552  0  99084 922296
-  -/+ buffers/cache: 8191642270932
-  Swap:  5855688  05855688
+  total   used   free sharedbuffers cached
+  Mem:   309009618405441249552  0  99084 922296
+  -/+ buffers/cache: 8191642270932
+  Swap:  5855688  05855688
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0-2-generic 
root=UUID=75f23f17-3ace-4485-af57-a7318eb6c2ff ro quiet splash vt.handoff=7
  SourcePackage: ubiquity
  UpgradeStatus: Upgraded to oneiric on 2011-06-27 (6 days ago)
  dmi.bios.date: 01/28/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 305
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: U3SG
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr305:bd01/28/2008:svnASUSTeKComputerInc.:pnU3SG:pvr1.0:rvnASUSTeKComputerInc.:rnU3SG:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: U3SG
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

** Package changed: ubiquity (Ubuntu) => debian-installer (Ubuntu)

** Changed in: debian-installer (Ubuntu)
   Importance: Undecided => Critical

** Changed in: debian-installer (Ubuntu)
   Status: New => Confirmed

** Also affects: debian-installer (Ubuntu Oneiric)
   Importance: Critical
   Status: Confirmed

** Changed in: debian-installer (Ubuntu Oneiric)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/805342/+subscriptions

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

[Bug 805036] Re: Can not choose classic unity instead of unity-2d

2011-07-04 Thread Robert Roth
I can confirm this with issue with also an NVidia card, Quadro NVS 120m, 
Unity2d always loads, running unity works, but the two launchers overlap, thus 
I have to kill the unity-2d-launcher and panel to have a normal unity session.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

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

Title:
  Can not choose classic unity instead of unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805036/+subscriptions

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


[Bug 801512] Re: double clicking below rating starts installing payed app and report error

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 4.1.7

---
software-center (4.1.7) oneiric; urgency=low

  [ Aaron Peachey ]
  * Add fake-review API that can be used for GUI testing and
automatic testing without actually hitting the network.
Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
environment
  * add support to remove/modify reviews, this requires the
new rnrserver in production

  [ Michael Vogt ]
  * merged lp:~aaronp/software-center/tests, many thanks
  * merged lp:~mvo/software-center/piston-sc-agent:
This move the SoftwareCenterAgent support from restfulclient
to piston-mini-client and adds a new SpawnHelper abstraction.
It also adds a new SOFTWARE_CENTER_AGENT_INCLUDE_QA environment
to get apps in QA (if you are in the right group)
  * remove get_http_proxy_string_from_gconf and remove python-gconf
dependency

  [ Gary Lasker ]
  * merge lp:~evfool/software-center/smallfixes to fix up mouse click
handling for LinkButton, many thanks to Robert Roth (LP: #796640)
  * merge lp:~mterry/software-center/drop-deja-dup courtesy Michael
Terry, removes deja-dup from the featured apps list since it has
been promoted to main
  * merge lp:~evfool/software-center/fixnavigation, fixes navigation
error when searching (LP: #801114)
  * softwarecenter/ui/gtk/appview.py:
- fix phantom install button in for purchase listview (LP: #801512)
  * softwarecenter/db/update.py:
- add support for custom desktop key X-Ubuntu-Software-Center-Name
  for USC-specific display names (LP: #801197)
  * softwarecenter/ui/gtk/appdetailsview_gtk.py:
- don't start the indeterminate progress bar for purchase
  transactions until after the authentication dialog is closed
  (LP: #725181)
  * softwarecenter/utils.py,
softwarecenter/backend/aptd.py,
test/test_software_channels.py:
- obfuscate private ppa details in the error log output and in
  the error dialog itself, add corresponding unit test

  [ Steve Langasek ]
  * debian/control: point Vcs-Bzr field at the right branch.
 -- Michael VogtMon, 04 Jul 2011 07:41:36 +0100

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

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

Title:
  double clicking below rating starts installing payed app and report
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/801512/+subscriptions

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


[Bug 801197] Re: Add custom desktop key for USC-specific display names

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 4.1.7

---
software-center (4.1.7) oneiric; urgency=low

  [ Aaron Peachey ]
  * Add fake-review API that can be used for GUI testing and
automatic testing without actually hitting the network.
Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
environment
  * add support to remove/modify reviews, this requires the
new rnrserver in production

  [ Michael Vogt ]
  * merged lp:~aaronp/software-center/tests, many thanks
  * merged lp:~mvo/software-center/piston-sc-agent:
This move the SoftwareCenterAgent support from restfulclient
to piston-mini-client and adds a new SpawnHelper abstraction.
It also adds a new SOFTWARE_CENTER_AGENT_INCLUDE_QA environment
to get apps in QA (if you are in the right group)
  * remove get_http_proxy_string_from_gconf and remove python-gconf
dependency

  [ Gary Lasker ]
  * merge lp:~evfool/software-center/smallfixes to fix up mouse click
handling for LinkButton, many thanks to Robert Roth (LP: #796640)
  * merge lp:~mterry/software-center/drop-deja-dup courtesy Michael
Terry, removes deja-dup from the featured apps list since it has
been promoted to main
  * merge lp:~evfool/software-center/fixnavigation, fixes navigation
error when searching (LP: #801114)
  * softwarecenter/ui/gtk/appview.py:
- fix phantom install button in for purchase listview (LP: #801512)
  * softwarecenter/db/update.py:
- add support for custom desktop key X-Ubuntu-Software-Center-Name
  for USC-specific display names (LP: #801197)
  * softwarecenter/ui/gtk/appdetailsview_gtk.py:
- don't start the indeterminate progress bar for purchase
  transactions until after the authentication dialog is closed
  (LP: #725181)
  * softwarecenter/utils.py,
softwarecenter/backend/aptd.py,
test/test_software_channels.py:
- obfuscate private ppa details in the error log output and in
  the error dialog itself, add corresponding unit test

  [ Steve Langasek ]
  * debian/control: point Vcs-Bzr field at the right branch.
 -- Michael VogtMon, 04 Jul 2011 07:41:36 +0100

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

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

Title:
  Add custom desktop key for USC-specific display names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/801197/+subscriptions

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


[Bug 801114] Re: Back button doesn't work after searching in a category

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 4.1.7

---
software-center (4.1.7) oneiric; urgency=low

  [ Aaron Peachey ]
  * Add fake-review API that can be used for GUI testing and
automatic testing without actually hitting the network.
Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
environment
  * add support to remove/modify reviews, this requires the
new rnrserver in production

  [ Michael Vogt ]
  * merged lp:~aaronp/software-center/tests, many thanks
  * merged lp:~mvo/software-center/piston-sc-agent:
This move the SoftwareCenterAgent support from restfulclient
to piston-mini-client and adds a new SpawnHelper abstraction.
It also adds a new SOFTWARE_CENTER_AGENT_INCLUDE_QA environment
to get apps in QA (if you are in the right group)
  * remove get_http_proxy_string_from_gconf and remove python-gconf
dependency

  [ Gary Lasker ]
  * merge lp:~evfool/software-center/smallfixes to fix up mouse click
handling for LinkButton, many thanks to Robert Roth (LP: #796640)
  * merge lp:~mterry/software-center/drop-deja-dup courtesy Michael
Terry, removes deja-dup from the featured apps list since it has
been promoted to main
  * merge lp:~evfool/software-center/fixnavigation, fixes navigation
error when searching (LP: #801114)
  * softwarecenter/ui/gtk/appview.py:
- fix phantom install button in for purchase listview (LP: #801512)
  * softwarecenter/db/update.py:
- add support for custom desktop key X-Ubuntu-Software-Center-Name
  for USC-specific display names (LP: #801197)
  * softwarecenter/ui/gtk/appdetailsview_gtk.py:
- don't start the indeterminate progress bar for purchase
  transactions until after the authentication dialog is closed
  (LP: #725181)
  * softwarecenter/utils.py,
softwarecenter/backend/aptd.py,
test/test_software_channels.py:
- obfuscate private ppa details in the error log output and in
  the error dialog itself, add corresponding unit test

  [ Steve Langasek ]
  * debian/control: point Vcs-Bzr field at the right branch.
 -- Michael VogtMon, 04 Jul 2011 07:41:36 +0100

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

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

Title:
  Back button doesn't work after searching in a category

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/801114/+subscriptions

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


[Bug 796640] Re: Dragging off "Yes" / "No" doesn't cancel the click

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 4.1.7

---
software-center (4.1.7) oneiric; urgency=low

  [ Aaron Peachey ]
  * Add fake-review API that can be used for GUI testing and
automatic testing without actually hitting the network.
Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
environment
  * add support to remove/modify reviews, this requires the
new rnrserver in production

  [ Michael Vogt ]
  * merged lp:~aaronp/software-center/tests, many thanks
  * merged lp:~mvo/software-center/piston-sc-agent:
This move the SoftwareCenterAgent support from restfulclient
to piston-mini-client and adds a new SpawnHelper abstraction.
It also adds a new SOFTWARE_CENTER_AGENT_INCLUDE_QA environment
to get apps in QA (if you are in the right group)
  * remove get_http_proxy_string_from_gconf and remove python-gconf
dependency

  [ Gary Lasker ]
  * merge lp:~evfool/software-center/smallfixes to fix up mouse click
handling for LinkButton, many thanks to Robert Roth (LP: #796640)
  * merge lp:~mterry/software-center/drop-deja-dup courtesy Michael
Terry, removes deja-dup from the featured apps list since it has
been promoted to main
  * merge lp:~evfool/software-center/fixnavigation, fixes navigation
error when searching (LP: #801114)
  * softwarecenter/ui/gtk/appview.py:
- fix phantom install button in for purchase listview (LP: #801512)
  * softwarecenter/db/update.py:
- add support for custom desktop key X-Ubuntu-Software-Center-Name
  for USC-specific display names (LP: #801197)
  * softwarecenter/ui/gtk/appdetailsview_gtk.py:
- don't start the indeterminate progress bar for purchase
  transactions until after the authentication dialog is closed
  (LP: #725181)
  * softwarecenter/utils.py,
softwarecenter/backend/aptd.py,
test/test_software_channels.py:
- obfuscate private ppa details in the error log output and in
  the error dialog itself, add corresponding unit test

  [ Steve Langasek ]
  * debian/control: point Vcs-Bzr field at the right branch.
 -- Michael VogtMon, 04 Jul 2011 07:41:36 +0100

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

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

Title:
  Dragging off "Yes" / "No" doesn't cancel the click

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/796640/+subscriptions

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


[Bug 736222] Re: cannot paste into dash (particularly relevant for alt+f2)

2011-07-04 Thread Buenol
+ for assigning higher priority

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

Title:
  cannot paste into dash (particularly relevant for alt+f2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/736222/+subscriptions

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


[Bug 736162] Re: Control keys display as graphic chars in dashboards

2011-07-04 Thread Buenol
This is a major usability issue, please assign a Medium importance.

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

Title:
  Control keys display as graphic chars in dashboards

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/736162/+subscriptions

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


[Bug 725181] Re: Progress bar appears at inappropriate time during purchase installation

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 4.1.7

---
software-center (4.1.7) oneiric; urgency=low

  [ Aaron Peachey ]
  * Add fake-review API that can be used for GUI testing and
automatic testing without actually hitting the network.
Can be enabled with the SOFTWARE_CENTER_FAKE_REVIEW_API=1
environment
  * add support to remove/modify reviews, this requires the
new rnrserver in production

  [ Michael Vogt ]
  * merged lp:~aaronp/software-center/tests, many thanks
  * merged lp:~mvo/software-center/piston-sc-agent:
This move the SoftwareCenterAgent support from restfulclient
to piston-mini-client and adds a new SpawnHelper abstraction.
It also adds a new SOFTWARE_CENTER_AGENT_INCLUDE_QA environment
to get apps in QA (if you are in the right group)
  * remove get_http_proxy_string_from_gconf and remove python-gconf
dependency

  [ Gary Lasker ]
  * merge lp:~evfool/software-center/smallfixes to fix up mouse click
handling for LinkButton, many thanks to Robert Roth (LP: #796640)
  * merge lp:~mterry/software-center/drop-deja-dup courtesy Michael
Terry, removes deja-dup from the featured apps list since it has
been promoted to main
  * merge lp:~evfool/software-center/fixnavigation, fixes navigation
error when searching (LP: #801114)
  * softwarecenter/ui/gtk/appview.py:
- fix phantom install button in for purchase listview (LP: #801512)
  * softwarecenter/db/update.py:
- add support for custom desktop key X-Ubuntu-Software-Center-Name
  for USC-specific display names (LP: #801197)
  * softwarecenter/ui/gtk/appdetailsview_gtk.py:
- don't start the indeterminate progress bar for purchase
  transactions until after the authentication dialog is closed
  (LP: #725181)
  * softwarecenter/utils.py,
softwarecenter/backend/aptd.py,
test/test_software_channels.py:
- obfuscate private ppa details in the error log output and in
  the error dialog itself, add corresponding unit test

  [ Steve Langasek ]
  * debian/control: point Vcs-Bzr field at the right branch.
 -- Michael VogtMon, 04 Jul 2011 07:41:36 +0100

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

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

Title:
  Progress bar appears at inappropriate time during purchase
  installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/725181/+subscriptions

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


[Bug 804855] Re: Typo string 913

2011-07-04 Thread Robert Roth
For anyone willing to take this, the file to fix this in is in the 
gnome-user-docs package, 
gnome-help/C/net-wireless-troubleshooting-hardware-check.page.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Changed in: gnome-user-docs (Ubuntu)
   Status: New => Confirmed

** Tags added: bitesize

** Changed in: gnome-user-docs (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/804855

Title:
  Typo string 913

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/804855/+subscriptions

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


[Bug 795959] Re: Typo string 423

2011-07-04 Thread Robert Roth
** Changed in: gnome-user-docs (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/795959

Title:
  Typo string 423

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-docs/+bug/795959/+subscriptions

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


[Bug 775213] Re: pymsnt 0.11.3-5 fails to start due to broken python-twisted-words 10.2.0-1 (AttributeError: 'module' object has no attribute '_parse')

2011-07-04 Thread Diane Trout
Ok I have a branch in launchpad to try and put together the patches
listed above.  The twisted svn server was down for much of today so I
didn't manage to make much progress.

The branch is at:
https://code.launchpad.net/~diane-trout/twisted/prepare-10.2.1

And I've only merged one of the patches in and verified that the number
of successful test cases incremented by 2.

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

Title:
  pymsnt 0.11.3-5 fails to start due to broken python-twisted-words
  10.2.0-1 (AttributeError: 'module' object has no attribute '_parse')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/twisted/+bug/775213/+subscriptions

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


[Bug 736222] Re: cannot paste into dash (particularly relevant for alt+f2)

2011-07-04 Thread Paul Sladen
A reasonable work-around for this for the moment is to use 'gnome-
terminal' and then do the command-editing in that;  this also gets you
bash-completion (name, argument and file-path completion).

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

Title:
  cannot paste into dash (particularly relevant for alt+f2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/736222/+subscriptions

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


[Bug 799814] Re: desktop wall becomes slow with many windows open

2011-07-04 Thread Michel Gutierrez
Thanks for the tip with cube, but for years, i'm used to work on a 8x3
desktop scheme. Having to scroll over 24 workspaces in 1 dimension
(horizontal) instead of 2 (in the case of the wall), is not very
convenient.

By the way, i'm not sure what you mean by "big slowdown when wall paints
windows", but i noticed that unchecking "Show Live Viewport Previews"
and "Show Viewport Switcher Preview" in ccsm did not affect notably that
slowness when switching between viewports.

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

Title:
  desktop wall becomes slow with many windows open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/799814/+subscriptions

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


[Bug 797672] Re: No default apps on launcher on a live session.

2011-07-04 Thread Jean-Baptiste Lallement
** Also affects: unity-2d (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Didier Roche (didrocks)
   Status: Triaged

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

Title:
  No default apps on launcher on a live session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/797672/+subscriptions

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


[Bug 797672] Re: No default apps on launcher on a live session.

2011-07-04 Thread Didier Roche
** Changed in: unity-2d
   Status: Triaged => Fix Committed

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

Title:
  No default apps on launcher on a live session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/797672/+subscriptions

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


[Bug 475705] Re: anki crashed with OSError in _execute_child() while trying to record an item

2011-07-04 Thread Emil Pavlov
You also have to install lame

sudo apt-get install lame sox mplayer

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

Title:
  anki crashed with OSError in _execute_child() while trying to record
  an item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anki/+bug/475705/+subscriptions

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


[Bug 805351] [NEW] [MIR] sni-qt

2011-07-04 Thread Didier Roche
Public bug reported:

Followed the https://wiki.ubuntu.com/MainInclusionProcess and all
requirements are complete for Main Inclusion of unity.

Availability: in universe
Rationale: SNI Qt is the SNI protocole to our patched Qt applications. It 
brings automatic indicator support to our Qt applications like mumble, skype…
Security: no security issue known right now
Quality assurance: canonical dx team is upstreamed and strongly committed to 
that package.
UI standards: indicator support is designed by canonical design team.
Dependencies: all in main but
Standards compliance: follow FHS guidelines (just a Qt plugin)
Maintenance: canonical design team is doing it
Background information: just installing a Qt plugin file
Description of the package: indicator support for Qt
 This plugin provides indicator support for Qt.  It allows applications
 to export their systray transparently to the indicator system.

** Affects: sni-qt (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/805351

Title:
  [MIR] sni-qt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sni-qt/+bug/805351/+subscriptions

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

[Bug 783976] Re: flashplayer does not work anymore, after update to 10.3.181.14

2011-07-04 Thread Carlos Blanquer Bogacz
Solved following the steps described by George (#4).
Why isn't an easier way to get a fix on such an issue? It took me a while to 
find the solution, what should a non experience user do in such cases...?

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

Title:
  flashplayer does not work anymore, after update to 10.3.181.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/783976/+subscriptions

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


[Bug 805352] [NEW] Installer should prompt for and attempt to assume ownership of a reused /home

2011-07-04 Thread Eric Appleman
Public bug reported:

Current behavior is  to leave existing /home ownership as it is. I can't reuse 
a /home from another distro like Fedora without a chown to fix ownership.
--- 
Architecture: i386
DistroRelease: Ubuntu 11.10
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110702)
Package: ubiquity 2.7.10
PackageArchitecture: i386
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4
Tags:  oneiric unity-2d
Uname: Linux 3.0-2-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: apport-collected oneiric unity-2d

** Tags added: apport-collected oneiric unity-2d

** Description changed:

- Current behavior is  to leave existing /home ownership as it is. I can't
- reuse a /home from another distro like Fedora without a chown to fix
- ownership.
+ Current behavior is  to leave existing /home ownership as it is. I can't 
reuse a /home from another distro like Fedora without a chown to fix ownership.
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 11.10
+ InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110702)
+ Package: ubiquity 2.7.10
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  LC_MESSAGES=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0-2.3-generic 3.0.0-rc4
+ Tags:  oneiric unity-2d
+ Uname: Linux 3.0-2-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805352] Casper.gz

2011-07-04 Thread Eric Appleman
apport information

** Attachment added: "Casper.gz"
   https://bugs.launchpad.net/bugs/805352/+attachment/2190107/+files/Casper.gz

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805352] Dependencies.txt

2011-07-04 Thread Eric Appleman
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/805352/+attachment/2190108/+files/Dependencies.txt

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805352] UbiquityDebug.gz

2011-07-04 Thread Eric Appleman
apport information

** Attachment added: "UbiquityDebug.gz"
   
https://bugs.launchpad.net/bugs/805352/+attachment/2190109/+files/UbiquityDebug.gz

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805352] UbiquityPartman.gz

2011-07-04 Thread Eric Appleman
apport information

** Attachment added: "UbiquityPartman.gz"
   
https://bugs.launchpad.net/bugs/805352/+attachment/2190110/+files/UbiquityPartman.gz

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805352] UbiquitySyslog.gz

2011-07-04 Thread Eric Appleman
apport information

** Attachment added: "UbiquitySyslog.gz"
   
https://bugs.launchpad.net/bugs/805352/+attachment/2190111/+files/UbiquitySyslog.gz

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

Title:
  Installer should prompt for and attempt to assume ownership of a
  reused /home

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/805352/+subscriptions

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


[Bug 805356] [NEW] Canon drivers printing broken in Natty Narwhal, 11.04

2011-07-04 Thread Theron Muller
Public bug reported:

I've been using the Canon drivers for printing on my Pixus MP540 and IP4500 for 
a couple years now, but now trying to print on either using those drivers 
results in failed printing. For the IP4500 I was able to switch to GutenPrint 
drivers which make it work, but unfortunately there aren't open source drivers 
for the MP540. On attempting to reinstall the MP540 drivers, I get the 
following package errors:
$ sudo dpkg -i --force-architecture cnijfilter-common_3.00-1_i386.deb
[sudo] password for theron: 
dpkg: warning: overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
(Reading database ... 275418 files and directories currently installed.)
Preparing to replace cnijfilter-common:i386 2.80-1 (using 
cnijfilter-common_3.00-1_i386.deb) ...
Unpacking replacement cnijfilter-common:i386 ...
dpkg: dependency problems prevent configuration of cnijfilter-common:i386:
 cnijfilter-common:i386 depends on libc6 (>= 2.3.4-1).
 cnijfilter-common:i386 depends on libcupsys2 (>= 1.2.1).
 cnijfilter-common:i386 depends on libpopt0 (>= 1.7).
dpkg: error processing cnijfilter-common:i386 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cnijfilter-common:i386

These are the versions of the problem packages:
$ apt-cache policy libc6 libcupsys2 libpopt0
libc6:
  Installed: 2.13-0ubuntu13
  Candidate: 2.13-0ubuntu13
  Version table:
 *** 2.13-0ubuntu13 0
500 http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status
libpopt0:
  Installed: 1.16-1
  Candidate: 1.16-1
  Version table:
 *** 1.16-1 0
500 http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ natty/main amd64 Packages
100 /var/lib/dpkg/status
libcupsys2:
  Installed: 1.3.9-17ubuntu3.9
  Candidate: 1.3.9-17ubuntu3.9
  Version table:
 *** 1.3.9-17ubuntu3.9 0
100 /var/lib/dpkg/status

Evidently the system packages are too new for the Canon deb files? Is
this a simple matter of creating some soft links in the /usr/lib
directory, or do I need to downgrade the system files to a version that
will work with the Canon drivers? I checked the Canon drivers here:
http://software.canon-europe.com/products/0010641.asp and their last
release (3.0) was 04-12-2008, so I'm working with the newest version of
their files available.

Thanks for your time and consideration. I'm looking forward to hearing
back.

** Affects: 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/805356

Title:
  Canon drivers printing broken in Natty Narwhal, 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/805356/+subscriptions

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


[Bug 757794] Re: lastfm cancels logout when not "minimized to tray"

2011-07-04 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #632050
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632050

** Also affects: lastfm (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632050
   Importance: Unknown
   Status: Unknown

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

Title:
  lastfm cancels logout when not "minimized to tray"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lastfm/+bug/757794/+subscriptions

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


[Bug 568453] Re: [lucid] Ubuntuone-syncdaemon using enormous amounts of ram

2011-07-04 Thread Reinis Zumbergs
I have a situations very much the same in Natty. I am on Lubuntu 64 bit.
First time installed ubuntuone. Found out that I have no way to add folders 
from Ubuntu One Control Panel(!?). Was forced to install Nautilus. Marked some 
.folders to backup configuration (one after previous is synced, because sooner 
it wouldn't respond to marking in nautilus context menu). Went to sleep.

In the morning my computer was almost completely irresponsive, because all the 
free ram was eaten by syncdaemon:
roodis@rootnis:~$ ps auxw|grep ubuntuone
roodis4737  0.0  0.0  88572  1060 pts/1S+   10:10   0:00 grep 
--color=auto ubuntuone
roodis   13738  0.6 32.1 1071552 660168 ?  Sl   Jul03   4:40 
/usr/bin/python /usr/lib/ubuntuone-client/ubuntuone-syncdaemon
As it reads - over 600 MiB - 32% of RAM 

Closed some programs, started to look around how to report this bug. An
hour later, now, that it has more free RAM, it has reached 740 MiB.

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

Title:
  [lucid] Ubuntuone-syncdaemon using enormous amounts of ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuone-client/+bug/568453/+subscriptions

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


[Bug 804617] Re: gnome-settings-daemon assert failure: gnome-settings-daemon: ../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data' failed.

2011-07-04 Thread Jean-Baptiste Lallement
** Summary changed:

- gnome-settings-daemon assert failure: gnome-settings-daemon: 
../../src/xcb_io.c:515: _XReply: La declaración `!dpy->xcb->reply_data' no se 
cumple.
+ gnome-settings-daemon assert failure: gnome-settings-daemon: 
../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data' failed.

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

Title:
  gnome-settings-daemon assert failure: gnome-settings-daemon:
  ../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data'
  failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/804617/+subscriptions

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

[Bug 804617] Re: gnome-settings-daemon assert failure: gnome-settings-daemon: ../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data' failed.

2011-07-04 Thread Fabien Tassin
** Changed in: gnome-settings-daemon (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/804617

Title:
  gnome-settings-daemon assert failure: gnome-settings-daemon:
  ../../src/xcb_io.c:515: _XReply: Assertion `!dpy->xcb->reply_data'
  failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/804617/+subscriptions

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


[Bug 804178] Re: [AY020AA-ABA p6320f, Realtek ALC888, Green Headphone Out, Front] No sound at all

2011-07-04 Thread David Henningsson
** Package changed: alsa-driver (Ubuntu) => pulseaudio (Ubuntu)

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

** Changed in: pulseaudio (Ubuntu)
 Assignee: (unassigned) => David Henningsson (diwic)

** Summary changed:

- [AY020AA-ABA p6320f, Realtek ALC888, Green Headphone Out, Front] No sound at 
all
+ "Front" ALSA volume control affects headphones on some machines

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

Title:
  "Front" ALSA volume control affects headphones on some machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/804178/+subscriptions

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


[Bug 805342] Re: libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Colin Watson
** Package changed: debian-installer (Ubuntu Oneiric) => eglibc (Ubuntu
Oneiric)

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/805342/+subscriptions

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


[Bug 805136] Re: accounts window doesn't fit on screen

2011-07-04 Thread Jean-Baptiste Lallement
Thanks for your report.

I confirm that on Oneiric. Furthermore, if the window is reduced and fields are 
hidden, there is no scrollbar to reach them.
Setting to High, because account setting is a core feature of the software, and 
will have a severe impact on a large portion of Ubuntu users since thunderbird 
becomes the default mail client.

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

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

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

Title:
  accounts window doesn't fit on screen and no scrollbar to show hidden
  fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/805136/+subscriptions

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


[Bug 805359] [NEW] netbase.md5sums file missing

2011-07-04 Thread Jan de Haan
Public bug reported:

When trying to verify the integrity of an ubuntu system, it failed
because of the unavailability of the file
/var/lib/dpkg/info/netbase.md5sums. This file is not only missing in
Lucid LTS but also in the most recent Natty Narwal. Please fix this,
it's a simple mistake, easy to correct and helps a lot in achieving
Nirwana (automatic total integrity verification).

root@hostk:/home/jan >lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04
root@hostk:/home/jan >apt-cache policy netbase
netbase:
  Installed: 4.35ubuntu3
  Candidate: 4.35ubuntu3
  Version table:
 *** 4.35ubuntu3 0
500 http://nl.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

** Affects: netbase (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/805359

Title:
  netbase.md5sums file missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbase/+bug/805359/+subscriptions

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


[Bug 805136] Re: accounts window doesn't fit on screen and no scrollbar to show hidden fields

2011-07-04 Thread Jean-Baptiste Lallement
** Summary changed:

- accounts window doesn't fit on screen
+ accounts window doesn't fit on screen and no scrollbar to show hidden fields

** Also affects: thunderbird (Ubuntu Oneiric)
   Importance: High
   Status: Triaged

** Changed in: thunderbird (Ubuntu Oneiric)
 Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team)

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

Title:
  accounts window doesn't fit on screen and no scrollbar to show hidden
  fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/805136/+subscriptions

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


[Bug 676828] Re: Contacts does not show up in empathy contact list

2011-07-04 Thread Christoph Buchner
*** This bug is a duplicate of bug 558872 ***
https://bugs.launchpad.net/bugs/558872

I think this is a duplicate of bug #558872

** This bug has been marked a duplicate of bug 558872
   empathy accounts fail to connect after manually unlocking keyring

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

Title:
  Contacts does not show up in empathy contact list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/676828/+subscriptions

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


[Bug 675884] Re: empathy has problem to connect to the network and I am missing my contact list

2011-07-04 Thread Christoph Buchner
*** This bug is a duplicate of bug 558872 ***
https://bugs.launchpad.net/bugs/558872

I think this is a duplicate of #558872

** This bug has been marked a duplicate of bug 558872
   empathy accounts fail to connect after manually unlocking keyring

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

Title:
  empathy has problem to connect to the network and I am missing my
  contact list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/675884/+subscriptions

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


[Bug 665944] Re: System takes too long to activate wifi on resume

2011-07-04 Thread Jordon Bedwell
Please attach a patch so that I might apply it and test it to report
results.

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

Title:
  System takes too long to activate wifi on resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/665944/+subscriptions

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


[Bug 805252] Re: appmenu shows nautilus menu when desktop is displayed

2011-07-04 Thread Sebastien Bacher
The issue is recorded as a work item on the desktop-o-gtk3-gnome3 blueprint:
"Update nautilus indicator-appmenu patch:"

The issue is that the patch in nautilus need to be rewritten for GNOME3

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

Title:
  appmenu shows nautilus menu when desktop is displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/805252/+subscriptions

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


[Bug 634900] Re: "oom never" makes ssh upstart job fail to start in OpenVZ container

2011-07-04 Thread Daniel Hahler
> Importance medium is a joke
You will always be able to access the container from the host. Of course, this 
won't work easily if you do not have access to the host.
However, OpenVZ is not supported by Ubuntu and this is just one of the reasons 
why you would be better using Debian for server machines.
I am increasing the importance, but that does not make it more likely to get 
addressed in upstart unfortunately.

** Changed in: upstart (Ubuntu)
   Importance: Medium => High

** Description changed:

  Binary package hint: upstart
  
  /etc/init/ssh.conf uses "oom never", which causes the job failing to
  start in an OpenVZ container.
  
  Host:
   - kernel: 2.6.32-5-openvz-amd64 (Debian testing)
  Container:
  openssh-server: 1:5.3p1-3ubuntu4 (Lucid)
  Upstart: 0.6.5-7 (Lucid)
  
  This is a known problem (mentioned on
  http://ubuntuforums.org/showpost.php?p=9170868&postcount=2).
  
  What information is required to debug this? Some strace output?
  
  WORKAROUND:
   - comment the "oom never" line
+ 
+ POSSIBLE FIXES:
+ 1. Ignore any errors when trying to set "oom never" for the job?!
+ 2. Only apply "oom never" if not in a virtualized context (see comment #2).

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

Title:
  "oom never" makes ssh upstart job fail to start in OpenVZ container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/634900/+subscriptions

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

[Bug 805342] Re: libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Colin Watson
** Changed in: eglibc (Ubuntu Oneiric)
 Assignee: Canonical Foundations Team (canonical-foundations) => Colin 
Watson (cjwatson)

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/805342/+subscriptions

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


[Bug 805342] Re: libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eglibc

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/805342/+subscriptions

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


[Bug 805363] [NEW] this just looks "sus"

2011-07-04 Thread daveb
Public bug reported:

I did a grep in /usr/sbin for "python" and found hpssd. 
There is one function which just looks odd.

It is the following one:
# Qt4 only
def handle_hpdio_event(event, bytes_written):
log.debug("Reading %d bytes from hpdio pipe..." % bytes_written)
total_read, data = 0, ''

while True:
r, w, e = select.select([r3], [], [r3], 0.0)
if not r: break

x = os.read(r3, PIPE_BUF)
if not x: break

data = ''.join([data, x])
total_read += len(x)

if total_read == bytes_written: break

log.debug("Read %d bytes" % total_read)

if total_read == bytes_written:
dq = loads(data)

if check_device(event.device_uri) == ERROR_SUCCESS:
devices[event.device_uri].dq = dq.copy()

handle_event(device.Event(event.device_uri, '',
dq.get('status-code', STATUS_PRINTER_IDLE), prop.username, 0, 
''))

send_toolbox_event(event, EVENT_DEVICE_UPDATE_REPLY)


At the top of this python module it imported loads from cPickle(from cPickle 
import loads, HIGHEST_PROTOCOL).
The function might get called if the event code is an 
EVENT_DEVICE_UPDATE_REPLY[1]
The data that is loaded comes from r3 which is a global set in run() to be 
read_pipe3. 
(the comment in the function definition of run() states the following about 
read_pipe3 "read pipe from hpdio").

I am assuming that hpdio is the _physical_ hardware ... maybe it isn't
and the pickle loads call is on data which was dumped safely by a
trusted entity ?


[1]
(see the function  handle_event  for the rest of the context regarding the 
following code
elif event.event_code == EVENT_DEVICE_UPDATE_REPLY:
bytes_written = int(more_args[1])
handle_hpdio_event(event, bytes_written)
)

** Affects: hplip (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/805363

Title:
  this just looks "sus"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/805363/+subscriptions

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


[Bug 803565] Re: "About me" wont save my info

2011-07-04 Thread Sebastien Bacher
*** This bug is a duplicate of bug 773063 ***
https://bugs.launchpad.net/bugs/773063

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Package changed: indicator-me (Ubuntu) => gnome-control-center
(Ubuntu)

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 773063
   [Natty] gnome-about-me box doesn't remember contents

** This bug is no longer a duplicate of bug 773063
   [Natty] gnome-about-me box doesn't remember contents

** This bug has been marked a duplicate of bug 773063
   [Natty] gnome-about-me box doesn't remember contents

** This bug is no longer a duplicate of bug 773063
   [Natty] gnome-about-me box doesn't remember contents

** This bug has been marked a duplicate of bug 773063
   [Natty] gnome-about-me box doesn't remember contents

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

Title:
  "About me" wont save my info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/803565/+subscriptions

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


[Bug 780923] Re: After upgrading 10.10 to 11.04 resume from hibernate somehow breaks the graphics [[drm:drm_mode_getfb] *ERROR* invalid framebuffer id]

2011-07-04 Thread AXsY
The same error at laptop HP 620 with intel chipset.

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

Title:
  After upgrading 10.10 to 11.04 resume from hibernate somehow breaks
  the graphics [[drm:drm_mode_getfb] *ERROR* invalid framebuffer id]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/780923/+subscriptions

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


[Bug 598017] Re: libcommons-csv-java should depend on a headless runtime

2011-07-04 Thread Thierry Carrez
Verification on a bare Lucid server install:

Without -proposed: "sudo apt-get install libcommons-csv-java" installs 72 new 
packages.
With -proposed: "sudo apt-get install libcommons-csv-java" installs 15 new 
packages.

** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  libcommons-csv-java should depend on a headless runtime

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/598017/+subscriptions

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


[Bug 805036] Re: Can not choose classic unity instead of unity-2d

2011-07-04 Thread Miloš Mandarić
Yes. But how do you kill it? If I run
   killall unity-2d-launcher 
it just restart it.It is still running.

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

Title:
  Can not choose classic unity instead of unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805036/+subscriptions

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


[Bug 788607] Re: gnome terminal hiding other windows and screensaver with dual screens

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d
   Status: Incomplete => New

** Changed in: unity-2d
   Importance: Undecided => High

** Tags added: compositing

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

Title:
  gnome terminal hiding other windows and screensaver with dual screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/788607/+subscriptions

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


[Bug 676828] Re: Contacts does not show up in empathy contact list

2011-07-04 Thread Viktor
*** This bug is a duplicate of bug 558872 ***
https://bugs.launchpad.net/bugs/558872

Do not agree, Christoph.  I have LDAP auth. Ok, Empathy wants keyring after 
start, but restarting doesn`t help.
P.S. blank contact list appeared time after time.

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

Title:
  Contacts does not show up in empathy contact list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/676828/+subscriptions

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


[Bug 676828] Re: Contacts does not show up in empathy contact list

2011-07-04 Thread Viktor
*** This bug is a duplicate of bug 558872 ***
https://bugs.launchpad.net/bugs/558872

But I can`t reproduce bug for now.

sidochenko@nt70:~$ dpkg -l empathy*|grep ii
ii  empathy  2.34.0-0ubuntu3.1  
  GNOME multi-protocol chat and call client
ii  empathy-common   2.34.0-0ubuntu3.1  
  GNOME multi-protocol chat and call client (common 
files)

sidochenko@nt70:~$ dpkg -l telepathy*|grep ii
ii  telepathy-butterfly  0.5.15-1   
  MSN connection manager for Telepathy
ii  telepathy-core   24 
  Telepathy Core
ii  telepathy-gabble 0.11.10-1ubuntu1   
  Jabber/XMPP connection manager
ii  telepathy-gnome  24 
  Telepathy GNOME components
ii  telepathy-haze   0.4.0-1ubuntu0.1   
  A telepathy connection manager that use libpurple
ii  telepathy-idle   0.1.8-1ubuntu1 
  IRC connection manager for Telepathy
ii  telepathy-logger 0.2.6-1ubuntu1.2   
  Telepathy logger service - Daemon
ii  telepathy-mission-control-5  1:5.7.7-1  
  management daemon for Telepathy real-time 
communication framework
ii  telepathy-salut  0.4.0-1
  Link-local XMPP connection manager for the Telepathy 
framework
ii  telepathy-sofiasip   0.6.3-1
  SIP connection manager for the Telepathy framework
sidochenko@nt70:~$ 
sidochenko@nt70:~$ dpkg -l gnome-keyring|grep ii
ii  gnome-keyring
2.92.92.is.2.32.1-0ubuntu2   GNOME keyring services (daemon and 
tools)

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

Title:
  Contacts does not show up in empathy contact list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/676828/+subscriptions

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


[Bug 805218] Re: keyboard buttons for changing volume level stops working on asus eeepc 1005ha

2011-07-04 Thread Jean-Baptiste Lallement
Confirmed on a eeepc 1015pe.

** Package changed: ubuntu => linux (Ubuntu)

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

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

** Also affects: linux (Ubuntu Oneiric)
   Importance: Medium
   Status: Confirmed

** Changed in: linux (Ubuntu Oneiric)
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Tags added: regression-release

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

Title:
  keyboard buttons for changing volume level stops working on asus eeepc
  1005ha

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/805218/+subscriptions

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


[Bug 796065] Re: Launcher item for encrypted disk (LUKS) is missing icon

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d
   Status: Incomplete => Confirmed

** Changed in: unity-2d (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/796065

Title:
  Launcher item for encrypted disk (LUKS) is missing icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/796065/+subscriptions

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


[Bug 789241] Re: Add manpages to the build process

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d
Milestone: 3.8.10 => 3.8.12

** Changed in: unity-2d
   Status: New => Confirmed

** Changed in: unity-2d
   Importance: Undecided => Medium

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

Title:
  Add manpages to the build process

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/789241/+subscriptions

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


[Bug 782372] Re: Insecure temporary file creation in byobu-config

2011-07-04 Thread daveb
** Also affects: byobu (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/782372

Title:
  Insecure temporary file creation in byobu-config

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/782372/+subscriptions

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


[Bug 753969] Re: [launcher] Enable Backlight Toggles by default for Unity/Unity-2d

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d
Milestone: 3.8.10 => None

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

Title:
  [launcher] Enable Backlight Toggles by default for Unity/Unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/753969/+subscriptions

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


[Bug 804878] Re: Cycle of pinning/unpinning application leads to icon not appearing in launcher

2011-07-04 Thread Jean-Baptiste Lallement
** Description changed:

+ TEST CASE:
+ 1.) Run gedit with Alt+F2 'gksu gedit'
+ 2.) Pin gedit to the launcher with 'Right Click > Keep in Launcher'
+ 3.) Open gedit with the pinned launcher icon and then close it as fast as 
possible then unpin it
+ 4.) Keep repeating 1-3 until you open gedit and no launcher icon appears.
+ 
+ At that point dragging the icon from the Dash when gedit is closed will
+ not do anything (the icon won't appear)
+ 
+ = Original Description =
  Gedit doesn't properly integrate with the launcher, namely:
  
  1) If I drag it's icon from dash to the launcher, I don't see the icon, but 
instead an empty space. Hovering over this space produces a tooltip "Empty 
Label"
  2) When launched from dash (or command line) and then choosing "Keep in 
Launcher" the icon doesn't indicate a running app (i.e. when gedit gets 
launched from this, there's no triangle to indicate that it's running)
  3) On certain occasions, nothing appears at all on the launcher when gedit 
gets launched.
  
  Happens from time to time on Natty, always on Oneiric.
- --- 
+ ---
  Architecture: i386
  DistroRelease: Ubuntu 11.10
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110702)
  Package: gedit 3.1.1-0ubuntu4
  PackageArchitecture: i386
  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 3.0-2.3-generic 3.0.0-rc4
  Tags:  unity-2d oneiric running-unity
  Uname: Linux 3.0-2-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Also affects: unity (Ubuntu Oneiric)
   Importance: Medium
   Status: Confirmed

** Changed in: unity (Ubuntu Oneiric)
   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/804878

Title:
  Cycle of pinning/unpinning application leads to icon not appearing in
  launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/804878/+subscriptions

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

[Bug 554202] Re: Checkbox still uses the old ubuntu logo.

2011-07-04 Thread Paul Sladen
** Also affects: ubuntu-branding
   Importance: Undecided
   Status: New

** Changed in: ubuntu-branding
   Status: New => In Progress

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

Title:
  Checkbox still uses the old ubuntu logo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox/+bug/554202/+subscriptions

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


[Bug 805342] Re: libc6 failed to install on d-i based images with error 'A copy of the C library was found in an unexpected directory '/lib/x86_64-linux-gnu/libc-2.13.so'

2011-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.13-8ubuntu3

---
eglibc (2.13-8ubuntu3) oneiric; urgency=low

  * debhelper.in/libc.preinst: Don't probe for old copies of libc when doing
initial installs (i.e. no second argument to preinst), since debootstrap
extracts libc and other packages before unpacking it properly and we
don't want to break it (LP: #805342).
 -- Colin WatsonMon, 04 Jul 2011 09:40:56 +0100

** Changed in: eglibc (Ubuntu Oneiric)
   Status: Confirmed => Fix Released

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

Title:
  libc6 failed to install on d-i based images with error 'A copy of the
  C library was found in an unexpected directory '/lib/x86_64-linux-
  gnu/libc-2.13.so'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/805342/+subscriptions

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


[Bug 805136] Re: accounts window doesn't fit on screen and no scrollbar to show hidden fields

2011-07-04 Thread Sebastien Bacher
** Changed in: thunderbird (Ubuntu Oneiric)
 Assignee: Canonical Desktop Team (canonical-desktop-team) => Chris Coulson 
(chrisccoulson)

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

Title:
  accounts window doesn't fit on screen and no scrollbar to show hidden
  fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/805136/+subscriptions

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


[Bug 797081] Re: Dashboard & lens views do not remember the user's fullscreen preference

2011-07-04 Thread Florian Boucault
** Also affects: unity
   Importance: Undecided
   Status: New

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

** Changed in: unity-2d
   Importance: Undecided => Medium

** Changed in: unity-2d
   Status: New => Confirmed

** Changed in: unity-2d (Ubuntu)
   Status: New => Confirmed

** Summary changed:

- Dashboard & lens views do not remember the user's fullscreen preference
+ [dash] do not remember the user's fullscreen preference

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

Title:
  [dash] do not remember the user's fullscreen preference

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/797081/+subscriptions

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


[Bug 788783] Re: dash doesn't remember size state

2011-07-04 Thread Florian Boucault
*** This bug is a duplicate of bug 797081 ***
https://bugs.launchpad.net/bugs/797081

** This bug has been marked a duplicate of bug 797081
   Dashboard & lens views do not remember the user's fullscreen preference

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

Title:
  dash doesn't remember size state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/788783/+subscriptions

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


[Bug 758650] Re: [launcher] Meta+Num key bindings are not working when launcher is hidden

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [launcher] Meta+Num key bindings are not working when launcher is
  hidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/758650/+subscriptions

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


[Bug 805036] Re: Can not choose classic unity instead of unity-2d

2011-07-04 Thread Robert Roth
I've done that from another terminal, e.g. Ctrl+Alt+F1, login and execute the 
commands: killall unity-2d-launcher, killall unity-2d-panel, unity.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Can not choose classic unity instead of unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805036/+subscriptions

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


[Bug 805036] Re: Can not choose classic unity instead of unity-2d

2011-07-04 Thread Didier Roche
nvidia binary drivers broke for people upgrading to the new mesa it seems
disabling and re-enabling nvidia in jockey "fixes" it though 

Not a proper unity issue, but I'll let ubuntu-x people retarget to the
right component

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Chris Halse Rogers (raof)

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

Title:
  Can not choose classic unity instead of unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805036/+subscriptions

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


[Bug 804938] Re: gtk2 version of the indicator not installed with unity-2d

2011-07-04 Thread Didier Roche
** Changed in: unity-2d (Ubuntu Oneiric)
 Assignee: Canonical Desktop Experience Team (canonical-dx-team) => Didier 
Roche (didrocks)

** Also affects: unity-2d
   Importance: Undecided
   Status: New

** Changed in: unity-2d
   Status: New => Triaged

** Changed in: unity-2d
   Importance: Undecided => Critical

** Changed in: unity-2d
 Assignee: (unassigned) => Didier Roche (didrocks)

** Changed in: unity-2d
Milestone: None => 3.8.10

** Changed in: unity-2d
   Status: Triaged => Fix Committed

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

Title:
  gtk2 version of the indicator not installed with unity-2d

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/804938/+subscriptions

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


[Bug 802218] Re: session-properties.desktop uses NoDisplay=true

2011-07-04 Thread Sebastien Bacher
Do you realize that most of the services you listed are checking for a
config key or hardware availability to start and that they will not run
in all cases? Like bluetooth will not start if there is no device to
manage, login sound will do nothing if the config key is turned to off,
same for file sharing, same for remote desktop, etc?

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

Title:
  session-properties.desktop uses NoDisplay=true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/802218/+subscriptions

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


[Bug 797676] Re: Launcher doesn't autohide

2011-07-04 Thread Didier Roche
** Changed in: unity-2d
 Assignee: (unassigned) => Didier Roche (didrocks)

** Changed in: unity-2d (Ubuntu Oneiric)
 Assignee: Canonical Desktop Experience Team (canonical-dx-team) => 
(unassigned)

** Changed in: unity-2d
   Status: Confirmed => Fix Committed

** Changed in: unity-2d
Milestone: None => 3.8.10

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

Title:
  Launcher doesn't autohide

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/797676/+subscriptions

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


[Bug 797672] Re: No default apps on launcher on a live session.

2011-07-04 Thread Didier Roche
** Changed in: unity-2d
Milestone: None => 3.8.10

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

Title:
  No default apps on launcher on a live session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/797672/+subscriptions

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


[Bug 723866] Re: Dash file Lens – Rename “Favourite Folders” category header to “Folders”

2011-07-04 Thread Florian Boucault
** Changed in: unity-2d
   Status: Confirmed => Fix Committed

** Changed in: unity-2d
Milestone: None => 3.8.10

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

Title:
  Dash file Lens – Rename “Favourite Folders” category header to
  “Folders”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723866/+subscriptions

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

[Bug 554202] Re: Checkbox still uses the old ubuntu logo.

2011-07-04 Thread Paul Sladen
Hello all, Ara just pinged me about this.  I'll try and run this past
Marcus Haslam, but the SVG done by Kenneth in comment #15 looks good to
me.  Are you happy with just the logo, or do you still want the text
"hardware database" (which has localisation issues) included in the
image?

David re: comment #10.  Yes, you're correct, applying
shadowing/alterations to the text or logo itself are not allowed by the
brand guidelines:

  http://design.canonical.com/the-toolkit/ubuntu-brand-guidelines/

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

Title:
  Checkbox still uses the old ubuntu logo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/checkbox/+bug/554202/+subscriptions

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


[Bug 805373] Re: Icon highlight is incorrectly offset/sized in the Dash

2011-07-04 Thread Daniel van Vugt
** Attachment added: "Screenshots.png"
   
https://bugs.launchpad.net/bugs/805373/+attachment/2190145/+files/Screenshots.png

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

Title:
  Icon highlight is incorrectly offset/sized in the Dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805373/+subscriptions

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


[Bug 805373] [NEW] Icon highlight is incorrectly offset/sized in the Dash

2011-07-04 Thread Daniel van Vugt
Public bug reported:

In the attached screenshots you can see the highlight behind the Check
Email (Thunderbird) icon is obviously incorrect. It's vertical offset is
wrong, it seems probably because the icon is smaller than the other
icons in the dash. Though I think the highlight should be the same size
regardless of the icon size.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.16-0ubuntu1~natty1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,place,imgpng,regex,unitymtgrabhandles,grid,session,snap,mousepoll,resize,move,animation,expo,ezoom,workarounds,resizeinfo,wall,staticswitcher,fade,scale,unityshell]
Date: Mon Jul  4 17:04:34 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.38-8-generic, x86_64: installed 
 vboxhost, 4.0.10, 2.6.38-8-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 82Q35 Express Integrated Graphics Controller [8086:29b2] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Dell OptiPlex 755 [1028:0211]
   Subsystem: Dell OptiPlex 755 [1028:0211]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: Dell Inc. OptiPlex 755
ProcEnviron:
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=e79b78d3-ed94-4285-8af0-4c7803ef2097 ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/06/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A17
dmi.board.name: 0DR845
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd04/06/2010:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0DR845:rvr:cvnDellInc.:ct3:cvr:
dmi.product.name: OptiPlex 755
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
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-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


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

Title:
  Icon highlight is incorrectly offset/sized in the Dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/805373/+subscriptions

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


[Bug 805371] [NEW] [Natty] System Monitor does not show the process Xorg.

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

[Natty] System Monitor does not show the process Xorg. But System Monitor in 
Lucid does.
'~$ which X; /usr/bin/X'.
'~$ ps aux |grep X ; root   988  0.5  0.6 156440 26176 tty7 Ss+  09:52  
 0:25 /usr/bin/X :0 -nr -verbose -auth 
/var/run/gdm/auth-for-gdm-E8XEvk/database -nolisten tcp vt7'.
This is a freshly installed Ubuntu 11.04,

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg 1:7.6+4ubuntu3.1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Jul  4 10:56:09 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Lenovo T61 [17aa:20b5]
   Subsystem: Lenovo T61 [17aa:20b5]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: LENOVO 6464W71
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=328670f9-63b9-4f64-9656-ae047ab66f5f ro
Renderer: Unknown
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/22/2007
dmi.bios.vendor: LENOVO
dmi.bios.version: 7LET51WW (1.21 )
dmi.board.name: 6464W71
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:bvr7LET51WW(1.21):bd08/22/2007:svnLENOVO:pn6464W71:pvrThinkPadT61:rvnLENOVO:rn6464W71:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6464W71
dmi.product.version: ThinkPad T61
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.4+bzr20110606-0ubuntu1~natty1
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3.1
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-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug natty ubuntu

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

Title:
  [Natty] System Monitor does not show the process Xorg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/805371/+subscriptions

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


[Bug 805371] Re: [Natty] System Monitor does not show the process Xorg.

2011-07-04 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/805371

Title:
  [Natty] System Monitor does not show the process Xorg.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/805371/+subscriptions

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


[Bug 805363] Re: this just looks "sus"

2011-07-04 Thread daveb
Actually it isn't so suspect ... it appears that /usr/bin/hp-hpdio is
the other-side (and it does the pickle dumping).

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

Title:
  this just looks "sus"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/805363/+subscriptions

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


[Bug 805363] Re: this just looks "sus"

2011-07-04 Thread daveb
Please close this issue.

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

Title:
  this just looks "sus"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/805363/+subscriptions

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


[Bug 801997] Re: vmtoolsd does not start in lucid

2011-07-04 Thread Edouard Thuleau
Hi,

I get the same error with open-vm-tools 2011.03.28-387002-0ubuntu1.1 on
:

Distributor ID: Ubuntu
Description:Ubuntu 11.04
Release:11.04
Codename:   natty
Linux 2.6.38-8-server #42-Ubuntu SMP Mon Apr 11 03:49:04 UTC 2011 x86_64 x86_64 
x86_64 GNU/Linux


# vmtoolsd 
vmtoolsd: symbol lookup error: 
/usr/lib/vmware-tools/lib/libvmtoolsd.so/libvmtoolsd.so: undefined symbol: 
VMTools_EnableLogging
#  which vmtoolsd
/usr/sbin/vmtoolsd
# dpkg -S `which vmtoolsd`
dpkg-query: no path found matching pattern /usr/sbin/vmtoolsd.
# sha1sum `which vmtoolsd`
103c39fcb48d0260eca9179af25ec2f4d98ac5aa  /usr/sbin/vmtoolsd
# file `which vmtoolsd`
/usr/sbin/vmtoolsd: symbolic link to `/usr/lib/vmware-tools/bin64/appLoader'
# file /usr/lib/vmware-tools/bin64/appLoader
/usr/lib/vmware-tools/bin64/appLoader: ELF 64-bit LSB executable, x86-64, 
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.0, 
stripped

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

Title:
  vmtoolsd does not start in lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/801997/+subscriptions

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


[Bug 805378] [NEW] Sync tangerine 0.3.3-1 (universe) from Debian unstable (main)

2011-07-04 Thread Iain Lane
Public bug reported:

Please sync tangerine 0.3.3-1 (universe) from Debian unstable (main)

Changelog entries since current oneiric version 0.3.2.2-7:

tangerine (0.3.3-1) unstable; urgency=low

  * [38a7c3a] New upstream release
+ Fixes for Mono 4.0
+ Fix Banshee plugin for Banshee rename
+ Fix category in desktop file
+ Miscellanous build system bug fixes
  * [10dc0fb] Drop banshee-pcfile-rename patch (applied upstream)
  * [027294c] Add dllmap for libsessionglue

 -- Chow Loong Jin   Mon, 04 Jul 2011 01:28:22
+0800

** Affects: tangerine (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

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

** Changed in: tangerine (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/805378

Title:
  Sync tangerine 0.3.3-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tangerine/+bug/805378/+subscriptions

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


[Bug 805377] Re: alacarte crashed with OSError in _execute_child(): [Errno 2] Datei oder Verzeichnis nicht gefunden

2011-07-04 Thread huerlimannw
** Visibility changed to: Public

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

Title:
  alacarte crashed with OSError in _execute_child(): [Errno 2] Datei
  oder Verzeichnis nicht gefunden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/805377/+subscriptions

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


[Bug 805252] Re: appmenu shows nautilus menu when desktop is displayed

2011-07-04 Thread Sebastien Bacher
** Package changed: appmenu-gtk (Ubuntu Oneiric) => nautilus (Ubuntu
Oneiric)

** Package changed: nautilus (Ubuntu Oneiric) => appmenu-gtk (Ubuntu
Oneiric)

** Package changed: appmenu-gtk (Ubuntu Oneiric) => nautilus (Ubuntu
Oneiric)

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

Title:
  appmenu shows nautilus menu when desktop is displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/805252/+subscriptions

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


[Bug 804584] Re: package keyboard-configuration 1.57ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-07-04 Thread Jean-Baptiste Lallement
Thanks for your report

Error from the log:
Setting up keyboard-configuration (1.57ubuntu21) ...
iconv: error while loading shared libraries: libiconv.so.2: cannot open shared 
object file: No such file or directory
dpkg: error processing keyboard-configuration (--configure):
 subprocess installed post-installation script returned error exit status 127

** Changed in: console-setup (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  package keyboard-configuration 1.57ubuntu21 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/804584/+subscriptions

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


[Bug 804273] Re: wireless is disabled on resume from suspend

2011-07-04 Thread Brendan Donegan
Hi,

I can't reproduce this on a Samsung N310 either, nor my HP 6930p (using
Intel Corporation Ultimate N WiFi Link 5300). However the WiFi is always
off when I turn my HP on, which never used to be the case in Natty.

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

Title:
  wireless is disabled on resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/804273/+subscriptions

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


[Bug 799379] Re: Monitor undected and screen resolution options missing

2011-07-04 Thread Sebastien Bacher
Seems like the issue is an xorg or linux one rather than a gui one,
reassigning

** Package changed: gnome-control-center (Ubuntu) => xorg-server
(Ubuntu)

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

Title:
  Monitor undected and screen resolution options missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/799379/+subscriptions

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


[Bug 772834] Re: Asus U43F with 11.04 freeze on suspend

2011-07-04 Thread dicairo
after 2 monthes and no solution yet how come??? its really
ba :(

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

Title:
  Asus U43F with 11.04 freeze on suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/772834/+subscriptions

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


[Bug 805363] Re: this just looks "sus"

2011-07-04 Thread Till Kamppeter
** Changed in: hplip (Ubuntu)
   Status: New => Invalid

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

Title:
  this just looks "sus"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/805363/+subscriptions

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