[Bug 56959] Sound setupo always reports error

2006-08-20 Thread Cafuego
Public bug reported:

The /etc/init.d/ltsp-client script contains a logic error, which causes
a sound error to always be reported. The test -f /dev/dsp always fails,
as /dev/dsp is never a regular file. Suggest applying the following
patch, which checks if /dev/dsp is a special character device and
writeable.

--- ltsp-client.orig2006-08-20 05:46:30.931866790 +
+++ ltsp-client 2006-08-20 05:37:48.950284469 +
@@ -30,8 +30,8 @@
 start_sound() {
 if [ -n $SOUND ]; then
 # Detect and report a common problem with thin clients
-   if [ ! -f /dev/dsp ]; then
-   echo Sound requested but /dev/dsp is missing.  Continuing.
+   if [ ! -c /dev/dsp -o ! -w /dev/dsp ] ; then
+   echo Sound requested but /dev/dsp is missing or read-only. 
 Continuing.
fi
case $SOUND_DAEMON in
esd|'') # The default when no value is set

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

-- 
Sound setupo always reports error
https://launchpad.net/bugs/56959

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


[Bug 56930] Re: Can't reinstall missing/corrupted libvte4 after installing XGL/Compiz

2006-08-20 Thread Thomas Hotz
Hello,

I had the same problem.

Look here:
http://www.ubuntuforums.org/showthread.php?t=239315highlight=synaptic%3A+error+loading+shared+libraries%3A+libvte.so.4%3A

Please type in the terminal:
sudo ln -s /usr/lib/libvte.so.9 /usr/lib/libvte.so.4

It's from the Compiz/quinn updates.

** Changed in: aptitude (Ubuntu)
   Status: Unconfirmed = Fix Committed

-- 
Can't reinstall missing/corrupted libvte4 after installing XGL/Compiz
https://launchpad.net/bugs/56930

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


[Bug 56960] No wireless network after resume from suspend

2006-08-20 Thread Tero Karvinen
Public bug reported:

Binary package hint: wifi-radar

Wifi-radar fails to restore network when computer resumes from suspend-to-ram 
(S3). If wifi-radar is configured, user can restore the network with 
$ sudo wifi-radar -d 
or 
$ sudo /etc/init.d/wifi-radar restart
Annoyingly, this requires typing your password again for sudo. 

Bypass:
/etc/acpi/resume.d/63-wifi-radar.sh
#!/bin/sh
# Find any WLAN station to connect to. Requires a configured wifi-radar.
# (c) 2006 Tero Karvinen http://www.iki.fi/karvinen GPL
# Restart wifi-radar service if it set to run on this runlevel
# Todo: use actual run level number instead of hardcoded 5
# Todo: notice rcN.d script even if the number after S is different. 
if [ -x /etc/rc5.d/S20wifi-radar ]; then
/etc/init.d/wifi-radar restart
# touch /tmp/wasrun-resume-d-63-wifi-radar-sh
fi

** Affects: wifi-radar (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
No wireless network after resume from suspend
https://launchpad.net/bugs/56960

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


[Bug 56930] Re: Can't reinstall missing/corrupted libvte4 after installing XGL/Compiz

2006-08-20 Thread Andrew Mitchell
This was caused by a backport of vte by a third party. Information on how to 
fix this is found at http://www.ubuntuforums.org/showthread.php?t=239238
Rejecting this as it's not a bug in Ubuntu or aptitude.

** Changed in: aptitude (Ubuntu)
   Status: Fix Committed = Rejected

-- 
Can't reinstall missing/corrupted libvte4 after installing XGL/Compiz
https://launchpad.net/bugs/56930

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


[Bug 56961] tiny transparent arcs in top corners of maximised window

2006-08-20 Thread Schalken
Public bug reported:

Binary package hint: ubuntu-artwork

This is a bug related to Ubuntu's window border styles.

Most maxmised windows will have the titlebar fill both top corners of
the screen (excluding the panel), making the titlebar appear a solid bar
right across. I beleive this is the proper appearance.

Some windows however, will leave tiny (5x5) transparent arcs in the
corners. These may appear as white/gray (from a maximised inactive
window behind it) or black/brown (from ubuntu's desktop colour behind
it). It's probably safe to assume these tiny arcs are residing from
Ubuntu's rounded corners of unmaximised windows.

You can see a screenshot of the correct bahaviour here: 
http://schalken.wubbles.net/corner-right.png
And a screenshot of the problematic bahaviour here: 
http://schalken.wubbles.net/corner-wrong.png and here 
http://schalken.wubbles.net/corner-wrong2.png

This may be an application-independant issue. In this case the following are 
programs i have verified to cause the problem:
Synaptic
Gaim chat window
while these don't (or didn't when I tested them)
Epiphany
Firefox
Gedit
Gimp

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

-- 
tiny transparent arcs in top corners of maximised window
https://launchpad.net/bugs/56961

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


[Bug 52105] Re: Hang with 100% CPU usage while loading resources

2006-08-20 Thread VF
I also have this problem (on amd64, for what it's worth)

-- 
Hang with 100% CPU usage while loading resources
https://launchpad.net/bugs/52105

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


[Bug 56960] Re: [Bug 56960] No wireless network after resume from suspend

2006-08-20 Thread Ante Karamatić
On Sun, 20 Aug 2006 06:18:06 -
Tero Karvinen [EMAIL PROTECTED] wrote:

 Wifi-radar fails to restore network when computer resumes from

While suspending, Ubuntu removes wifi driver from kernel. That results in
wifi-radar being unusable on wake up. This is handeld
trough /etc/default/acpi-support. There is a line:

STOP_SERVICES=mysql 

replace it with:

STOP_SERVICES=mysql wifi-radar

Report results. Thanks.

-- 
No wireless network after resume from suspend
https://launchpad.net/bugs/56960

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


[Bug 56764] Re: Unable to create files larger than 2GB

2006-08-20 Thread Bug Watch Updater
** Changed in: pax (Debian)
   Status: Unknown = Unconfirmed

-- 
Unable to create files larger than 2GB
https://launchpad.net/bugs/56764

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


[Bug 56651] Re: Missing passkey-agent binary

2006-08-20 Thread Jorge Castro
Also confirming, got my new apple bluetooth mighty mouse working by
building passkey-agent.

** Changed in: bluez-utils (Ubuntu)
   Status: Confirmed = Unconfirmed

** Changed in: bluez-utils (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Missing passkey-agent binary
https://launchpad.net/bugs/56651

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


[Bug 40601] Re: 1.3.5 out please upgrade

2006-08-20 Thread Bug Watch Updater
** Changed in: iptables (Debian)
   Status: Unconfirmed = Fix Committed

-- 
1.3.5 out please upgrade
https://launchpad.net/bugs/40601

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


[Bug 49913] Re: icecast2: Crash during source disconnect

2006-08-20 Thread Bug Watch Updater
** Changed in: icecast2 (Debian)
   Status: Unconfirmed = Fix Released

-- 
icecast2: Crash during source disconnect
https://launchpad.net/bugs/49913

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


[Bug 55335] Re: emelfm package installs executable outside path

2006-08-20 Thread Henry Finucane
I can confirm this. Not urgent, but it would be nice to get it fixed all
the same.

-- 
emelfm package installs executable outside path
https://launchpad.net/bugs/55335

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


[Bug 43961] Re: Power down after shutdown does not work...

2006-08-20 Thread Bug Watch Updater
** Changed in: linux (upstream)
   Status: Unknown = Needs Info

-- 
Power down after shutdown does not work...
https://launchpad.net/bugs/43961

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


[Bug 56960] Re: No wireless network after resume from suspend

2006-08-20 Thread Tero Karvinen
It works using STOP_SERVICES=mysql wifi-radar, thanks.

I guess this fix is hard to add to wifi-radar package, as /etc/default
/acpi-support is from a different package. Maybe this STOP_SERVICES
bugfix could be done on all machines, even those that don't have wifi-
radar installed, because adding non-existant services to STOP_SERVICES
does not seem to cause any problems.

-- 
No wireless network after resume from suspend
https://launchpad.net/bugs/56960

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


[Bug 56962] Please sync 2.5.r3-5from debian sid

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

Changes: 
 nqc (2.5.r3-5) unstable; urgency=low
 .
   * compiler/Error.h, compiler/Error.c: Do a more thorough job of tracking
 down the real problem with the fData member.  I think this will really
 fix the FTBFS.  Closes: #287812.

OK to overwrite ubuntu changes

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

** Changed in: nqc (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Please sync 2.5.r3-5from debian sid
https://launchpad.net/bugs/56962

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


[Bug 53904] Re: gnucash crash when importing .qfx file

2006-08-20 Thread andi5
*** This bug is a duplicate of bug 55462 ***

** This bug has been marked a duplicate of bug 55462
   Gnucash crash

-- 
gnucash crash when importing .qfx file
https://launchpad.net/bugs/53904

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


[Bug 55462] Re: Gnucash crash

2006-08-20 Thread andi5
** Bug 56562 has been marked a duplicate of this bug

** Bug 53904 has been marked a duplicate of this bug

-- 
Gnucash crash
https://launchpad.net/bugs/55462

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


[Bug 56562] Re: Hangs when opening files.

2006-08-20 Thread andi5
*** This bug is a duplicate of bug 55462 ***

** This bug has been marked a duplicate of bug 55462
   Gnucash crash

-- 
Hangs when opening files.
https://launchpad.net/bugs/56562

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


[Bug 56963] manual is not readable in yelp

2006-08-20 Thread Étienne Bersac
Public bug reported:

Binary package hint: gtk-doc-tools

Hello,

When trying to read gtk-doc manual in yelp, user got a kind of 404 error
about inexistant file:///gtk-doc-manual.xml .

User should be able to read the gtk-doc-manual.

Thanks.

** Affects: gtk-doc (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
manual is not readable in yelp
https://launchpad.net/bugs/56963

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


[Bug 56964] alsa output plugin prints debug messages

2006-08-20 Thread Ryan Lovett
Public bug reported:

Binary package hint: xmms

ganymede:~$ xmms 
[1] 8142
ganymede:~$ Message: device: default

This makes it shut up.

--- Output/alsa/init.c.orig 2005-05-09 14:45:07.0 -0700
+++ Output/alsa/init.c  2006-08-20 00:17:36.0 -0700
@@ -41,7 +41,6 @@
if (!xmms_cfg_read_string(cfgfile, ALSA, pcm_device,
  alsa_cfg.pcm_device))
alsa_cfg.pcm_device = g_strdup(default);
-   g_message(device: %s, alsa_cfg.pcm_device);
if (!xmms_cfg_read_string(cfgfile, ALSA, mixer_device,
  alsa_cfg.mixer_device))
alsa_cfg.mixer_device = g_strdup(PCM);

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

-- 
alsa output plugin prints debug messages
https://launchpad.net/bugs/56964

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


[Bug 56964] Re: alsa output plugin prints debug messages

2006-08-20 Thread Daniel T Chen
It's useful for debugging, so a check would be nice.

** Changed in: xmms (Ubuntu)
   Importance: Untriaged = Wishlist

-- 
alsa output plugin prints debug messages
https://launchpad.net/bugs/56964

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


[Bug 1077] Re: rpld daemon does not stop on /etc/init.d/rpld stop

2006-08-20 Thread Krzysztof Lichota
Still present in Edubuntu 6.06.1 as of 2006-08-20.

-- 
rpld daemon does not stop on /etc/init.d/rpld stop
https://launchpad.net/bugs/1077

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


[Bug 51846] Re: nvu 1.0-0ubuntu4 broken

2006-08-20 Thread Jérémie Corbier
Looks like you both have different problems (or at least the same one
but different visible consequences :) and I am a little puzzled since I
can't reproduce them. NVu works just fine here.

@Bump: is this a fresh install or an upgrade from a previous version?

@Sven: /usr/bin/nvu should use /usr/lib/nvu-1.0/run-mozilla.sh. Do you
have MOZILLA_FIVE_HOME defined in your environment variables?

** Changed in: nvu (Ubuntu)
   Importance: Untriaged = Medium
 Assignee: (unassigned) = Jérémie Corbier
   Status: Unconfirmed = Needs Info

-- 
nvu 1.0-0ubuntu4 broken
https://launchpad.net/bugs/51846

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

[Bug 56965] [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Sami Haahtinen
Public bug reported:

Latest wine version (0.9.19-0ubuntu1) causes a consistent segfault, even
without any existing profiles.

Segfault can be reproduced here by just running wine.

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

-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 56960] Re: No wireless network after resume from suspend

2006-08-20 Thread Ante Karamatić
I'll talk to Matthew about that.

** Changed in: wifi-radar (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
No wireless network after resume from suspend
https://launchpad.net/bugs/56960

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


[Bug 54820] Re: Finance::Quote support requires libcrypt-ssleay-perl, but gnucash doesn't require it.

2006-08-20 Thread andi5
Seems to be a bug in the Crypt::SSLeay CPAN package that is fixed in 
debian/ubuntu packages. See 
http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html
http://librarian.launchpad.net/1407790/crypt-ssleay_0.51-5.diff.gz

It is definitely no bug in the gnucash package :)


** Changed in: gnucash (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Finance::Quote support requires libcrypt-ssleay-perl, but gnucash doesn't 
require it.
https://launchpad.net/bugs/54820

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


[Bug 54727] Re: edgy knot-1 desktop cd - harddrive is not accessable

2006-08-20 Thread L Jones
The problem was not present in desktop 8/15-16 for [x|k]ubuntu (I tried
all 3). The delay retrieving the partition information is now less than
5 seconds.

I still could not install using the live cd but those were errors
happening later in the install process.

I would mark this bug as closed.

Note: I could boot with the knot-1 disk, manually set up the drive
(fdisk and mke2fs) and  use it to install gentoo. Disk access outside of
the installer seemed unaffected. The knot-1 alternate (text mode)
installs worked without error.

-- 
edgy knot-1 desktop cd - harddrive is not accessable
https://launchpad.net/bugs/54727

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


[Bug 56965] Re: [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Sami Haahtinen


-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 1] Re: Microsoft has a majority market share

2006-08-20 Thread tinker404
How many more times !!! It's not a bug it's a feature.  ;-P

-- 
Microsoft has a majority market share
https://launchpad.net/bugs/1

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


[Bug 55416] Re: PCI: Failed to allocate mem resource #6:[EMAIL PROTECTED] for 0000:01:00.0

2006-08-20 Thread Zoltan
Hi Guys,

Any further ideas?
I really need to sort this out.
Is it a linux/boot issue?
Buggy BIOS?

If someone could please give me a clue as to what to swopout or do to try 
tonarrow down the cause
Thanks,
Zoltan

-- 
PCI: Failed to allocate mem resource #6:[EMAIL PROTECTED] for :01:00.0
https://launchpad.net/bugs/55416

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


[Bug 48395] Re: ipw3945 produces 99% cpu, making my laptop unusable

2006-08-20 Thread Christian Mayrhuber
I noticed that this driver works fine with a Linksys WRT54G WLAN router
but produces those microcode software errors with a Dlink DWL-650G.

Regards,
Christian

-- 
ipw3945 produces 99% cpu, making my laptop unusable
https://launchpad.net/bugs/48395

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


[Bug 56967] X.org video performance severely degraded from Dapper

2006-08-20 Thread Ashley
Public bug reported:

Binary package hint: xserver-xorg

I have both Edgy  Dapper installed on my Toshiba Portege 4830CT
notebook.  When I boot Edgy, window repaints (e.g. when moving a window)
are painfully slow.  The video card is an S3 Inc. 86C270-294 Savage/IX-
MV.

I am using Enlightenment 16 as WM.  CPU usage spikes to 100% when moving
a window around the screen, and a repaint of a medium-sized window takes
over 1 second, whereas on Dapper itś smooth and fast.  I highly doubt
itś the fault of the WM, but will test with fluxbox shortly and report
the results here.

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

-- 
X.org video performance severely degraded from Dapper
https://launchpad.net/bugs/56967

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

[Bug 56175] Re: Cannot install acroread-debian-files

2006-08-20 Thread Lionel Porcheron
** Bug 56826 has been marked a duplicate of this bug

-- 
Cannot install acroread-debian-files
https://launchpad.net/bugs/56175

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


[Bug 56940] Re: 0.4.4 0.4.5 UVF Exception Request

2006-08-20 Thread Daniel Holbach
Is in main, subscribing release-team.

-- 
0.4.4  0.4.5 UVF Exception Request
https://launchpad.net/bugs/56940

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


[Bug 56826] Re: A problem with installing the acroread-debian-files package

2006-08-20 Thread Lionel Porcheron
*** This bug is a duplicate of bug 56175 ***

Bug #56175 has been marked as closed, but the problem is still present
in Dapper. Should we also remove acroread-debian-files from Dapper (if
it is possible) ?

To Jim: acroread-debian-files is an old deprecated Debian package which
is no longer present in Debian.


** This bug has been marked a duplicate of bug 56175
   Cannot install acroread-debian-files

-- 
A problem with installing the acroread-debian-files package
https://launchpad.net/bugs/56826

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


[Bug 56487] Re: [2.0beta3] Gaim crash when i search buddy

2006-08-20 Thread Sebastien Bacher
Fix Committed is correct, that's what we use for fixed upstream,
fixed to Ubuntu is Fix Released but that might not be clear to
everybody. Anyway, changing it back to the correct setting

** Changed in: gaim (Ubuntu)
   Status: Needs Info = Fix Committed

-- 
[2.0beta3] Gaim crash when i search buddy
https://launchpad.net/bugs/56487

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


[Bug 56968] [edgy] installer - can't use local cache

2006-08-20 Thread Craig Sampson
Public bug reported:

There is a bug in the edgy installer (Dapper too I think) which prevents
successfully using a local package cache build by approx or apt-proxy.

The bug manifests by presenting apt with 403 forbidden errors (seen
during install on VT4).

Whatever package/process creates /target/etc/apt/apt.conf is causing the
error by introducing:

Acquire::http::Proxy false;

As has been reported on ubuntuforums and elsewhere on launchpad (which I
can't find right now) the way to fix this during install is to go to
VT2, delete the line above in apt.conf or add additional :: after
Acquire such as:

Acquirehttp::Proxy false;

If  you don't do this, and you _do_ try to use a local cache then the
install will fail.

Cheers,
Craig

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
[edgy] installer - can't use local cache
https://launchpad.net/bugs/56968

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


[Bug 56685] Re: upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable

2006-08-20 Thread Florian Labrouche
** Description changed:

  Binary package hint: cupsys-client
  
  OS : Ubuntu 6.06 LTS Dapper Drake
  Computer : laptop Asus A7V-R024H
  
  I recently tried to install my Canon ip4200 inkjet printer, using the 
official Canon drivers. As I update regularly my system, cupsys-client was 
update as well as ubuntu-dektop, hence I had the newest version of 
cupsys-client (1.2.2)
  Following the installation described on a French ubuntu wiki ( 
http://doc.ubuntu-fr.org/materiel/imprimante_canon_ip_4200 ), it ends up with 
the printer not working i.e it pauses automatically, no document whatsoever 
would be printed.
  After some research, it results that cupsys-client must be set to the 
original dapper version (1.2.0) to allow the printer to function correctly. I 
used Synaptic to do so (force version then block version).
  The main problem is that now metapacket ubuntu-dektop is removed.
+ 
+ Edit: this bug has been frequently reported on the French community
+ forum : http://forum.ubuntu-fr.org/viewtopic.php?id=31613

-- 
upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable 
https://launchpad.net/bugs/56685

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


[Bug 56956] Re: Gnome cups manager destroy my config

2006-08-20 Thread Pascal De Vuyst
*** This bug is a duplicate of bug 27239 ***

Thanks for your bug report.
This bug has already been reported into our bug tracking system as bug #27239.
Closing this bug as a duplicate of bug #27239. Please add further comments in 
that bug report.

** This bug has been marked a duplicate of bug 27239
   gnome-cups-manager does not accept HPLIP printer setup

-- 
Gnome cups manager destroy my config
https://launchpad.net/bugs/56956

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


[Bug 56969] Mplayer doesn't have russian localization in Dapper

2006-08-20 Thread Igor Zubarev
Public bug reported:

Binary package hint: mplayer

Mplayer doesn't have russian localization in Dapper at all.
Only English. I know russian interface was in Breezy but broken in Dapper.

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

-- 
Mplayer doesn't have russian localization in Dapper
https://launchpad.net/bugs/56969

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


[Bug 56970] K3B should be moved to KDE from otherosfs

2006-08-20 Thread Jamadagni
Public bug reported:

Binary package hint: k3b

K3B is currently listed at: http://packages.ubuntu.com/dapper/otherosfs/
No one expects it under Other OS's and file systems since by the 
self-professed description at http://packages.ubuntu.com/dapper/ that section 
is only for software to run programs compiled for other operating system, and 
to use their filesystems.

According to my /etc/fstab, UDF and ISO9660 are the two filesystems used
on CDs and DVDs. http://en.wikipedia.org/wiki/ISO9660 says that ISO9660
aims at supporting different computer operating systems such as
Microsoft Windows, Mac OS, and systems that follow the Unix
specification, so that data may be exchanged.

So ISO9660 belongs to *nix as much as to other OS-es and so cannot be
labeled as an other OS FS. Similarly UDF which is the successor of
ISO9660 cannot also be labeled so.

Therefore K3B should not be placed into that category. In the view of
the public, K3B is a KDE application. The KDE project itself puts K3B
under its own extra gear, see http://extragear.kde.org/

Therefore K3B should go under http://packages.ubuntu.com/dapper/kde/ and
in the future under the KDE category of the future releases of *ubuntu.

I would attach this bug to Arson
(http://packages.ubuntu.com/dapper/otherosfs/arson) too, but
http://arson.sourceforge.net/ shows that this project is long dormant,
so I will not. This is a K3B bug for want of a better package to attach
to.

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

-- 
K3B should be moved to KDE from otherosfs
https://launchpad.net/bugs/56970

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


[Bug 27239] Re: gnome-cups-manager does not accept HPLIP printer setup

2006-08-20 Thread Pascal De Vuyst
** Bug 56956 has been marked a duplicate of this bug

-- 
gnome-cups-manager does not accept HPLIP printer setup
https://launchpad.net/bugs/27239

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


[Bug 56959] Re: Sound setupo always reports error

2006-08-20 Thread Oliver Grawert
well, since we're root while doing the test we dont need to check for
writability, but i'll change the test from -f to -c with the next upload
to edgy, thanks for spotting !

** Changed in: ltsp (Ubuntu)
 Assignee: (unassigned) = Oliver Grawert
   Status: Unconfirmed = In Progress

** Changed in: ltsp (Ubuntu)
   Importance: Untriaged = Medium

-- 
Sound setupo always reports error
https://launchpad.net/bugs/56959

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


[Bug 3370] Re: Gnucash doesn't like UTF-8, and ubuntu has only utf8 locales

2006-08-20 Thread Davidaf
After rebuilding edgy sources in dapper, it seems to import my
accounting file without problems respecting all my specific language
characters (áéíóúÁÉÍÓÚüÜñÑ€).

I have only tested this new version a few minutes but as now, I think
this bug can be closed once/if gnucash is backported.

-- 
Gnucash doesn't like UTF-8, and ubuntu has only utf8 locales
https://launchpad.net/bugs/3370

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

[Bug 56956] Re: Gnome cups manager destroy my config

2006-08-20 Thread Pascal De Vuyst
*** This bug is a duplicate of bug 27239 ***

 Also, gnome-cups-manager is very very slow.
What do you mean by this? Does it take a long time to start gnome-cups-manager?

-- 
Gnome cups manager destroy my config
https://launchpad.net/bugs/56956

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


[Bug 56965] Re: [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Jan Mynarik
Same problem here, even when starting winecfg.

-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 56685] Re: upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable

2006-08-20 Thread Pascal De Vuyst
Thanks for you bug report.
Is this a network printer or directly connected to your PC?
Can you attach the output of the printingbuginfo script, it can be found here: 
https://wiki.ubuntu.com/PrintingBugInfoScript.
It would be nice if you could attach the CUPS error_log of CUPS 1.2.2. 
Therefore edit /etc/cups/cupsd.conf and change LogLevel to debug. Then restart 
cups: sudo /etc/init.d/cupsys restart and try to print something (e.g. test 
page). After this attach the file /var/log/cups/error_log to this bug report.

** Changed in: cupsys (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable 
https://launchpad.net/bugs/56685

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


[Bug 56971] The whole of KDE should be included in the Kubuntu DVD

2006-08-20 Thread Jamadagni
Public bug reported:

I download the Kubuntu DVD thinking it will have the entirety of KDE on
it - namely all the packages whose sources available from KDE -- those
listed at: http://kde.org/info/3.5.4.php

However, I was highly disappointed to find that important, useful and
serious packages have been omitted while fun packages like kdegames and
kdetoys have been included. kdeaccessibility, kdeedu and kdevelop have
been totally omitted as are some packages from kdeadmin, kdegraphics,
kdemultimedia, kdenetwork, kdepim, kdesdk and kdeutils.

In place of this, foreign (to the KDE environment) packages such as
Evolution and some gnome* packages have been included, taking up
unnecessary (in a KDE-focused distro) space. These can be removed to
make space for the real KDE packages.

In fact, the size of the DVD is 3.4 GB - we still have 600 MB to fill
up. It is only in case you don't want to go beyond 3.5 GB that my above
suggestion of removing the GNOME apps is needed.

Now I am not asking that the whole of KDE be *installed* in the default
install. I am only asking that the whole of KDE  be made *available* in
the DVD for installation instead of making KDE fans like us download
separately from the net (whether via Adept or otherwise).

From a conversation at #kubuntu-devel I gather that it is because these
packages are not included into the main category but are in the universe
category that they are not included in the DVD. Then this situation
should be changed. The KDE packages should all be put into main, but of
course not into the default installation list.

In conclusion, I reiterate - the whole of KDE should be included in the
Kubuntu DVD.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

** Description changed:

  I download the Kubuntu DVD thinking it will have the entirety of KDE on
  it - namely all the packages whose sources available from KDE -- those
  listed at: http://kde.org/info/3.5.4.php
  
  However, I was highly disappointed to find that important, useful and
  serious packages have been omitted while fun packages like kdegames and
  kdetoys have been included. kdeaccessibility, kdeedu and kdevelop have
  been totally omitted as are some packages from kdeadmin, kdegraphics,
  kdemultimedia, kdenetwork, kdepim, kdesdk and kdeutils.
  
  In place of this, foreign (to the KDE environment) packages such as
  Evolution and some gnome* packages have been included, taking up
  unnecessary (in a KDE-focused distro) space. These can be removed to
  make space for the real KDE packages.
  
  In fact, the size of the DVD is 3.4 GB - we still have 600 MB to fill
- up. It is only
+ up. It is only in case you don't want to go beyond 3.5 GB that my above
+ suggestion of removing the GNOME apps is needed.
  
  Now I am not asking that the whole of KDE be *installed* in the default
  install. I am only asking that the whole of KDE  be made *available* in
  the DVD for installation instead of making KDE fans like us download
  separately from the net (whether via Adept or otherwise).
  
  From a conversation at #kubuntu-devel I gather that it is because these
  packages are not included into the main category but are in the universe
  category that they are not included in the DVD. Then this situation
  should be changed. The KDE packages should all be put into main, but of
  course not into the default installation list.
  
  In conclusion, I reiterate - the whole of KDE should be included in the
  Kubuntu DVD.

-- 
The whole of KDE should be included in the Kubuntu DVD
https://launchpad.net/bugs/56971

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


[Bug 56956] Re: [Bug 56956] Re: Gnome cups manager destroy my config

2006-08-20 Thread Étienne Bersac
*** This bug is a duplicate of bug 27239 ***

Hello,

  Also, gnome-cups-manager is very very slow.
 What do you mean by this? Does it take a long time to start 
 gnome-cups-manager?

Opening the printer properties dialog is very long.

We might rename this bug for this one :)

Étienne.
-- 
Verso l'Alto !

-- 
Gnome cups manager destroy my config
https://launchpad.net/bugs/56956

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

[Bug 49913] Re: icecast2: Crash during source disconnect

2006-08-20 Thread fdb
When the package release?

-- 
icecast2: Crash during source disconnect
https://launchpad.net/bugs/49913

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


[Bug 56967] Re: X.org video performance severely degraded from Dapper

2006-08-20 Thread Ashley
Fluxbox, too, is affected.  The problem is so bad that when Gaim
repaints its chat window when somebody sends a message, it causes the
sound to get choppy from the CPU spike.

-- 
X.org video performance severely degraded from Dapper
https://launchpad.net/bugs/56967

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


[Bug 56952] Re: Azureus does not work.

2006-08-20 Thread Gar Bage
I'm brain stroke, sorry :(
http://en.wikipedia.org/wiki/Aphasia

sources.list is attached

-- 
Azureus does not work.
https://launchpad.net/bugs/56952

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


[Bug 56972] mtime of files is changed to now on copy/move

2006-08-20 Thread Kurt J. Bosch
Public bug reported:

Binary package hint: thunar

thunar 0.3.0+r21789-0ubuntu2

When moving or copying files using 
context-menu cut 'n' paste or 
drag 'n' drop from one thunar window to an other or to xfce-Desktop 
modification-time of files is changed to now.

When moving a file using drag 'n' drop to a folder-icon within same window 
modification-time is kept (as it should be allways as I think), 
but if there is allready a file of same name which is overwritten 
modification-time will be changed again.

So a user may mess up all dates of his files if he moves them to a new place.
This makes it impossible to now how old the contents of that files realy are.

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

-- 
mtime of files is changed to now on copy/move
https://launchpad.net/bugs/56972

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


[Bug 56973] nautilus crashes

2006-08-20 Thread Peter Harmsen
Public bug reported:

Binary package hint: nautilus

goto Places---Connect To server-SSH
Right click on the connection icon on the desktop and select properties.The app 
crashes inmediedly.

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

-- 
nautilus crashes
https://launchpad.net/bugs/56973

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


[Bug 27768] Re: No Jigdo downloads for DVD images for Ubuntu 5.10 Breezy

2006-08-20 Thread jhenkins
Thanks, this is wonderful news!

-- 
No Jigdo downloads for DVD images for Ubuntu 5.10 Breezy
https://launchpad.net/bugs/27768

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


[Bug 51846] Re: nvu 1.0-0ubuntu4 broken

2006-08-20 Thread Sven Hoffmeister
@Jérémie:
Yes i had, didn't remember that, it was for a manually installed Eclipse some 
time ago. I shouldn't d define it globally, now it works of course. Thanks for 
the hint and excuse my stupidity in that case.

-- 
nvu 1.0-0ubuntu4 broken
https://launchpad.net/bugs/51846

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

[Bug 56971] Re: [Bug 56971] The whole of KDE should be included in the Kubuntu DVD

2006-08-20 Thread Dennis Kaarsemaker
 status Rejected

The Ubuntu DVD (the Kubuntu DVD is the same) includes all packages from
the 'main' component. This means both KDE and gnome packages and not all
packages. If you want an app to be on the DVD, it will have to be
included in main.


** Changed in: Ubuntu
   Status: Unconfirmed = Rejected

-- 
The whole of KDE should be included in the Kubuntu DVD
https://launchpad.net/bugs/56971

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


[Bug 56973] Re: nautilus crashes

2006-08-20 Thread Dean Sas
What version of nautilus do you use?

Could you get a backtrace following the steps outlined at
https://help.ubuntu.com/community/DebuggingProgramCrash

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

-- 
nautilus crashes
https://launchpad.net/bugs/56973

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


[Bug 56965] Re: [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Lobo
same probleme here!

-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 56959] Re: Sound setupo always reports error

2006-08-20 Thread Cafuego
No worries.

Incidentally, I need to manually load `snd-pcm-oss' in the chroot, so
that /dev/dsp exists. udev doesn't do it automagically.

I don't know if adding it to /etc/modules would be an option?

-- 
Sound setupo always reports error
https://launchpad.net/bugs/56959

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


[Bug 18715] Re: Font sizes of KDE apps wrong when used in GNOME

2006-08-20 Thread Sarah Hobbs
This is fixed.

KDE changed to using 96 dpi, same as gnome.

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

-- 
Font sizes of KDE apps wrong when used in GNOME
https://launchpad.net/bugs/18715

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


[Bug 54273] Re: [Bug 54273] Re: USB device not accepting address: error -110

2006-08-20 Thread Dean
Hi,

Please find attached a copy of dmesg. I tried it twice and have attached
both as they  appear slightly different whendetecting the usb hub but I
don't know  enough to tell if this is relevant.

The second one also contains the repeated error message which is sent.

Thanks

Dean

On 20/08/06, ChuckShort [EMAIL PROTECTED] wrote:

 Please attach the output of dmesg as an attachment.

 Thanks
 Chuck

 ** Changed in: linux-source-2.6.15 (Ubuntu)
Importance: Untriaged = Medium

 --
 USB device not accepting address: error -110
 https://launchpad.net/bugs/54273


-- 
USB device not accepting address: error -110
https://launchpad.net/bugs/54273

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


[Bug 56956] Re: Gnome cups manager destroy my config

2006-08-20 Thread Pascal De Vuyst
*** This bug is a duplicate of bug 27239 ***

It is not a good idea to file a bug report with 2 different problems in it. 
This makes it difficult for people to comment on one of your problems. The 
first problem has already been reported into our bug tracking system.
Please open a new bug report for your second problem: gnome-cups-manager beeing 
to slow. Please indicate how long it takes to load. What is a very long time: 
seconds, minutes, hours?

-- 
Gnome cups manager destroy my config
https://launchpad.net/bugs/56956

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


[Bug 56685] Re: upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable

2006-08-20 Thread Florian Labrouche
This printer is directly connected (USB) to my PC.
I attached both outputs you need. But strangely after i reinstalled 
cupsys-client 1.2.2 and restarted cupsys like you mentioned above, the printer 
does work properly. I could print a test page and an Openoffice document.

-- 
upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable 
https://launchpad.net/bugs/56685

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


[Bug 56685] Re: upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable

2006-08-20 Thread Florian Labrouche


-- 
upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable 
https://launchpad.net/bugs/56685

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


[Bug 56420] Re: I lost antialiased fonts after upgrade to the kde 3.5.4

2006-08-20 Thread Anthony Mercatante
Latest kubuntu-default-settings upload resolves the issue

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

-- 
I lost antialiased fonts after upgrade to the kde 3.5.4
https://launchpad.net/bugs/56420

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


[Bug 56420] Re: I lost antialiased fonts after upgrade to the kde 3.5.4

2006-08-20 Thread Anthony Mercatante
The solution is for edgy currently, we still need to decide what to do
for dapper, since kde 3.5.4 isn't the official kde version for it.

-- 
I lost antialiased fonts after upgrade to the kde 3.5.4
https://launchpad.net/bugs/56420

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


[Bug 56965] Re: [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Vassilis Pandis
setting status to confirmed...

** Changed in: wine (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 56959] Re: Sound setupo always reports error

2006-08-20 Thread Oliver Grawert
well, it should be loaded automatically, but the chroot behaves like
every other ubuntu system, so you can indeed add it to
/opt/ltsp/i386/etc/modules to get it loaded .

-- 
Sound setupo always reports error
https://launchpad.net/bugs/56959

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


[Bug 55080] Re: download speed reported by Klibido is way too high

2006-08-20 Thread Anthony Mercatante
I cannot reproduce here (using edgy).
What version are you using ?

-- 
download speed reported by Klibido is way too high
https://launchpad.net/bugs/55080

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


[Bug 56718] Re: Upon installing the bootloader at the tail-end of Ubuntu 6.06... CRASH!

2006-08-20 Thread Vassilis Pandis
** Changed in: ubiquity (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Upon installing the bootloader at the tail-end of Ubuntu 6.06...  CRASH!
https://launchpad.net/bugs/56718

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


[Bug 56975] Please sync libphidgets 0.3.8-1.1 from debian unstable

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

OK to overwrite ubuntu changes

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

-- 
Please sync libphidgets 0.3.8-1.1 from debian unstable
https://launchpad.net/bugs/56975

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


[Bug 55462] Re: Gnucash crash

2006-08-20 Thread Vassilis Pandis
** Changed in: gnucash (Ubuntu)
   Status: Needs Info = Confirmed

-- 
Gnucash crash
https://launchpad.net/bugs/55462

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


[Bug 47240] Re: Yakuake cannot have a background image although Konsole can

2006-08-20 Thread Anthony Mercatante
tested on several machine and confirmed by several people that it works
it you use  konsole default's profile in yakuake

** Changed in: yakuake (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
Yakuake cannot have a background image although Konsole can
https://launchpad.net/bugs/47240

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


[Bug 56956] Re: [Bug 56956] Re: Gnome cups manager destroy my config

2006-08-20 Thread Étienne Bersac
*** This bug is a duplicate of bug 27239 ***

Sorry
-- 
Verso l'Alto !

-- 
Gnome cups manager destroy my config
https://launchpad.net/bugs/56956

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


[Bug 56978] Lexmark Z53 stops printing on upgrade from Breezy to Dapper

2006-08-20 Thread Neil Robinson
Public bug reported:

Binary package hint: cupsys-driver-gutenprint

I've checked through the other bug reports, and can't seem to find a bug 
exactly like this one, although there are similar ones, namely:
https://launchpad.net/distros/ubuntu/+bug/47557
https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/6030
https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/37241

The Lexmark Z53 worked flawlessly with the old gimp-print driver.
Now, using the recommended gutenprint driver, cups sends the job to the 
printer, the printer receives it happily. But instead of printing, it simply 
feeds the number of pages sent to it through the spool without actually putting 
any ink on them.

Here are the relevant logs:

/var/log/cups/access_log

localhost - - [20/Aug/2006:13:02:04 +0200] GET /ppd/Z53.ppd HTTP/1.1 200 
69645 - -
localhost - - [20/Aug/2006:13:02:05 +0200] GET /ppd/Z53.ppd HTTP/1.1 200 
69645 - -
localhost - - [20/Aug/2006:13:02:05 +0200] POST / HTTP/1.1 200 653330 
CUPS-Get-PPDs -
localhost - - [20/Aug/2006:13:02:08 +0200] POST / HTTP/1.1 200 1671 
CUPS-Get-Devices -
localhost - - [20/Aug/2006:13:02:35 +0200] POST /printers/Z53 HTTP/1.1 200 
153607 - successful-ok


/var/log/cups/error_log

E [20/Aug/2006:13:02:35 +0200] [Job 133] No %%BoundingBox: comment in
header!

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

-- 
Lexmark Z53 stops printing on upgrade from Breezy to Dapper
https://launchpad.net/bugs/56978

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


[Bug 56976] Printer Properties Dialog is too slow to show up

2006-08-20 Thread Étienne Bersac
Public bug reported:

Binary package hint: gnome-cups-manager

Hello,

The new printer dialog or the properties dialog of gnome-cups-printer
took about 5 seconds to show up, eating 100% CPU. For a comparison,
synaptic took about 3 seconds. This dialog should be optimised.

Étienne.

** Affects: gnome-cups-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Printer Properties Dialog is too slow to show up
https://launchpad.net/bugs/56976

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

[Bug 56977] Non HIG waiting popup

2006-08-20 Thread Étienne Bersac
Public bug reported:

Hello,

When opening an gnome-cups-manager new printer dialog, a waiting popup
is shown. This popup is really ugly and far from HIG compliant. This
dialog should use GtkMessageDialog .

Étienne.

** Affects: gnome-cups-manager (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Non HIG waiting popup
https://launchpad.net/bugs/56977

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

[Bug 56976] Re: Printer Properties Dialog is too slow to show up

2006-08-20 Thread Étienne Bersac
I think that the listing of all ppd is very long. The dialog should be
optimised for e.g. showing only ppds from selected/detected
manufacturer.

-- 
Printer Properties Dialog is too slow to show up
https://launchpad.net/bugs/56976

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


[Bug 56977] Re: Non HIG waiting popup

2006-08-20 Thread Étienne Bersac


-- 
Non HIG waiting popup
https://launchpad.net/bugs/56977

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


[Bug 56975] Re: Please sync libphidgets 0.3.8-1.1 from debian unstable

2006-08-20 Thread Sarah Hobbs
** Changed in: libphidgets (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Please sync libphidgets 0.3.8-1.1 from debian unstable
https://launchpad.net/bugs/56975

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


[Bug 56691] Re: Translation Error in Pref. box

2006-08-20 Thread Mike Menk
The correction submittet into rosetta. (result 172)

Waiting for the an official translater to approve the fix.

-- 
Translation Error in Pref. box 
https://launchpad.net/bugs/56691

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


[Bug 55291] Re: Please sync 1:0.5 from debian unstable

2006-08-20 Thread Dean Sas
** Summary changed:

- Wrong version of package
+ Please sync 1:0.5 from debian unstable

** Description changed:

- This package isn't working at all and is dead code.
- The correct tarball is provided on the libextractor homepage.
- Please correct it.
- url: http://gnunet.org/libextractor/download/Extractor-0.5.tar.gz
+ The upstream maintainer of libextractor bindings said that the ubuntu
+ package is broke, the fixed version is available from debian. There's no
+ Ubuntu changes

-- 
Please sync 1:0.5 from debian unstable
https://launchpad.net/bugs/55291

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


[Bug 56362] Re: When running xchat-gnome I'm flooded by crash message

2006-08-20 Thread Guillaume Desmottes
So, let's fix xchat-gnome's bug now.

Baptiste i suppose it's a problem in the autoaway plugin. Could you test
without this plugin loaded please?

-- 
When running xchat-gnome I'm flooded by crash message
https://launchpad.net/bugs/56362

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


[Bug 55080] Re: download speed reported by Klibido is way too high

2006-08-20 Thread yamal
version used is 0.2.4.1-1ubuntu1, kubuntu 6.06 (32bit install on AMD64
hardware); KDE version is 3.5.2.

-- 
download speed reported by Klibido is way too high
https://launchpad.net/bugs/55080

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


[Bug 52179] Re: setTimeout with low delay values don't fire correctly in Dapper Firefox

2006-08-20 Thread C Snover
I'm almost certain it's a problem with the x86_64 build but I don't
really have any way of figuring this out on my own. Would an strace or
other such thing help?

** Description changed:

  In the Ubuntu Firefox build (Mozilla/5.0 (X11; U; Linux x86_64; en-GB;
  rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4),
  setTimeout/setInterval with low delays (50ms?) end up firing extremely
  slowly. This does NOT occur in the official mozilla.org build of
  Firefox.
  
  The following pages exhibit this behaviour:
  
  http://slashdot.org
  Click on one of the slider menus, it will move down a few pixels and then 
hang.
  
  http://msdn.microsoft.com/vstudio/express/default.aspx
  The header images should fade from one to another smoothly, but they only 
start fading and then the fade becomes very jerky and slow.
  
- http://blgames.y-hosting.net
- News ticker in upper-right corner starts sliding and then becomes very jerky 
and slow just like the MSDN page.
+ http://www.deviantart.com
+ Click Categories, then click on one of the options in the menu. The 
animation will often lock up right in the middle. This does not occur using the 
exact same Firefox user profile with the official Firefox build.

-- 
setTimeout with low delay values don't fire correctly in Dapper Firefox
https://launchpad.net/bugs/52179

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


[Bug 56979] therm_adt module

2006-08-20 Thread ashley
Public bug reported:

therm_adt module is not automatically loaded on powerbooks (and
reportedly ibooks)

this may or may not be an issue.
there is a failsave in the firmware but i'm not sure if that is relevant in 
this case.

i believe this needs to be looked into in order to ensure somebody won't
inadvertandly fry their pretty apple laptop.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
therm_adt module
https://launchpad.net/bugs/56979

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


[Bug 56980] Re: Please sync 0.5-3 from debian unstable

2006-08-20 Thread Sarah Hobbs
It's *not* a sync.  it's a merge.

And i just rm -rf'd the directory that contained the fixed merge.

idiot.

** Changed in: libxp-java (Ubuntu)
   Status: Confirmed = Rejected

-- 
Please sync 0.5-3 from debian unstable
https://launchpad.net/bugs/56980

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


[Bug 56980] Please sync 0.5-3 from debian unstable

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

OK to overwrite ubuntu changes

** Affects: libxp-java (Ubuntu)
 Importance: Untriaged
 Status: Rejected

** Changed in: libxp-java (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Please sync 0.5-3 from debian unstable
https://launchpad.net/bugs/56980

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


[Bug 42147] Re: PDF Printer does no not show up in existing printers (Dapper)

2006-08-20 Thread Jean Christophe André
May be the shortest way to manage this problem is to extract the file
saving part from the whole process to a save file helper, then make
only this being setuid root and well secured by going setuid to the
final user as soon as it starts. Just my 2¢...

-- 
PDF Printer does no not show up in existing printers (Dapper)
https://launchpad.net/bugs/42147

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

[Bug 56981] Crash in EDS

2006-08-20 Thread Alex Jones
Public bug reported:

This morning I logged on, and Evolution started as part of my session.
EDS promptly crashed.

ProblemType: Crash
Date: Sun Aug 20 13:21:17 2006
Dependencies:
 libavahi-common3 0.6.12-0ubuntu1
 readline-common 5.1-7build1
 libreadline5 5.1-7build1
 libncursesw5 5.5-2ubuntu1
 libgnomevfs2-0 2.15.91-0ubuntu1
 libgnutls12 1.2.11-2
 libtext-charwidth-perl 0.04-4
 libbonobo2-0 2.15.3-0ubuntu1
 libssl0.9.8 0.9.8b-2build1
 liblocale-gettext-perl 1.05-1
 libgnome2-common 2.15.2-0ubuntu1
 python 2.4.3-5ubuntu1
 libdbus-glib-1-2 0.62-4ubuntu4
 libacl1 2.2.34-1ubuntu1
 liblzo1 1.08-3
 gnome-mime-data 2.4.2-2
 libncurses5 5.5-2ubuntu1
 libgnome2-0 2.15.2-0ubuntu1
 libgpg-error0 1.2-1
 libidl0 0.8.6-1ubuntu1
 libgamin0 0.1.7-3ubuntu2
 esound-common 0.2.36-3ubuntu3
 python2.4-minimal 2.4.3-7ubuntu2
 libpopt0 1.10-2
 psmisc 22.2-1
 libglib2.0-0 2.12.2-0ubuntu1
 shared-mime-info 0.18-0ubuntu1
 libbonobo2-common 2.15.3-0ubuntu1
 libnspr4 2:1.firefox1.99+2.0b1+dfsg-1ubuntu2
 libtext-wrapi18n-perl 0.06-5
 libavahi-client3 0.6.12-0ubuntu1
 libselinux1 1.30-1
 libebook1.2-9 1.7.91-0ubuntu1
 libnss3 2:1.firefox1.99+2.0b1+dfsg-1ubuntu2
 libcamel1.2-8 1.7.91-0ubuntu1
 libsasl2 2.1.19.dfsg1-0.2ubuntu1
 libsoup2.2-8 2.2.96-0ubuntu1
 python2.4 2.4.3-7ubuntu2
 libattr1 2.4.32-1
 libesd-alsa0 0.2.36-3ubuntu3
 mime-support 3.36-1
 libbz2-1.0 1.0.3-3
 liborbit2 1:2.14.2-0ubuntu1
 python-minimal 2.4.3-5ubuntu1
 libsysfs2 2.0.0-7
 libgnutls13 1.4.0-3
 pmount 0.9.12-1
 debconf 1.5.2ubuntu2
 libdbus-1-2 0.62-4ubuntu4
 ucf 2.0012
 libgcrypt11 1.2.2-2
 libedata-book1.2-2 1.7.91-0ubuntu1
 libedataserver1.2-7 1.7.91-0ubuntu1
 libhal1 0.5.7.1-0ubuntu5
 debconf-i18n 1.5.2ubuntu2
 tzdata 2006g-2ubuntu1
 libsepol1 1.12-1
 libegroupwise1.2-12 1.7.91-0ubuntu1
 libaudiofile0 0.2.6-6ubuntu1
 libkrb53 1.4.3-5
 libgnomevfs2-common 2.15.91-0ubuntu1
 locales 2.3.20
 mcpp 2.5-1ubuntu3
 libtext-iconv-perl 1.4-3
 evolution-data-server-common 1.7.91-0ubuntu1
 belocs-locales-bin 2.4-1ubuntu3
 libtasn1-3 0.3.5-1
 libavahi-glib1 0.6.12-0ubuntu1
 libxml2 2.6.26.dfsg-2ubuntu2
 gconf2-common 2.14.0-1ubuntu2
 libopencdk8 0.5.8-1
 libasound2 1.0.11-7ubuntu3
 dpkg 1.13.22ubuntu5
 coreutils 5.96-5ubuntu1
 libsasl2-modules 2.1.19.dfsg1-0.2ubuntu1
 libavahi-common-data 0.6.12-0ubuntu1
 libgconf2-4 2.14.0-1ubuntu2
 zlib1g 1:1.2.3-13ubuntu1
 libc6 2.4-1ubuntu9
 libecal1.2-7 1.7.91-0ubuntu1
 libhal-storage1 0.5.7.1-0ubuntu5
 gconf2 2.14.0-1ubuntu2
 gamin 0.1.7-3ubuntu2
 libcomerr2 1.39-1
 libedata-cal1.2-6 1.7.91-0ubuntu1
 libdb4.3 4.3.29-5build1
 perl-base 5.8.8-6
 libdb4.4 4.4.20-6
 libldap2 2.1.30-13
DistroRelease: Ubuntu 6.10
ExecutablePath: /usr/lib/evolution/evolution-data-server-1.8
Package: evolution-data-server 1.7.91-0ubuntu1
ProcCmdline: base64
 
QlpoOTFBWSZTWXIdJ2oAAAjfgEOw0i+jiAC/bZ8AIABoRRpptQHqBk0PIgANJNNGTE0DQADEDFQdQ5VGYQOtiCTL7iyiBlrA5XvXssTtRzUb4Gjuwvw+gvEyTpV7BIPKMBUHKjJh1EYzE2gtUBpUgWIrmAR9WT5iWtpVOCg/8XckU4UJByHSdqA=
ProcEnviron:
 DISPLAY=:0.0
 SESSION_MANAGER=local/flash:/tmp/.ICE-unix/5416
 XAUTHORITY=/home/alex/.Xauthority
 LANG=en_GB.UTF-8
 LANGUAGE=en_GB:en
 USER=alex
 HOME=/home/alex
 DESKTOP_SESSION=default
 GDM_XSERVER_LOCATION=local
 LOGNAME=alex
 USERNAME=alex
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 SHELL=/bin/bash
 GDMSESSION=default
 PWD=/home/alex
 SSH_AUTH_SOCK=/tmp/ssh-tofwUd5416/agent.5416
 SSH_AGENT_PID=5463
 
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-uVN19LKNkV,guid=9353e8448eab7548f81dac769ccacc00
 GTK_RC_FILES=/etc/gtk/gtkrc:/home/alex/.gtkrc-1.2-gnome2
 GNOME_KEYRING_SOCKET=/tmp/keyring-0zuVcg/socket
 GNOME_DESKTOP_SESSION_ID=Default
ProcMaps:
 08048000-0804d000 r-xp  08:01 14012051   
/usr/lib/evolution/evolution-data-server-1.8
 0804d000-0804e000 rw-p 4000 08:01 14012051   
/usr/lib/evolution/evolution-data-server-1.8
 0804e000-0808f000 rw-p 0804e000 00:00 0  [heap]
 b70b3000-b70b4000 ---p b70b3000 00:00 0 
 b70b4000-b70f4000 rw-p b70b4000 00:00 0 
 b70f4000-b70fb000 r-xp  08:01 9058127
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendweather.so
 b70fb000-b70fc000 rw-p 6000 08:01 9058127
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendweather.so
 b70fc000-b7102000 r-xp  08:01 9058126
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendhttp.so
 b7102000-b7103000 rw-p 5000 08:01 9058126
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendhttp.so
 b7103000-b7118000 r-xp  08:01 9058125
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.so
 b7118000-b7119000 rw-p 00015000 08:01 9058125
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.so
 b7119000-b7123000 r-xp  08:01 9058124
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendfile.so
 b7123000-b7124000 rw-p 9000 08:01 9058124
/usr/lib/evolution-data-server-1.2/extensions/libecalbackendfile.so
 b7124000-b7186000 r-xp 

[Bug 56685] Re: upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable

2006-08-20 Thread Pascal De Vuyst
Since you are able to print I see nothing special in the error_log.
Did you do dist-upgrade from breezy or fresh install of dapper?
It would have been nice to have an error_log, /etc/cups/cupsd.conf and 
/etc/cups/cups.d/* before you did downgrade to 1.2.0. You should point other 
users with the same problem to this bug report to find out more.

-- 
upgrade from 1.2.0 to 1.2.2 makes Canon iP4200 unusable 
https://launchpad.net/bugs/56685

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


[Bug 45548] Re: scrollkeeper-update -v error

2006-08-20 Thread Thomas Liebetraut
I don't think that the patch is correct.
The url attribute in the identifier element should not point to the omf file 
itself. It should rather point to the correct documentation file to be used by 
scrollkeeper-conforming help browsers.
I'm not sure which file this is, but I think it should be 
/usr/share/gnome/help/update-manager/C/update-manager.xml (for the C locale as 
long as there are no other locales available).
The upstream maintainer should know if this really is the user documentation or 
if some other file would be more suitable.


P.S.: Any chance of this making it into Dapper even though it's not a security 
bug?

-- 
scrollkeeper-update -v error
https://launchpad.net/bugs/45548

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


[Bug 56982] saving the video results in a crash

2006-08-20 Thread Sebastian Heinlein
Public bug reported:

DEBUG: final pipeline: istximagesrc name=videosource ! 
video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale 
method=1 ! video/x-raw-yuv,width=1280,height=1024,framerate=10/1 ! theoraenc ! 
oggmux name=mux ! filesink location=/tmp/tmpe6j5WA
Traceback (most recent call last):
  File /var/lib/python-support/python2.4/istanbul/main/tray_icon.py, line 56, 
in _trayicon_clicked
self.current_screencast.start_recording()
  File /var/lib/python-support/python2.4/istanbul/main/screencast.py, line 
109, in start_recording
self._pipeline = gst.parse_launch(final_pipeline)
gobject.GError: Konnte videorate0 nicht mit ffmpegcsp0 verbinden
[TRANSLATION: Could not connect videorate0 to ffmpegcsp0]
Traceback (most recent call last):
  File /usr/bin/istanbul, line 40, in ?
sys.exit(main.main(sys.argv))
  File /var/lib/python-support/python2.4/istanbul/main/main.py, line 86, in 
main
gtk.main()
KeyboardInterrupt

** Affects: istanbul (upstream)
 Importance: Unknown
 Status: Unknown
** Affects: istanbul (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

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

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

-- 
saving the video results in a crash
https://launchpad.net/bugs/56982

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


[Bug 56965] Re: [Edgy] Consistent segfault when starting wine

2006-08-20 Thread Jan Mynarik
Also the same with 0.9.19-0ubuntu2.

-- 
[Edgy] Consistent segfault when starting wine
https://launchpad.net/bugs/56965

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


[Bug 56971] Re: The whole of KDE should be included in the Kubuntu DVD

2006-08-20 Thread Jamadagni
I do not understand what you mean by the Kubuntu DVD is the same (as
the Ubuntu DVD) since the list files are obviously different.

Anyway, I understand that both DVDs include the same main component.

Then I am suggesting that the 'main' components of Ubuntu and Kubuntu
should be different.

Or at least: there should be a main component which is common which
contains desktop-neutral stuff like GCC and a desktop component which
contains desktop-particular stuff for each desktop.

Do I start another request for that?

-- 
The whole of KDE should be included in the Kubuntu DVD
https://launchpad.net/bugs/56971

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


[Bug 55591] Re: The called hangs up, the caller is still in calling

2006-08-20 Thread Tomas Gustavsson
After downloading and installing Ekiga 2.0.2 (Debs for DD are there for
us ;) this problem dissapeared for me, though my Sony Handycam freezed
my computer (maybe I shouldn't had installed the other DEBs, maybe just
the ekiga deb was enough) so try and see if it works for you :).

-- 
The called hangs up, the caller is still in calling 
https://launchpad.net/bugs/55591

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


[Bug 56983] Re: Inkscape v0.44

2006-08-20 Thread Gothic
I know :-)

https://launchpad.net/distros/ubuntu/+source/inkscape/0.44-1ubuntu1

-- 
Inkscape v0.44
https://launchpad.net/bugs/56983

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


[Bug 56983] Inkscape v0.44

2006-08-20 Thread Gothic
Public bug reported:

http://wiki.inkscape.org/wiki/index.php/Release_Notes

Please include it on dapper!

Thanks!

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

-- 
Inkscape v0.44
https://launchpad.net/bugs/56983

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


[Bug 56978] Re: Lexmark Z53 stops printing on upgrade from Breezy to Dapper

2006-08-20 Thread Pascal De Vuyst
Thanks for your bug report.
We need more information.
Please attach the output of the printingbuginfo script, it can be found here: 
https://wiki.ubuntu.com/PrintingBugInfoScript.
Perhaps a stupid question: do you still have enough ink?
 E [20/Aug/2006:13:02:35 +0200] [Job 133] No 
 %%BoundingBox: comment in header!
You are probably trying to print a non DSC compliant postscript file. What 
application do you print from? Can you attach the file you are trying to print.

** Changed in: gutenprint (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Lexmark Z53 stops printing on upgrade from Breezy to Dapper
https://launchpad.net/bugs/56978

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


  1   2   3   4   >