[Bug 55865] Re: [Edgy] Please remove obsolete libnautilus-burn3 from archive

2006-08-27 Thread Daniel Holbach
*** This bug is a duplicate of bug 55863 ***

[EMAIL PROTECTED]:~$ apt-cache rdepends libnautilus-burn3
libnautilus-burn3
Reverse Depends:
[EMAIL PROTECTED]:~$

-- 
[Edgy] Please remove obsolete libnautilus-burn3 from archive
https://launchpad.net/bugs/55865

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


[Bug 55814] Re: Nautilus duplicates thumbnails for files with special characters when searching

2006-08-27 Thread Daniel Holbach
Jan, does http://bugzilla.gnome.org/show_bug.cgi?id=337759 match what
you experienced?

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Needs Info

-- 
Nautilus duplicates thumbnails for files with special characters when searching
https://launchpad.net/bugs/55814

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


[Bug 57957] Re: install/uninstall doesn't complete because of broken init-script

2006-08-27 Thread Ali Sabil
** Description changed:

+ vmware-player: 1.0.1-4
+ vmware-player-kernel-modules: 2.6.15.10-9
+ vmware-player-kernel-modules-2.6.15-26: 2.6.15.10-9
+ 
  $ sudo apt-get remove vmware-player
  Reading package lists... Done
  Building dependency tree... Done
  The following packages will be REMOVED
vmware-player
  0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 0B of archives.
  After unpacking 32.0MB disk space will be freed.
  Do you want to continue [Y/n]?
  (Reading database ... 124384 files and directories currently installed.)
  Removing vmware-player ...
  Stopping VMware services:
 Virtual machine monitor done
 Bridged networking on /dev/vmnet0   done
 DHCP server on /dev/vmnet1  done
 Host-only networking on /dev/vmnet1 done
 DHCP server on /dev/vmnet8  done
 NAT service on /dev/vmnet8  done
 Host-only networking on /dev/vmnet8 done
 Virtual ethernet   failed
  invoke-rc.d: initscript vmware-player, action "stop" failed.
  dpkg: error processing vmware-player (--remove):
   subprocess pre-removal script returned error exit status 1
  Starting VMware services:
 Virtual machine monitor done
 Virtual ethernetdone
 Bridged networking on /dev/vmnet0  failed
 Host-only networking on /dev/vmnet1 (background)done
 Host-only networking on /dev/vmnet8 (background)done
 NAT service on /dev/vmnet8  done
  invoke-rc.d: initscript vmware-player, action "start" failed.
  dpkg: error while cleaning up:
   subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
   vmware-player
  E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
install/uninstall doesn't complete because of broken init-script
https://launchpad.net/bugs/57957

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


[Bug 19482] Re: speexenc segfaults on amd64

2006-08-27 Thread jmspeex
Bit off-topic, but I just noticed that Speex is listed as an Ubuntu
package instead of an individual project. In any case, how can I get
automatically notified of bugs filed against Speex?

-- 
speexenc segfaults on amd64
https://launchpad.net/bugs/19482

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


[Bug 57957] install/uninstall doesn't complete because of broken init-script

2006-08-27 Thread Ali Sabil
Public bug reported:

vmware-player: 1.0.1-4
vmware-player-kernel-modules: 2.6.15.10-9
vmware-player-kernel-modules-2.6.15-26: 2.6.15.10-9

$ sudo apt-get remove vmware-player
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED
  vmware-player
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 32.0MB disk space will be freed.
Do you want to continue [Y/n]?
(Reading database ... 124384 files and directories currently installed.)
Removing vmware-player ...
Stopping VMware services:
   Virtual machine monitor done
   Bridged networking on /dev/vmnet0   done
   DHCP server on /dev/vmnet1  done
   Host-only networking on /dev/vmnet1 done
   DHCP server on /dev/vmnet8  done
   NAT service on /dev/vmnet8  done
   Host-only networking on /dev/vmnet8 done
   Virtual ethernet   failed
invoke-rc.d: initscript vmware-player, action "stop" failed.
dpkg: error processing vmware-player (--remove):
 subprocess pre-removal script returned error exit status 1
Starting VMware services:
   Virtual machine monitor done
   Virtual ethernetdone
   Bridged networking on /dev/vmnet0  failed
   Host-only networking on /dev/vmnet1 (background)done
   Host-only networking on /dev/vmnet8 (background)done
   NAT service on /dev/vmnet8  done
invoke-rc.d: initscript vmware-player, action "start" failed.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 vmware-player
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: vmware-player (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
install/uninstall doesn't complete because of broken init-script
https://launchpad.net/bugs/57957

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


[Bug 19482] Re: speexenc segfaults on amd64

2006-08-27 Thread jmspeex
Just saw this today. I'm the maintainer of Speex (for some reason the
Speex project no longer appears on launchpad). I'll fix the problem in
Speex for the next release. In the mean time, I suggest simply doing the
following change instead:

-  op.packet = (unsigned char *)speex_header_to_packet(&header, 
(int*)&(op.bytes));
+  int bytes;
+  op.packet = (unsigned char *)speex_header_to_packet(&header, &bytes);
+  op.bytes = bytes;

It's much simpler and the Speex header size is guaranteed to fit in an
int (actually, it would even fit in a char), so no need to change
anything to size_t.

-- 
speexenc segfaults on amd64
https://launchpad.net/bugs/19482

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


[Bug 57840] Re: X hangs system on switch back

2006-08-27 Thread Chris Phillips
After a couple of tries with reinstalls from scratch ( didn't have any
work on this machine, so I had nothing to lose ), I decided to try using
the framebuffer option while reconfiguring X. This *seems* to have
cleared up the problem, though I'm not 100% sure that I have the exact
same setup as before, nor am I sure that this solution is adequate.

Will someone please assign this bug to an appropriate category?

-- 
X hangs system on switch back
https://launchpad.net/bugs/57840

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


[Bug 22336] Re: laptop overheats when performing CPU intensive tasks.

2006-08-27 Thread Øivind Hoel
Re the status of this bug as NEEDINFO; what info is required at this
point?

Personally I find I have to manually get the CPU fan going by slowly
stressing metacity harder by moving windows around the screen before I
can do any really CPU-intensive work. Seems my fan just doesn't want to
start spinning fast - fast enough.

I'm on a centrino/PM1.6 laptop. Perhaps powernowd is the culprit?

-- 
laptop overheats when performing CPU intensive tasks.
https://launchpad.net/bugs/22336

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


[Bug 57956] Software package installed, but menu not updated until next X session

2006-08-27 Thread Declan Kennedy
Public bug reported:

When installing software through the Add/Remove menu, the applications
menu doesn't get refreshed after the item is added to it, so it doesn't
show up. Running Alacarte reveals that it has been added to the menu
correctly, but the main menu doesn't reflect this until the next X
session.

The software package in question was Monodevelop, which appears under
Programming in the main applications menu.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

** Description changed:

  When installing software through the Add/Remove menu, the applications
  menu doesn't get refreshed after the item is added to it, so it doesn't
  show up. Running Alacarte reveals that it has been added to the menu
  correctly, but the main menu doesn't reflect this until the next X
  session.
+ 
+ The software package in question was Monodevelop, which appears under
+ Programming in the main applications menu.

-- 
Software package installed, but menu not updated until next X session
https://launchpad.net/bugs/57956

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


[Bug 57943] Re: xawtv: Please review/sponsor latest merge.

2006-08-27 Thread Luke Yelavich
** Changed in: xawtv (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 55320] Re: chroot setup does not copy sasldb2

2006-08-27 Thread Hans-Peter Oeri
They are related. Depending on the sasl setup, different solutions might
be necessary. For a "simple" auth db in sasldb2, copying that file is
sufficient, though.

-- 
chroot setup does not copy sasldb2
https://launchpad.net/bugs/55320

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


[Bug 47776] Re: Menueditor produces empty menu-file

2006-08-27 Thread Jani Monoses
** Bug 54509 has been marked a duplicate of this bug

-- 
Menueditor produces empty menu-file
https://launchpad.net/bugs/47776

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


[Bug 54509] Re: menu disappears after clicking "edit menu"

2006-08-27 Thread Jani Monoses
*** This bug is a duplicate of bug 47776 ***

** This bug has been marked a duplicate of bug 47776
   Menueditor produces empty menu-file

-- 
menu disappears after clicking "edit menu"
https://launchpad.net/bugs/54509

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


[Bug 28210] Re: cdrecord hangs with kernel >= 2.6.10 and cyberdrive cdrw

2006-08-27 Thread robatino
  Instead of disabling the check explicitly, the code could (and should)
be modified so it doesn't do the check unless it's needed - i.e.,
CDR_FORCESPEED is not set, -force is not specified, and burnfree is not
specified on the command line.  As a general rule, hardware shouldn't be
relied on to do any more than absolutely necessary, precisely to avoid
this kind of problem with nonstandard behavior.

-- 
cdrecord hangs with kernel >= 2.6.10 and cyberdrive cdrw
https://launchpad.net/bugs/28210

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-27 Thread Corey Burger
ok, I am complete fracking idiot...

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: gnome-session => gnome-power-manager

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-27 Thread Corey Burger
changing package, but seb's fix didn't work

 gnome-session (2.15.92-0ubuntu2) edgy; urgency=low
 .
  * debian/patches/11_session_dialog.patch:
- updated the name of the dbus methods to query gnome-power-manager sleep
  and hibernate, make those actions work again from the session dialog

[EMAIL PROTECTED]:~$ apt-cache policy gnome-session
gnome-session:
  Installed: 2.15.92-0ubuntu2
  Candidate: 2.15.92-0ubuntu2
  Version table:
 *** 2.15.92-0ubuntu2 0
500 http://archive.ubuntu.com edgy/main Packages
100 /var/lib/dpkg/status

** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: gnome-power-manager => gnome-session

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57955] Re: USB automount fails in Ubuntu 6.06

2006-08-27 Thread e_mielke


-- 
USB automount fails in Ubuntu 6.06
https://launchpad.net/bugs/57955

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


[Bug 57955] Re: USB automount fails in Ubuntu 6.06

2006-08-27 Thread e_mielke


-- 
USB automount fails in Ubuntu 6.06
https://launchpad.net/bugs/57955

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


[Bug 57955] USB automount fails in Ubuntu 6.06

2006-08-27 Thread e_mielke
Public bug reported:


Auto mount fails for Kingston DataTraveler 1GB pen drive. 

udev.log:

udevmonitor prints the received event from the kernel [UEVENT]
and the event which udev sends out after rule processing [UDEV]

UEVENT[1156740347.852490] add@/devices/pci:00/:00:1d.7/usb5/5-6
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6
SUBSYSTEM=usb
SEQNUM=2741
PHYSDEVBUS=usb
PHYSDEVDRIVER=usb

UEVENT[1156740347.853778] add@/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0
SUBSYSTEM=usb
SEQNUM=2742
PHYSDEVBUS=usb
DEVICE=/proc/bus/usb/005/005
PRODUCT=951/1601/100
TYPE=0/0/0
INTERFACE=8/6/80
MODALIAS=usb:v0951p1601d0100dc00dsc00dp00ic08isc06ip50

UEVENT[1156740347.853804] add@/class/scsi_host/host3
ACTION=add
DEVPATH=/class/scsi_host/host3
SUBSYSTEM=scsi_host
SEQNUM=2743
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3

UEVENT[1156740347.853820] add@/class/usb_device/usbdev5.5
ACTION=add
DEVPATH=/class/usb_device/usbdev5.5
SUBSYSTEM=usb_device
SEQNUM=2744
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6
PHYSDEVBUS=usb
PHYSDEVDRIVER=usb
MAJOR=189
MINOR=516

UDEV  [1156740347.855193] add@/devices/pci:00/:00:1d.7/usb5/5-6
UDEV_LOG=3
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6
SUBSYSTEM=usb
SEQNUM=2741
PHYSDEVBUS=usb
PHYSDEVDRIVER=usb
UDEVD_EVENT=1

UDEV  [1156740347.914231] add@/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0
UDEV_LOG=3
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0
SUBSYSTEM=usb
SEQNUM=2742
PHYSDEVBUS=usb
DEVICE=/proc/bus/usb/005/005
PRODUCT=951/1601/100
TYPE=0/0/0
INTERFACE=8/6/80
MODALIAS=usb:v0951p1601d0100dc00dsc00dp00ic08isc06ip50
UDEVD_EVENT=1

UDEV  [1156740347.945030] add@/class/scsi_host/host3
UDEV_LOG=3
ACTION=add
DEVPATH=/class/scsi_host/host3
SUBSYSTEM=scsi_host
SEQNUM=2743
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3
UDEVD_EVENT=1

UDEV  [1156740347.973235] add@/class/usb_device/usbdev5.5
UDEV_LOG=3
ACTION=add
DEVPATH=/class/usb_device/usbdev5.5
SUBSYSTEM=usb_device
SEQNUM=2744
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6
PHYSDEVBUS=usb
PHYSDEVDRIVER=usb
MAJOR=189
MINOR=516
UDEVD_EVENT=1
USB_BUS=005
USB_DEV=005
DEVNAME=/dev/bus/usb/005/005

UEVENT[1156740352.852364] 
add@/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
SUBSYSTEM=scsi
SEQNUM=2745
PHYSDEVBUS=scsi

UEVENT[1156740353.063747] add@/block/sdc
ACTION=add
DEVPATH=/block/sdc
SUBSYSTEM=block
SEQNUM=2746
MINOR=32
MAJOR=8
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd

UEVENT[1156740353.067515] add@/block/sdc/sdc1
ACTION=add
DEVPATH=/block/sdc/sdc1
SUBSYSTEM=block
SEQNUM=2747
MINOR=33
MAJOR=8
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd

UEVENT[1156740353.067894] add@/class/scsi_device/3:0:0:0
ACTION=add
DEVPATH=/class/scsi_device/3:0:0:0
SUBSYSTEM=scsi_device
SEQNUM=2748
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd

UEVENT[1156740353.067914] add@/class/scsi_generic/sg2
ACTION=add
DEVPATH=/class/scsi_generic/sg2
SUBSYSTEM=scsi_generic
SEQNUM=2749
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd
MAJOR=21
MINOR=2

UDEV  [1156740353.068964] 
add@/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
UDEV_LOG=3
ACTION=add
DEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
SUBSYSTEM=scsi
SEQNUM=2745
PHYSDEVBUS=scsi
UDEVD_EVENT=1

UDEV  [1156740353.099792] add@/class/scsi_generic/sg2
UDEV_LOG=3
ACTION=add
DEVPATH=/class/scsi_generic/sg2
SUBSYSTEM=scsi_generic
SEQNUM=2749
PHYSDEVPATH=/devices/pci:00/:00:1d.7/usb5/5-6/5-6:1.0/host3/target3:0:0/3:0:0:0
PHYSDEVBUS=scsi
PHYSDEVDRIVER=sd
MAJOR=21
MINOR=2
UDEVD_EVENT=1
DEVNAME=/dev/sg2

UDEV  [1156740353.125138] add@/class/scsi_device/3:0:


gvm.log

manager.c/751: setting[0]: bool: autobrowse = 1
manager.c/751: setting[1]: bool: autoburn = 1
manager.c/746: setting[2]: string: autoburn_audio_cd_command = serpentine
manager.c/746: setting[3]: string: autoburn_data_cd_command = nautilus 
--no-desktop burn:
manager.c/751: setting[4]: bool: autoipod = 1
manager.c/746: setting[5]: string: autoipod_command = rhythmbox
manager.c/751: setting[6]: bool: autokeyboard = 0
manager.c/746: setting[7]: string: autokeyboard_command = 
manager.c/751: setting[8]: bool: automount_drives = 1
manager.c/751: setting[9]: bool: automount_media = 1
manager.c/751: setting[10]: bool: automouse = 0
manager.c/746: setting[11]: string: automouse_command = 
manager.c/751: setting[12]: bool: autophoto = 1
manager.c/746: setting[13]: string: autophoto_command = 

[Bug 57954] Re: edgy desktop doesn't display things correctly

2006-08-27 Thread Daniel T Chen
Here's the culprit:

(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8762
Module class: X.Org Video Driver
(EE) = WARNING WARNING WARNING WARNING =
(EE) This server has a video driver ABI version of 1.0 but this
(EE) driver is designed to work with versions before 1.0.  The
(EE) driver will continue to load, but may behave strangely. 
(EE) Please check http://www.nvidia.com/ for driver updates or
(EE) downgrade to an X server with a supported driver ABI.
(EE) ===

Wait for the newest Nvidia drivers to be added to linux-restricted-
modules.

** Changed in: xorg-server (Ubuntu)
   Importance: Untriaged => Low
   Status: Unconfirmed => Rejected

-- 
edgy desktop doesn't display things correctly
https://launchpad.net/bugs/57954

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


[Bug 57940] Re: [Edgy] Rebuild for new e-d-s and libbluetooth2

2006-08-27 Thread Daniel T Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Format: 1.7
Date: Mon, 28 Aug 2006 01:46:54 +0200
Source: multisync
Binary: libmultisync-plugin-irmc multisync libmultisync-plugin-syncml libmultisy
nc-plugin-palm libmultisync-plugin-backup libmultisync-plugin-all libmultisync-p
lugin-irmc-bluetooth libmultisync-plugin-evolution libmultisync-plugin-opie
Architecture: source
Version: 0.82-6ubuntu1
Distribution: edgy
Urgency: low
Maintainer: Michael Banck <[EMAIL PROTECTED]>
Changed-By: Michael Bienia <[EMAIL PROTECTED]>
Description: 
 libmultisync-plugin-all - Complete MultiSync suite
 libmultisync-plugin-backup - Backup plug for MultiSync
 libmultisync-plugin-evolution - Ximian Evolution plugin for MultiSync
 libmultisync-plugin-irmc - IrMc Mobile plugin for MultiSync
 libmultisync-plugin-irmc-bluetooth - Adds Bluetooth support to the IrMC plugin
 libmultisync-plugin-opie - Opie plugin for MultiSync
 libmultisync-plugin-palm - Palm plugin for MultiSync
 libmultisync-plugin-syncml - SyncML plugin for MultiSync
 multisync  - A program to synchronize PIM data
Changes: 
 multisync (0.82-6ubuntu1) edgy; urgency=low
 .
   * rebuild for new evolution-data-server
 - libebook1.2-5 -> libebook1.2-9
 - libecal1.2-3  -> libecal1.2-7
 - libedata-cal1.2-1 -> libedata-cal1.2-6
   * change build-depends from libbluetooth1-dev to libbluetooth2-dev
Files: 
 fdb167de6576d0894aaae79e876a98a8 1055 gnome optional multisync_0.82-6ubuntu1.ds
c
 4da1e3a76d7282e28037e8582153da53 2543823 gnome optional multisync_0.82-6ubuntu1
.diff.gz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFE8nc+e9GwFciKvaMRAjDSAJoCWnXqlneKcvcmDsm38pPw4W0ORQCfUOs+
orYlKwmmRabmuYP8lkA9/lM=
=VP2y
-END PGP SIGNATURE-

** Changed in: multisync (Ubuntu)
   Importance: Untriaged => Low
   Status: Unconfirmed => Fix Committed

-- 
[Edgy] Rebuild for new e-d-s and libbluetooth2
https://launchpad.net/bugs/57940

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


[Bug 57954] Re: edgy desktop doesn't display things correctly

2006-08-27 Thread Chris Cole


-- 
edgy desktop doesn't display things correctly
https://launchpad.net/bugs/57954

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


[Bug 57954] Re: edgy desktop doesn't display things correctly

2006-08-27 Thread Chris Cole


-- 
edgy desktop doesn't display things correctly
https://launchpad.net/bugs/57954

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


[Bug 57954] edgy desktop doesn't display things correctly

2006-08-27 Thread Chris Cole
Public bug reported:

Binary package hint: xserver-xorg-core

i'm guessing this is a bug with xserver-xorg-core...but i'm not sure. i
have an nvidia geforce 440 card on a hp pavilion zv5000 notebook. i have
attached a screenshot of what my problem looks like...this bug happens
with all windows, not just those that are gtk based. i don't know how
else to describe this bug except that things fail to draw correctly
until they are refreshed one or more times. i'm also attaching my xorg
log. Thanks.

** Affects: xorg-server (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
edgy desktop doesn't display things correctly
https://launchpad.net/bugs/57954

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


[Bug 56917] Re: Xchat closes editing preferences.

2006-08-27 Thread Alexandre Vassalotti
Duplicate of bug #57842

-- 
Xchat closes editing preferences.
https://launchpad.net/bugs/56917

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


[Bug 57863] Re: Ubuntu should have a floppy/network install option like Debian

2006-08-27 Thread JP Vossen
Yeah, https://help.ubuntu.com/community/Installation/Netboot is one of
the "not pretty" work-arounds [1].

My argument is that a successful installer should "Just Work" with the
absolute minimal resources (physical and skills) on the installation
side.  In this day and age I'd say the minimum is a) a decent CD install
(Live or otherwise) or b) a decent over-the-wire install with *nothing*
but a reasonable Internet connection (OK and in this case a working
floppy drive).  If you don't have a working CD player or decent Internet
connection, then you've got bigger problems than trying to install
Ubuntu.


Both https://help.ubuntu.com/community/Installation/Netboot and 
https://help.ubuntu.com/community/Installation/LocalNet fail my test because 
they:

1) Require extra infrastructure that may not be present (a second PC).
2) Require some picky and specific configuration tweaks on that second PC, that 
may not be a) possible given the installer's skill, interest or time, or b) 
desirable for the given environment [2].
3) Because of #1 and #2, the ability to do an install any time, any place, is 
more limited than it should be, granted in a small number of cases (bused CD 
only).
4) They are arguably less secure, since you're setting up tftp which is 
questionable security-wise, and you're creating an environment that makes it 
very simple to overwrite existing systems by accident, very easily.  BAD IDEAS. 
 Sure, it's fine *if* you remember to clean up after yourself...


I think that this:
0) Using only 1 machine:
1) Download three (possibly four) floppy images
2) "Burn" the floppies using readily available software for Linux or 
Windows (including GUI varieties)
3) Reboot from floppy one, inserting the others as prompted
4) Do the install

Is a lot less scary to a newbie than  this:
0) Using at least two machines:
1) Install a particular (arguably non-standard) DHCP server
2) Configured it a given way (copy and paste from good directions; on 
the command line)
3) Install a tftp server
4) Copy install files into place
5) Extract files and change permissions as needed (command line)
6) Enable and configure the tftp server (copy and paste from good 
directions; on the command line)
7) Maybe turn off a firewall or create rules as necessary for any/all 
of the above to maybe work
8) Try to boot the target, using PXE (which, if it fails, probably does 
so pretty quietly and inexplicably)
9) Else go download some floppies, burn 'em, hope they work with your 
NIC (which you have to already know about)
10) If everything else worked right the first time , start the 
install now

Looking at that, I can see why some people think Linux is hard.  Not
what Ubuntu is shooting for, I think.

I am capable of doing this a couple of different ways, that's not the
problem.  My argument is that for very little work a newbie who wants to
try out Ubuntu on a marginal machine could have a MUCH nicer time of it.
Anyone ever try to install Windows this way?  (OK, OK, newer than Win95
anyway? :-)  Won’t work; but "Linux Can Do It!

Maybe I'm nuts and the only person to think this, in which case I'll
shut up and go away.  It'll be interesting to see if anyone else finds
and comments on this...


Notes

[1] Aside for the method itself, which I covered above, it has a broken
links to https://help.ubuntu.com/community/Installation/QuickNetboot and
http://www.heinous.org/index.php/Ubuntu_Notes, which I reported to
[EMAIL PROTECTED]

[2] I already have DHCP and I like how it's set up.  I'm not about to
munge my config to do something that I shouldn't need it for anyway.
Likewise, tftp isn't allowed on my network.  And even if I did set that
stuff up in an isolated environment, it only works here, not if I happen
to be at someone else's house.

-- 
Ubuntu should have a floppy/network install option like Debian
https://launchpad.net/bugs/57863

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

[Bug 57695] Réf. : [Bug 57695] Re: INSTAL LER CRASHED

2006-08-27 Thread rotaract1770
Hi

Thank you for your councils, I will do what is necessary, nevertheless this CD 
was used for to me to make other installation
(before and after the incident). I thus will check the state of cleanliness of 
my lens.

Thank you still

Franck Weber
Pilote Opérationnel d'Application TELEREL
Bureau 11/55
EDF Direction Informatique et Télécommunications  SIRX
21 rue Joseph Bara
92132 Issy-les-Moulineaux
Tel: 01.44.26.76.33



   
  [EMAIL PROTECTED] 
   
  l.comPour :[EMAIL PROTECTED]  
  
  Envoyé par : cc : 
   
  [EMAIL PROTECTED]Objet :   [Bug 57695] Re: 
INSTALLER CRASHED 
  .com  
   

   

   
  25/08/2006 16:02  
   
  Veuillez répondre 
   
  à 57695   
   

   

   



Looking at the huge number of squashfs error messages in your
/var/log/syslog, it appears that you have a badly-written CD or a dirty
CD drive lens. I suggest burning at a lower speed and/or using an off-
the-shelf CD drive cleaning kit to clean the lens.

** Changed in: ubiquity (Ubuntu)
   Status: Unconfirmed => Rejected

--
INSTALLER CRASHED
https://launchpad.net/bugs/57695

-- 
INSTALLER CRASHED
https://launchpad.net/bugs/57695

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

[Bug 57842] Re: Segfault on opening file browser dialog

2006-08-27 Thread Alexandre Vassalotti
Confirmed here, on Edgy.

-- 
Segfault on opening file browser dialog
https://launchpad.net/bugs/57842

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


[Bug 57943] Re: xawtv: Please review/sponsor latest merge.

2006-08-27 Thread Daniel T Chen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Format: 1.7
Date: Mon, 28 Aug 2006 08:51:53 +1000
Source: xawtv
Binary: xawtv-plugins fbtv radio ttv webcam xawtv-plugin-qt pia xawtv xawtv-tool
s scantv streamer alevtd v4l-conf
Architecture: source
Version: 3.95-4ubuntu1
Distribution: edgy
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Luke Yelavich <[EMAIL PROTECTED]>
Description: 
 alevtd - http daemon for videotext pages
 fbtv   - linux console (fbcon) TV application
 pia- movie player
 radio  - ncurses-based radio application
 scantv - scan TV channels for stations
 streamer   - capture tool (images / movies)
 ttv- tty TV application
 v4l-conf   - tool to configure video4linux drivers
 webcam - capture and upload images
 xawtv  - X11 TV application
 xawtv-plugin-qt - quicktime plugin for xawtv and motv
 xawtv-plugins - plugins for xawtv and motv
 xawtv-tools - Miscellaneous tools distributed with xawtv
Closes: 384312
Changes: 
 xawtv (3.95-4ubuntu1) edgy; urgency=low
 .
   * Merge from Debian unstable.
 .
 xawtv (3.95-4) unstable; urgency=low
 .
   * QA upload.
   * Fix 07_page_size.dpatch.  Closes: #384312.
Files: 
 b9006310e623ba6245d9a71a48e9e033 1114 graphics extra xawtv_3.95-4ubuntu1.dsc
 db8add7cac00ea4b476d75c105be54a6 25786 graphics extra xawtv_3.95-4ubuntu1.diff.
gz
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFE8nMae9GwFciKvaMRAlM0AJ4g4fBXIwlyK8wLCPhdV29jr+M3EQCglit+
wycTwmX4zh6nx7qH0PFaovw=
=jNAc
-END PGP SIGNATURE-

** Changed in: xawtv (Ubuntu)
   Importance: Untriaged => Low
   Status: Unconfirmed => Fix Committed

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 57089] Re: Rate converter plugin missed in binary package

2006-08-27 Thread Igor Goldenberg
Good synthetic sample to test quality of resampling. If you hear noise after 
third tone the resampling is not so good as it can be.
It's need to have soundcard w/o 44100 Hz native support, like many Creative 
game cards or some integrated. If after "aplay -D hw:0 udial.wav" you get 
warning about 44100 and 48000 Hz - you card can't play 44.1kHz directly. But in 
this case you can hear as the sample must sounds (except it will sound a bit 
quicker and higher).

-- 
Rate converter plugin missed in binary package
https://launchpad.net/bugs/57089

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


[Bug 57872] Re: regression: pressing power button no longer brings up logout dialog

2006-08-27 Thread Corey Burger
Confirmed on my Tecra A5. Note the machine can still suspend via the
right click on the gpm icon.

** Summary changed:

- regression: pressing power button no longer gives power manager menu
+ regression: pressing power button no longer brings up logout dialog

** Description changed:

  In dapper, pressing the power button on my laptop (HP nc6120) would
- bring op the gnome-power-manager menu, with option to shutdown, suspend,
- hibernate, etc.  In edgy, this stopped working, and the power button on
- my laptop is now non-functioning (as the usual acpid /etc/acpi/sleep.sh
- behaviour is overidden while gnome-power-manager is running).
+ bring op the logout dialog, with option to shutdown, suspend, hibernate,
+ etc.  In edgy, this stopped working, and the power button on my laptop
+ is now non-functioning (as the usual acpid /etc/acpi/sleep.sh behaviour
+ is overidden while gnome-power-manager is running).
  
  Please let me know if you need some info to debug this.

** Changed in: gnome-power-manager (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
regression: pressing power button no longer brings up logout dialog
https://launchpad.net/bugs/57872

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


[Bug 57952] the sys log

2006-08-27 Thread G-Spot+


-- 
xubuntu installation problem
https://launchpad.net/bugs/57952

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


[Bug 57952] xubuntu installation problem

2006-08-27 Thread G-Spot+
Public bug reported:

this is what came up as soon as i tried to install it to my desktop from
my livecd:

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
install(sys.argv[1])
  File "/usr/bin/ubiquity", line 54, in install
wizard = ui.Wizard(distro)
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 171, 
in __init__
self.customize_installer()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 300, 
in customize_installer
self.tzmap = TimezoneMap(self)
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 
1703, in __init__
self.tzdb = ubiquity.tz.Database()
  File "/usr/lib/python2.4/site-packages/ubiquity/tz.py", line 182, in __init__
self.locations.append(Location(line, iso3166))
  File "/usr/lib/python2.4/site-packages/ubiquity/tz.py", line 168, in __init__
today = datetime.datetime.today()
ValueError: microsecond must be in 0..99

this is the syslog:

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
xubuntu installation problem
https://launchpad.net/bugs/57952

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


[Bug 57953] gnome-vfs-daemon crashes

2006-08-27 Thread abeowitz
Public bug reported:

Crashes at each login.

Upgraded from dapper to edgy.  i.e. didn't wipe out ~/.gnome, etc.

ProblemType: Crash
Date: Fri Aug 25 17:22:50 2006
Dependencies:
 libglib2.0-0 2.12.2-0ubuntu1
 debconf 1.5.2ubuntu2
 shared-mime-info 0.18-0ubuntu1
 libxml2 2.6.26.dfsg-2ubuntu2
 libdbus-1-2 0.62-4ubuntu4
 libtext-wrapi18n-perl 0.06-5
 libavahi-client3 0.6.12-1ubuntu1
 gconf2-common 2.14.0-1ubuntu2
 ucf 2.0012
 liblocale-gettext-perl 1.05-1
 libopencdk8 0.5.8-1
 libgcrypt11 1.2.2-2
 libbz2-1.0 1.0.3-3
 libncursesw5 5.5-2ubuntu1
 libhal1 0.5.7.1-0ubuntu7
 debconf-i18n 1.5.2ubuntu2
 libtext-charwidth-perl 0.04-4
 libgnomevfs2-common 2.15.92-0ubuntu2
 tzdata 2006g-2ubuntu1
 coreutils 5.96-5ubuntu3
 libssl0.9.8 0.9.8b-2build1
 libavahi-common3 0.6.12-1ubuntu1
 pmount 0.9.12-1
 libsepol1 1.12-1
 libtasn1-3 0.3.5-1
 python 2.4.3-5ubuntu1
 libselinux1 1.30-1
 libdbus-glib-1-2 0.62-4ubuntu4
 python2.4 2.4.3-7ubuntu4
 python-minimal 2.4.3-5ubuntu1
 libattr1 2.4.32-1
 libavahi-common-data 0.6.12-1ubuntu1
 libgconf2-4 2.14.0-1ubuntu2
 zlib1g 1:1.2.3-13ubuntu1
 libncurses5 5.5-2ubuntu1
 libc6 2.4-1ubuntu9
 readline-common 5.1-7build1
 mime-support 3.36-1
 libgpg-error0 1.2-1
 libidl0 0.8.6-1ubuntu1
 locales 2.3.20
 mcpp 2.5-1ubuntu3
 libtext-iconv-perl 1.4-3
 libhal-storage1 0.5.7.1-0ubuntu7
 gconf2 2.14.0-1ubuntu2
 libgamin0 0.1.7-3ubuntu2
 gamin 0.1.7-3ubuntu2
 libreadline5 5.1-7build1
 python2.4-minimal 2.4.3-7ubuntu4
 libpopt0 1.10-2
 libsysfs2 2.0.0-7
 libdb4.4 4.4.20-6
 psmisc 22.2-1
 perl-base 5.8.8-6
 libacl1 2.2.39-1ubuntu2
 belocs-locales-bin 2.4-1ubuntu3
 libgnutls13 1.4.0-3
 liblzo1 1.08-3
 liborbit2 1:2.14.2-0ubuntu1
 libavahi-glib1 0.6.12-1ubuntu1
 dpkg 1.13.22ubuntu6
 gnome-mime-data 2.4.2-2
DistroRelease: Ubuntu 6.10
ExecutablePath: /usr/lib/gnome-vfs-2.0/gnome-vfs-daemon
Package: libgnomevfs2-0 2.15.92-0ubuntu2
ProcCmdline: /usr/lib/gnome-vfs-2.0/gnome-vfs-daemon
ProcEnviron:
 LANGUAGE=en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcMaps:
 0040-00417000 r-xp  08:04 4342563
/usr/lib/gnome-vfs-2.0/gnome-vfs-daemon
 00516000-0051a000 rw-p 00016000 08:04 4342563
/usr/lib/gnome-vfs-2.0/gnome-vfs-daemon
 0051a000-0055c000 rw-p 0051a000 00:00 0  [heap]
 4000-40001000 ---p 4000 00:00 0 
 40001000-40801000 rw-p 40001000 00:00 0 
 309ba0-309ba1c000 r-xp  08:04 2230899
/lib/ld-2.4.so
 309bb1b000-309bb1d000 rw-p 0001b000 08:04 2230899
/lib/ld-2.4.so
 309c20-309c206000 r-xp  08:04 2230922
/lib/libacl.so.1.1.0
 309c206000-309c305000 ---p 6000 08:04 2230922
/lib/libacl.so.1.1.0
 309c305000-309c306000 rw-p 5000 08:04 2230922
/lib/libacl.so.1.1.0
 309c40-309c404000 r-xp  08:04 2228810
/lib/libattr.so.1.1.0
 309c404000-309c503000 ---p 4000 08:04 2228810
/lib/libattr.so.1.1.0
 309c503000-309c504000 rw-p 3000 08:04 2228810
/lib/libattr.so.1.1.0
 309c70-309c836000 r-xp  08:04 2230900
/lib/libc-2.4.so
 309c836000-309c936000 ---p 00136000 08:04 2230900
/lib/libc-2.4.so
 309c936000-309c939000 r--p 00136000 08:04 2230900
/lib/libc-2.4.so
 309c939000-309c93b000 rw-p 00139000 08:04 2230900
/lib/libc-2.4.so
 309c93b000-309c94 rw-p 309c93b000 00:00 0 
 309ca0-309ca02000 r-xp  08:04 2230902
/lib/libdl-2.4.so
 309ca02000-309cb02000 ---p 2000 08:04 2230902
/lib/libdl-2.4.so
 309cb02000-309cb04000 rw-p 2000 08:04 2230902
/lib/libdl-2.4.so
 309cc0-309cc8 r-xp  08:04 2230901
/lib/libm-2.4.so
 309cc8-309cd7f000 ---p 0008 08:04 2230901
/lib/libm-2.4.so
 309cd7f000-309cd81000 rw-p 0007f000 08:04 2230901
/lib/libm-2.4.so
 309ce0-309ce16000 r-xp  08:04 4326253
/usr/lib/libz.so.1.2.3
 309ce16000-309cf15000 ---p 00016000 08:04 4326253
/usr/lib/libz.so.1.2.3
 309cf15000-309cf16000 rw-p 00015000 08:04 4326253
/usr/lib/libz.so.1.2.3
 309d80-309d89d000 r-xp  08:04 4325969
/usr/lib/libglib-2.0.so.0.1200.2
 309d89d000-309d99c000 ---p 0009d000 08:04 4325969
/usr/lib/libglib-2.0.so.0.1200.2
 309d99c000-309d99d000 rw-p 0009c000 08:04 4325969
/usr/lib/libglib-2.0.so.0.1200.2
 309d99d000-309d99e000 rw-p 309d99d000 00:00 0 
 309de0-309de3f000 r-xp  08:04 4325985
/usr/lib/libgobject-2.0.so.0.1200.2
 309de3f000-309df3f00

[Bug 57951] Re: xchat crashed on quit

2006-08-27 Thread Alexandre Vassalotti


-- 
xchat crashed on quit
https://launchpad.net/bugs/57951

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


[Bug 57951] xchat crashed on quit

2006-08-27 Thread Alexandre Vassalotti
Public bug reported:

Steps to reproduce:
1. start xchat
2. connect to a server
3. then use /quit
4. close xchat

It seems the bug isn't easily reproducible that way. The steps to
reproduce would need some precisions.

** Affects: xchat (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
xchat crashed on quit
https://launchpad.net/bugs/57951

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


[Bug 57942] Re: xchat segfaults on dcc send dialog open

2006-08-27 Thread Patrick McFarland
Also, apparently, the new crash handler edgy has doesnt add edgy to the
bug report, so for the record, Im on edgy

-- 
xchat segfaults on dcc send dialog open
https://launchpad.net/bugs/57942

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


[Bug 57942] Re: xchat segfaults on dcc send dialog open

2006-08-27 Thread Patrick McFarland
I mean, literally, join an IRC channel, right click on a nick in the
channel, click on dcc send. The dialog doesn't even pop up, it just
instantly segfaults.

-- 
xchat segfaults on dcc send dialog open
https://launchpad.net/bugs/57942

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


[Bug 57950] Re: opening music cds restarts nautilus

2006-08-27 Thread geopgeop


-- 
opening music cds restarts nautilus
https://launchpad.net/bugs/57950

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


[Bug 51309] Re: Not upgrade of 2.6-13 to 2.6-14

2006-08-27 Thread Cristian Aravena Romero
** Changed in: cpio (Ubuntu)
   Status: Unconfirmed => Fix Released

-- 
Not upgrade of 2.6-13 to 2.6-14
https://launchpad.net/bugs/51309

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


[Bug 57949] beep-media-player produces / pulls out garbage instead of the proper metadata that is stored in an MP3's ID3v1/ID3v2 tag

2006-08-27 Thread Chris Wagner
Public bug reported:

Binary package hint: beep-media-player

Open the attached MP3 in beep, right click on the track in beep's
playlist and select "View Track Details".  beep will fill the "Title",
"Artist", etc. fields with "garbage".  I can see that the ID3 tags
aren't invalid (at least not completely) because XMMS and kid3 (and
probably other music players / tag editors) display the tag's values
properly.  Note that, beep is based off (a fork, I guess) of XMMS.

** Affects: beep-media-player (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
beep-media-player produces / pulls out garbage instead of the proper metadata 
that is stored in an MP3's ID3v1/ID3v2 tag
https://launchpad.net/bugs/57949

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


[Bug 57947] Re: 0.9.19-0ubuntu3 FTBFS

2006-08-27 Thread Sarah Hobbs
it's a chroot issue, it will be fixed.

udev (093-0ubuntu13) edgy; urgency=low

  * Make sure that net, pts and shm sub directories exist under
/lib/udev/devices in the package.  Ubuntu: #57436.

 -- Scott James Remnant <[EMAIL PROTECTED]>  Wed, 23 Aug 2006 13:47:43
+0200

** Changed in: wine (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
0.9.19-0ubuntu3 FTBFS
https://launchpad.net/bugs/57947

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


[Bug 57950] Re: opening music cds restarts nautilus

2006-08-27 Thread geopgeop


-- 
opening music cds restarts nautilus
https://launchpad.net/bugs/57950

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


[Bug 57950] opening music cds restarts nautilus

2006-08-27 Thread geopgeop
Public bug reported:

When I double-click the icon of a mounted music CD on the desktop or
open the CD from the places pane in Nautilus, Nautilus restarts.  This
also happens on mixed-mode CDs, but not from opening the /media/cdrom0
(or cdrom1) directory.  (I have two CD drives and the bug occurs on
both.)  I will attach a backtrace and an strace.

** Affects: nautilus (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
opening music cds restarts nautilus
https://launchpad.net/bugs/57950

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


[Bug 57945] Re: Please sync 2.22-28 from debian sid

2006-08-27 Thread Sarah Hobbs
(it's in debian main - sorry!)

-- 
Please sync 2.22-28 from debian sid
https://launchpad.net/bugs/57945

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


[Bug 57947] Re: 0.9.19-0ubuntu3 FTBFS

2006-08-27 Thread Sarah Hobbs
Setting up udev (093-0ubuntu12) ...
mknod: `/lib/udev/devices/net/tun': No such file or directory
dpkg: error processing udev (--configure):
 subprocess post-installation script returned error exit status 1

udev seems to have a newer version now.  needs to be given back to the
buildds.

-- 
0.9.19-0ubuntu3 FTBFS
https://launchpad.net/bugs/57947

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


[Bug 57947] 0.9.19-0ubuntu3 FTBFS

2006-08-27 Thread Laurent Bigonville
Public bug reported:

The last version FTBFS on nearly all architectures

** Affects: wine (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
0.9.19-0ubuntu3 FTBFS
https://launchpad.net/bugs/57947

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


[Bug 57948] 0.8.2-0ubuntu1 FTBFS

2006-08-27 Thread Laurent Bigonville
Public bug reported:

The last version FTBFS on ppc and sparc

** Affects: qemu (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
0.8.2-0ubuntu1 FTBFS
https://launchpad.net/bugs/57948

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


[Bug 56096] Re: 2.6.15 K7 and above - enabling SLI hard locks the system

2006-08-27 Thread Rob Hughes
Well, I spoke too soon. I was able to get in and out of an app twice,
but after a reboot, the system just hard locks again. I'll keep trying
to capture the oops or whatever is happening.

-- 
2.6.15 K7 and above - enabling SLI hard locks the system
https://launchpad.net/bugs/56096

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


[Bug 23445] Re: iMac G5 will freeze after booting up

2006-08-27 Thread Dylan
I've got Edgy Knot 1 installed and running on my Rev B.

However, the resolution is totally screwed. If anyone could offer some
direction or an xconf, that'd be great.


PS. Bluetooth and AirPort aren't working (although I wouldn't expect
them to work out of the box, anyway).

-- 
iMac G5 will freeze after  booting up
https://launchpad.net/bugs/23445

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


[Bug 48868] Re: Can't install mydns-mysql

2006-08-27 Thread Alexandre Vassalotti
It's working here, on Edgy.

Did you setup your msql database correctly, and given the right infos
about it to mydns?

-- 
Can't install mydns-mysql
https://launchpad.net/bugs/48868

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


[Bug 57945] Please sync 2.22-28 from debian sid

2006-08-27 Thread Sarah Hobbs
Public bug reported:

OK to overwrite ubuntu changes

(they took both our extra build dep, and menu file in -28, which were
the only ubuntu changes)

+egoboo (2.22-28) unstable; urgency=low
+
+  * Applied patch from ubuntu : 
+added a .desktop file
+added alternative on libgl1-mesa-dev
+
+ -- Julien Lemoine <[EMAIL PROTECTED]>  Tue, 22 Aug 2006 18:12:50 +0200
+
+egoboo (2.22-27) unstable; urgency=low
+
+  * Changed menu section to Games/Adventure instead of Games/Arcade
+(Closes: #377881)
+
+ -- Julien Lemoine <[EMAIL PROTECTED]>  Tue, 22 Aug 2006 11:26:25 +0200

** Affects: egoboo (Ubuntu)
 Importance: Untriaged
 Status: Confirmed

** Changed in: egoboo (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
Please sync 2.22-28 from debian sid
https://launchpad.net/bugs/57945

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


[Bug 48868] Re: Can't install mydns-mysql

2006-08-27 Thread Alexandre Vassalotti
** Summary changed:

- Can't install myns-mysql
+ Can't install mydns-mysql

-- 
Can't install mydns-mysql
https://launchpad.net/bugs/48868

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


[Bug 24533] Re: Fail to boot smp kernel

2006-08-27 Thread Richard Green
Verified - The problem still occurs with kernel 2.6.15-26-686.

I booted into a text console, then issued the startx command.  the
system froze up as it got to the 'restoring session' phase of KDE
initialization.

-- 
Fail to boot smp kernel
https://launchpad.net/bugs/24533

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


[Bug 57942] Re: xchat segfaults on dcc send dialog open

2006-08-27 Thread Alexandre Vassalotti
Xchat DCC send dialog (File Transfer...) works here

Can you be more specific?

-- 
xchat segfaults on dcc send dialog open
https://launchpad.net/bugs/57942

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


[Bug 22336] Re: laptop overheats when performing CPU intensive tasks.

2006-08-27 Thread Trae McCombs
I just realized when you said this bug was a year old that, indeed, it
was approaching a year.  How come something that affects so many people
gets put off for so long?

The sad thing is, I am jailed, held captive, as every other distro out
there besides Ubuntu stinks. :)  I've tried all of the recent offerings,
Gentoo, S.L.E.D., Fedora Core, etc... and Ubuntu is the best, hands
down.

Is anyone even looking at this or working on it?  I am happy to do
whatever it takes from my "non-programmer" abilities to help fix this
bug.  I'll do tests or whatever.

Thanks,
Trae

-- 
laptop overheats when performing CPU intensive tasks.
https://launchpad.net/bugs/22336

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


[Bug 54237] Re: Only parts of texts in menus and dialogs appear

2006-08-27 Thread Travis Watkins
This is a bug in the nvidia driver.

** Changed in: freetype (Ubuntu)
Sourcepackagename: freetype => linux-restricted-modules-2.6.17

-- 
Only parts of texts in menus and dialogs appear
https://launchpad.net/bugs/54237

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


[Bug 57944] fcc-get script path wrong

2006-08-27 Thread Dana Laude
Public bug reported:

The install default is /usr/share/xastir and the script looks for 
/usr/local/share/xastir.  All that's needed is to modify the fcc-get script 
(installs in /usr/lib/xastir) and change:
XASTIR_BASE=/usr/local/share/xastir to /usr/share/xastir.

Dana

** Affects: xastir (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
fcc-get script path wrong
https://launchpad.net/bugs/57944

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


[Bug 31935] Re: ThinkPad, Fn-F4 leads to double unsuspend

2006-08-27 Thread Kaleo
Is there any process (apart from the acpi shell scripts) that checks if
/var/lock/acpisleep exists ?

If not, then I guess that Soren's patch is necessary.

What about it for Edgy ?

-- 
ThinkPad, Fn-F4 leads to double unsuspend
https://launchpad.net/bugs/31935

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


[Bug 32312] Re: svk doesn't include upstream Bash completions

2006-08-27 Thread Barry deFreese
Uploaded.  Keep an aye on it and close as fixed released if applicable.
Thanks for your contribution!

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

-- 
svk doesn't include upstream Bash completions
https://launchpad.net/bugs/32312

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


[Bug 57943] Re: xawtv: Please review/sponsor latest merge.

2006-08-27 Thread Luke Yelavich
Debdiff between newest Debian and merged package.

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 57943] Re: xawtv: Please review/sponsor latest merge.

2006-08-27 Thread Luke Yelavich
Debdiff between previous Ubuntu and merged package.

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 57943] xawtv: Please review/sponsor latest merge.

2006-08-27 Thread Luke Yelavich
Public bug reported:

Please review/sponsor this package merge. Diffs between newest Debian,
and previous Ubuntu are attached.

** Affects: xawtv (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
xawtv: Please review/sponsor latest merge.
https://launchpad.net/bugs/57943

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


[Bug 57942] xchat segfaults on dcc send dialog open

2006-08-27 Thread Patrick McFarland
Public bug reported:

xchat segfaults when trying to open dcc send dialog

** Affects: xchat (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
xchat segfaults on dcc send dialog open
https://launchpad.net/bugs/57942

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


[Bug 55406] Re: ubuntu 6.06, Correct password fails causes running of program to loop back to password screen

2006-08-27 Thread Kaleo
Feel free to open a clearer bug by following all the required debugging
steps.

** Changed in: gdm (Ubuntu)
   Status: Needs Info => Rejected

-- 
ubuntu 6.06, Correct password fails causes running of program to loop back to 
password screen
https://launchpad.net/bugs/55406

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


[Bug 56052] Re: Printing features not available

2006-08-27 Thread Kaleo
In the upcoming version of Ubuntu (Edgy), it is possible to print
separately odd and even pages.

** Changed in: Ubuntu
   Status: Needs Info => Fix Released

-- 
Printing features not available
https://launchpad.net/bugs/56052

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


[Bug 55665] Re: I don't mount the volumen in disk drive, cd-dvd rom an cd-dvd recorder

2006-08-27 Thread Kaleo
Sorry but Warty is now unsupported. Feel free to open bugs once you
tried with more recent versions (Dapper for example).

Have a nice day !

** Changed in: Ubuntu
   Status: Unconfirmed => Rejected

-- 
I don't mount the volumen in disk drive, cd-dvd rom an cd-dvd recorder
https://launchpad.net/bugs/55665

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


[Bug 3647] Re: "On Top" menu bug

2006-08-27 Thread Kaleo
In Edgy, the "on top" menu is now synchronized with the desktop
manager's "on top" menu: the bug is fixed in Edgy.

Any backport for Dapper or shall we close the bug?

-- 
"On Top" menu bug
https://launchpad.net/bugs/3647

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


[Bug 33483] Re: --fixed-string documentation is wrong

2006-08-27 Thread Barry deFreese
Uploaded with apt-file_2.0.8ubuntu2.  Please keep an eye out and close
as fix released if applicable.  Thank you.

** Changed in: apt-file (Ubuntu)
   Status: Unconfirmed => Fix Committed

-- 
--fixed-string documentation is wrong
https://launchpad.net/bugs/33483

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


[Bug 33485] Re: --regexp option doesn't work with some regexps

2006-08-27 Thread Barry deFreese
Uploaded in apt-file_2.0.8ubuntu2.  Please keep and eye out and close as
fix released.  Thank you.

** Changed in: apt-file (Ubuntu)
   Status: Unconfirmed => Fix Committed

-- 
--regexp option doesn't work with some regexps
https://launchpad.net/bugs/33485

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


[Bug 55061] Re: Install hang

2006-08-27 Thread Kaleo
Sorry, there was not enough information in the report and it was left
unanswered for too long. Feel free to reopen it.

** Changed in: ubiquity (Ubuntu)
   Status: Needs Info => Rejected

-- 
Install hang
https://launchpad.net/bugs/55061

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


[Bug 57811] Re: rhythmbox crashes when putting song from search into playlist

2006-08-27 Thread Martey Dodoo
This bug seems to be the same as Gnome bug 338835 which is a duplicate
of Gnome bug 33835. I can personally confirm that it is fixed in 0.9.5,
which is in Edgy.

** Bug watch added: GNOME Bug Tracker #338859
   http://bugzilla.gnome.org/show_bug.cgi?id=338859

** Also affects: rhythmbox (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=338859
   Importance: Unknown
   Status: Unknown

-- 
rhythmbox crashes when putting song from search into playlist
https://launchpad.net/bugs/57811

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


[Bug 43606] Re: sleep.sh and hibernate.sh should bail out if /var/lock/acpisleep exists

2006-08-27 Thread Kaleo
*** This bug is a duplicate of bug 31935 ***

** This bug has been marked a duplicate of bug 31935
   ThinkPad, Fn-F4 leads to double unsuspend

-- 
sleep.sh and hibernate.sh should bail out if /var/lock/acpisleep exists
https://launchpad.net/bugs/43606

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Michael, could you try the patch at the upstream bugreport (comment #9)
on a plain seahorse 0.9.3? I don't have access to an amd64 right now...

http://bugzilla.gnome.org/show_bug.cgi?id=352808

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


[Bug 31935] Re: ThinkPad, Fn-F4 leads to double unsuspend

2006-08-27 Thread Kaleo
** Bug 43606 has been marked a duplicate of this bug

-- 
ThinkPad, Fn-F4 leads to double unsuspend
https://launchpad.net/bugs/31935

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


[Bug 57939] ok, now i have some doubts

2006-08-27 Thread aptiliux
when i go out the shortcuts still be unables, this not happend on the
gnome menu, now i dont know that this is a bug, but is something weird

-- 
a little problem with ubuntu menu on gnome
https://launchpad.net/bugs/57939

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


[Bug 57923] Re: Opening firefox by clicking on links in thunderbird breaks https

2006-08-27 Thread John Vivirito
i just built firefox 2.0b2 by following the wiki on upgrading firefox. I
no longer have this issue. Would like to request FF 2.0b1 in edgy be
bumped up to latest nightly build as it fixes a few issues.

-- 
Opening firefox by clicking on links in thunderbird breaks https
https://launchpad.net/bugs/57923

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


[Bug 57939] ok, it's not a bug sorry see this...

2006-08-27 Thread aptiliux
to go out i need to use  [ESC key] and next [TAB key], i was trying with
other key and i was thinking that this was a bug, the keys that i was
try are alt+tab ctrl+alt+tab alt+f2 and other shortcuts

-- 
a little problem with ubuntu menu on gnome
https://launchpad.net/bugs/57939

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


[Bug 42820] Re: ipw2200 should be switched off using rf_kill

2006-08-27 Thread Ben Collins
I think this should apply to any wireless adapter that supports rf_kill.

** Changed in: linux-source-2.6.17 (Ubuntu)
   Status: Unconfirmed => Rejected

** Changed in: linux-source-2.6.15 (Ubuntu)
Sourcepackagename: linux-source-2.6.15 => acpi-support
   Status: Unconfirmed => Confirmed

-- 
ipw2200 should be switched off using rf_kill
https://launchpad.net/bugs/42820

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


[Bug 55320] Re: chroot setup does not copy sasldb2

2006-08-27 Thread Scott KItterman
I think this is a duplicate of:

https://launchpad.net/distros/ubuntu/+source/postfix/+bug/42911

IIRC, it takes much more than that to make SASL work in the Postfix
chroot.

-- 
chroot setup does not copy sasldb2
https://launchpad.net/bugs/55320

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


[Bug 57941] Re: [edgy] sound-juicer parses musicbrainz data like freedb data

2006-08-27 Thread David Mandelberg


-- 
[edgy] sound-juicer parses musicbrainz data like freedb data
https://launchpad.net/bugs/57941

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


[Bug 57941] Re: [edgy] sound-juicer parses musicbrainz data like freedb data

2006-08-27 Thread David Mandelberg
I forgot to mention that I'm using sound-juicer 2.15.5.1-0ubuntu1. I'm
attaching the toc and an empty data file for the cd that causes the
problem.

-- 
[edgy] sound-juicer parses musicbrainz data like freedb data
https://launchpad.net/bugs/57941

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


[Bug 55060] Re: postfix ignores smtp_always_send_ehlo

2006-08-27 Thread Scott KItterman
Since smtp_always_send_ehlo = yes is the default, it's unlikely that
adding that to your main.cf would make a difference.

Problems like this are often related to a firewall in between the
servers.  Google PIX SMTP fixup for examples.

Do you have data from verbose logs or on the wire capture at the Postfix
box that confirms HELO is being sent?  If so, please post it.

-- 
postfix ignores smtp_always_send_ehlo
https://launchpad.net/bugs/55060

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Ok, I'll debug it further tomorrow and if I don't find the reason I'll
upload with your patch for now :)

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


[Bug 49436] Re: Ships no icon and no .desktop

2006-08-27 Thread Vassilis Pandis
status fixreleased

** Changed in: gretl (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Ships no icon and no .desktop
https://launchpad.net/bugs/49436

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Michael Bienia
I didn't send the patch upstream yet.

I don't understand why the patch helps.
But when I install 0.9.3-0ubuntu1 again seahorse segfaults.
I also built seahorse several times locally (with and without optimisations) to 
find the problem but all segfaulted also. Only the builds containing the patch 
didn't segfault.

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


[Bug 57941] [edgy] sound-juicer parses musicbrainz data like freedb data

2006-08-27 Thread David Mandelberg
Public bug reported:

Binary package hint: sound-juicer

When I put a various artists cd with " / " in the track titles in,
sound-juicer incorrectly parses the data from musicbrainz.org as if it
were from freedb. The submit metadata link is
http://musicbrainz.org/bare/cdlookup.html?id=fGWBpfD_H_uCCYeRrIjHAy2Xv1Q-&tracks=14&toc=1+14+219750+150+20035+36055+49192+62785+79180+90180+104735+119955+140205+147685+171460+206485+212060
and the cd in musicbrainz is http://musicbrainz.org/release/4d87c8d0
-6f5e-442c-923c-c82a709f49b4.html

For example, track 1 is "Inverness Gathering / The Drunken Piper /
79th's Farewell to Gibraltar / Earl of Mansfield" by "Edinburgh City
Police Pipe Band" but sound-juicer shows it as "The Drunken Piper /
79th's Farewell to Gibraltar / Earl of Mansfield" by "Inverness
Gathering"

** Affects: sound-juicer (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
[edgy] sound-juicer parses musicbrainz data like freedb data
https://launchpad.net/bugs/57941

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


[Bug 56066] Re: Tipptrainer doesn't install an applications menu entry

2006-08-27 Thread Vassilis Pandis
fixed in ubuntu as well

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

-- 
Tipptrainer doesn't install an applications menu entry
https://launchpad.net/bugs/56066

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


[Bug 57928] Re: Installer Problem

2006-08-27 Thread Alex Hendrickson
var/log/installer/syslog is apparently empty.

-- 
Installer Problem
https://launchpad.net/bugs/57928

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


[Bug 57928] Re: Installer Problem

2006-08-27 Thread Alex Hendrickson
also, var/log/partman does not exist. could not find a way to edit first
comment.

-- 
Installer Problem
https://launchpad.net/bugs/57928

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


[Bug 57939] Re: a little problem with ubuntu menu on gnome

2006-08-27 Thread Corey Burger
Ok, to clarify:

1. Open the menu
2. Try and switch panels (or use the keyboard at all while the menu is open)
3. Watch it fail

** Changed in: Ubuntu
Sourcepackagename: None => gnome-menus
   Status: Unconfirmed => Needs Info

-- 
a little problem with ubuntu menu on gnome
https://launchpad.net/bugs/57939

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


[Bug 56901] Re: libebook1.2-5 package broken

2006-08-27 Thread Michael Bienia
Fixed in contacts 0.1-2ubuntu1

** Changed in: contacts (Ubuntu)
   Status: Unconfirmed => Fix Released

-- 
libebook1.2-5 package broken
https://launchpad.net/bugs/56901

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
** Bug watch removed: GNOME Bug Tracker #353153
   http://bugzilla.gnome.org/show_bug.cgi?id=353153

** Bug watch added: GNOME Bug Tracker #352808
   http://bugzilla.gnome.org/show_bug.cgi?id=352808

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


[Bug 36596] Re: system freeze after clicking task manager trash icon in "pan" newsreader

2006-08-27 Thread Paul Sladen
We seem to have a +1/-1 on whether the alternate deb works.

Paul Drain: do you have the (source) patch that people have been
testing?

Can people check whether this is still occuring in edgy with the newer
Xorg?

-- 
system freeze after clicking task manager trash icon in "pan" newsreader
https://launchpad.net/bugs/36596

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


[Bug 57940] Re: [Edgy] Rebuild for new e-d-s and libbluetooth2

2006-08-27 Thread Michael Bienia


-- 
[Edgy] Rebuild for new e-d-s and libbluetooth2
https://launchpad.net/bugs/57940

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


[Bug 57939] a little problem with ubuntu menu on gnome

2006-08-27 Thread aptiliux
Public bug reported:

it's possible that nobody note that when you use ctrl+alt+tab to select
up-bar down-bar and desktop, when you are on ubuntu menu you never go
out, i use the gnome menu and this problem not happen, any key on the
keyboard is ignored, if you dont have mouse you not be able to go out of
the ubuntu menu, use [esc] but i never go out for thr menu

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
a little problem with ubuntu menu on gnome
https://launchpad.net/bugs/57939

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


[Bug 57744] Re: Bug when configuring tomboy plugins

2006-08-27 Thread Sebastian Dröge
What exactly did you do to get this crash? Can it be easily reproduced
by you?

** Changed in: mono (Ubuntu)
Sourcepackagename: mono => tomboy
   Status: Unconfirmed => Needs Info

-- 
Bug when configuring tomboy plugins
https://launchpad.net/bugs/57744

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


[Bug 57940] [Edgy] Rebuild for new e-d-s and libbluetooth2

2006-08-27 Thread Michael Bienia
Public bug reported:

* rebuild for new evolution-data-server
  - libebook1.2-5 -> libebook1.2-9
  - libecal1.2-3  -> libecal1.2-7
  - libedata-cal1.2-1 -> libedata-cal1.2-6
* change build-depends from libbluetooth1-dev to libbluetooth2-dev

** Affects: multisync (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
[Edgy] Rebuild for new e-d-s and libbluetooth2
https://launchpad.net/bugs/57940

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


[Bug 57938] There's no easy way to change the default icon size for one folder

2006-08-27 Thread josebagar
Public bug reported:

I use a laptop computer at a 1280x800 resolution. With this, icons on my 
desktop are just too small (Using NuoveXT icon theme). Of course, I can 
manually resize the icons, but this is not ideal. Maybe a per-folder option (or 
just an option which only affects the icons on the desktop) could be included 
in the nautilus preferences app to configure the icon size for each folder.
Also, it would be nice that nautilus told me somewhere how big the icon for a 
particular item is, as it's now impossible to know if two icons have the same 
size (maybe in the Properties -> Basic tab?).

Also, great work!

** Affects: nautilus (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
There's no easy way to change the default icon size for one folder
https://launchpad.net/bugs/57938

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


[Bug 57433] Re: [Edgy] seahorse crashed at startup (segmentation fault)

2006-08-27 Thread Sebastian Dröge
Ok, filed an upstream bug here:
http://bugzilla.gnome.org/show_bug.cgi?id=353153

I don't see how your patch changes anything... does it really work for
you with that patch and can you explain why this fixes the bug?

-- 
[Edgy] seahorse crashed at startup (segmentation fault)
https://launchpad.net/bugs/57433

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


  1   2   3   4   5   >