[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Sebastien Bacher
but it couldn't attach properly - it hang and didn't pass to the next
line with (gdb).

what do you mean there? nautilus is already hanging, just use gdb and
type thread apply bt on the gdm commandline

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Sebastien Bacher
use it on the gdb commandline rather

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317764] Re: Archive Manager not handeling archives

2009-01-16 Thread Chris Coulson
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs .

** Changed in: file-roller (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/file-roller/+question/57673

-- 
Archive Manager not handeling archives
https://bugs.launchpad.net/bugs/317764
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 251809] Re: scrollbar has some problem with multiple tabs

2009-01-16 Thread Sebastien Bacher
the change will be uploaded to jaunty next week, it's not in 2.24.3 no
but we will backport it if it's confirmed to work on jaunty

-- 
scrollbar has some problem with multiple tabs
https://bugs.launchpad.net/bugs/251809
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 251809] Re: scrollbar has some problem with multiple tabs

2009-01-16 Thread Sebastien Bacher
declining the bug nomination since the bug has been fixed upstream and
the change will be in the next upload, there is no need to add paper
work there

-- 
scrollbar has some problem with multiple tabs
https://bugs.launchpad.net/bugs/251809
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 204413] Re: nautilus memory leak

2009-01-16 Thread Sebastien Bacher
the issue is not likely ubuntu specific there is no ubuntu change that
would create such issue, could be that you have different configuration
or codec installed on fedora though or that you just didn't run into it
there yet

-- 
nautilus memory leak
https://bugs.launchpad.net/bugs/204413
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317756] Re: installation of both nautilus-cd-burner and brasero results in two Write to disc menu entries

2009-01-16 Thread Sebastien Bacher
thank you for your bug report, brasero and nautilus-cd-burner have
similar code, nautilus-cd-burner is not installed in new jaunty
installation but it should also use a conflict so it get uninstalled on
upgrade

** Changed in: nautilus-cd-burner (Ubuntu)
Sourcepackagename: nautilus = nautilus-cd-burner
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
installation of both nautilus-cd-burner and brasero results in two Write to 
disc menu entries
https://bugs.launchpad.net/bugs/317756
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317751] Re: gnome-volume-control-applet.desktop failed to register before timeout

2009-01-16 Thread Sebastien Bacher
that's a gnome-session issue rather than an applet one

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: gnome-media = gnome-session

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: gnome-media (Ubuntu)
Sourcepackagename: gnome-session = gnome-media

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: gnome-media = gnome-session

-- 
gnome-volume-control-applet.desktop failed to register before timeout 
https://bugs.launchpad.net/bugs/317751
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317802] [NEW] v4l2src reports non working caps (thanks to libv4l)

2009-01-16 Thread Gly
Public bug reported:

This example is from a Eeepc 900 with uvcvideo-drivers for the webcam.

Using v4l2-interface from a small C program reveals that the webcam
supports a single pixel format. YUV 4:2:2 (YUYV). Libv4l makes v4l2src
report four other additional formats. However for the other formats,
enumerating framerate intervals fails for 640x480 and results in the
frame interval [0/1 100/1] begin set. When this cap is the result of a
negotiation, setting this resolution fails. The framerate interval
enumeration works fine for the pixelformat supported by the webcam. So:

This gstreamer pipeline works fine. 
gst-launch-0.10 v4l2src device=/dev/video0 ! 
video/x-raw-yuv,format=\(fourcc\)YUY2,width=640,height=480,framerate=30 ! 
xvimagesink

But when using another pixel format it fails.
gst-launch-0.10 v4l2src device=/dev/video0 ! 
video/x-raw-yuv,format=\(fourcc\)I420,width=640,height=480,framerate=30 ! 
xvimagesink

The relevant debug output is attached.

If the I420 format is needed for some reason (like jpegenc), this
problem occurs. An ffmpegcolorspace element does not solve this since
not doing colorspace conversion is preferred.

I'm using Ubuntu 8.10, gstreamer0.10-plugins-good version
0.10.10-4-1ubuntu1

** Affects: gst-plugins-good0.10 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
v4l2src reports non working caps (thanks to libv4l)
https://bugs.launchpad.net/bugs/317802
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu.

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


[Bug 317802] Re: v4l2src reports non working caps (thanks to libv4l)

2009-01-16 Thread Gly

** Attachment added: v4l2srcproblem.txt
   http://launchpadlibrarian.net/21259932/v4l2srcproblem.txt

-- 
v4l2src reports non working caps (thanks to libv4l)
https://bugs.launchpad.net/bugs/317802
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu.

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


[Bug 317799] [NEW] Seahorse has no Backup option in Menu (Backup Keyring option Missing)

2009-01-16 Thread JAL
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: seahorse

Problem: 
Password and Encryption Key Manager Seahorse has no Backup Otion in the Menu 
(not grayed out, simply not there) to backup your Keys and Keyring

Seahorse works fine except for the missing key and keyring backup
function. According to the accompanying manual the backup option should
be there, and used to be there.

Not quite sure when it stop working (did it ever work in Intrepid - I
dont know), however I am sure it used to work in Hardy.

Reinstalled packages hrough Synaptic - no difference. Still no backup
option under Keys main menu entry (where option should be)

Using:
OS release: Intrepid (8.10) - Linux 2.6.27-11-generic x86_64 GNU/Linux
Desktop manager: Gnome 2.24.1
Seahorse version: 2.24.1 (installed packages -Seahorse v2.24.1; 
Seahorse-plugins v2.24.1; libcryptui0 v2.24.1)

Not sure whether I should report this in Ubuntu Launchpad or in Gnome.
Apologise if reported in wrong place, however Canonical is said to
provide critical updates untill May 2010 according to Synaptic.

Potentially big problem since no keyring backup exist now.

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

** Visibility changed to: Public

-- 
Seahorse has no Backup option in Menu (Backup Keyring option Missing)
https://bugs.launchpad.net/bugs/317799
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 315236] Re: gnome-volume-control fails

2009-01-16 Thread Sebastien Bacher
those comments seems to indicate that an instance is already running
when you get the issue, how did you start this one?

-- 
gnome-volume-control fails
https://bugs.launchpad.net/bugs/315236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 310575] Re: A3 pdf file is cropped and printed on A4 paper

2009-01-16 Thread Sebastien Bacher
** Changed in: cupsys (Ubuntu)
Sourcepackagename: evince = cupsys

-- 
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 305428] Re: evolution-data-server eats memory like crazy

2009-01-16 Thread Izzy
Suffering from the same bug here on one machine (office), while not on
the other (home). Both machines are running Hardy, both use the same
repositories - so it's the same versions. The office machine has one
more large IMAP account configured, plus a couple of CalDav calendars.
Looking back, to me it seems the problem did not exist (at least not in
these dimensions) before I added the CalDav stuff. Unfortunately, I
cannot turn them off, since they are urgently needed for team
coordination.

As for Daniels comment concerning the message moving: I do not need to
do that. If I just start evo now (uses about 100M initially), leave the
machine alone, come back 12h later,  e-d-s is already using ~1G virtual
plus 0.5G resident memory. Give it one more day, and it reaches the
already mentioned 3G here as well (2G virtual + 1G resident). The only
work-around I found is to run killev at least every second day, and
then restart Evolution. Acceptable if that would be once a month at
maximum - but eight days a week, this is simply annoying.

As far as I can see, this issue may be fixed by #350143 (Novell
Bugzilla; see also https://launchpad.net/ubuntu/intrepid/+source
/evolution-data-server/2.23.3-0ubuntu1) for intrepid. Wouldn't it be
possible to backport that fix to hardy?

-- 
evolution-data-server eats memory like crazy
https://bugs.launchpad.net/bugs/305428
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317805] [NEW] nautilus sidebar: eject button should open the tray if there is no cd inserted

2009-01-16 Thread perfran
Public bug reported:

Binary package hint: nautilus

In nautilus sidebar, there are new eject buttons to unmount drives, it's great 
but when my cdrom drive is empty, when I click on this button , it tells me 
that there's probably no media in the drive. 
It's right but I would have expected that it opens the tray, that would have 
been more logical.

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

-- 
nautilus sidebar: eject button should open the tray if there is no cd inserted
https://bugs.launchpad.net/bugs/317805
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 317189] Re: Gnome-screensaver loop and sound doesn't work

2009-01-16 Thread Carroarmato0
I've reinstalled Ubuntu without the fingerscanner activated and
configured.  Now I don't have that problem anymore.

I might be related to a conflict between something that gnome-
screensaver uses for authentication and ThinkFinger.

-- 
Gnome-screensaver loop and sound doesn't work
https://bugs.launchpad.net/bugs/317189
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 316728] Re: Evolution 2.24.3 copy-paste and unread bug

2009-01-16 Thread launcspad
I would also think the same, but pasting into this website a from another 
program (e. g. gedit) copied text works fine. 
But I agree, this is not an important bug, google services shouldn't be used. 
(Big Brother effect.)

-- 
Evolution 2.24.3 copy-paste and unread bug
https://bugs.launchpad.net/bugs/316728
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317805] Re: nautilus sidebar: eject button should open the tray if there is no cd inserted

2009-01-16 Thread Thermaltaker
Nice idea, confirming.

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

-- 
nautilus sidebar: eject button should open the tray if there is no cd inserted
https://bugs.launchpad.net/bugs/317805
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 317818] [NEW] Upgrade GDM to version 2.25.x

2009-01-16 Thread Exsecrabilus
Public bug reported:

Binary package hint: gdm

Why is GDM still version 2.20, even though 2.22, and 2.24 and soon-to-
be-2.26-version 2.25 is already out the door?

Please update!

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

-- 
Upgrade GDM to version 2.25.x
https://bugs.launchpad.net/bugs/317818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 202429] Re: Search does not find anything if files name is partly written

2009-01-16 Thread Thermaltaker
This is what the developers said:

Phrase queries are not yet supported in tracker. They are almost impossible to
implement with the current QDBM index.

We plan to move to sqlite FTS (at some point) and the FTS query language
supports this kind of queries.

Thats a pitty for a otherwise nice search programm

-- 
Search does not find anything if files name is partly written
https://bugs.launchpad.net/bugs/202429
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for deskbar-applet.

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


[Bug 317820] [NEW] cannot play after continue from lock screen

2009-01-16 Thread Hendy Waskito
Public bug reported:

Binary package hint: totem

i played a video tutorial(.mov) then i paused it and lock the screen.
after i come back and continue my session, i press play button but it
does not respond and does not play the video. i launch again the totem
to play the same video, it still does not work either. it keeps freeze
and cannot play the video.

ProblemType: Bug
Architecture: i386
Date: Fri Jan 16 2009
DistroRelease: Ubuntu 8.10
Uname: Linux ubuntu 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 
GNU/Linux

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: nvidia
Package: totem-gstreamer 2.24.2-0ubuntu4
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
cannot play after continue from lock screen
https://bugs.launchpad.net/bugs/317820
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 317820] Re: cannot play after continue from lock screen

2009-01-16 Thread Hendy Waskito

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21260748/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21260749/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21260750/ProcStatus.txt

-- 
cannot play after continue from lock screen
https://bugs.launchpad.net/bugs/317820
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Greya
That's exactly what I do. 
I mean there that when I have nautilus hanging and when I attach gdb to it - I 
do in terminal: gdb, then: attach (nautilus process no.) - it stops at the 
line like this 

[New Thread 0xb6ad1930 (LWP 8125)]
and nothing happens then, it doesn't end by the line with (gdb) something like
...
Loaded symbols for /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
0xb8075430 in __kernel_vsyscall ()
(gdb) 
where I can type thread apply bt (in comparison with the succeeded log-file 
attached above)
And everything I type in this terminal window where the gdb attach process 
didn't finalize correctly - nothing works, I can't even get back my ordinary 
startup line (user)@(computername):~$.
So, as I described above: 
- I try to open any nautilus window to start another nautilus process with 
another process no.
- I open another tab in terminal where I attach gdb to this second nautilus 
process - and this time it succeeds to perform the gdb attach correctly.
I don't know why, but when trying to attach gdb to the first hanging nautilus 
process - it doesn't work.

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317818] Re: Upgrade GDM to version 2.25.x

2009-01-16 Thread Sebastien Bacher
thank you for your bug report, the update doesn't bring anything useful
to users, doesn't migrate configurations  and gives less flexibility and
choices that's why it didn't get update to ubuntu yet, the current plan
is to get the new version is universe in jaunty and consider the upgrade
next cycle if those issues are sorted

** Changed in: gdm (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Confirmed

-- 
Upgrade GDM to version 2.25.x
https://bugs.launchpad.net/bugs/317818
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Greya
I have disconnected my external drive (I can't browse any of its directories 
anyway) and without it nautilus works correctly, this bug didn't show up. In 
case it does - I'll surely tell you :)
I have also connected this external drive to another computer (but running 
Windows) to see if it's not broken or something - it works fine.
Maybe I should test this bug on my virtual Ubuntu 8.10 (I have one installed in 
vmware)? In this case I can test it without last updates installed and then 
install all last updates and test again - to see if this bug will reproduce. 
(But external drive will be connected a bit differently in virtual ubuntu, I 
guess?)

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317805] Re: nautilus sidebar: eject button should open the tray if there is no cd inserted

2009-01-16 Thread Sebastien Bacher
*** This bug is a duplicate of bug 203574 ***
https://bugs.launchpad.net/bugs/203574

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

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Invalid

** This bug has been marked a duplicate of bug 203574
   Eject should eject the CD-ROM drive tray

-- 
nautilus sidebar: eject button should open the tray if there is no cd inserted
https://bugs.launchpad.net/bugs/317805
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Sebastien Bacher
(gdb)
where I can type thread apply bt

that's the expected behaviour, just type thread apply all bt enter on
this gdb commandline

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 203574] Re: Eject should eject the CD-ROM drive tray

2009-01-16 Thread Sebastien Bacher
** Changed in: gnome-mount (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Sebastien Bacher (seb128)

** Tags added: pet-bug

** Changed in: gnome-mount (Ubuntu)
 Assignee: Sebastien Bacher (seb128) = (unassigned)

** Changed in: gnome-mount (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

** Tags removed: pet-bug

** Tags added: pet-bug

-- 
Eject should eject the CD-ROM drive tray
https://bugs.launchpad.net/bugs/203574
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 305428] Re: evolution-data-server eats memory like crazy

2009-01-16 Thread Sebastien Bacher
the intrepid version has its storage backend rewrite to use sqlite, the
code changed a lot and backport changes is not really an option,
updating wouldn't be better since the new code has still lot of issues
that need to be worked

-- 
evolution-data-server eats memory like crazy
https://bugs.launchpad.net/bugs/305428
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 315922] Re: 2.6.27-11 makes brightness not work

2009-01-16 Thread Alexander Kraev
i have upgraded the 2.6.27-11-generic today and now the screen
brightness control works fine.

-- 
2.6.27-11 makes brightness not work
https://bugs.launchpad.net/bugs/315922
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 288494] Re: the youtube code needs to be updated

2009-01-16 Thread Sebastien Bacher
I've been looking at this change for hardy but it's not trivial, the
code changed quite a lot between hardy and intrepid and the patch which
has been used in intrepid doesn't apply to the hardy version, the
updated version which is available in this bug doesn't only change the
url used but also has changes to uses the api urls which seems to be a
different issue and it's not clear if those are required

-- 
the youtube code needs to be updated
https://bugs.launchpad.net/bugs/288494
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317828] [NEW] Can't set order of programs in session preferences

2009-01-16 Thread terzag
Public bug reported:

Binary package hint: gnome-session

Using Ubuntu 8.10 Intrepid Ibex, up to date as of today, with Gnome
desktop. gnome-session package is version 2.24.1-0ubuntu1.

In the session preferences, I can't set an order for launching programs
at startup. I only have a list of programs (sorted in alphabetical
order) with no specific options.

It seems that there was an order column in the current session tab
in Hardy. In Intrepid I have no current session tab, only startup
programs and options.

Looks like a regression to me. or maybe the startup programs
order/priority is set somewhere else ?

I'm not sure this is the same bug as #32194 (wishlist for such an
option) as the option seems to have been added sometime before Hardy.

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Can't set order of programs in session preferences
https://bugs.launchpad.net/bugs/317828
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 317830] [NEW] USB problem

2009-01-16 Thread wordsmyth
Public bug reported:

Binary package hint: yelp

I'm using Ubuntu 8.4 with latest updates and have just added a USB drive
to my hub. An icon for the USB appears on my desktopand each time I
either put my laptop on hibernate or standby, when I reactivate I find a
SECOND USB icon on my desktop and a duplicate  listing on the FILE MENU
- only one of the icons and one of the file listings gives access to the
files on the USB. And each time I hiberante ANOTHER ICON APPEARS ON MY
DESKTOP!  I can't delete or unmount the extra icons, so what is going on
and how can it be fixed? Am sorely puzzled...

ProblemType: Bug
Architecture: i386
Date: Fri Jan 16 21:47:13 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: ath_hal
Package: yelp 2.22.1-0ubuntu2.8.04.3
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
USB problem
https://bugs.launchpad.net/bugs/317830
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 317830] Re: USB problem

2009-01-16 Thread wordsmyth

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21261288/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21261289/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21261290/ProcStatus.txt

-- 
USB problem
https://bugs.launchpad.net/bugs/317830
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


Re: [Bug 315922] Re: 2.6.27-11 makes brightness not work

2009-01-16 Thread Nicolò Chieffo
I don't have intrepid anymore, but foru sure jaunty does not work.

-- 
2.6.27-11 makes brightness not work
https://bugs.launchpad.net/bugs/315922
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 312499] Re: gnome-power-manager makes X eat up all cpu

2009-01-16 Thread Mehdi Abaakouk
I have the same the problem with a DELL D630, jaunty 64bit update to
date

I have see that in my Xorg.0.log:
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline 1280x800x0.0   71.40  1280 1328 1360 1445  800 803 
809 823 -hsync -vsync (49.4 kHz)
(II) intel(0): EDID vendor CMO, prod id 5158
(II) intel(0): EDID vendor CMO, prod id 5158

This message is repeatly many many times, until i kill g-p-m

-- 
gnome-power-manager makes X eat up all cpu
https://bugs.launchpad.net/bugs/312499
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 317834] [NEW] random duplicate folders created in ubuntu 8.04

2009-01-16 Thread Dr JD Wallach
Public bug reported:

Binary package hint: libnautilus-extension-dev

This is the situation:
folder A has several sub folders (say A1, A2, A3, ...Ai,...,An).
Each of the set of sub folders Ai has a set of  m1, m2, m3, ..,mi,.., mn files 
respectively.
Now when working on any one of the mi set of files and and going back to se Ai 
folder I noticed that
Hardy Heron (Ubuntu 8.04) randomly creates an empty duplicate of folder Ai that 
was just worked on. 
I searched the forums to see if there are any entries on this subject but with 
no luck.
Thanks
Dr JD Wallach
walla...@operamail.com

ProblemType: Bug
Architecture: i386
Date: Fri Jan 16 00:58:39 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: fglrx
Package: yelp 2.22.1-0ubuntu2.8.04.3
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
random duplicate folders created in ubuntu 8.04
https://bugs.launchpad.net/bugs/317834
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 317834] Re: random duplicate folders created in ubuntu 8.04

2009-01-16 Thread Dr JD Wallach

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21261615/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21261616/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21261617/ProcStatus.txt

-- 
random duplicate folders created in ubuntu 8.04
https://bugs.launchpad.net/bugs/317834
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 224824] Re: Help button in Keyboard layout options is non-functional

2009-01-16 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: New = Confirmed

-- 
Help button in Keyboard layout options is non-functional
https://bugs.launchpad.net/bugs/224824
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 317834] Re: random duplicate folders created in ubuntu 8.04

2009-01-16 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Also, please answer these questions:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will greatly aid us in tracking down your problem and resolving
this bug.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
random duplicate folders created in ubuntu 8.04
https://bugs.launchpad.net/bugs/317834
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 316877] Re: Nautilus freezes completely when accessing large exterior hard drive (500Gb)

2009-01-16 Thread Greya
That's what I did, bt succeeded only on the second nautilus process running 
(the first one remained freezed forever). 
I can't type thread apply bt cause when I attach gdb to the first nautilus 
process when I have it hanging - it doesn't show the expected behavior - after 
I type at (gdb) attach  (process no.) it starts but stops at the line 
like [New Thread 0xb6ad1930 (LWP 8125)] and never continues, it doesn't act as 
expected and doesn't end up by (gdb) for I can type thread apply bt. When I 
start another nautilus process and attach gdb to it - it acts as extected and 
ends by (gdb) line and I type thread apply bt.

-- 
Nautilus freezes completely when accessing large exterior hard drive (500Gb)
https://bugs.launchpad.net/bugs/316877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317305] Re: epiphany-webkit uses gecko backend

2009-01-16 Thread Jouni Mettala
** Changed in: epiphany-browser (Ubuntu)
   Status: New = Confirmed

-- 
epiphany-webkit uses gecko backend
https://bugs.launchpad.net/bugs/317305
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 317845] [NEW] cannot COPY from SUBJ and PASTE in SEARCH

2009-01-16 Thread Herman-in-PHL
Public bug reported:

Binary package hint: evolution

In Evolution to get all msgs with same subject, I use the little SEARCH window.
 I get the text from the displayed msg. (COPY)
 I paste it in the little SEARCH window  (PASTE)

I used to do it that way.
 It no longer works.

I use
Ubuntu 8.10 - the Intrepid Ibex - released in October 2008. 64-bit version.
 All available upgrades installed.
Evolution: Evolution 2.24.2

Thanks for a GREAT job !
Herman in Philippines (retired).

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evolution
Package: evolution 2.24.2-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_PH.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-9-generic x86_64

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


** Tags: apport-bug

-- 
cannot COPY from SUBJ and PASTE in SEARCH
https://bugs.launchpad.net/bugs/317845
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 317845] Re: cannot COPY from SUBJ and PASTE in SEARCH

2009-01-16 Thread Herman-in-PHL

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21262292/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21262293/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21262294/ProcStatus.txt

-- 
cannot COPY from SUBJ and PASTE in SEARCH
https://bugs.launchpad.net/bugs/317845
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 317845] Re: cannot COPY from SUBJ and PASTE in SEARCH

2009-01-16 Thread Pedro Villavicencio
could you take an screenshot of that search window?

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
cannot COPY from SUBJ and PASTE in SEARCH
https://bugs.launchpad.net/bugs/317845
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317819] [NEW] Evolution shows false unread messages in folder

2009-01-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I use two filters: one marks every incoming mail as read, an other moves some 
mails to trash. The preferenty order is set fine.
The left side, where the folders are, the Trash is bold and shows, that there 
are unread messages, but when I click on it and try to find them, every mails 
are marked read. This is a new bug, never happend it before.
Evolution 2.24.3, see attached file.

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

-- 
Evolution shows false unread messages in folder 
https://bugs.edge.launchpad.net/bugs/317819
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 317804] [NEW] Long time (5min) opening xml file(294kB) with gedit

2009-01-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've installed 8.04, and kept it updated. I've a lot of trouble, one or
two each day.

Today the problem is that when opening an xml file of size 294kB with
gedit it takes 5min.

The file is in attachment.

Many thanks

Best regards

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

-- 
Long time (5min) opening xml file(294kB) with gedit
https://bugs.edge.launchpad.net/bugs/317804
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 317819] Re: Evolution shows false unread messages in folder

2009-01-16 Thread Martin Meredith
** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution

-- 
Evolution shows false unread messages in folder 
https://bugs.launchpad.net/bugs/317819
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 317804] Re: Long time (5min) opening xml file(294kB) with gedit

2009-01-16 Thread Martin Meredith
** Changed in: gedit (Ubuntu)
Sourcepackagename: None = gedit

-- 
Long time (5min) opening xml file(294kB) with gedit
https://bugs.launchpad.net/bugs/317804
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 316947] Re: URL-links including ampersands listed in evolution mails are not rendered correctly

2009-01-16 Thread Pedro Villavicencio
sounds like a gtkhtml issue and similar to bug 257567

** Changed in: gtkhtml3.14 (Ubuntu)
Sourcepackagename: evolution = gtkhtml3.14

-- 
URL-links including ampersands listed in evolution mails are not rendered 
correctly
https://bugs.launchpad.net/bugs/316947
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtkhtml3.14 in ubuntu.

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


[Bug 316145] Re: laptop panel brightness broke after recent update

2009-01-16 Thread Jerry
Finally after today's updates, the brightness applet works again for me. 
I think the updates came from intrepid-proposed.
Can the rest of you confirm this?

-- 
laptop panel brightness broke after recent update
https://bugs.launchpad.net/bugs/316145
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 257567] Re: [Hardy] Evolution badly displays URL with ampersand

2009-01-16 Thread Pedro Villavicencio
** Also affects: gtkhtml
   Importance: Undecided
   Status: New

-- 
[Hardy] Evolution badly displays URL with ampersand
https://bugs.launchpad.net/bugs/257567
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317849] [NEW] Evolution open url changes window size browser

2009-01-16 Thread drieteenmeeuw
Public bug reported:

Binary package hint: evolution

When clicking on an url/link in a mail message in Evolution, so as to
open the link in a Firefox tab, it causes the Firefox window to become
vertically smaller (too small for my taste). This only happens with
compiz enabled.

Using up-to-date Ubuntu 8.10, Evolution 2.24.2-0ubuntu1, Firefox 3.0.5
+nobinonly-0ubuntu0.8.10.1, compiz 1:0.7.8-0ubuntu4.1, on a laptop with
external monitor (not using the laptop monitor).

Workaround: in System  Preferences  Preferred Applications  Internet,
select Firefox as browser.

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

-- 
Evolution open url changes window size browser
https://bugs.launchpad.net/bugs/317849
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 317845] Re: cannot COPY from SUBJ and PASTE in SEARCH

2009-01-16 Thread Herman-in-PHL
here is the screenshot

** Attachment added: 090116-bug-rprt
   http://launchpadlibrarian.net/21263059/090116-bug-rprt

-- 
cannot COPY from SUBJ and PASTE in SEARCH
https://bugs.launchpad.net/bugs/317845
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317830] Re: USB problem

2009-01-16 Thread Peter Antoniac
** Tags added: likely-dup needs-upstream-report

-- 
USB problem
https://bugs.launchpad.net/bugs/317830
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 317855] [NEW] Shut Down the Computer-window spawns behind active window

2009-01-16 Thread Jakob Unterwurzacher
Public bug reported:

This is on Intrepid(+proposed) with compiz.

Steps to reproduce:
1) Start gnome-terminal (seems to work with any application)
2) Click *into* it (not the titlebar or the borders)
3) Press the Shut down the computer button on your panel (or select it from 
some menu)
4) See the Shut Down the Computer-window spawn behind gnome-terminal (but in 
front of any other window) and blink in the taskbar
5) Once you raise it to the front, it stays on top no matter what

Problem:
It should spawn in front of any window from the beginning.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Shut Down the Computer-window spawns behind active window
https://bugs.launchpad.net/bugs/317855
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 317347] Re: Deep directory structures cause too many confirm dialogs

2009-01-16 Thread Pedro Villavicencio
Thanks for your report, could you run brasero from the command line as:
brasero --debug  brasero-debug.txt perform the operation to reproduce
the bug and attach the resulting file to the report?. Thanks in advance

** Changed in: brasero (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
Deep directory structures cause too many confirm dialogs
https://bugs.launchpad.net/bugs/317347
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 315236] Re: gnome-volume-control fails

2009-01-16 Thread Lifyre
As Andrew suggested I used killall gnome-volume-control

After that I can use gnome-volume-control to start it again.

I'm going to wipe and reload with Alpha 3 (coming today I believe) this
weekend.  I'll report back on the status then.

-- 
gnome-volume-control fails
https://bugs.launchpad.net/bugs/315236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 315497] Re: Crashes because of PDF when local preview is enabled

2009-01-16 Thread Pedro Villavicencio
I cannot reproduce this in Jaunty, could you try there as well? thanks.

** Changed in: evince (Ubuntu)
   Importance: Low = Medium
   Status: New = Incomplete

-- 
Crashes because of PDF when local preview is enabled
https://bugs.launchpad.net/bugs/315497
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 316850] Re: cant install new codec video format

2009-01-16 Thread Pedro Villavicencio
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs.

** Changed in: file-roller (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/file-roller/+question/57684

-- 
cant install new codec video format
https://bugs.launchpad.net/bugs/316850
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 313224] Re: cannot see events created by other clients when using CalDAV

2009-01-16 Thread Pedro Villavicencio
Thanks for the report, could you send this upstream to
bugzilla.gnome.org since you're getting the issue? for forwarding
instructions please have a look to
http://wiki.ubuntu.com/Bugs/Upstream/GNOME ; thanks in advance.

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
cannot see events created by other clients when using CalDAV
https://bugs.launchpad.net/bugs/313224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317464] Re: file-roller does not extract files/ folders depending on last-used state of Re-create folders checkbox

2009-01-16 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 317463 ***
https://bugs.launchpad.net/bugs/317463

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

** Changed in: file-roller (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 317463
   file roller does not extract files/ folders depending on last-used state of 
Re-create folders checkbox

-- 
file-roller does not extract files/ folders depending on last-used state of 
Re-create folders checkbox
https://bugs.launchpad.net/bugs/317464
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 317855] Re: Shut Down the Computer-window spawns behind active window

2009-01-16 Thread Peter Antoniac
** Tags added: needs-upstream-report

-- 
Shut Down the Computer-window spawns behind active window
https://bugs.launchpad.net/bugs/317855
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 317464] Re: file-roller does not extract files/ folders depending on last-used state of Re-create folders checkbox

2009-01-16 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 310543 ***
https://bugs.launchpad.net/bugs/310543

** This bug is no longer a duplicate of bug 317463
   file roller does not extract files/ folders depending on last-used state of 
Re-create folders checkbox

** This bug has been marked a duplicate of bug 310543
   selecting 'extract' in the file dialog does not respond when 'selected 
files' is selected

-- 
file-roller does not extract files/ folders depending on last-used state of 
Re-create folders checkbox
https://bugs.launchpad.net/bugs/317464
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 317463] Re: file roller does not extract files/ folders depending on last-used state of Re-create folders checkbox

2009-01-16 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 310543 ***
https://bugs.launchpad.net/bugs/310543

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

** Changed in: file-roller (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Changed in: file-roller (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 310543
   selecting 'extract' in the file dialog does not respond when 'selected 
files' is selected

-- 
file roller does not extract files/ folders depending on last-used state of 
Re-create folders checkbox
https://bugs.launchpad.net/bugs/317463
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 314224] Re: file-roller doesn't ask for Password extracting 7z protected files

2009-01-16 Thread Pedro Villavicencio
works fine for me as well in jaunty, marking this as fixed, thanks.

** Changed in: file-roller (Ubuntu)
   Status: Confirmed = Fix Released

-- 
file-roller doesn't ask for Password extracting 7z protected files
https://bugs.launchpad.net/bugs/314224
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in ubuntu.

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


[Bug 317753] Re: gnome-settings-daemon crashes when laptop docked or undocked

2009-01-16 Thread Andres Freund
Do you happen to have a external monitor attached?

Does perhaps dmesg show gnome-settings-daemon crashing? (Happens here,
and also not easily catcheable by gdb)

-- 
gnome-settings-daemon crashes when laptop docked or undocked
https://bugs.launchpad.net/bugs/317753
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 317360] Re: sound settings is labeled Volume Control ... in gnome-volume-control-applet

2009-01-16 Thread Pedro Villavicencio
Maybe be labeled as Sound Preferences just as the window the button
point you. will look upstream.

** Changed in: gnome-media (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Applet Volume Control... button could use a more descriptive label
https://bugs.launchpad.net/bugs/317360
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317292] Re: New Volume Control in Jaunty should have an option to enable/disable analogue surround and digital audio (IEC958/SPDIF)

2009-01-16 Thread Pedro Villavicencio
** Changed in: gnome-media (Ubuntu)
   Importance: Undecided = Wishlist

-- 
New Volume Control in Jaunty should have an option to enable/disable analogue 
surround and digital audio (IEC958/SPDIF)
https://bugs.launchpad.net/bugs/317292
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-media in ubuntu.

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


[Bug 317267] Re: Sound server will not connect.

2009-01-16 Thread Pedro Villavicencio
Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but it would make more sense to raise problems you are
having in the support tracker at https://answers.launchpad.net/ubuntu if
you are uncertain if they are bugs. For help on reporting bugs, see
https://help.ubuntu.com/community/ReportingBugs.

** Changed in: gnome-media (Ubuntu)
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+source/gnome-media/+question/57686

-- 
Sound server will not connect.
https://bugs.launchpad.net/bugs/317267
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-media in ubuntu.

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


[Bug 316885] Re: gnome volume control applet freezes when i try to close it

2009-01-16 Thread Pedro Villavicencio
setting to incomplete, waiting for the info asked by Ara.

** Changed in: gnome-media (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
gnome volume control applet freezes when i try to close it
https://bugs.launchpad.net/bugs/316885
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 136702] Re: nautilus 'replace file' dialog box could give more information

2009-01-16 Thread Volodya
I would also like to have an option to actually open the files, i'd
suggest having an icon for target and destination files, with the
tooltip with the information (alternatively information about files can
be just written somewhere near the icon).

-- 
nautilus 'replace file' dialog box could give more information
https://bugs.launchpad.net/bugs/136702
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317557] Re: don't allow search in unmounted devices

2009-01-16 Thread Pedro Villavicencio
Thank you for taking the time to make Ubuntu better. Since what you
submitted is not really a bug, or a problem, but rather an idea to
improve Ubuntu, you are invited to post your idea in Ubuntu Brainstorm
at https://brainstorm.ubuntu.com/ where it can be discussed, voted by
the community and reviewed by developers. Thanks for taking the time to
share your opinion!

** Changed in: gnome-utils (Ubuntu)
   Status: New = Invalid

-- 
don't allow search in unmounted devices
https://bugs.launchpad.net/bugs/317557
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 317360] Re: Applet Volume Control... button could use a more descriptive label

2009-01-16 Thread Pedro Villavicencio
Thanks for your bug report. This bug has been reported to the developers
of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=567978

** Summary changed:

- sound settings is labeled Volume Control ... in 
gnome-volume-control-applet
+ Applet Volume Control... button could use a more descriptive label

** Changed in: gnome-media (Ubuntu)
   Status: New = Triaged

** Also affects: gnome-media via
   http://bugzilla.gnome.org/show_bug.cgi?id=567978
   Importance: Unknown
   Status: Unknown

-- 
Applet Volume Control... button could use a more descriptive label
https://bugs.launchpad.net/bugs/317360
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317569] Re: Displaying a directory of PDFs, zoom does not work as expected

2009-01-16 Thread Sebastien Bacher
not sure that's a nautilus bug, images are correctly displayed for
example

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = New

-- 
Displaying a directory of PDFs, zoom does not work as expected
https://bugs.launchpad.net/bugs/317569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317569] Re: Displaying a directory of PDFs, zoom does not work as expected

2009-01-16 Thread NickSpencer
* Is this reproducible?
Yes

 * If so, what specific steps should we take to recreate this bug?
Goto a directory of PDFs, scroll mouse wheel to zoom in and behold the 
misbehaviour of nautilus 

 * Could you add a screenshot showing the issue?
No problem

** Attachment added: Screeny of nautilus naughtiness
   http://launchpadlibrarian.net/21265014/Screenshot.png

-- 
Displaying a directory of PDFs, zoom does not work as expected
https://bugs.launchpad.net/bugs/317569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 305818] Re: package gnome-games-data 1:2.24.1.1-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 250

2009-01-16 Thread John L
Below is copy of Output from Terminal after running
sudo apt-get upgrade.
Note of ten updates after running below only 
three left the problem ones i guess.
Ubuntu and Firefox getting more glitch W98 like but without the
Blue Screen.Firefox closes down spontaneously when java page open
and Google or Yahoo open.
Mouse freezes needing hard restart.Wave files stutter.
But this version does correctly see ,my moniter. 


jo...@john4:~$ run sudo apt-get upgrade
bash: run: command not found
jo...@john4:~$ sudo apt-get upgrade
[sudo] password for john4: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  acpi-support cups cups-bsd cups-client cups-common gnome-games gnome-panel
  libcups2 libcupsimage2 linux-image-2.6.27-7-generic
10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3717kB/28.6MB of archives.
After this operation, 28.7kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://im.archive.ubuntu.com intrepid-updates/main acpi-support 
0.114-0intrepid2 [42.4kB]
Get:2 http://im.archive.ubuntu.com intrepid-updates/main libcups2 
1.3.9-2ubuntu6.1 [170kB]
Get:3 http://im.archive.ubuntu.com intrepid-updates/main libcupsimage2 
1.3.9-2ubuntu6.1 [51.8kB]
Get:4 http://im.archive.ubuntu.com intrepid-updates/main cups-common 
1.3.9-2ubuntu6.1 [1162kB]
Get:5 http://im.archive.ubuntu.com intrepid-updates/main cups 1.3.9-2ubuntu6.1 
[2139kB]
Get:6 http://im.archive.ubuntu.com intrepid-updates/main cups-bsd 
1.3.9-2ubuntu6.1 [36.2kB]
Get:7 http://im.archive.ubuntu.com intrepid-updates/main cups-client 
1.3.9-2ubuntu6.1 [115kB]
Fetched 3717kB in 7s (480kB/s) 
Preconfiguring packages ...
(Reading database ... 127154 files and directories currently installed.)
Preparing to replace linux-image-2.6.27-7-generic 2.6.27-7.14 (using 
.../linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb) ...
Done.
Unpacking replacement linux-image-2.6.27-7-generic ...
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: error processing 
/var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb 
(--unpack):
 short read in buffer_copy (backend dpkg-deb during 
`./lib/modules/2.6.27-7-generic/kernel/fs/ocfs2/ocfs2_stack_user.ko')
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.27-9-generic
Found kernel: /boot/vmlinuz-2.6.27-7-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

Preparing to replace acpi-support 0.114 (using 
.../acpi-support_0.114-0intrepid2_i386.deb) ...
 * Disabling power management... [ OK ] 
Unpacking replacement acpi-support ...
Preparing to replace libcups2 1.3.9-2ubuntu6 (using 
.../libcups2_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement libcups2 ...
Preparing to replace libcupsimage2 1.3.9-2ubuntu6 (using 
.../libcupsimage2_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement libcupsimage2 ...
Preparing to replace cups-common 1.3.9-2ubuntu6 (using 
.../cups-common_1.3.9-2ubuntu6.1_all.deb) ...
Unpacking replacement cups-common ...
Preparing to replace cups 1.3.9-2ubuntu6 (using 
.../cups_1.3.9-2ubuntu6.1_i386.deb) ...
 * Stopping Common Unix Printing System: cupsd   [ OK ] 
Unpacking replacement cups ...
Preparing to replace cups-bsd 1.3.9-2ubuntu6 (using 
.../cups-bsd_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement cups-bsd ...
Preparing to replace cups-client 1.3.9-2ubuntu6 (using 
.../cups-client_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement cups-client ...
Preparing to replace gnome-games 1:2.24.1-0ubuntu2 (using 
.../gnome-games_1%3a2.24.1.1-0ubuntu1_i386.deb) ...
Unpacking replacement gnome-games ...
dpkg: error processing 
/var/cache/apt/archives/gnome-games_1%3a2.24.1.1-0ubuntu1_i386.deb (--unpack):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace gnome-panel 1:2.24.1-0ubuntu2 (using 
.../gnome-panel_1%3a2.24.1-0ubuntu2.1_i386.deb) ...
Unpacking replacement gnome-panel ...
dpkg: error processing 
/var/cache/apt/archives/gnome-panel_1%3a2.24.1-0ubuntu2.1_i386.deb (--unpack):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
/usr/bin/mandb: only 8 fields in content
/usr/bin/mandb: index cache /var/cache/man/6463 corrupt
Processing triggers for doc-base ...
Processing 1 changed doc-base file(s)...
Registering documents with scrollkeeper...
Processing triggers for ufw ...
Errors were encountered while processing:
 

[Bug 317828] Re: Can't set order of programs in session preferences

2009-01-16 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 32194 ***
https://bugs.launchpad.net/bugs/32194

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

** Changed in: gnome-session (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 32194
   no way to set order of startup programs

-- 
Can't set order of programs in session preferences
https://bugs.launchpad.net/bugs/317828
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


[Bug 317804] Re: Long time (5min) opening xml file(294kB) with gedit

2009-01-16 Thread Pedro Villavicencio
thanks for the report, confirming it takes a while to load, it's
probably a gtksourceview issue, will look upstream, thanks in advance.

** Changed in: gedit (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Confirmed

** Also affects: gedit
   Importance: Undecided
   Status: New

-- 
Long time (5min) opening xml file(294kB) with gedit
https://bugs.launchpad.net/bugs/317804
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 305818] Re: package gnome-games-data 1:2.24.1.1-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 250

2009-01-16 Thread John L
Sending this again as my reply came straight back to me

--- On Fri, 16/1/09, John L ja...@yahoo.co.uk wrote:
From: John L ja...@yahoo.co.uk
Subject: Re: [Bug 305818] Re: package gnome-games-data 1:2.24.1.1-0ubuntu1 
failed to install/upgrade: subprocess post-installation script returned error 
exit status 250
To: ja...@yahoo.co.uk
Date: Friday, 16 January, 2009, 2:18 PM

Below is copy of Output from Terminal after running
sudo apt-get upgrade.
Note of ten updates after running below only 
three left the problem ones i guess.
Ubuntu and Firefox getting more glitch W98 like but without the
Blue Screen.Firefox closes down spontaneously when java page open
and Google or Yahoo open.
Mouse freezes needing hard restart.Wave files stutter.
But this version does correctly see ,my moniter. 


jo...@john4:~$ run sudo apt-get upgrade
bash: run: command not found
jo...@john4:~$ sudo apt-get upgrade
[sudo] password for john4: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  acpi-support cups cups-bsd cups-client cups-common gnome-games gnome-panel
  libcups2 libcupsimage2 linux-image-2.6.27-7-generic
10 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3717kB/28.6MB of archives.
After this operation, 28.7kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://im.archive.ubuntu.com intrepid-updates/main acpi-support
0.114-0intrepid2 [42.4kB]
Get:2 http://im.archive.ubuntu.com intrepid-updates/main libcups2
1.3.9-2ubuntu6.1 [170kB]
Get:3 http://im.archive.ubuntu.com intrepid-updates/main libcupsimage2
1.3.9-2ubuntu6.1 [51.8kB]
Get:4 http://im.archive.ubuntu.com intrepid-updates/main cups-common
1.3.9-2ubuntu6.1 [1162kB]
Get:5 http://im.archive.ubuntu.com intrepid-updates/main cups 1.3.9-2ubuntu6.1
[2139kB]
Get:6 http://im.archive.ubuntu.com intrepid-updates/main cups-bsd
1.3.9-2ubuntu6.1 [36.2kB]
Get:7 http://im.archive.ubuntu.com intrepid-updates/main cups-client
1.3.9-2ubuntu6.1 [115kB]
Fetched 3717kB in 7s
(480kB/s)

Preconfiguring packages ...
(Reading database ... 127154 files and directories currently installed.)
Preparing to replace linux-image-2.6.27-7-generic 2.6.27-7.14 (using
.../linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb) ...
Done.
Unpacking replacement linux-image-2.6.27-7-generic ...
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: error processing
/var/cache/apt/archives/linux-image-2.6.27-7-generic_2.6.27-7.16_i386.deb
(--unpack):
 short read in buffer_copy (backend dpkg-deb during
`./lib/modules/2.6.27-7-generic/kernel/fs/ocfs2/ocfs2_stack_user.ko')
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.27-9-generic
Found kernel: /boot/vmlinuz-2.6.27-7-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

Preparing to replace acpi-support 0.114 (using
.../acpi-support_0.114-0intrepid2_i386.deb) ...
 * Disabling power
management...
[ OK ] 
Unpacking replacement acpi-support ...
Preparing to replace libcups2 1.3.9-2ubuntu6 (using
.../libcups2_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement libcups2 ...
Preparing to replace libcupsimage2 1.3.9-2ubuntu6 (using
.../libcupsimage2_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement libcupsimage2 ...
Preparing to replace cups-common 1.3.9-2ubuntu6 (using
.../cups-common_1.3.9-2ubuntu6.1_all.deb) ...
Unpacking replacement cups-common ...
Preparing to replace cups 1.3.9-2ubuntu6 (using
.../cups_1.3.9-2ubuntu6.1_i386.deb) ...
 * Stopping Common Unix Printing System:
cupsd   [ OK ] 
Unpacking replacement cups ...
Preparing to replace cups-bsd 1.3.9-2ubuntu6 (using
.../cups-bsd_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement cups-bsd ...
Preparing to replace cups-client 1.3.9-2ubuntu6 (using
.../cups-client_1.3.9-2ubuntu6.1_i386.deb) ...
Unpacking replacement cups-client ...
Preparing to replace gnome-games 1:2.24.1-0ubuntu2 (using
.../gnome-games_1%3a2.24.1.1-0ubuntu1_i386.deb) ...
Unpacking replacement gnome-games ...
dpkg: error processing
/var/cache/apt/archives/gnome-games_1%3a2.24.1.1-0ubuntu1_i386.deb (--unpack):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace gnome-panel 1:2.24.1-0ubuntu2 (using
.../gnome-panel_1%3a2.24.1-0ubuntu2.1_i386.deb) ...
Unpacking replacement gnome-panel ...
dpkg: error processing
/var/cache/apt/archives/gnome-panel_1%3a2.24.1-0ubuntu2.1_i386.deb (--unpack):
 corrupted filesystem tarfile - corrupted package archive
dpkg-deb: subprocess paste killed by signal 

[Bug 288494] Re: the youtube code needs to be updated

2009-01-16 Thread Sebastien Bacher

** Attachment added: debdiff for the hardy stable update
   http://launchpadlibrarian.net/21265958/totem.debdiff

-- 
the youtube code needs to be updated
https://bugs.launchpad.net/bugs/288494
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 288494] Re: the youtube code needs to be updated

2009-01-16 Thread Sebastien Bacher
the change seems to be working correctly on hardy so I've uploaded that
now

-- 
the youtube code needs to be updated
https://bugs.launchpad.net/bugs/288494
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317877] [NEW] Get Message that mail box is full

2009-01-16 Thread Herbert Parker
Public bug reported:

Binary package hint: evince

I have deleted all my messages and still I receive a message that Mail Box is 
full.
What could be the  problem?

Would appreciate some help.

Thanks, Herb

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.24.1-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-9-generic i686

** Affects: evince (Ubuntu)
 Importance: Low
 Status: Incomplete


** Tags: apport-bug

-- 
Get Message that mail box is full
https://bugs.launchpad.net/bugs/317877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 317877] Re: Get Message that mail box is full

2009-01-16 Thread Herbert Parker

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/21266023/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21266024/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21266025/ProcStatus.txt

-- 
Get Message that mail box is full
https://bugs.launchpad.net/bugs/317877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 317877] Re: Get Message that mail box is full

2009-01-16 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately we can't fix it, because your description didn't include 
enough information. You may find it helpful to read How to report bugs 
effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be 
grateful if you would then provide a more complete description of the problem. 
 We have instructions on debugging some types of problems. 
http://wiki.ubuntu.com/DebuggingProcedures
At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low
   Status: New = Incomplete

-- 
Get Message that mail box is full
https://bugs.launchpad.net/bugs/317877
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 317849] Re: Evolution open url changes window size browser

2009-01-16 Thread Pedro Villavicencio
thanks for the report, i cannot reproduce this , do you get the same
behavior without compiz enabled (using metacity) ?

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
Evolution open url changes window size browser
https://bugs.launchpad.net/bugs/317849
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317855] Re: Shut Down the Computer-window spawns behind active window

2009-01-16 Thread Pedro Villavicencio
** Tags removed: needs-upstream-report

-- 
Shut Down the Computer-window spawns behind active window
https://bugs.launchpad.net/bugs/317855
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 317830] Re: USB problem

2009-01-16 Thread Pedro Villavicencio
** Tags removed: needs-upstream-report

-- 
USB problem
https://bugs.launchpad.net/bugs/317830
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 317557] Re: don't allow search in unmounted devices

2009-01-16 Thread Pavol Klačanský
ok, i have submited it ( http://brainstorm.ubuntu.com/idea/17373/ )

-- 
don't allow search in unmounted devices
https://bugs.launchpad.net/bugs/317557
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 296701] Re: evince crashes on .ps file

2009-01-16 Thread Pedro Villavicencio
** Tags removed: needs-upstream-report

-- 
evince crashes on .ps file
https://bugs.launchpad.net/bugs/296701
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 32194] Re: no way to set order of startup programs

2009-01-16 Thread terzag
I'm using Intrepid (with Gnome) and looking for a way to set priorities / order 
for the programs started at the beginning of the session.
It seems the option existed before Dapper, was dropped for some reason and 
reappeared later (I've been told there's an order column in the session 
preferences of Hardy).

Why has this functionnality been dropped (once more ?) and is it planned
to be back some day ? Or is there some other way in Intrepid to set an
order for programs started at the beginning of the session ?

The problem still exists in current Jaunty alpha but I guess it's normal
as it still has mainly the same Gnome applications than Intrepid.

-- 
no way to set order of startup programs
https://bugs.launchpad.net/bugs/32194
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 317890] [NEW] deskbar-applet in ubuntustudio corruptable caused massive data loss

2009-01-16 Thread Susan Cragin
Public bug reported:

Binary package hint: deskbar-applet

I have loaded Ubuntu Studio Jaunty twice in the last 4 days. 
Both times, the deskbar applet misbehaved in a way that caused me to lose most 
of the information on my home directory. 
I clicked the ubuntu icon in the corner to access the drop-down menu, and 
suddenly almost everything deleted in my home folder. 
I emptied the wastebasket -- and my home folder deleted again!
Not everything deleted... a few folders with names that started with text 
instead of numbers stayed. But any system-created folder, like Documents or 
Pictures, came up empty. 
I would say this bug is critical.

** Affects: deskbar-applet (Ubuntu)
 Importance: Undecided
 Status: New

-- 
deskbar-applet in ubuntustudio corruptable caused massive data loss
https://bugs.launchpad.net/bugs/317890
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to deskbar-applet in ubuntu.

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


[Bug 317889] [NEW] gimp 2.6 file name change require second click on save button

2009-01-16 Thread Dragomir Minkovski
Public bug reported:

When saving the file with Save as dialog in gimp 2.6 in Ubuntu 8.10, and 
change the name of the file, the dialog for choosing the image quality (jpeg) 
appears after second click. In gimp 2.4 (Hardy) it appears in single click on 
the Save button.
Way to reproduce:
1. open image in gimp, make a little change to it
2. open Save as dialog
3. type new, or change the name somehow
4. you need to click once, no matter where on the desktop, and second time on 
the Save button for dialog to work
4a. you need to press Enter just once for the next step.

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

-- 
gimp 2.6 file name change require second click on save button
https://bugs.launchpad.net/bugs/317889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 317889] Re: gimp 2.6 file name change require second click on save button

2009-01-16 Thread Dragomir Minkovski

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/21266500/Screenshot.png

-- 
gimp 2.6 file name change require second click on save button
https://bugs.launchpad.net/bugs/317889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 317360] Re: Applet Volume Control... button could use a more descriptive label

2009-01-16 Thread Bug Watch Updater
** Changed in: gnome-media
   Status: Unknown = New

-- 
Applet Volume Control... button could use a more descriptive label
https://bugs.launchpad.net/bugs/317360
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 310869] Re: Panels not loading after quick shutdown

2009-01-16 Thread Martin Mai
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = Invalid

-- 
Panels not loading after quick shutdown
https://bugs.launchpad.net/bugs/310869
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 317890] Re: deskbar-applet in ubuntustudio corruptable caused massive data loss

2009-01-16 Thread Chris Coulson
Hi, you reported this against deskbar-applet, but your description
doesn't seem to involve the deskbar-applet at all (just the panel).
Anyway, I can't recreate this, so please could you answer these
questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Changed in: deskbar-applet (Ubuntu)
   Status: New = Incomplete

-- 
deskbar-applet in ubuntustudio corruptable caused massive data loss
https://bugs.launchpad.net/bugs/317890
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to deskbar-applet in ubuntu.

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


[Bug 311042] Re: gnome-panel freezes when ${HOME} hangs

2009-01-16 Thread Martin Mai
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = Invalid

-- 
gnome-panel freezes when ${HOME} hangs
https://bugs.launchpad.net/bugs/311042
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 309366] Re: clock does not update

2009-01-16 Thread Martin Mai
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = Invalid

-- 
clock does not update
https://bugs.launchpad.net/bugs/309366
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 257831] Re: gnome desktop fails to start in 8.04

2009-01-16 Thread Martin Mai
We were wondering if this is still an issue for you. Can you try with
the latest Ubuntu release? Thanks in advance.

-- 
gnome desktop fails to start in 8.04
https://bugs.launchpad.net/bugs/257831
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

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


  1   2   3   >