[Bug 54201] Re: MANY errors when loading gnome

2006-07-31 Thread Jordan
The 'lo' interface is up.

-- 
MANY errors when loading gnome
https://launchpad.net/bugs/54201

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


[Bug 54617] installer crashed during manual partitioning

2006-07-31 Thread Ken Koster
Public bug reported:

on the dialog where different partitions are assigned different mount
points, when I assigned my newly created partition /dev/hda8 to be /,
the installer crashed

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

-- 
installer crashed during manual partitioning
https://launchpad.net/bugs/54617

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


[Bug 54617] Re: installer crashed during manual partitioning

2006-07-31 Thread Ken Koster


-- 
installer crashed during manual partitioning
https://launchpad.net/bugs/54617

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


[Bug 54617] Re: installer crashed during manual partitioning

2006-07-31 Thread Ken Koster


-- 
installer crashed during manual partitioning
https://launchpad.net/bugs/54617

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


[Bug 54617] Re: installer crashed during manual partitioning

2006-07-31 Thread Ken Koster


-- 
installer crashed during manual partitioning
https://launchpad.net/bugs/54617

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


[Bug 52649] Re: After installing the latest Linux kernel with Update Manager, Gnome start not normal.

2006-07-31 Thread Peter Belew
This indeed looks like a duplicate to bug#53207. I'm using a Jetway
625EMP800 motherboard on the system I have the problem with. Disabling
sound for a particular user by taking that user out of the audio group
keeps the repeated sound (and any sound!) from happening, but the
drumming or repeated sound still happens when the login screen is up.

(Also the default screensaver hangs the system - that may be related -
I'll have to investigate that later on.)

-- 
After installing the latest Linux kernel with Update Manager, Gnome start not 
normal.
https://launchpad.net/bugs/52649

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


[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-07-31 Thread Jeremy Kerr
OK, the patch fixes the problem here. I've done a simple backport to the
current libxine (ie, just adding the patch to the ubuntu diff), and
amarok 1.4.1 will play flacs with no problem.

Source packages are here:

  http://ozlabs.org/~jk/libxine-bugfix.tmp

(there are some powerpc binaries too, if anyone's interested)

Note  this only a temporary site, it won't stay up for too long! Someone
may want to do a proper package (bump the version, sign, and it should
be done). Maybe a contender to go in the kubuntu.org/packages/amarok-141
tree ?

Cheers.

-- 
Amarok xine backend can't play FLAC files (1.4.1).
https://launchpad.net/bugs/52365

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


[Bug 45231] Re: gnome-bluetooth-manager cannot be launched

2006-07-31 Thread LGB [Gábor Lénárt]
I've found a file named gtk.py in my home directory (I've tried to write
a GTK app in python for 1st time), it seems it confuses gnome-bluetooth-
manager, since now it runs after removing that file. However it quite
strange behaviour for me. Dunno ...

-- 
gnome-bluetooth-manager cannot be launched
https://launchpad.net/bugs/45231

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


[Bug 54598] Re: [Bug 54598] Re: Unacknowledged metacity dependencies

2006-07-31 Thread Jeff Raven
On 7/30/06, Sebastian Dröge [EMAIL PROTECTED] wrote:

 Is it really metacity that is missing? Or only a metacity theme?


The problem lies in a missing GConf entry that Metacity provides**
(/apps/metacity/general/theme).

I spent a bit looking through the current svn of MonoDevelop and I
believe the problem is still there; more specifically it's a bug in
Stetic (which only appears in the MonoDevelop codebase as a dll,
the only place I could find the source for Stetic was the mono svn).

In Stetic's libstetic/EmbedWindow.cs there's a call to GConf.Client:Get
for the key /apps/metacity/general/theme which isn't surrounded by a
try-catch block. Since GConf.Client:Get throws an exception if the key
isn't found, this ultimately crashes MonoDevelop.

On the bright side, if the exception were caught there seems to be code
in place in Stetic that could handle the absence of a theme (though I
haven't
tested it).

For reference, the start of the stack trace produced when MonoDevelop
crashes is

GConf.NoSuchKeyException: Key '/apps/metacity/general/theme' not found in
GConf
in 0x000e1 GConf.Client:Get (System.String key)
in 0x00037 Stetic.EmbedWindow:get_Theme ()
in 0x0013f Stetic.EmbedWindow:Wrap (Gtk.Container container, Int32
designWidth, Int32 designHeight)
...
...

-- 
Unacknowledged metacity dependencies
https://launchpad.net/bugs/54598

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


[Bug 51242] Re: New windows shouldn't steal focus

2006-07-31 Thread Koresko
This message indicates that the focus behavior for new windows should be
controlled by the setting of a gconf key called
/apps/metacity/general/focus_new_windows:

https://lists.ubuntu.com/archives/dapper-changes/2006-April/009538.html

According to the above, if one issues the command

gconftool-2 --set /apps/metacity/general/focus_new_windows --type string
strict

then new windows won't get focus unless they appear under the mouse
pointer.  The long description in gconf is This option provides
additional control over how newly created windows get focus. It has two
possible values; smart applies the user's normal focus mode, and
strict results in windows started from a terminal not being given
focus.

However, on my system (Dapper, with focus_mode set to mouse) newly-
created windows always get the focus even when focus_new_windows is set
to strict).  For example, typing 'xterm' in a gnome-terminal causes an
xterm to pop up, and the focus goes to the new xterm even though the
mouse pointer is at the original gnome-terminal.

-- 
New windows shouldn't steal focus
https://launchpad.net/bugs/51242

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


[Bug 54618] Xawtv doesn't work with nvidia drivers

2006-07-31 Thread efrigola
Public bug reported:


It works starting xawtv with this arguments:
$ xawtv -noxv -nodga

[EMAIL PROTECTED]:~$ lspci
:00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host 
Bridge
:00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
:00:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video 
Capture (rev 11)
:00:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture 
(rev 11)
:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
:00:0c.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 46)
:00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
:00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
:00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
:00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
:00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 
5200] (rev a1)

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

-- 
Xawtv doesn't work with nvidia drivers
https://launchpad.net/bugs/54618

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


[Bug 54590] Re: openoffice.org-* doesnt launch (edgy)

2006-07-31 Thread Ryan Lortie
I get this too.

The problem is a missing /etc/openoffice/sofficerc file.

The correct contents of this file:

[Bootstrap]
Logo=1
ProgressBarColor=0,0,128
ProgressSize=-1,6
ProgressPosition=-1,-1


Creating the file with those contents fixes the problem for me.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
openoffice.org-* doesnt launch (edgy)
https://launchpad.net/bugs/54590

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


[Bug 52365] Re: Amarok xine backend can't play FLAC files (1.4.1).

2006-07-31 Thread Hobbsee
** Changed in: amarok (Ubuntu)
   Status: Needs Info = Fix Released

-- 
Amarok xine backend can't play FLAC files (1.4.1).
https://launchpad.net/bugs/52365

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


[Bug 49443] Re: dfontmgr ships no .desktop

2006-07-31 Thread Bug Watch Updater
** Changed in: defoma (Debian)
   Status: Unknown = Unconfirmed

-- 
dfontmgr ships no .desktop
https://launchpad.net/bugs/49443

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


[Bug 21477] Re: soya_0.10.1-1(m68k/unstable/poseidon): FTBFS on m68k

2006-07-31 Thread Bug Watch Updater
** Changed in: python2.3 (Debian)
   Status: Unconfirmed = Fix Released

-- 
soya_0.10.1-1(m68k/unstable/poseidon): FTBFS on m68k
https://launchpad.net/bugs/21477

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


[Bug 25639] Re: gs-gpl - .getdeviceparams gets called with broken types

2006-07-31 Thread Bug Watch Updater
*** This bug is a duplicate of bug 19899 ***

** Changed in: gs-gpl (Debian)
   Status: Unconfirmed = Fix Released

-- 
gs-gpl - .getdeviceparams gets called with broken types
https://launchpad.net/bugs/25639

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


[Bug 19899] Re: Unrecoverable error: typecheck in .getdeviceparams on s390

2006-07-31 Thread Bug Watch Updater
** Changed in: gs-gpl (Debian)
   Status: Unconfirmed = Fix Released

-- 
Unrecoverable error: typecheck in .getdeviceparams on s390
https://launchpad.net/bugs/19899

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


[Bug 54620] XUbuntu tends to crash when accesing external DVD drive via USB2.0

2006-07-31 Thread Miha_K
Public bug reported:

There are 2 possible bugs included here:

1. XUbuntu desktop tends to crash when accesing external DVD drive NEC.
The crash doesn't happen alway but it happens  quite consistently after
inserting several DVD's and mounting drive several times. Not all
application will crash though. For a while mouse will still run, but CPU
load meter will stop. Some application will be accessible for a while
but as time passes everything will freeze and CPU will be 101% busy.

2. Another possbile issue (of the same bug) is related to FAT32 which is
mounted under /media/hda1. Whenever such crash (see no. 1) occures
computer needs to be restarted. When this happens errors appear on FAT
partition. It is possible that error ocures while trying to read
external DVD and write to FAT32 at the same time. Errors include several
crosslinked files and all the changes made to the FAT32 partition during
Xubuntu session are usually lost. Linux is not able to fix FAT32 after
restart but Win XP can usually fix all the errors without the loss of
data (from last Windows session -  what was done during the last Xubuntu
session is of course lost)

I am running Xubuntu on Laptop CLEVO D22ES with
2.4GHz Celeron processor, FUJITSU MHT2030AT-28GiB disk
and _NEC DVD_RW ND-3540A DVD recordable

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
XUbuntu tends to crash when accesing external DVD drive via USB2.0
https://launchpad.net/bugs/54620

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


[Bug 54621] Kernel panic - not syncing: IO-APIC + timer doesn't work!

2006-07-31 Thread Ryan Lortie
Public bug reported:

Binary package hint: linux-source-2.6.17

This is not the same as bug #41095.

On my Macbook I get this problem on startup about 50% of the time.

[17179570.612000] Total of 2 processors activated (6091.81 BogoMIPS).
[17179570.612000] ENABLING IO-APIC IRQs
[17179570.612000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179570.628000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[17179570.628000] ...trying to set up timer (IRQ0) through the 8259A ...  
failed.
[17179570.628000] ...trying to set up timer as Virtual Wire IRQ... failed.
[17179570.648000] ...trying to set up timer as ExtINT IRQ... failed :(.
[17179570.712000] Kernel panic - not syncing: IO-APIC + timer doesn't work!  
Boot with apic=debug and send a report.  Then try booting with the 'noapic' 
option
[17179570.712000]

Booting with acpi=debug gets me no extra information.

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Kernel panic - not syncing: IO-APIC + timer doesn't work!
https://launchpad.net/bugs/54621

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


[Bug 54615] Re: hal-device-manager depends on python2.4-dbus

2006-07-31 Thread Daniel Holbach
This is not entirely true, but it should be changed in hal-device-
manager, yes

[EMAIL PROTECTED]:~$ apt-cache show python-dbus | grep Provides
Provides: python2.4-dbus


** Changed in: hal (Ubuntu)
   Importance: Untriaged = Low
   Status: Unconfirmed = Confirmed

-- 
hal-device-manager depends on python2.4-dbus
https://launchpad.net/bugs/54615

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


[Bug 54602] Re: quote filename on dnd

2006-07-31 Thread Daniel Holbach
Thanks for your bug report. I mark it Fix Committed, as it will land in
Ubuntu Edgy with the next release. Thanks a lot.

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Fix Committed

-- 
quote filename on dnd
https://launchpad.net/bugs/54602

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


[Bug 47816] Re: building -dbg package for f-spot fails

2006-07-31 Thread Andrew Mitchell
F-Spot packages have always been buildable from source in the usual
manner. Most of F-Spot is managed code (C#) and will give you an
exception traceback, rather than a backtrace.

** Changed in: f-spot (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
building -dbg package for f-spot fails
https://launchpad.net/bugs/47816

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


[Bug 45316] Re: f-spot should allow to change directory with imported photos

2006-07-31 Thread Andrew Mitchell
** Changed in: f-spot (Ubuntu)
   Importance: Medium = Wishlist
   Status: Unconfirmed = Confirmed

-- 
f-spot should allow to change directory with imported photos
https://launchpad.net/bugs/45316

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


[Bug 40681] Re: [dapper] f-spot crash when applying custom tag

2006-07-31 Thread Andrew Mitchell
** Changed in: f-spot (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
[dapper] f-spot crash when applying custom tag
https://launchpad.net/bugs/40681

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


[Bug 27013] Re: There are no user-friendly way to start pppoeconf in Ubuntu

2006-07-31 Thread Daniel Holbach
This should really be moved into a spec now. The list of ideas and
solutions is growing too large to be ever resolved through a bug report.
I'm going to close the bug report for now and relaly hope, everybody
will join the specification process.

** Changed in: pppoeconf (Ubuntu)
   Status: Confirmed = Rejected

-- 
There are no user-friendly way to start pppoeconf in Ubuntu
https://launchpad.net/bugs/27013

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


[Bug 42757] Re: Tag Icon not changed when spin button changes in Tag Icon Editor

2006-07-31 Thread Andrew Mitchell
Thanks, hopefully we can get this patch accepted upstream soon.

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

** Also affects: f-spot (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=339554
   Importance: Unknown
   Status: Unknown

** Changed in: f-spot (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Tag Icon not changed when spin button changes in Tag Icon Editor
https://launchpad.net/bugs/42757

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


[Bug 54597] Re: /etc/pcmcia contents not installed from CD

2006-07-31 Thread John Vivirito
** Changed in: Ubuntu
Sourcepackagename: None = ubiquity

-- 
/etc/pcmcia contents not installed from CD
https://launchpad.net/bugs/54597

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


[Bug 54550] Re: Industrial broken in Edgy

2006-07-31 Thread John Vivirito
** Changed in: gtk2-engines (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Industrial broken in Edgy
https://launchpad.net/bugs/54550

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


[Bug 54390] Re: Wrong passphrase for encrypted partition gives root access on boot

2006-07-31 Thread Martin Pitt
The point is, if you have the power to boot a machine (due to having
physical access, then you have 100% control over the machine (i. e.
root), and nothing on the software side can revoke this privilege from
you.

If booting fails, we regularly drop into a root shell to allow the user
to fix the system. This is more convenient than to require him looking
for a live CD and fix his system that way.

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

-- 
Wrong passphrase for encrypted partition gives root access on boot
https://launchpad.net/bugs/54390

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


[Bug 54620] Re: XUbuntu tends to crash when accesing external DVD drive via USB2.0

2006-07-31 Thread Miha_K
** Description changed:

  There are 2 possible bugs included here:
  
  1. XUbuntu desktop tends to crash when accesing external DVD drive NEC.
  The crash doesn't happen alway but it happens  quite consistently after
  inserting several DVD's and mounting drive several times. Not all
  application will crash though. For a while mouse will still run, but CPU
  load meter will stop. Some application will be accessible for a while
  but as time passes everything will freeze and CPU will be 101% busy.
  
  2. Another possbile issue (of the same bug) is related to FAT32 which is
  mounted under /media/hda1. Whenever such crash (see no. 1) occures
  computer needs to be restarted. When this happens errors appear on FAT
  partition. It is possible that error ocures while trying to read
  external DVD and write to FAT32 at the same time. Errors include several
  crosslinked files and all the changes made to the FAT32 partition during
  Xubuntu session are usually lost. Linux is not able to fix FAT32 after
  restart but Win XP can usually fix all the errors without the loss of
  data (from last Windows session -  what was done during the last Xubuntu
  session is of course lost)
  
  I am running Xubuntu on Laptop CLEVO D22ES with
  2.4GHz Celeron processor, FUJITSU MHT2030AT-28GiB disk
- and _NEC DVD_RW ND-3540A DVD recordable
+ and external _NEC DVD_RW ND-3540A DVD recorder

-- 
XUbuntu tends to crash when accesing external DVD drive via USB2.0
https://launchpad.net/bugs/54620

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


[Bug 54623] nautilus-open-terminal doesn't grok multiple desktops

2006-07-31 Thread Ryan Lortie
Public bug reported:

Binary package hint: nautilus-open-terminal

I have a multiple desktop setup going on my laptop where the external
monitor gets its own DISPLAY (:0.1).

Nautilus and the panel each display to both screen.  Apps launched on
the external monitor start on the external monitor.

There's one exception.  The 'Open Terminal' item on the desktop context
menu.  When I right click the desktop on the external monitor and select
it, I get a term on the built-in LCD.  I am unable to move this terminal
over since it's on the wrong DISPLAY now.

** Affects: nautilus-open-terminal (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
nautilus-open-terminal doesn't grok multiple desktops
https://launchpad.net/bugs/54623

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


[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2006-07-31 Thread Hans-Peter Oeri
Hi!

I have the exact same problem on Dapper. Am I missing something
somewhere else? Unfortunately, this errors does not seem to have been
resolved...

Kernel 2.6.15-26-amd64-generic (or, BTW any older version of supplied kernels)
Athlon 3200
MSI-Board

Of course, I would be willing to assist in any way I can!

-- 
Kernel panic 2.6.12-8-amd64-k8
https://launchpad.net/bugs/21481

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


[Bug 26264] Re: The Trash is listed as Wastebasket in the Add to Panel dialog

2006-07-31 Thread Bug Watch Updater
** Changed in: gnome-applets (upstream)
   Status: Unconfirmed = Rejected

-- 
The Trash is listed as Wastebasket in the Add to Panel dialog
https://launchpad.net/bugs/26264

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


[Bug 50902] Re: Thunderbird displays useless Don't import anything dialog on first launch

2006-07-31 Thread Bug Watch Updater
** Changed in: thunderbird (upstream)
   Status: Confirmed = Fix Released

-- 
Thunderbird displays useless Don't import anything dialog on first launch
https://launchpad.net/bugs/50902

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


[Bug 48409] Re: Dictionary; some problem with data conversion

2006-07-31 Thread Daniel Holbach
I can confirm it here, no terminal messages.  I forwarded the issue to
the upstream bug tracker:
http://bugzilla.gnome.org/show_bug.cgi?id=349396

** Changed in: gnome-utils (Ubuntu)
   Status: Needs Info = Confirmed

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

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

-- 
Dictionary; some problem with data conversion
https://launchpad.net/bugs/48409

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


[Bug 54614] Re: [Sync Request] xbattbar 1.4.2-4

2006-07-31 Thread Colin Watson
** Changed in: xbattbar (Ubuntu)
 Assignee: rorroalruiz = (unassigned)

-- 
[Sync Request] xbattbar 1.4.2-4
https://launchpad.net/bugs/54614

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


[Bug 54625] Installing pulls in extra kernels

2006-07-31 Thread Warbo
Public bug reported:

nvidia-glx depends on the restricted modules package, but if this is not 
installed then it tries to install the -386 version instead of the current 
version.
Steps to reproduce:
1) Install and use a non-386 kernel version (I use k7, but will probably work 
for 686)
2) Remove 386 kernel version
3) Remove any linux-restricted-modules packages if they are installed
4) Tell apt to install nvidia-glx, it will try to install the -386 restricted 
modules, along with the -386 linux image which they depend on. Not only is this 
unneeded (wastes many MBs), it will not make the driver work for the running 
kernel.

This is avoided by making sure linux-restricted-modules-kernelversion
is already installed when installing nvidia-glx. Specifying it on the
same apt line, eg. sudo apt-get install linux-restricted-
modules-2.6.15-23-k7 nvidia-glx, doesn't work, it just tries to get 2
versions of the restricted modules and a 386 kernel image.

** Affects: nvidia-glx (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Installing pulls in extra kernels
https://launchpad.net/bugs/54625

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


[Bug 54550] Re: Industrial broken in Edgy

2006-07-31 Thread Daniel Holbach
Gray and IndustrialTango are not part of gtk2-engines. This must be a
problem somewhere else a bit more deep down the stack.

** Changed in: gtk2-engines (Ubuntu)
Sourcepackagename: gtk2-engines = None
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
Industrial broken in Edgy
https://launchpad.net/bugs/54550

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


[Bug 44728] Re: Gaim doesn't include SILC support

2006-07-31 Thread Daniel Holbach
Somebody needs to write a main inclusion report for silc-toolkit
(http://wiki.ubuntu.com/UbuntuMainInclusionQueue) and test gaim built
with silc

-- 
Gaim doesn't include SILC support
https://launchpad.net/bugs/44728

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


[Bug 5374] Re: please add gconf key support to set the --minport argument

2006-07-31 Thread Daniel Holbach
Fixed in 0.0.24, which is in Edgy.

** Changed in: gnome-btdownload (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
please add gconf key support to set the --minport argument
https://launchpad.net/bugs/5374

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


[Bug 26264] Re: The Trash is listed as Wastebasket in the Add to Panel dialog

2006-07-31 Thread Sebastien Bacher
The bug has been closed upstream with that comment:

The only reason we use Wastebasket is because the other more popular Desktop OS
uses Wastebasket for it as well. This is all discussed in bug 83764 (a long
time ago).

If there are occurences of Trash in the UI, or otherwise, when using the
en_GB locale, specific bugs about those should be opened.

Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you
find.


*** This bug has been marked as a duplicate of 83764 ***

Closing the distribution task,  if you disagree feel free to argue
upstream, we don't want to divert from them on that

** Changed in: gnome-applets (Ubuntu)
 Assignee: Sebastien Bacher = Ubuntu Desktop Bugs
   Status: Unconfirmed = Rejected

-- 
The Trash is listed as Wastebasket in the Add to Panel dialog
https://launchpad.net/bugs/26264

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


[Bug 48981] Re: btdownloadgui crash

2006-07-31 Thread Antonio
OK, i have installed libwxgtk2.4-python and bittorrent-gui run well.
Thanks
This bugs closed.

-- 
btdownloadgui crash
https://launchpad.net/bugs/48981

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


[Bug 54459] Re: Crash on (or just after) connect to MSN

2006-07-31 Thread Daniel Holbach
Thanks for the bug report. If this crash is reproducible, it'd help if
you could get another backtrace with gaim-dbg installed.

** Changed in: gaim (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Crash on (or just after) connect to MSN
https://launchpad.net/bugs/54459

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


[Bug 45385] Re: no wallpaper for dual head/very wide screen monitors

2006-07-31 Thread Daniel Holbach
If we were to do this, we'd need to clarify which sizes we need. I
personally feel the package is getting too big already.

** Changed in: ubuntu-artwork (Ubuntu)
Sourcepackagename: ubuntu-artwork = edgy-wallpapers
 Assignee: Jeff Waugh = (unassigned)

-- 
no wallpaper for dual head/very wide screen monitors
https://launchpad.net/bugs/45385

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


[Bug 44391] Re: poor performances in a game (Stepmania) with fglrx 8.24.8 drivers

2006-07-31 Thread mym
I've just tried fglrx 8.27.10 and I have no more lags/choppy arrows !
Lucas, can you confirm this ?

-- 
poor performances in a game (Stepmania) with fglrx 8.24.8 drivers
https://launchpad.net/bugs/44391

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


[Bug 48020] Re: CPU very high while running Evolution 2.6.1

2006-07-31 Thread fgr
I opend another bug:

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

I've found the problem in the sourcecode:

http://cvs.gnome.org/viewcvs/evolution/plugins/publish-calendar/publish-
location.c?rev=1.2view=markup

Where you call: 'migrateURI', the entry for 'location' is empty and then
evolution runs in the loop!

When I disable the plugin for 'publish calendar' then evolution runs
very well!

Do you need further information about my settings?

I think it is a bug and I hope you will fix it.

Thank you, best regards, Florian.

-- 
CPU very high while running Evolution 2.6.1
https://launchpad.net/bugs/48020

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


[Bug 47996] Re: Disabling (debug = 0) doesn't work

2006-07-31 Thread Jérémie Corbier
libpam-mount (0.15-1ubuntu1) edgy; urgency=low

  [ Ubuntu Merge-o-Matic ]
  * Merge from debian unstable.

  [ Laurent Bigonville ]
  * fixed debian/patches/00list. (Malone: #48530)

** Changed in: libpam-mount (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Disabling (debug = 0) doesn't work
https://launchpad.net/bugs/47996

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


[Bug 52476] Re: 'fixed' font doesn't seem to appear in gnome-terminal's font list

2006-07-31 Thread Sebastien Bacher
if you run sudo dpkg-reconfigure fontconfig, is the bitmap fonts
option activated?

-- 
'fixed' font doesn't seem to appear in gnome-terminal's font list
https://launchpad.net/bugs/52476

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


[Bug 29939] Re: Can't run gnome after doing apt-get update

2006-07-31 Thread Daniel Holbach
Thanks for following up.

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

-- 
Can't run gnome after doing apt-get update
https://launchpad.net/bugs/29939

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


[Bug 44391] Re: poor performances in a game (Stepmania) with fglrx 8.24.8 drivers

2006-07-31 Thread mym
Here is a good doc to install these last drivers:
http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide#Method_2:_Generating.2FInstalling_Ubuntu_packages_for_the_8.27.10_drivers_in_Ubuntu_Dapper_Manually

-- 
poor performances in a game (Stepmania) with fglrx 8.24.8 drivers
https://launchpad.net/bugs/44391

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


[Bug 54445] Re: [edgy] Gaim crashes when I click on save icon

2006-07-31 Thread Daniel Holbach
Thanks for your bug report. Can you start gaim from the terminal and see
if it writes 'Segmentation fault.'? If so, it'd be nice if you could get
a backtrace as outlined over here: https://wiki.ubuntu.com/Backtrace

** Changed in: gaim (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
[edgy] Gaim crashes when I click on save icon
https://launchpad.net/bugs/54445

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


[Bug 48679] Re: Birthdays before 1969 shows as birthdays in the future 2000+

2006-07-31 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu and locale do you use? How
do you enter the birthday, with the calendar by picking a date or with
the keyboard?

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Birthdays before 1969 shows as birthdays in the future 2000+
https://launchpad.net/bugs/48679

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


[Bug 48981] Re: btdownloadgui crash

2006-07-31 Thread Aldous D . Peñaranda
I think the message should still be changed, though.

-- 
btdownloadgui crash
https://launchpad.net/bugs/48981

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


[Bug 48604] Re: Epiphany-browser bookmarks deleted when disk space runs out

2006-07-31 Thread Sebastien Bacher
That's known upstream: http://bugzilla.gnome.org/show_bug.cgi?id=300401

A part of the issue is due to firefox according to them

** Changed in: epiphany-browser (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Needs Info = Confirmed

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

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

-- 
Epiphany-browser bookmarks deleted when disk space runs out
https://launchpad.net/bugs/48604

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


[Bug 54627] http USER-AGENT remains unused at h.u.c

2006-07-31 Thread Duncan Lithgow
Public bug reported:

After some further testing of how different Ubuntu, and Ubuntu derived
OS's report their OS in the http header USER-AGENT it should be possible
to use this header to gain information on what derivitive and what
version a visitor to h.u.c is using. Once collected this can be used to
provide a helpful link such as:

Welcome, we've checked your browser and you appear to be using Kubuntu
Breezy, here is the Kubuntu Breezy Help Guide.

Duncan

(If I was part of the appropriate team I could help code this in php.)

** Affects: ubuntu-docs (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
http USER-AGENT remains unused at h.u.c
https://launchpad.net/bugs/54627

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


[Bug 48708] Re: Missing dep on charset map files

2006-07-31 Thread Sebastien Bacher
I don't have xpdf-japanese installed and the example your pointed on the
freedesktop bug seems to work fine and copy works fine on it too. Do you
have any example to provide with some details on what is wrong exactly
about it?

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

-- 
Missing dep on charset map files
https://launchpad.net/bugs/48708

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


[Bug 54628] link to HTML on h.u.c. has unclear function

2006-07-31 Thread Duncan Lithgow
Public bug reported:

New users, those with most need for help, are very unlikely to know what
a link to HTML is for. The front page should be reorganised to give
prominance to the link that _most users_ will be looking for. That link
should help by the text and links to other resources, such as pdf
versions, should be given lower visual priority (normally pdf links are
put in brackets with file size indicated)

Duncan

** Affects: ubuntu-docs (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
link to HTML on h.u.c. has unclear function
https://launchpad.net/bugs/54628

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


[Bug 54607] Re: Ubuntu Installer crashes!!

2006-07-31 Thread Colin Watson
*** This bug is a duplicate of bug 47046 ***

Thanks for your report. At present, you must reformat system partitions
(e.g. /, /boot, /usr, or /var) during installation; the fact that the
partitioner doesn't warn you about this is also bug 47046, and is fixed
in dapper-updates. If you are upgrading an existing installation, then
please see http://wiki.ubuntu.com/DapperUpgrades rather than using this
installer.

** This bug has been marked a duplicate of bug 47046
   breaks if system partitions are not reformatted

-- 
Ubuntu Installer crashes!!
https://launchpad.net/bugs/54607

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


[Bug 51575] Re: Applet crash at startup

2006-07-31 Thread VJaubert
Same thing with version 1.7.5 compiled from sources.

Backtrace was generated from '/usr/libexec/sensors-applet'

Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1224530240 (LWP 11905)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb74a7463 in __waitpid_nocancel ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb78728e6 in libgnomeui_module_info_get ()
   from /usr/lib/libgnomeui-2.so.0
#3  signal handler called
#4  0xe410 in __kernel_vsyscall ()
#5  0xb73959a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#6  0xb73972b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#7  0xb7eaa006 in g_logv () from /usr/lib/libglib-2.0.so.0
#8  0xb7eaa03a in g_log () from /usr/lib/libglib-2.0.so.0
#9  0xb7eaa0a6 in g_assert_warning () from /usr/lib/libglib-2.0.so.0
#10 0x08053d97 in sensors_applet_update_active_sensors (sensors_applet=0x0)
at sensors-applet.c:1077
#11 0x0805432d in sensors_applet_init (sensors_applet=0x80ee308)
at sensors-applet.c:1287
#12 0x0804c4ed in sensors_applet_fill (applet=0x6, iid=0x80d4c45 , data=0x0)
at main.c:33
#13 0xb78b12a1 in panel_applet_marshal_BOOLEAN__STRING ()
   from /usr/lib/libpanel-applet-2.so.0
#14 0xb78c479f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#15 0xb75783da in bonobo_closure_invoke_va_list ()
   from /usr/lib/libbonobo-2.so.0
#16 0xb75786d7 in bonobo_closure_invoke () from /usr/lib/libbonobo-2.so.0
#17 0xb78ad578 in panel_applet_get_type ()
   from /usr/lib/libpanel-applet-2.so.0
#18 0xb78d0423 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#19 0xb78c479f in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#20 0xb78d32ea in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#21 0xb78d4b19 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#22 0xb78d4e89 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#23 0xb77d0928 in bonobo_control_add_listener ()
   from /usr/lib/libbonoboui-2.so.0
#24 0xb7579c83 in _ORBIT_skel_small_Bonobo_Control_setFrame ()
   from /usr/lib/libbonobo-2.so.0
#25 0xb74e042a in ORBit_POA_setup_root () from /usr/lib/libORBit-2.so.0
#26 0xb74e4f91 in ORBit_OAObject_invoke () from /usr/lib/libORBit-2.so.0
#27 0xb74d1f64 in ORBit_small_invoke_adaptor () from /usr/lib/libORBit-2.so.0
#28 0xb74e0747 in ORBit_POAObject_post_invoke () from /usr/lib/libORBit-2.so.0
#29 0xb74e0dae in ORBit_POAObject_post_invoke () from /usr/lib/libORBit-2.so.0
#30 0xb74e3805 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#31 0xb74e4d50 in ORBit_handle_request () from /usr/lib/libORBit-2.so.0
#32 0xb74cee61 in giop_connection_handle_input ()
   from /usr/lib/libORBit-2.so.0
#33 0xb74eb5c4 in link_connection_set_max_buffer ()
   from /usr/lib/libORBit-2.so.0
#34 0xb74ed4fb in link_servers_move_io_T () from /usr/lib/libORBit-2.so.0
#35 0xb7ea18d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#36 0xb7ea4996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#37 0xb7ea4cb8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#38 0xb7566477 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#39 0xb75649b1 in bonobo_generic_factory_main_timeout ()
   from /usr/lib/libbonobo-2.so.0
#40 0xb7564a35 in bonobo_generic_factory_main ()
   from /usr/lib/libbonobo-2.so.0
#41 0xb78aeed8 in panel_applet_factory_main_closure ()
   from /usr/lib/libpanel-applet-2.so.0
#42 0xb78aefaa in panel_applet_factory_main ()
   from /usr/lib/libpanel-applet-2.so.0
#43 0x0804c5e7 in main (argc=6, argv=0x6) at main.c:39

Thread 1 (Thread -1224530240 (LWP 11905)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb74a7463 in __waitpid_nocancel ()
   from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb78728e6 in libgnomeui_module_info_get ()
   from /usr/lib/libgnomeui-2.so.0
No symbol table info available.
#3  signal handler called
No symbol table info available.
#4  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#5  0xb73959a1 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6  0xb73972b9 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7  0xb7eaa006 in g_logv () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#8  0xb7eaa03a in g_log () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9  0xb7eaa0a6 in g_assert_warning () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#10 0x08053d97 in sensors_applet_update_active_sensors (sensors_applet=0x0)
at sensors-applet.c:1077
__PRETTY_FUNCTION__ = sensors_applet_update_active_sensors
#11 0x0805432d in sensors_applet_init (sensors_applet=0x80ee308)
at sensors-applet.c:1287
__PRETTY_FUNCTION__ = sensors_applet_init
#12 0x0804c4ed in sensors_applet_fill (applet=0x6, iid=0x80d4c45 , data=0x0)
at main.c:33
retval = value optimized out

[Bug 47046] Re: breaks if system partitions are not reformatted

2006-07-31 Thread Colin Watson
** Bug 54607 has been marked a duplicate of this bug

-- 
breaks if system partitions are not reformatted
https://launchpad.net/bugs/47046

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


[Bug 54630] wxvlc not stopped by 'close window' button

2006-07-31 Thread Duncan Lithgow
Public bug reported:

 If I'm watching something with sound (DVD in this case) and close VLC
by clicking the 'Close window' right uppermost window icon, VLC appears
to close. However the sound is still player and I have to go into system
monitor to manually stop wxvlc.

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

-- 
wxvlc not stopped by 'close window' button
https://launchpad.net/bugs/54630

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


[Bug 48708] Re: Missing dep on charset map files

2006-07-31 Thread Sebastien Bacher
I'm not sure that's a packaging bug as you pointed upstream, poppler and
evince should not require xpdf to be installed to work correctly, if
poppler needs that file shouldn't it ship a copy of it?

-- 
Missing dep on charset map files
https://launchpad.net/bugs/48708

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


[Bug 54629] Re: 'open with' is not available for removable media

2006-07-31 Thread Sebastien Bacher
*** This bug is a duplicate of bug 10760 ***

Thanks for the bug report. This particular bug has already been reported
into our bug tracking system, but please feel free to report any further
bugs you find.

** Changed in: Ubuntu
Sourcepackagename: None = nautilus
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Rejected

** This bug has been marked a duplicate of bug 10760
   nautilus doesn't launch totem from desktop mounted DVDs

-- 
'open with' is not available for removable media
https://launchpad.net/bugs/54629

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


[Bug 48722] Re: Plain with Face Browser cuts off names.

2006-07-31 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? How many users
do you have listed? That works fine on my edgy desktop with a
gdmflexiserver screen, the users list can be scrolled and the login
dialog is correctly placed

** Changed in: gdm (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Plain with Face Browser cuts off names.
https://launchpad.net/bugs/48722

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


[Bug 9261] Re: sensible-browser starts mozilla instead of preferred webbrowser

2006-07-31 Thread Sebastien Bacher
** Changed in: mozilla (Ubuntu)
 Assignee: Sebastien Bacher = (unassigned)

-- 
sensible-browser starts mozilla instead of preferred webbrowser
https://launchpad.net/bugs/9261

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


[Bug 49555] Re: Interface not stopped correctly

2006-07-31 Thread Fabio Pedretti
Any news on this?

** Visibility changed to: Private

-- 
Interface not stopped correctly
https://launchpad.net/bugs/49555

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


[Bug 54632] missing curly braces in fix for CVE-2005-3805

2006-07-31 Thread Sergio Gelato
Public bug reported:

Binary package hint: linux-source-2.6.12

The patch
kernel-exit_CVE-2005-3805.dpatch
reads in part:
if (group_dead)
+   exit_itimers(tsk-signal);
  acct_process(code);
exit_mm(tsk);

Either the acct_process(code); line is incorrectly indented or (more likely) 
someone forgot to add curly braces:
if (group_dead) {
exit_itimers(tsk-signal);
acct_process(code);
}
exit_mm(tsk);

** Affects: linux-source-2.6.12 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
missing curly braces in fix for CVE-2005-3805
https://launchpad.net/bugs/54632

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


[Bug 54633] mouse wheel zoom consistency

2006-07-31 Thread wvengen
Public bug reported:

Mouse wheel zoom is not consistently implemented on the Ubuntu desktop across 
applications. Ctrl-ScrollwheelUp does this in the following applications:
* Evolution: zoom in
* Firefox: zoom out
* Google maps (without ctrl): zoom in
* Evince: zoom in
* The Gimp (with shift instead of ctrl): zoom in
* Abiword: zoom in
It seems that Firefox is out of line here, maybe it has a reason but I couldn't 
find it.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
mouse wheel zoom consistency
https://launchpad.net/bugs/54633

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


[Bug 52476] Re: 'fixed' font doesn't seem to appear in gnome-terminal's font list

2006-07-31 Thread Peter Maydell
bitmap fonts option no, it wasn't. I've turned it on, and 'fixed' does
now appear in the list of available fonts. (So I suppose the original
problem could be considered user error. As it happens I didn't do the
original install on this machine.)

However, gnome-terminal still doesn't seem to be handling it correctly.
This is a bitmap font, so it should only be offered at the right size
(which happens to be 10 for 'fixed'), whereas gnome-terminal still
allows you to set a size (and presumably scales the font) and gives no
indication of what the natural size of the font is. Compare emacs, which
gets this right -- the shift-right-click font menu just offers 'fixed'
rather than any scaling options.

I know that the fontconfig stuff is because it's really aimed at fully
scalable truetype fonts for applications which want to display usually
proportional text at the user's choice of font and size. But gnome-
terminal isn't really that kind of application -- it's a terminal, and
it needs a fixed-width font -- so using a standard font setup and font
selection dialog is arguably the wrong thing. For example, the dialog
lets you pick a non-fixed-width font (try 'Free Sans medium 10' and
watch the display get messed up whenever there's an m) -- it should
probably not display proportional fonts at all (or if it must, behind
some kind of 'experts only' checkbox). So I suppose that's really what
I'm complaining about -- gnome-terminal is trying to use a generic font
selection system which is relatively poorly suited to a program
displaying straightforward fixed-width text (so it lets you select
totally unsuitable fonts and doesn't necessarily display fonts which are
ideal for the terminal but which might be disabled in the system wide
config because they don't make sense in the general case.)

-- 
'fixed' font doesn't seem to appear in gnome-terminal's font list
https://launchpad.net/bugs/52476

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


[Bug 53718] Re: New upstream version available

2006-07-31 Thread Pascal De Vuyst
** Changed in: mozilla-thunderbird (Ubuntu Dapper)
   Status: Unconfirmed = Fix Released

-- 
New upstream version available
https://launchpad.net/bugs/53718

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


[Bug 54074] Re: ImportError: No module named implementations

2006-07-31 Thread Scott James Remnant
This seems rather a large change for a simple bug fix ...

Perhaps you could just extract the patch that fixes the  bug instead?

-- 
ImportError: No module named implementations
https://launchpad.net/bugs/54074

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


[Bug 48767] Re: evolution unquitable

2006-07-31 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? For what account
is the password window?

** Changed in: evolution (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
evolution unquitable
https://launchpad.net/bugs/48767

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


[Bug 48751] Re: Progress bar control in fullscreen resizes unexpectedly

2006-07-31 Thread Sebastien Bacher
Thanks for your bug. I've forwarded it upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=349402

** Changed in: totem (Ubuntu)
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Confirmed

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

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

-- 
Progress bar control in fullscreen resizes unexpectedly
https://launchpad.net/bugs/48751

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


[Bug 34258] Re: Unable to connect to a server through the UI.

2006-07-31 Thread Sebastien Bacher
Does opening the location with nautilus URI works fine?

-- 
Unable to connect to a server through the UI.
https://launchpad.net/bugs/34258

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


[Bug 48480] Re: Clock applet displays events twice, on the next date as well as the original date

2006-07-31 Thread Daniel Holbach
Thanks for following up. I close the bug, until you have more
information how to reproduce it. Thanks again.

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

-- 
Clock applet displays events twice, on the next date as well as the original 
date
https://launchpad.net/bugs/48480

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


[Bug 48815] Re: Gnome desktop mouse action freeze on folder drag /open

2006-07-31 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That seems to
work fine on my edgy desktop. Does pressing Esc close the dialog and
unlock your mouse pointer?

** Changed in: nautilus (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Gnome desktop mouse action freeze on folder drag /open
https://launchpad.net/bugs/48815

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


[Bug 54176] Re: sync requests

2006-07-31 Thread Scott James Remnant
[Updating] libsapdbc-java (5043-1 [Ubuntu]  5241-1 [Debian])
 * Trying to add libsapdbc-java...
  - libsapdbc-java_5241-1.dsc: cached
  - libsapdbc-java_5241.orig.tar.gz: cached
  - libsapdbc-java_5241-1.diff.gz: cached
I: libsapdbc-java [universe] - libsapdbc-java_5043-1 [universe].
[Updating] maxdb-7.5.00 (7.5.00.34-2build1 [Ubuntu]  7.5.00.34-3 [Debian])
 * Trying to add maxdb-7.5.00...
  - maxdb-7.5.00_7.5.00.34.orig.tar.gz: already in distro - downloading from 
librarian
  - maxdb-7.5.00_7.5.00.34-3.diff.gz: cached
  - maxdb-7.5.00_7.5.00.34-3.dsc: cached
I: maxdb-7.5.00 [universe] - python-maxdb-loader_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-dbmcli_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - libsqldbc75_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-sqlcli_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - python-maxdb_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - libsqlod75-dev_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-server_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - libsqlod75_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-loadercli_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - libsqldbc75-dev_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-server-7.5.00_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-lserver_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-dbanalyzer_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-webtools_7.5.00.34-2build1 [universe].
I: maxdb-7.5.00 [universe] - maxdb-server-dbg-7.5.00_7.5.00.34-2build1 
[universe].
[Updating] mmpython (0.4.9-0ubuntu1 [Ubuntu]  0.4.9-1 [Debian])
 * Trying to add mmpython...
  - mmpython_0.4.9.orig.tar.gz: already in distro - downloading from 
librarian  - mmpython_0.4.9-1.diff.gz: cached
  - mmpython_0.4.9-1.dsc: cached
I: mmpython [universe] - python-mmpython_0.4.9-0ubuntu1 [universe].
[Updating] php-maxdb (0 [Ubuntu]  7.6.00.18-1 [Debian])
 * Trying to add php-maxdb...
  - php-maxdb_7.6.00.18-1.dsc: cached
  - php-maxdb_7.6.00.18.orig.tar.gz: cached
  - php-maxdb_7.6.00.18-1.diff.gz: cached
I: php-maxdb [universe] - php4-maxdb_7.5.00.30-2 [universe].
[Updating] python-uncertainities (0.001-3.1ubuntu1 [Ubuntu]  0.001-3.2 
[Debian])
 * Trying to add python-uncertainities...
  - python-uncertainities_0.001-3.2.dsc: cached
  - python-uncertainities_0.001.orig.tar.gz: already in distro - downloading 
from librarian
  - python-uncertainities_0.001-3.2.diff.gz: cached
I: python-uncertainities [universe] - python-uncertainities_0.001-3.1ubuntu1 
[universe].
[Updating] rapidsvn (0.9.1-2ubuntu1 [Ubuntu]  0.9.3-1 [Debian])
 * Trying to add rapidsvn...
  - rapidsvn_0.9.3-1.diff.gz: cached
  - rapidsvn_0.9.3.orig.tar.gz: cached
  - rapidsvn_0.9.3-1.dsc: cached
I: rapidsvn [universe] - libsvncpp0c2a_0.9.1-2ubuntu1 [universe].
I: rapidsvn [universe] - rapidsvn_0.9.1-2ubuntu1 [universe].
I: rapidsvn [universe] - libsvncpp-dev_0.9.1-2ubuntu1 [universe].


** Changed in: Ubuntu
   Status: Unconfirmed = Fix Released

-- 
sync requests
https://launchpad.net/bugs/54176

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


[Bug 53718] Re: New upstream version available

2006-07-31 Thread Pascal De Vuyst
Version 1.5.0.5 is now in Edgy.
Closing this bug.

mozilla-thunderbird (1.5.0.5-0ubuntu1) edgy; urgency=low

  * New upstream security update:
- MFSA 2006-46, CVE-2006-3113: Memory corruption with simultaneous
  events [does not affect 1.0]
- MFSA 2006-47, CVE-2006-3802: Native DOM methods can be hijacked
  across domains [does not affect 1.0]
- MFSA 2006-48, CVE-2006-3803: JavaScript new Function race
  condition [does not affect 1.0]
- MFSA 2006-49, CVE-2006-3804: Heap buffer overwrite on malformed
  VCard
- MFSA 2006-50, CVE-2006-3805, CVE-2006-3806: JavaScript engine
  vulnerabilities
- MFSA 2006-51, CVE-2006-3807: Privilege escalation using
  named-functions and redefined new Object()
- MFSA 2006-53, CVE-2006-3809: UniversalBrowserRead privilege
  escalation
- MFSA 2006-54, CVE-2006-3810: XSS with XPCNativeWrapper
  (window).Function(...) [does not affect 1.0]
- MFSA 2006-55, CVE-2006-3811: Crashes with evidence of memory corruption 
(rv:1.8.0.5)
- MFSA 2006-56, CVE-2006-3812: chrome: scheme loading remote
  content
  * debian/patches/10_pangoxft_linkage.dpatch: Adapted to new upstream version.

 -- Martin Pitt [EMAIL PROTECTED]  Fri, 28 Jul 2006 13:22:34
+0200

** Changed in: mozilla-thunderbird (Ubuntu)
   Status: Confirmed = Fix Released

-- 
New upstream version available
https://launchpad.net/bugs/53718

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


[Bug 48980] Re: Segmentation fault on quit

2006-07-31 Thread Antonio
This is a strace output.

-- 
Segmentation fault on quit
https://launchpad.net/bugs/48980

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


[Bug 54636] virtualhost not working out of the box

2006-07-31 Thread Laurent Baillet
Public bug reported:

Hello

Roundcube-Webmail is configured to use mod_alias by default :

IfModule mod_alias.c
Alias /roundcube-webmail /usr/share/roundcube-webmail
/IfModule

/usr/share/roundcube-webmail is the right place where the files are set

When switching to virtualhost, the path is wrong :

VirtualHost *:*
(...)
 DocumentRoot /usr/share/roundcube
(...)
/VirtualHost

$ apache2ctl restart
Warning: DocumentRoot [/usr/share/roundcube] does not exist

Regards

** Affects: roundcube-webmail (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
virtualhost not working out of the box
https://launchpad.net/bugs/54636

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


[Bug 54635] slow overall performance (because of highmem support and/or AGP settings?)

2006-07-31 Thread Michael Tinsay
Public bug reported:


I have a P4 1GB system.  Part of the memory is shared with the built-in AGP 
card.  The BIOS is setup to have a 32MB AGP Aperture.

Problem:  When the Memory Allocated to the AGP Card is 16MB (lower than
the aperture setting)  Ubuntu is very sluggish, like it takes 5 whole
minutes to boot up.  But:

(1)  When the shared memory is at 32MB, Ubuntu is very fast -- 30 seconds from 
boot to KDM login screen.
(2)  When shared memory is at 16MB and kernel parameter mem=992M is used, 
Ubuntu is fast. But when mem=1008M is used, performance goes back to snail 
mode.
(3) When using latest available Dapper kernel source (Package 
Linux-Source-2.6.15), compiled without highmem support, performance is fast.

And:

(1) Problem not encountered with Windows XP (with 32MB aperture and 16MB shared 
memory)
(2) Problem have been tested to latest available kernels from Breezy, Dapper, 
and even, Edgy.


Not really a big problem, but should this behavior, once confirmed, should be 
documented somewhere.  There's a lot of people complaining about slow 
performance in ubuntuforums.org, this may be one of the culprit.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
slow overall performance (because of highmem support and/or AGP settings?)
https://launchpad.net/bugs/54635

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


[Bug 54332] Re: Please sync postgresql-common (main) from unstable

2006-07-31 Thread Scott James Remnant
Release team need to confirm this

-- 
Please sync postgresql-common (main) from unstable
https://launchpad.net/bugs/54332

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


[Bug 54331] Re: Please sync postgresql-8.1 (main) from unstable

2006-07-31 Thread Scott James Remnant
Release team need to review and confirm this

-- 
Please sync postgresql-8.1 (main) from unstable
https://launchpad.net/bugs/54331

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


[Bug 54330] Re: Need update to v1.5.0.5

2006-07-31 Thread Pascal De Vuyst
** Changed in: firefox (Ubuntu Dapper)
   Status: Unconfirmed = Fix Released

-- 
Need update to v1.5.0.5
https://launchpad.net/bugs/54330

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


[Bug 54322] Re: Please sync zope-cmfforum 1.0-11 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] zope-cmfforum (1.0-10ubuntu1 [Ubuntu]  1.0-11 [Debian])
 * Trying to add zope-cmfforum...
  - zope-cmfforum_1.0.orig.tar.gz: already in distro - downloading from 
librarian
  - zope-cmfforum_1.0-11.dsc: downloading from http://ftp.debian.org/debian/
  - zope-cmfforum_1.0-11.diff.gz: downloading from 
http://ftp.debian.org/debian/
I: zope-cmfforum [universe] - zope-cmfforum_1.0-10ubuntu1 [universe].


** Changed in: zope-cmfforum (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Please sync zope-cmfforum 1.0-11 from Debian unstable
https://launchpad.net/bugs/54322

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


[Bug 49697] Re: couldn't be installed

2006-07-31 Thread pippovic
Same problem here. As i try to install the package libsdl1.2-dev i get
the following error-message:

The following packages have unmet dependencies:
  libsdl1.2-dev: Depends: libartsc0-dev but it is not going to be installed
E: broken packages

In the attachment you can find my sources.list (it's the german Ubuntu
mirror).

-- 
couldn't be installed
https://launchpad.net/bugs/49697

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


[Bug 54317] Re: Please sync bcm43xx-fwcutter 20060501-4 from unstable

2006-07-31 Thread Scott James Remnant
[Updating] bcm43xx-fwcutter (20060108-6build1 [Ubuntu]  20060501-4 [Debian])
 * Trying to add bcm43xx-fwcutter...
  - bcm43xx-fwcutter_20060501-4.diff.gz: downloading from 
http://ftp.debian.org/debian/
  - bcm43xx-fwcutter_20060501.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - bcm43xx-fwcutter_20060501-4.dsc: downloading from 
http://ftp.debian.org/debian/
I: bcm43xx-fwcutter [universe] - bcm43xx-fwcutter_20060108-6build1 [universe].


** Changed in: bcm43xx-fwcutter (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Please sync bcm43xx-fwcutter 20060501-4 from unstable
https://launchpad.net/bugs/54317

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


[Bug 49376] Re: Cannot play video in Firefox plugin

2006-07-31 Thread Sebastien Bacher
Thank you for your bug. Probably a duplicate on one of the other zillion
of the totem firefox plugin doens't work bug already reported

** Changed in: totem (Ubuntu)
   Importance: Untriaged = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Confirmed

-- 
Cannot play video in Firefox plugin
https://launchpad.net/bugs/49376

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


[Bug 54323] Re: Please sync zope-cmfforum 0.6.1-5 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] zope-cmfsin (0.6.1-4ubuntu1 [Ubuntu]  0.6.1-5 [Debian])
 * Trying to add zope-cmfsin...
  - zope-cmfsin_0.6.1-5.diff.gz: downloading from 
http://ftp.debian.org/debian/
  - zope-cmfsin_0.6.1.orig.tar.gz: already in distro - downloading from 
librarian
  - zope-cmfsin_0.6.1-5.dsc: downloading from http://ftp.debian.org/debian/
I: zope-cmfsin [universe] - zope-cmfsin_0.6.1-4ubuntu1 [universe].


** Changed in: zope-cmfsin (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Please sync zope-cmfforum 0.6.1-5 from Debian unstable
https://launchpad.net/bugs/54323

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


[Bug 54320] Re: Please sync xpat2 1.07-12 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] xpat2 (1.07-10ubuntu1 [Ubuntu]  1.07-12 [Debian])
 * Trying to add xpat2...
  - xpat2_1.07.orig.tar.gz: already in distro - downloading from librarian
  - xpat2_1.07-12.dsc: downloading from http://ftp.debian.org/debian/
  - xpat2_1.07-12.diff.gz: downloading from http://ftp.debian.org/debian/
I: xpat2 [universe] - xpat2_1.07-10ubuntu1 [universe].


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

-- 
Please sync xpat2 1.07-12 from Debian unstable
https://launchpad.net/bugs/54320

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


[Bug 54318] Re: Please sync silc-toolkit 0.9.12-4.4 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] silc-toolkit (0.9.12-4.1ubuntu2 [Ubuntu]  0.9.12-4.4 [Debian])
 * Trying to add silc-toolkit...
  - silc-toolkit_0.9.12-4.4.diff.gz: downloading from 
http://ftp.debian.org/debian/
  - silc-toolkit_0.9.12-4.4.dsc: downloading from 
http://ftp.debian.org/debian/
  - silc-toolkit_0.9.12.orig.tar.gz: already in distro - downloading from 
librarian
I: silc-toolkit [universe] - libsilc-1.0-2_0.9.12-4.1ubuntu2 [universe].
I: silc-toolkit [universe] - libsilc-1.0-2-dev_0.9.12-4.1ubuntu2 [universe]

** Changed in: silc-toolkit (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Please sync silc-toolkit 0.9.12-4.4 from Debian unstable
https://launchpad.net/bugs/54318

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


[Bug 49523] Re: keyboard shortcuts

2006-07-31 Thread Sebastien Bacher
marking as unconfirmed, that works fine on my edgy desktop. Might be
worth being taking upstream by somebody who actually gets that issue

** Changed in: gnome-terminal (Ubuntu)
   Status: Needs Info = Unconfirmed

-- 
keyboard shortcuts
https://launchpad.net/bugs/49523

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


[Bug 54325] Re: Please sync scummvm 0.8.2-2 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] scummvm (0.8.0-1ubuntu1 [Ubuntu]  0.8.2-2 [Debian])
 * Trying to add scummvm...
  - scummvm_0.8.2-2.diff.gz: downloading from http://ftp.debian.org/debian/
  - scummvm_0.8.2-2.dsc: downloading from http://ftp.debian.org/debian/
  - scummvm_0.8.2.orig.tar.gz: downloading from http://ftp.debian.org/debian/
I: scummvm [universe] - scummvm_0.8.0-1ubuntu1 [universe].


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

-- 
Please sync scummvm 0.8.2-2 from Debian unstable
https://launchpad.net/bugs/54325

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


[Bug 54500] Re: Please sync cherokee (universe) from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] cherokee (0.4.29-4ubuntu1 [Ubuntu]  0.5.4-1 [Debian])
 * Trying to add cherokee...
  - cherokee_0.5.4.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/  - cherokee_0.5.4-1.diff.gz: downloading from 
http://ftp.debian.org/debian/
  - cherokee_0.5.4-1.dsc: downloading from http://ftp.debian.org/debian/
I: cherokee [universe] - libcherokee-server0-dev_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - cherokee_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - libcherokee-client0_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - libcherokee-server0_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - libcherokee-base0_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - cget_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - libcherokee-base0-dev_0.4.29-4ubuntu1 [universe].
I: cherokee [universe] - libcherokee-client0-dev_0.4.29-4ubuntu1 [universe].


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

-- 
Please sync cherokee (universe) from Debian unstable
https://launchpad.net/bugs/54500

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


[Bug 54398] Re: Please sync mediawiki (universe) from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] mediawiki (1.4.14-1ubuntu1 [Ubuntu]  1.4.15-1 [Debian])
 * Trying to add mediawiki...
  - mediawiki_1.4.15.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - mediawiki_1.4.15-1.dsc: downloading from http://ftp.debian.org/debian/
  - mediawiki_1.4.15-1.diff.gz: downloading from 
http://ftp.debian.org/debian/I: mediawiki [universe] - 
mediawiki_1.4.14-1ubuntu1 [universe].
I: mediawiki [universe] - mediawiki-math_1.4.14-1ubuntu1 [universe].


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

-- 
Please sync mediawiki (universe) from Debian unstable
https://launchpad.net/bugs/54398

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


[Bug 54397] Re: Please sync gnumail 1.1.99+20051227cvs-1 from Debian Sid

2006-07-31 Thread Scott James Remnant
[Updating] gnumail (1.1.2-5ubuntu1 [Ubuntu]  1.1.99+20051227cvs-1 [Debian])
 * Trying to add gnumail...
  - gnumail_1.1.99+20051227cvs-1.dsc: downloading from 
http://ftp.debian.org/debian/
  - gnumail_1.1.99+20051227cvs.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - gnumail_1.1.99+20051227cvs-1.diff.gz: downloading from 
http://ftp.debian.org/debian/
I: gnumail [universe] - gnumail.app_1.1.2-5ubuntu1 [universe].


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

-- 
Please sync gnumail 1.1.99+20051227cvs-1 from Debian Sid
https://launchpad.net/bugs/54397

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


[Bug 54520] Re: [Edgy MoM] Please sync robotour 3.2.1-3 from Debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] robotour (3.2.1-2 [Ubuntu]  3.2.1-3 [Debian])
 * Trying to add robotour...
  - robotour_3.2.1-3.dsc: downloading from http://ftp.debian.org/debian/
  - robotour_3.2.1.orig.tar.gz: already in distro - downloading from 
librarian  - robotour_3.2.1-3.diff.gz: downloading from 
http://ftp.debian.org/debian/
I: robotour [multiverse] - robotour_3.1.1-1 [multiverse].


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

-- 
[Edgy MoM] Please sync robotour 3.2.1-3 from Debian unstable
https://launchpad.net/bugs/54520

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


[Bug 5823] Re: Recent changes seem to have broken electricsheep

2006-07-31 Thread Chris Jones
I am seeing this too. if I run electricsheep on its own it appears fine
in a window, if I pass it --root 1 I just see some flickering on the
desktop, but no errors from it. When it is launched from gnome-
screensaver I see this in ~/.xsession-errors:

(gnome-screensaver:12210): gnome-screensaver-WARNING **: Could not
execute command for theme: electricsheep --root 1

With reference to the previous comment about xv, I tried running
mpeg2dec_onroot with the x11 video out option and it didn't work either

-- 
Recent changes seem to have broken electricsheep
https://launchpad.net/bugs/5823

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


[Bug 54637] Searching in messages freezes Thunderbird

2006-07-31 Thread Mark Shuttleworth
Public bug reported:

Binary package hint: mozilla-thunderbird

I can consistently cause Thunderbird to freeze by using the search
widget in the toolbar. The process consumes all available CPU time, but
a strace of the process shows no activity. I have reproduced this on a
fresh thunderbird identity with no non-ubuntu extensions installed. The
bug has been in existence since early in the Dapper development cycle,
too.

** Affects: mozilla-thunderbird (Ubuntu)
 Importance: Untriaged
 Assignee: Adam Conrad
 Status: Unconfirmed

** Changed in: mozilla-thunderbird (Ubuntu)
 Assignee: (unassigned) = Adam Conrad

-- 
Searching in messages freezes Thunderbird
https://launchpad.net/bugs/54637

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


[Bug 54585] Re: sync gphpedit 0.9.91-1 from debian unstable

2006-07-31 Thread Scott James Remnant
[Updating] gphpedit (0.9.80-1ubuntu1 [Ubuntu]  0.9.91-1 [Debian])
 * Trying to add gphpedit...
  - gphpedit_0.9.91-1.diff.gz: downloading from http://ftp.debian.org/debian/
  - gphpedit_0.9.91.orig.tar.gz: downloading from 
http://ftp.debian.org/debian/
  - gphpedit_0.9.91-1.dsc: downloading from http://ftp.debian.org/debian/
I: gphpedit [universe] - gphpedit_0.9.80-1ubuntu1 [universe].


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

-- 
sync gphpedit 0.9.91-1 from debian unstable
https://launchpad.net/bugs/54585

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


  1   2   3   4   5   6   7   >