[Bug 41698] Re: remind customiser on every boot to run oem-config-prepare

2006-09-26 Thread Mantas Kriaučiūnas
** Also affects: Baltix
   Importance: Untriaged
   Status: Unconfirmed

-- 
remind customiser on every boot to run oem-config-prepare
https://launchpad.net/bugs/41698

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


[Bug 56395] Re: notification daemon crash on login

2006-09-26 Thread Sukarn
*** This bug is a duplicate of bug 56382 ***

The same thing happens for me every time I log in. I am attaching the
concerned file (I think).

** Attachment added: Crash report
   
http://librarian.launchpad.net/4441413/_usr_lib_notification-daemon_notification-daemon.1000.crash

-- 
notification daemon crash on login
https://launchpad.net/bugs/56395

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


[Bug 39563] Re: Unable to print to a Canon Prixma IP 1000

2006-09-26 Thread Till Kamppeter
Original poster did not answer for several months, closing ...

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

-- 
Unable to print to a Canon Prixma IP 1000
https://launchpad.net/bugs/39563

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


[Bug 62401] Re: [Edgy] Rhythmbox en-gb translation has many issues

2006-09-26 Thread Sebastien Bacher
That's an upstream bug. If anybody wants to take if upstream feel free.
If the issue is specific to a locale might be a translators bug

** Changed in: rhythmbox (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

** Also affects: rhythmbox (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
[Edgy] Rhythmbox en-gb translation has many issues
https://launchpad.net/bugs/62401

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


[Bug 61235] Re: USB mass storage stops working after a while

2006-09-26 Thread Gustavo Carneiro
Your trick of setting max_sectors to 128 didn't work for me; same
problem as before..

-- 
USB mass storage stops working after a while
https://launchpad.net/bugs/61235

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


[Bug 62400] Re: [Edgy]Rhythmbox error message when opening preferences

2006-09-26 Thread Daniel Holbach
Opening Upstream task - if somebody wants to forward it, please do.

** Changed in: rhythmbox (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs

** Also affects: rhythmbox (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
[Edgy]Rhythmbox error message when opening preferences
https://launchpad.net/bugs/62400

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


[Bug 35491] Re: gnome logout prompt is invisible when xcompmgr active

2006-09-26 Thread Daniel Holbach
*** This bug is a duplicate of bug 24221 ***

Marking as duplicate of bug 24221 - same upstream bug, patch attached.

** This bug has been marked a duplicate of bug 24221
   GNOME logout screen doesn't appear when the composite is enabled

-- 
gnome logout prompt is invisible when xcompmgr active
https://launchpad.net/bugs/35491

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


[Bug 62108] Re: Control Center Crashed when I was in the Themes applet

2006-09-26 Thread Sebastien Bacher
No, all the crash seem to be the same GTK error, feel free to open a
gtk+2.0 bug with a description of what you were doing when you got the
crash

-- 
Control Center Crashed when I was in the Themes applet
https://launchpad.net/bugs/62108

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


[Bug 60126] Re: Suspend fails on linux-image-2.6.17-7-generic

2006-09-26 Thread Troels Faber
Hi,
I tested both the -8 and -9 upload of generic kernels, and they both hang 
during suspend. So nothing has improved with the newest kernels.

-- 
Suspend fails on linux-image-2.6.17-7-generic
https://launchpad.net/bugs/60126

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


[Bug 31644] Re: Icons poorly clipped

2006-09-26 Thread Daniel Holbach
This has been fixed in Edgy.

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

-- 
Icons poorly clipped
https://launchpad.net/bugs/31644

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


[Bug 11560] Re: [time-admin] must be restarted in order to use ntp, but it doesn't say so.

2006-09-26 Thread Sebastien Bacher
That is fixed with edgy

** Changed in: gnome-system-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[time-admin] must be restarted in order to use ntp, but it doesn't say so.
https://launchpad.net/bugs/11560

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


[Bug 61844] Re: NVIDIA 3d drivers can be configured by GUI

2006-09-26 Thread Mantas Kriaučiūnas
I think best decision would be to display a debconf question Do you want to 
enable proprietary NVIDIA 3D video drivers ? in .config script of nvidia-glx 
package. If user chooses Yes, then .config script should run
 nvidia-settings enable and if it detect, that user's X configuration has 
been altered then it should display another debconf question:
Warning: your X configuration has been altered. Proprietary NVIDIA 3D video 
drivers can be enabled automatically, but yours modifications to X 
configuration file (/etc/X11/xorg.conf) will be lost.
If you know how to modify X configuration file manually you can change the 
value of Driver in Section Device to nvidia in this file to enable 
proprietary NVIDIA 3D video drivers.
Do you want to enable proprietary NVIDIA 3D video drivers automatically and 
lost your modifications to X configuration file?

If user answer Yes to this question then .config script should run
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum and  
nvidia-settings enable.

In any case .config script should check if user really has NVIDIA card,
supported by nvidia-glx package, AFAIL nvidia-settings script already
has this ability.

Btw, I think it's very easy to rewrite nvidia-settings script to work
correctly even if user modified xorg.conf - we just need to find Driver
in Section Device and change value to nvidia if there are several
Device sections then needed section can by found by value of BusID.

-- 
NVIDIA 3d drivers can be configured by GUI
https://launchpad.net/bugs/61844

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


[Bug 31011] Re: Don't show Default sound card unless there is more than one card

2006-09-26 Thread Daniel Holbach
** Also affects: control-center (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
Don't show Default sound card unless there is more than one card
https://launchpad.net/bugs/31011

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


[Bug 36357] Re: Ink level KDE GUI fails: white space printer name issues?

2006-09-26 Thread Till Kamppeter
No answer by original poster for several months, closing ...

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

-- 
Ink level KDE GUI fails: white space printer name issues?
https://launchpad.net/bugs/36357

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


[Bug 19528] Re: problems syncing calendar and todo list, adresses works

2006-09-26 Thread Jacob
I've upgraded to edgy yesterday morning. In Dapper I only got a vague
error message, now I got Bug Buddy with the attached backtrace.

gnome-pilot still only syncs the address book, but I do get an error
message after the first succesful sync part.

** Attachment added: Error report
   http://librarian.launchpad.net/4441473/gnome-pilot-foutrapport.txt

-- 
problems syncing calendar and todo list, adresses works 
https://launchpad.net/bugs/19528

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


[Bug 6030] Re: Can't get my lexmark z55 printer to work

2006-09-26 Thread Till Kamppeter
This is not a bug of Ubuntu Linux. This is bad Linux support by Lexmark.


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

-- 
Can't get my  lexmark z55 printer  to work  
https://launchpad.net/bugs/6030

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


[Bug 42199] Re: evolution causes gpg stale locks

2006-09-26 Thread Sebastien Bacher
Do you still get the issue with dapper or edgy?

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

-- 
evolution causes gpg stale locks
https://launchpad.net/bugs/42199

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


[Bug 62430] FireFox associates .pls files with RhythmBox

2006-09-26 Thread Robert Nasiadek
Public bug reported:

Binary package hint: firefox

The problem is, RhythmBox doesn't support playlists loaded externally. So when 
a user chooses open this file in firefox, rhythmbox pops up and nothing 
happens.
I think the same goes for .m3u playlists.
On the other hand, it's a shame rhythmbox doesn't support external playlists 
well... It makes it unusable when it comes to internet radios and stuff like 
that :/

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
FireFox associates .pls files with RhythmBox
https://launchpad.net/bugs/62430

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


[Bug 36355] Re: apt-cache search gnomemeeting comes up empty

2006-09-26 Thread Fabián Rodríguez
Actually, it returns the following, which doesn't help much when looking
for the new replacement package:

ayttm - Universal Instant Messaging Client
ohphone - Command line H.323 client with X, SVGA and SDL support
ohphone-basic - Command line H.323 client with SDL support

Can this be adressed by a dummy package ?

-- 
apt-cache search gnomemeeting comes up empty
https://launchpad.net/bugs/36355

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


[Bug 49959] Re: No packages for bindings

2006-09-26 Thread Raphaël Pinson
** Also affects: ichthux (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
No packages for bindings
https://launchpad.net/bugs/49959

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


[Bug 62415] Re: can it be build against libnspr4

2006-09-26 Thread Michael Bienia
Can you give a rationale for it?
Are there any bugs/problems this change would fix?

-- 
can it be build against libnspr4 
https://launchpad.net/bugs/62415

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


[Bug 45633] Re: Evolution eats up all system memory when recursing into imap directory tree.

2006-09-26 Thread Sebastien Bacher
Thanks for your ubg. What version of Ubuntu do you use? Do you use
IMAP or IMAP4v1?

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

-- 
Evolution eats up all system memory when recursing into imap directory tree.
https://launchpad.net/bugs/45633

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


[Bug 61741] Re: dist-upgrade failed

2006-09-26 Thread Jochen Becher
Ignore my question about usage of apt-get update. Of course I have to
run that before apt-get dist-upgrade.

-- 
dist-upgrade failed
https://launchpad.net/bugs/61741

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


[Bug 40378] Re: La commande MAIL FROM a échou é: Authentication Required

2006-09-26 Thread Sebastien Bacher
Comme vous n'avez pas rencontré ce problème après avoir supprimé le
message incorrect je marque le bug comme fixé. N'hésitez pas à réouvrir
le bug avec un exemple si vous rencontrez le problème à nouveau avec
dapper

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

-- 
La commande MAIL FROM a échoué: Authentication Required
https://launchpad.net/bugs/40378

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

[Bug 43537] Re: External file removal does not update status bar

2006-09-26 Thread Sebastien Bacher
If anybody wants to forward that upstream you are welcome

** Changed in: nautilus (Ubuntu)
   Importance: Medium = Low

** Also affects: nautilus (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
External file removal does not update status bar
https://launchpad.net/bugs/43537

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


[Bug 31163] Re: gaim should have gaim-remote plugin enabled by default

2006-09-26 Thread Daniel Holbach
Edgy has gaim2.0beta3.1.

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

-- 
gaim should have gaim-remote plugin enabled by default
https://launchpad.net/bugs/31163

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


[Bug 62433] Re: Paste from open office to firefox 2.0 causes crash in open office

2006-09-26 Thread Francisco Jose
*** This bug is a duplicate of bug 62432 ***


** Attachment added: .crash file
   
http://librarian.launchpad.net/4441615/_usr_lib_openoffice_program_soffice.bin.1000.crash

-- 
Paste from open office to firefox 2.0 causes crash in open office
https://launchpad.net/bugs/62433

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


[Bug 38263] Re: freeze at startup

2006-09-26 Thread susancragin
Here is the lspci -vv

** Attachment added: lspci -vv
   http://librarian.launchpad.net/4441614/lspci%20-vv

-- 
freeze at startup
https://launchpad.net/bugs/38263

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


[Bug 45002] Re: The gconf daemon takes upto one minute to exit

2006-09-26 Thread Sebastien Bacher
Not really a bug, rather a feature request. If anybody wants to take
that upstream you are welcome

** Changed in: gconf2 (Ubuntu)
   Importance: Medium = Wishlist

** Also affects: gconf (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
The gconf daemon takes upto one minute to exit
https://launchpad.net/bugs/45002

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


[Bug 39350] Re: Unable to print to Xerox DocuPrint-M750

2006-09-26 Thread Till Kamppeter
For me the error_log looks like a problem of the CUPS backend and/or the
communication with the printer and not like a driver problem.

Please edit /etc/cups/cupsd.conf setting LogLevel to debug, restart
CUPS (sudo /etc/init.d/cupsys restart), try to print again and then
post your error_log again.

Try also on Edgy whether there the problem disappears, if you do not
want to install it, use a live CD.

-- 
Unable to print to Xerox DocuPrint-M750
https://launchpad.net/bugs/39350

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


[Bug 62433] Re: Paste from open office to firefox 2.0 causes crash in open office

2006-09-26 Thread Gert Kulyk
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from open office to firefox 2.0 causes crash in open office
https://launchpad.net/bugs/62433

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


[Bug 46455] Re: Segfault deleting a search folder

2006-09-26 Thread Sebastien Bacher
I've forwarded the bug upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=357795. Did you have
evolution-data-server-dbg installed when you got the backtrace? If not
could you get a new one with it?

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

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

-- 
Segfault deleting a search folder
https://launchpad.net/bugs/46455

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


[Bug 61033] Re: Tabs don't function properly under edgy

2006-09-26 Thread HaroldAling
I second that...

On both of my pc's (one dist-upgraded, one fresh knot 3 install), tabs
do not switch the content when clicked...

Harold.

-- 
Tabs don't function properly under edgy
https://launchpad.net/bugs/61033

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


[Bug 42937] Re: streams are stoped

2006-09-26 Thread Sebastien Bacher
Does anybody still get that issue with edgy?

-- 
streams are stoped
https://launchpad.net/bugs/42937

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


[Bug 62414] Not a group commentary

2006-09-26 Thread Raphaël Pinson
Public bug reported:

The group commentary isn't really a group commentary.  It's a personal 
commentary
installed in a group-wide location.

1. There is no x bit set on /usr/share/sword/modules/comments/rawfiles/group/ so
   the directory isn't even readable, even if you're in the 'sword' group.

2. Even if you manually add the +x, whatever you add to the module is 600 
user:user,
   so nobody can modify it or even read it.

The whole concept of a group commentary is a nice one, but clearly it is badly 
flawed
at the design level.  This commentary should be removed from the archive unless 
it
can be fixed soon.  If the user uses a frontend's module install to install the
group commentary in their home directory, then it will work properly (i.e. as
a personal commentary).

** Affects: ichthux (upstream)
 Importance: Undecided
 Status: Unconfirmed
** Affects: sword-comm-pers (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed
** Affects: sword-comm-pers (Debian)
 Importance: Unknown
 Status: Unknown

** Also affects: ichthux (upstream)
   Importance: Undecided
   Status: Unconfirmed

** Bug watch added: Debian Bug tracker #386695
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386695

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

-- 
Not a group commentary
https://launchpad.net/bugs/62414

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


[Bug 49971] Re: error charset encoding with man:/ in konqueror

2006-09-26 Thread John Vivirito
If this is a still an issue can you please give more info. What version
of konq. is it you are using with what version of kubuntu/ubuntu are you
using?

-- 
error charset encoding with man:/ in konqueror
https://launchpad.net/bugs/49971

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


[Bug 62437] Re: Broken Dependency

2006-09-26 Thread Rodrigo Belem
*** This bug is a duplicate of bug 60919 ***


ok, thanks.

-- 
Broken Dependency
https://launchpad.net/bugs/62437

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


[Bug 36998] Re: Kernel Won't Boot on an IBM Thinkpad R30

2006-09-26 Thread susancragin
I have an Acer Ferrari 4005 AMD 64. Boot hangs for a very long time but 
eventually (about 1-2 minutes later) boots after messages about the timer 
clock. 
Edgy Knot 3. 
See Bug 38263 
Have the feeling these two bugs are not identical but inter-related. 
I have attached my lspci-vv and will attach lspci-vvn

-- 
Kernel Won't Boot on an IBM Thinkpad R30
https://launchpad.net/bugs/36998

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


[Bug 49511] Re: Kubuntu/dapper: Firefox freezes

2006-09-26 Thread John Vivirito
Does it still freeze on you?

-- 
Kubuntu/dapper: Firefox freezes
https://launchpad.net/bugs/49511

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


[Bug 62437] Re: Broken Dependency

2006-09-26 Thread Rodrigo Belem
*** This bug is a duplicate of bug 60919 ***


I think this plugin does not support lastest gaim version. Am I right?

gaim-meanwhile.spec
Requires: gaim = 1:1.2.0, gaim  1:2.0.0
Requires: meanwhile = 1.0.0, meanwhile  2.0.0

-- 
Broken Dependency
https://launchpad.net/bugs/62437

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


[Bug 61703] Re: Galago Daemon Crash

2006-09-26 Thread Daniel Holbach
Riccardo - do you have a link to the upstream bug?

** Changed in: galago-daemon (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Galago
   Status: Unconfirmed = Confirmed

-- 
Galago Daemon Crash
https://launchpad.net/bugs/61703

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


[Bug 59062] Re: Locale error

2006-09-26 Thread John Vivirito
I was not able to reproduce this on dapper  edgy upgrade. Is this still
a problem for you?

-- 
Locale error
https://launchpad.net/bugs/59062

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


Re: [Bug 45346] Re: Laptop battery applet does not correctly indicate state

2006-09-26 Thread Barry Tepperman
Depends on the laptop. Issue still exists with my original laptop
(Micron Transport Trek II). No problem on Dell Inspiron 4000 or B130
laptops.

Barry

On Mon, 2006-09-25 at 14:32 +, Sebastien Bacher wrote:

 Thanks for your bug. Do you still have that issue with dapper?
 
 ** Changed in: gnome-applets (Ubuntu)
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info


-- 
Laptop battery applet does not correctly indicate state
https://launchpad.net/bugs/45346

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


[Bug 59149] Re: [Edgy Eft] errors during updates.

2006-09-26 Thread John Vivirito
this no longer seems to be a problem for me.

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

-- 
[Edgy Eft] errors during updates.
https://launchpad.net/bugs/59149

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


[Bug 59097] Re: Crash at shutdown

2006-09-26 Thread John Vivirito
Your bug lacks information we would need to investigate further. We
are now going to close the bug - please reopen if you have more
information at hand.

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

-- 
Crash at shutdown
https://launchpad.net/bugs/59097

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


[Bug 49946] Re: /usr/bin/reportbug: asks initial questions with -f, but not without

2006-09-26 Thread John Vivirito
Your bug lacks information we would need to investigate further. We
are now going to close the bug - please reopen if you have more
information at hand.

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

-- 
/usr/bin/reportbug: asks initial questions with -f, but not without
https://launchpad.net/bugs/49946

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


[Bug 62298] Re: [Edgy] Segmentation Fault when doing various operations

2006-09-26 Thread Julien
I reproduce the bug, during an update this time

** Attachment added: apport report during update
   http://librarian.launchpad.net/4441628/_usr_sbin_synaptic.0.crash

-- 
[Edgy] Segmentation Fault when doing various operations
https://launchpad.net/bugs/62298

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


[Bug 59946] Re: run action as root without prompting for a password

2006-09-26 Thread Michael Vogt
@Sebastian:
we could certainly add a feature to update-manager to ensure that there is a 
admin group. I would need a /etc/sudoers and a /etc/passwd, /etc/group from a 
warty install though.

-- 
run action as root without prompting for a password
https://launchpad.net/bugs/59946

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


[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-26 Thread Florent Mertens
I can confirm that it works for dapper but no more for edgy.
It is a permission problem. When i run digikam as root, i can import my photos, 
but not as a simple user.
I ran gphoto to have some debug information, and i get this error :

0.018045 gphoto2-port(2): Opening USB port...
0.018093 gphoto2-port(0): Could not query kernel driver of device.
0.018115 gphoto2-port(0): Could not claim interface 0 (Operation not 
permitted). Make sure no other program or kernel module (such as sdc2xx, 
stv680, spca50x) is using the device and you have read/write access to the 
device.
0.018152 context(0): An error occurred in the io-library ('Could not claim the 
USB device'): Could not claim interface 0 (Operation not permitted). Make sure 
no other program or kernel module (such as sdc2xx, stv680, spca50x) is using 
the device and you have read/write access to the device.

*** Error ***  
An error occurred in the io-library ('Could not claim the USB device'): Could 
not claim interface 0 (Operation not permitted). Make sure no other program or 
kernel module (such as sdc2xx, stv680, spca50x) is using the device and you 
have read/write access to the device.
*** Error (-53: 'Could not claim the USB device') ***   

I attach the all output i get with the command :
env LANG=C gphoto2 --debug --camera USB PTP Class Camera -P 2 error_gphoto

** Attachment added: Libgphoto_error_permission_problem
   http://librarian.launchpad.net/4441638/error_gphoto

-- 
Workaround for USB digital camera photo download problems
https://launchpad.net/bugs/6602

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


Re: [Bug 62144] Re: XDMCP user is allowed to hibernate the terminal server

2006-09-26 Thread Oliver Grawert
hi,
Am Dienstag, den 26.09.2006, 12:11 + schrieb Václav Šmilauer:
 Thanks for your reply. But the patch you mention is only partial, not
 sufficient, for 2 reasons:
 
 1. relies on the LTSP_CLIENT variable to be set, which is not set by
 default on XDMCP connections (and would not make sense to set it, since
 it is not true) and is not a clean solution in that respect; do you
 expect the admin to investigate such idiosyncratic defaults (user
 killing sessions of all other users) and have him prevent them on case-
 by-case basis?

well, we disable xdmcp on purpose simply because its insecure and evil
(its also neither enabled nor encuraged in our ltsp unless you
explicitly do so via an lts.conf file). but i agree the startx script in
ltsp should probably set and export this variable.

 2. (maybe this should be filed as another bug?) XFCE calls shutdown
 directly, not (AFAIK) by g-p-m or pmi.
you didnt talk about xfce in your initial report ... i'm not sure if
xfce handles power management through g-p-m (i dounbt it though, they
seem to have everything hardcoded in xfce-session) if thats the case,
that makes this bug a duplicate of bug 49503

-- 
XDMCP user is allowed to hibernate the terminal server
https://launchpad.net/bugs/62144

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

[Bug 36321] Re: Incomplete logout options with XGL

2006-09-26 Thread Sebastien Bacher
Reassigning to gnome-session which has the code for that dialog

** Changed in: gnome-panel (Ubuntu)
Sourcepackagename: gnome-panel = gnome-session
   Importance: Medium = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs

-- 
Incomplete logout options with XGL
https://launchpad.net/bugs/36321

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


[Bug 62379] Re: edgy evolution don't remember pop password

2006-09-26 Thread Robert Nasiadek
Yeah, something's REALLY broken with passwords.
I have 3 imap accounts and 3 smtp accounts set up and every now and then (a few 
times a day) evolution forgets the password and pops up the password dialog 
with the 'remember' checkbox already checked.

-- 
edgy evolution don't remember pop password
https://launchpad.net/bugs/62379

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


[Bug 45820] Re: [Dapper] Clicking a link makes the message jump/scroll to the bottom.

2006-09-26 Thread Sebastien Bacher
Were you using the caret mode (you can switch it with the F7 key)?

-- 
Clicking a link makes the message jump/scroll to the bottom.
https://launchpad.net/bugs/45820

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


[Bug 46856] Re: Panel items no longer available message won't away

2006-09-26 Thread Sebastien Bacher
Thanks for your bug. Do you still have that issue? When you get those
dialog, do you have a button to remove the applet? Do you have something
to ~/.xsession-errors about the issue?

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

-- 
Panel items no longer available message won't away
https://launchpad.net/bugs/46856

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


[Bug 36321] Re: Incomplete logout options with XGL

2006-09-26 Thread Sebastien Bacher
sleep and hibernate come from gnome-power-manager. Why do you have an
another display used?

-- 
Incomplete logout options with XGL
https://launchpad.net/bugs/36321

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


[Bug 62412] Re: nautilus 2.14.3-0ubuntu1 FileRoller don't work

2006-09-26 Thread Vassilis Pandis
Ok. Thanks for getting back to us. I'll close this bug now. Please
reopen it if the problem appears again.

** Changed in: file-roller (Ubuntu)
   Status: Needs Info = Rejected

-- 
nautilus 2.14.3-0ubuntu1 FileRoller don't work
https://launchpad.net/bugs/62412

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


[Bug 57966] Re: Different kde apps crash

2006-09-26 Thread John Vivirito
Your bug lacks information we would need to investigate further. We
are now going to close the bug - please reopen if you have more
information at hand.

** Changed in: Ubuntu
   Status: Needs Info = Rejected

-- 
Different kde apps crash
https://launchpad.net/bugs/57966

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


[Bug 61741] Re: dist-upgrade failed

2006-09-26 Thread John Vivirito
This issue seems to have been fixed.

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

-- 
dist-upgrade failed
https://launchpad.net/bugs/61741

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


[Bug 57694] Re: [edgy] usplash fails to correctly restore text mode

2006-09-26 Thread Mephisto
Any news on this? Will there be framebuffer support when edgy goes
final? I don't wanna work with old 80x25 consoles, i rather drop usplash
than vesafb if i have to pick one, but it would be nice to have a splash
screen, so windows-people that see my laptop don't get turned off by the
textual bootup ;)

-- 
[edgy] usplash fails to correctly restore text mode
https://launchpad.net/bugs/57694

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


[Bug 33404] A mabe related bug

2006-09-26 Thread Johan Granberg
Have you tested to use xev whit the mouse the first thing you do after
starting x.

Also what is in your xorg.conf?

I have a similar problem. I actually managed to configure my mouse to
send the right events (6 and 7 in xev) but when i scroll the horizontal
mouse wheel fast I stop getting 6 ad 7 and gets 4 and 5 instead. To me
it looks as the reverse of the firefox bug linked above and I wonder if
some fix to the above bug have caused this one.

-- 
Side scroll wheel buttons mapped as wheel up/down
https://launchpad.net/bugs/33404

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


[Bug 62410] Re: Use of uninitialized value in print

2006-09-26 Thread Vassilis Pandis
** Changed in: linux-source-2.6.15 (Ubuntu)
Sourcepackagename: linux-source-2.6.15 = defoma

-- 
Use of uninitialized value in print
https://launchpad.net/bugs/62410

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


[Bug 32554] Re: Appointment in Evolution not resizable if stretched till 12:00pm

2006-09-26 Thread Daniel Holbach
Which version of evolution and Ubuntu do you use? Do you still have that
problem?

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

-- 
Appointment in Evolution not resizable if stretched till 12:00pm
https://launchpad.net/bugs/32554

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


[Bug 62225] Re: Could not calculate the upgrade

2006-09-26 Thread Michael Vogt
*** This bug is a duplicate of bug 58424 ***

 When i go to remove libgl1-mesa-dri, synaptic says it will also remove
 ubuntu-desktop and x-window-system-core. This sounds terribly major to
 me!!!

Thats not too bad, the upgrade wil detect the missing ubuntu-desktop and
reinstall it again.

Cheers,
 Michael

-- 
Could not calculate the upgrade
https://launchpad.net/bugs/62225

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


[Bug 46860] Re: Evolution stays running in the background when mailto: link used

2006-09-26 Thread Sebastien Bacher
Thanks for your bug. What value has the /desktop/gnome/url-
handlers/mailto/command gconf key? Does running the same command with
mailto:[EMAIL PROTECTED] from a command line does the same? Do you
have anything about that to ~/.xsession-errors? Do you use the standard
GNOME desktop?

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

-- 
Evolution stays running in the background when mailto: link used 
https://launchpad.net/bugs/46860

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


[Bug 55325] Re: email not displayed until attachments are downloaded

2006-09-26 Thread John Vivirito
Are you able to produce this problem with thunderbird 1.5.0.7? (latest
dapper release)

-- 
email not displayed until attachments are downloaded
https://launchpad.net/bugs/55325

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


[Bug 59254] Re: dist-upgrade dapper - edgy barfs at libc6

2006-09-26 Thread Michael Vogt
Thanks for the additional information!

I close the bug now as suggested.

Thanks,
 Michael

** Changed in: glibc (Ubuntu)
 Assignee: (unassigned) = Michael Vogt
   Status: Needs Info = Rejected

-- 
dist-upgrade dapper - edgy barfs at libc6
https://launchpad.net/bugs/59254

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


[Bug 61381] Re: gnome-settings-daemon crashes at login

2006-09-26 Thread gosh
Is this what you are looking for?
Or how do I use gnome-control-center-dbg?

** Attachment added: gdb output
   http://librarian.launchpad.net/4441483/gdb

-- 
gnome-settings-daemon crashes at login
https://launchpad.net/bugs/61381

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


[Bug 61864] Re: broken package, obsolete dependency

2006-09-26 Thread Alex Lee
[EMAIL PROTECTED]:~$ sudo apt-cache policy wengophone 
wengophone:
  Installed: (none)
  Candidate: 0.99+svn4511-4ubuntu2
  Version table:
 0.99+svn4511-4ubuntu2 0
500 http://se.archive.ubuntu.com edgy/universe Packages

-- 
broken package, obsolete dependency
https://launchpad.net/bugs/61864

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


Re: [Bug 34805] Re: ALT GR key don't work.

2006-09-26 Thread nicolasenz
Yes, it's the same, sorry.
N.E.

Sebastien Bacher a écrit :
 did you have a chance to try with dapper yet?

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



-- 
ALT GR key don't work.
https://launchpad.net/bugs/34805

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

[Bug 61235] Re: USB mass storage stops working after a while

2006-09-26 Thread Gustavo Carneiro
dmesg output again:

[42466.244022] EXT3 FS on sda2, internal journal
[42466.244085] EXT3-fs: mounted filesystem with ordered data mode.
[42861.724469] usb 3-3: reset high speed USB device using ehci_hcd and address 2
[42867.492402] usb 3-3: device not accepting address 2, error -110
[42867.552344] usb 3-3: reset high speed USB device using ehci_hcd and address 2
[42873.322360] usb 3-3: device not accepting address 2, error -110
[42873.378304] usb 3-3: reset high speed USB device using ehci_hcd and address 2
[42878.584920] usb 3-3: device not accepting address 2, error -110
[42878.640867] usb 3-3: reset high speed USB device using ehci_hcd and address 2
[42883.847414] usb 3-3: device not accepting address 2, error -110
[42883.847437] usb 3-3: USB disconnect, address 2
[42883.847574] sd 0:0:0:0: scsi: Device offlined - not ready after error 
recovery
[42883.849631] sd 0:0:0:0: SCSI error: return code = 0x1
[42883.849635] end_request: I/O error, dev sda, sector 15200048
[42883.849654] sd 0:0:0:0: rejecting I/O to device being removed

-- 
USB mass storage stops working after a while
https://launchpad.net/bugs/61235

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


[Bug 62449] Re: Ubuntu 6.06 installer crashes during partitioning

2006-09-26 Thread moxie
Dang! I wouldn't have cut and pasted all that if I had known that
attachments would be allowed!

-- 
Ubuntu 6.06 installer crashes during partitioning
https://launchpad.net/bugs/62449

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


[Bug 62456] Re: Amarok does not understand old PostgreSQL database formats

2006-09-26 Thread Simon Law
Hi Jon,

It looks like it's not seeing the expected database schema for its
library.  Is that because there's something wrong with the database?  Is
it empty?

Perhaps the format in which amaroK stores its library has changed?

Thanks.

** Summary changed:

- Amarok Fails to Start
+ Amarok does not understand old PostgreSQL database formats

-- 
Amarok does not understand old PostgreSQL database formats
https://launchpad.net/bugs/62456

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


[Bug 62352] Re: Kernel Update removes Intel Pro Wireless 3945

2006-09-26 Thread Larakin
Thank you it worked!

I have 2 questions though.

1. When booting 2.6.17-7 I would get a long stall about 1/3 of the way
through the progress bar (30-40 sec) before it would continue to boot,
and when it was booted I would have to disable-enable the card to make
it work.  Now -9 has these same issues?

2. How could you tell I had a mismatch?  the output of that command is
exactly the same now that it is fixed? I would like to know so that I
can avoid these problems in the future.

Thanks
Justin

-- 
Kernel Update removes Intel Pro Wireless 3945
https://launchpad.net/bugs/62352

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


[Bug 61945] Re: A programming error has been detected

2006-09-26 Thread Raphael Slinckx
The patch name is:

Sun Sep 24 20:24:21 CEST 2006  [EMAIL PROTECTED]
  * Change the Manager Registry to use the ew .manager format (ignoring the 
[ConnectionManager] stanza, and interpreting the filename for the bus path and 
bus name arguments.

You can get the unified diff with:
darcs diff -u -p 'Change the Manager Registry'

Hope this helps

-- 
A programming error has been detected
https://launchpad.net/bugs/61945

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


Re: [Bug 62205] Re: Impossible to mount DVD in DVD-rom drive

2006-09-26 Thread chombee
*** This bug is a duplicate of bug 61456 ***

Agreed, sounds like this might not be a kernel problem.

It's been suggested to me that it could be an issue with hal, and that
reinstalling hal might fix it. If I get a chance to try this (the laptop
that has the issue is not my own) I'll report back.

On Tue, 2006-09-26 at 08:22 +, Mabouya wrote:
 *** This bug is a duplicate of bug 61456 ***
 
 If it's a kernel problem, why there is no problem under kubuntu (with
 exactly the same kernel which is up to date). I'm very novice, so can
 you explain me where is the difference for my personnal culture.
 
 
 
  Message du 25/09/06 19:55
  De : belarinmtl 
  A : [EMAIL PROTECTED]
  Copie à : 
  Objet : [Bug 62205] Re: Impossible to mount DVD in DVD-rom drive
  
  *** This bug is a duplicate of bug 61456 ***
  
  Seem to be a kernel problem in my eyes.
  
  
  ** Changed in: Ubuntu
  Sourcepackagename: None = linux-source-2.6.17
  
  -- 
  Impossible to mount DVD in DVD-rom drive
  https://launchpad.net/bugs/62205
  
 


-- 
Impossible to mount DVD in DVD-rom drive
https://launchpad.net/bugs/62205

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

Re: [Bug 46941] Re: Progress bar hit's 100% long before finished copying large files from ftp

2006-09-26 Thread Chris Bozic
Thanks for getting back to me.  At the time I posted this bug, I was
using a Dapper pre-release.  I am currently using Edgy knot3 so I
can't test to see if it still occurs in Dapper.  However, in a few
hours I'll be able to check this in the current state of Edgy.

If I remember correctly, the copy was not complete when the bar hit
100%.  There was also plenty of network activity after that point.  I
have used that same tool to copy files using scp and the progress bar
seems to be far more accurate over scp.

Please let me know if I can help anymore.

Chris Bozic

On 9/26/06, Sebastien Bacher [EMAIL PROTECTED] wrote:
 Thanks for your bug. What version of Ubuntu do you use? Do you still
 have some network activity when the bar reachs 100% or is the network
 copy done and it's doing local work then? Is that specific to ftp?

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

 --
 Progress bar hit's 100% long before finished copying large files from ftp
 https://launchpad.net/bugs/46941


-- 
Progress bar hit's 100% long before finished copying large files from ftp
https://launchpad.net/bugs/46941

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


[Bug 62446] Re: Crash

2006-09-26 Thread Chito Tuason
gaim is open...

** Attachment added: at-spi-registryd crash
   
http://librarian.launchpad.net/4442250/_usr_lib_at-spi_at-spi-registryd.1000.crash

-- 
Crash
https://launchpad.net/bugs/62446

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


[Bug 33542] Re: change password dialog too small to contain text

2006-09-26 Thread Daniel Holbach
This is fixed in Edgy now. Closing the bug.

** Changed in: control-center (Ubuntu)
   Status: Confirmed = Fix Released

-- 
change password dialog too small to contain text
https://launchpad.net/bugs/33542

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


[Bug 62449] Re: Ubuntu 6.06 installer crashes during partitioning

2006-09-26 Thread Vassilis Pandis
** Tags added: gtk-mainloop-crash

-- 
Ubuntu 6.06 installer crashes during partitioning
https://launchpad.net/bugs/62449

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


[Bug 46916] Re: Hp 710 printer won't added

2006-09-26 Thread Till Kamppeter
Can you try with the Live CD of Edgy? Are you able to set up your
printer there?

-- 
Hp 710 printer won't added
https://launchpad.net/bugs/46916

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


[Bug 62419] Please review new upstream version of mpd

2006-09-26 Thread William Grant
Public bug reported:

Please review this new upstream version of mpd. 0.12 was released a
short time ago, although the release candidates are in Debian
experimental. This package is based on 0.12.0~rc3-1, with no changes
other than the new upstream tarball and the changelog. It builds fine in
a clean Edgy pbuilder.

The source package can be obtained from
http://people.ubuntu.com.au/~fujitsu/mpd.

** Affects: mpd (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Please review new upstream version of mpd
https://launchpad.net/bugs/62419

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


[Bug 62212] Re: Confusing packages in edgy

2006-09-26 Thread William Grant
In fact, gtkpod-aac was version 0.99.2-0ubuntu2 (note the -0, not -1) in
Dapper. This is because it's not in Debian, it's new in Ubuntu. Somebody
needs to merge the new upstream version.

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

-- 
Update to new upstream version
https://launchpad.net/bugs/62212

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


[Bug 62212] Re: Confusing packages in edgy

2006-09-26 Thread Adri2000
See the difference : gtkpod is in universe and gtkpod-aac is in multiverse.
I think it's not possible to have AAC support in a package in universe 
(restricted format).
People who want AAC support install the multiverse package, the others install 
the universe package.

-- 
Update to new upstream version
https://launchpad.net/bugs/62212

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


[Bug 58424] Re: Can't calculate the upgrade with unofficial mesa/compiz packages

2006-09-26 Thread Michael Vogt
Thanks for your detailed analysis.

There is a open bug against synaptic that it is not very good about
dealing with downgrades (bug #15019).

To deal with your problem you may try to remove the unoffical compiz 
sources.list entry (or comment it out). Then run apt-get update (it is fine if 
the system is still dapper and has dapper sources.list entries) to make sure 
that your system knows about the available packages. Then:
$ sudo dpkg -r --force-depends libgl1-mesa libgl1-dev
libgl1-dri libglu1-mesa libglu1-mesa-dev mesa-common-dev mesa-utils
$ sudo apt-get install -f

Usually it is not a good idea to use --force-depends. The apt-get
install -f should be able to cleanup the damage, but there is a chance
that it screws your system. So be careful and have backups of your data
:)

Cheers,
 Michael

-- 
Can't calculate the upgrade with unofficial mesa/compiz packages 
https://launchpad.net/bugs/58424

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


[Bug 59433] Re: breaks display

2006-09-26 Thread stsykin
I don't know, I haven't tried to install nvidia-glx since I had this
problem

-- 
breaks display
https://launchpad.net/bugs/59433

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


[Bug 50529] Re: msttcorefonts lacks the 'Tahoma' font

2006-09-26 Thread Mantas Kriaučiūnas
** Also affects: Baltix
   Importance: Undecided
   Status: Unconfirmed

-- 
msttcorefonts lacks the 'Tahoma' font
https://launchpad.net/bugs/50529

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


[Bug 57369] Re: References bash-doc in yelp are not hyperlinked

2006-09-26 Thread Don Scorgie
Yes.  Yelp issue.  No *Notes were hyperlinked in yelp  2.16.  Fixed in
yelp 2.16 though (Edgy). If its not, its a seperate bug that should be
filed upstream.  Thanks.

-- 
References bash-doc in yelp are not hyperlinked
https://launchpad.net/bugs/57369

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


[Bug 61337] Re: intermittent boot problems edgy

2006-09-26 Thread thompa
i got all 3 boot errors on the sata hard drive this morning. It seems to
happen after off overnight maybe. I am going to try adding a /boot
partition and see if that helps.

-- 
intermittent boot problems edgy
https://launchpad.net/bugs/61337

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


[Bug 60503] Re: doesn't hanlde console on ttyS* on ia64

2006-09-26 Thread Colin Watson
Uploaded, pending approval for beta:

finish-install (2.3ubuntu1) edgy; urgency=low

  * Handle serial console configuration for upstart (closes: Malone
#60503).

 -- Colin Watson [EMAIL PROTECTED]  Tue, 26 Sep 2006 11:52:45 +0100

** Changed in: finish-install (Ubuntu)
 Assignee: (unassigned) = Colin Watson
   Status: Confirmed = Fix Released

-- 
doesn't hanlde console on ttyS* on ia64
https://launchpad.net/bugs/60503

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


[Bug 62421] no more mtrr available

2006-09-26 Thread Mark Eaton
Public bug reported:

Binary package hint: linux-image-2.6.17-9-generic

Since installing the edgy knot 3 CD I get errors when trying to load the fglrx 
driver about
mtrr: no more MTRRs available
If I have a look at /proc/mtrr I have
reg00: base=0x (   0MB), size=1024MB: write-back, count=1
reg01: base=0xd800 (3456MB), size= 128MB: write-combining, count=1
reg02: base=0xd7fc (3455MB), size= 128KB: write-combining, count=1
reg03: base=0xd7f8 (3455MB), size= 256KB: write-combining, count=1
reg04: base=0xd7f0 (3455MB), size= 512KB: write-combining, count=1
reg05: base=0xd7e0 (3454MB), size=   1MB: write-combining, count=1
reg06: base=0xd7c0 (3452MB), size=   2MB: write-combining, count=1
reg07: base=0xd780 (3448MB), size=   4MB: write-combining, count=1

which is completely different to what I got from the kernel in breezy. 
This results in the ati xorg drivers and even usplash not working at all,
and the fglrx drivers being extremely slow.

I have been unable to find any userspace tools that setup the mtrr's so I 
assume it
is from kernel changes.

lspci -v gives

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Unknown device 1977
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root 
Port (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: a000-cfff
Memory behind bridge: fe90-fe9f
Prefetchable memory behind bridge: cff0-dfef
Capabilities: [88] #0d []
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 
Enable+
Capabilities: [a0] Express Root Port (Slot+) IRQ 0

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
High Definition Audio Controller (rev 04)
Subsystem: ASUSTeK Computer Inc. Unknown device 1973
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Unknown type IRQ 0

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI 
Express Port 1 (rev 04) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 
Enable+
Capabilities: [90] #0d []
Capabilities: [a0] Power Management version 2

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #1 (rev 04) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 1977
Flags: bus master, medium devsel, latency 0, IRQ 217
I/O ports at e800 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #2 (rev 04) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 1977
Flags: bus master, medium devsel, latency 0, IRQ 225
I/O ports at e880 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB UHCI #3 (rev 04) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 1977
Flags: bus master, medium devsel, latency 0, IRQ 209
I/O ports at ec00 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller (rev 04) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 1977
Flags: bus master, medium devsel, latency 0, IRQ 217
Memory at febfbc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4) (prog-if 
01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=07, sec-latency=32
I/O behind bridge: d000-dfff
Memory behind bridge: fea0-feaf
Prefetchable memory behind bridge: 5000-52f0
Capabilities: [50] #0d []

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge 
(rev 04)
Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
IDE Controller (rev 04) (prog-if 8a [Master SecP PriP])
Subsystem: ASUSTeK Computer 

[Bug 35153] Re: Drive properties aren't helpful

2006-09-26 Thread Daniel Holbach
Thanks for your report. Your idea might get more attention and have
the possibility of being implemented if you would submit a
specification for this.

You should first check whether it already exists at the Ubuntu specs
page (https://launchpad.net/distros/ubuntu/+specs) in Launchpad. If
that is the case, feel free to contact the drafter of that spec about
your comments/suggestions. Otherwise you can start writing a spec
following the steps described in
https://wiki.ubuntu.com/FeatureSpecifications.

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

-- 
Drive properties aren't helpful
https://launchpad.net/bugs/35153

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


[Bug 45820] Re: Clicking a link makes the message jump/scroll to the bottom.

2006-09-26 Thread Trouilliez vincent
Hi,

Yes you are right, it only happens when the caret mode is enabled.

-- 
Clicking a link makes the message jump/scroll to the bottom.
https://launchpad.net/bugs/45820

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


[Bug 59433] Re: breaks display

2006-09-26 Thread John Vivirito
Can you please try? i am unable to reproduce this here.

-- 
breaks display
https://launchpad.net/bugs/59433

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


[Bug 57182] Re: Problem importing codegen from desextras

2006-09-26 Thread William Grant
Why has it been marked as `Fix Committed' in Ubuntu? Upstream may have
it fixed, but Ubuntu hasn't.

-- 
Problem importing codegen from desextras
https://launchpad.net/bugs/57182

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


[Bug 62453] Re: Fail to boot on a PIII with a 3DLabs Oxygen VX1 video card

2006-09-26 Thread Francis J. Lacoste
Colin Watson suggested holding the shift key while booting which should
enable me to use text mode.

I will try this and report back if this works around the problem.

-- 
Fail to boot on a PIII with a 3DLabs Oxygen VX1 video card
https://launchpad.net/bugs/62453

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


[Bug 62424] Please sync libghemical_2.10-1 from Debian unstable (main)

2006-09-26 Thread Michael Banck
Public bug reported:

Please sync libghemical_2.10-1 from Debian Sid (main).  The package
builds fine in a clean Edgy chroot.

Changelog since current edgy version 2.00-1:

libghemical (2.10-1) unstable; urgency=low

  * New upstream release.

 -- Michael Banck [EMAIL PROTECTED]  Tue, 12 Sep 2006 02:11:51 +0200

 affects /distros/ubuntu

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Please sync libghemical_2.10-1 from Debian unstable (main)
https://launchpad.net/bugs/62424

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


[Bug 62432] Paste from open office to firefox 2.0 causes crash in open office

2006-09-26 Thread Francisco Jose
Public bug reported:

Open a .doc file, copy an paste on an HTML form.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Paste from open office to firefox 2.0 causes crash in open office
https://launchpad.net/bugs/62432

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


[Bug 49014] Re: calendar.ubuntu hasn't got Dapper in it

2006-09-26 Thread John Vivirito
Has this been fixed? or can you still reproduce this?

-- 
calendar.ubuntu hasn't got Dapper in it
https://launchpad.net/bugs/49014

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


[Bug 61945] Re: A programming error has been detected

2006-09-26 Thread Daniel Holbach
Raphaël: you rock!

 telepathy-python (0.13.2-0ubuntu4) edgy; urgency=low
 .
   * debian/patches/01-from-darcs_update-to-new-manager-format.patch:
 - change to new ew .manager format ignoring the [ConnectionManager]
   stanza, and interpreting the filename for the bus path and bus name
   arguments -- thanks Raphaël Slinckx for fixing and pointing to the fix
   (Malone: #61945)
   * debian/control:
 - arch any - all, changed python-all-dev to be in Build-Depends.


** Changed in: telepathy-python (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
A programming error has been detected
https://launchpad.net/bugs/61945

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

[Bug 59433] Re: breaks display

2006-09-26 Thread stsykin
OK, I'll try soon. I am doing some work right now, but in a couple of
hours I will and then I'll report back

-- 
breaks display
https://launchpad.net/bugs/59433

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


  1   2   3   4   5   6   7   8   9   >