[Bug 176586] Re: [nautilus] confusion between XQuery and SVG

2009-02-16 Thread Arnaud Blouin
The problem is still here for the XQuery document on 8.10: it's said
that the document is an SVG document.

** Changed in: shared-mime-info (Ubuntu)
   Status: Incomplete = New

-- 
[nautilus] confusion between XQuery and SVG
https://bugs.launchpad.net/bugs/176586
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to shared-mime-info in ubuntu.

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


[Bug 311716] Re: The slider brightness Applet has value inverted after the last update (version 2.24.0)

2008-12-30 Thread Arnaud Blouin
I have the same problem after the update of the kernel from (2.6.27-10-generic 
to 2.6.27-11-generic).
I think it is a kernel problem since the is a lot of change is th release note 
concerning the brightness.
Which laptop do you have?
I have an asus laptop (may come from asus-acpi).

-- 
The slider brightness Applet has value inverted after the last update (version 
2.24.0)
https://bugs.launchpad.net/bugs/311716
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 311716] Re: The slider brightness Applet has value inverted after the last update (version 2.24.0)

2008-12-30 Thread Arnaud Blouin
** Changed in: linux (Ubuntu)
Sourcepackagename: gnome-power-manager = linux

** Summary changed:

- The slider brightness Applet has value inverted after the last update 
(version 2.24.0)
+ The slider brightness Applet has value inverted after the last update 
(2.6.27-11)

-- 
The slider brightness Applet has value inverted after the last update 
(2.6.27-11)
https://bugs.launchpad.net/bugs/311716
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 296364] Re: rhythmbox does not pick up gnome proxy settings

2008-11-13 Thread Arnaud Blouin
*** This bug is a duplicate of bug 278269 ***
https://bugs.launchpad.net/bugs/278269

I have the same problem on Intrepid, I do not if it worked on Hardy.

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

** This bug has been marked a duplicate of bug 278269
   Rhythmbox don't play music via proxy

-- 
rhythmbox does not pick up gnome proxy settings
https://bugs.launchpad.net/bugs/296364
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 296673] Re: Nautilus failes connecting to IOMEGA NAS Drives!

2008-11-12 Thread Arnaud Blouin
Please try to attach gdb to the process number of gvfsd-smb-brows

-- 
Nautilus failes connecting to IOMEGA NAS Drives!
https://bugs.launchpad.net/bugs/296673
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 296673] Re: Nautilus failes connecting to IOMEGA NAS Drives!

2008-11-12 Thread Arnaud Blouin
It is gdb /usr/lib/gvfs/gvfsd-smb-browse not  /usr/lib/gvfs/gvfsd !

-- 
Nautilus failes connecting to IOMEGA NAS Drives!
https://bugs.launchpad.net/bugs/296673
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 296654] Re: Evolution crashes when click to calendars

2008-11-11 Thread Arnaud Blouin
Please, can you try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages 'evolution-dbg', 'evolution-data-server-dbg' and 'gdb' and 
see here for backtrace https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace.

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

-- 
Evolution crashes when click to calendars
https://bugs.launchpad.net/bugs/296654
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 296673] Re: Nautilus failes connecting to IOMEGA NAS Drives!

2008-11-11 Thread Arnaud Blouin
Please, can you try to obtain a backtrace by following the instructions
on https://wiki.ubuntu.com/DebuggingProgramCrash and on
http://live.gnome.org/GettingTraces/Details.

Install these packages: nautilus-dbg gvfs-backends-dbgsym gvfs-dbgsym 
libgvfscommon0-dbgsym, and see here for backtrace 
https://wiki.ubuntu.com/Backtrace.
I think you have to attach gdb to the current nautilus process. See 'Already 
running programs' from  https://wiki.ubuntu.com/Backtrace

-- 
Nautilus failes connecting to IOMEGA NAS Drives!
https://bugs.launchpad.net/bugs/296673
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 296673] Re: Nautilus failes connecting to IOMEGA NAS Drives!

2008-11-11 Thread Arnaud Blouin
Maybe it is gvfsd that must be debugged.
So now you should try to attach gdb to gvfsd: 
- to know the process of gvfsd, type 'pgrep -l gvfsd' and select the process 
that correspond to gvfsd (not gvfsd-trash, or gvfsd-burn).
- run 'gdb /usr/lib/gvfs/gvfsd 21 | tee gdb-gvfs.txt'
- into gdb, run 'attach pid' , where pid is the process number
- into gdb, run 'cont'
- now, you can try to create the crash (you should not have to press ctrl-C if 
a crash occurs)

-- 
Nautilus failes connecting to IOMEGA NAS Drives!
https://bugs.launchpad.net/bugs/296673
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 296673] Re: Nautilus failes connecting to IOMEGA NAS Drives!

2008-11-11 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus failes connecting to IOMEGA NAS Drives!
https://bugs.launchpad.net/bugs/296673
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 295847] Re: Evolution Calendar opens then immediately closes before you can use it.

2008-11-09 Thread Arnaud Blouin
** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution

-- 
Evolution Calendar opens then immediately closes before you can use it.
https://bugs.launchpad.net/bugs/295847
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 295615] Re: About Me does not work if Evolution is not installed.

2008-11-09 Thread Arnaud Blouin
In fact it is not evolution but evolution-data-server (you can remove evolution 
without removing evolution-data-server)
If you reinstall evolution-data-server, does it work?

-- 
About Me does not work if Evolution is not installed.
https://bugs.launchpad.net/bugs/295615
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 295628] Re: [intrepid] gnome-sound-recorder crashes while recording from capture source

2008-11-09 Thread Arnaud Blouin
Sorry, I meant, to have some..

-- 
[intrepid] gnome-sound-recorder crashes while recording from capture source
https://bugs.launchpad.net/bugs/295628
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 295628] Re: [intrepid] gnome-sound-recorder crashes while recording from capture source

2008-11-09 Thread Arnaud Blouin
By the way, the have some of the packages I listed, you have to add some
repositories, see: https://wiki.ubuntu.com/DebuggingProgramCrash

-- 
[intrepid] gnome-sound-recorder crashes while recording from capture source
https://bugs.launchpad.net/bugs/295628
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 295801] Re: totem crashes when jess visualisation plugin is chosen

2008-11-09 Thread Arnaud Blouin
*** This bug is a duplicate of bug 183396 ***
https://bugs.launchpad.net/bugs/183396

Thank you for you report, but this problem has been already reported ;)


** This bug has been marked a duplicate of bug 183396
   totem crashed with SIGSEGV in render_blur()

-- 
totem crashes when jess visualisation plugin is chosen
https://bugs.launchpad.net/bugs/295801
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 295628] Re: [intrepid] gnome-sound-recorder crashes while recording from capture source

2008-11-09 Thread Arnaud Blouin
Thank for your report and your backtrace. Bu your backtrace does not
contain the debug information because you do not have installes these
following packages:

libpulse0-dbg libasound2-dbgsym libasound2-plugins-dbgsym gstreamer0.10
-alsa-dbgsym libgstreamer0.10-0-dbg libgtk2.0-0-dbg

Can you try to recreate a backtrace with these packages installed
please.

-- 
[intrepid] gnome-sound-recorder crashes while recording from capture source
https://bugs.launchpad.net/bugs/295628
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 295665] Re: Não consigo esvaziar a lixei ra do Evolution 2.24.1 (Ubuntu 8.10). Local: Brasil.

2008-11-09 Thread Arnaud Blouin
Please, can you translate your report in english please and set it to
'new' after that. ;)

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

-- 
Não consigo esvaziar a lixeira do Evolution 2.24.1 (Ubuntu 8.10). Local: Brasil.
https://bugs.launchpad.net/bugs/295665
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 295628] Re: [intrepid] gnome-sound-recorder crashes while recording from capture source

2008-11-09 Thread Arnaud Blouin
Ok. Can you describe the procedure that allowed you to get a crash:
which quality did you used? which driver did you used? ...

-- 
[intrepid] gnome-sound-recorder crashes while recording from capture source
https://bugs.launchpad.net/bugs/295628
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 295442] Re: Nautilus/file browser freezing at home, user and root folders

2008-11-08 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus/file browser freezing at home, user and root folders
https://bugs.launchpad.net/bugs/295442
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 292744] Re: evince crashes (in cairo?) on viewing a PostScript file

2008-11-03 Thread Arnaud Blouin
I confirm it crashes for me too on Intrepid.
evince:
  Installé : 2.24.1-0ubuntu1
  Candidat : 2.24.1-0ubuntu1

libcairo2:
  Installé : 1.8.0-0ubuntu1
  Candidat : 1.8.0-0ubuntu1


** Attachment added: gdb-evince.txt
   http://launchpadlibrarian.net/19280175/gdb-evince.txt

-- 
evince crashes (in cairo?) on viewing a PostScript file
https://bugs.launchpad.net/bugs/292744
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 293010] Re: Eye of gnome printing multiple copies bug

2008-11-03 Thread Arnaud Blouin
** Changed in: eog (Ubuntu)
Sourcepackagename: None = eog

-- 
Eye of gnome printing multiple copies bug
https://bugs.launchpad.net/bugs/293010
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to eog in ubuntu.

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


[Bug 292886] Re: Evolution Celendar error

2008-11-03 Thread Arnaud Blouin
Thank for your report but can you try to obtain a backtrace by following the 
instructions on https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages evolution-data-server-dbg, evolution-dbg, 
evolution-webcal-dbgsym,  evolution-exchange-dbg, libatk1.0-dbg and gdb and see 
here for backtrace https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace.

** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution
   Status: New = Incomplete

-- 
Evolution Celendar error
https://bugs.launchpad.net/bugs/292886
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 292744] Re: evince crashes (in cairo?) on viewing a PostScript file

2008-11-03 Thread Arnaud Blouin
** Changed in: cairo (Ubuntu)
Sourcepackagename: evince = cairo

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

-- 
evince crashes (in cairo?) on viewing a PostScript file
https://bugs.launchpad.net/bugs/292744
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 289350] Re: yelp crashed with SIGSEGV

2008-10-31 Thread Arnaud Blouin
Please, can you give more information on how the crash occured?
Can you reproduce it?
If yes, can you try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages yelp-dbgsym' and 'gdb' and see here for backtrace 
https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace and more information.

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

-- 
yelp crashed with SIGSEGV
https://bugs.launchpad.net/bugs/289350
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 291114] Re: evince crashed with SIGSEGV in TextPage::beginWord()

2008-10-30 Thread Arnaud Blouin
I confirm, it crashes for me too.
Here is a full backtrace.

** Attachment added: gdb-evince.txt
   http://launchpadlibrarian.net/19080723/gdb-evince.txt

-- 
evince crashed with SIGSEGV in TextPage::beginWord()
https://bugs.launchpad.net/bugs/291114
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 291114] Re: evince crashed with SIGSEGV in TextPage::beginWord()

2008-10-30 Thread Arnaud Blouin
It seems to be a poppler issue.
Any relation with bug 252854? It seems to be a regression.

** Changed in: poppler (Ubuntu)
Sourcepackagename: evince = poppler

** Tags removed: need-i386-retrace

-- 
evince crashed with SIGSEGV in TextPage::beginWord()
https://bugs.launchpad.net/bugs/291114
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 290267] Re: [intrepid] Xorg crashes when I lock my laptop

2008-10-29 Thread Arnaud Blouin
*** This bug is a duplicate of bug 275957 ***
https://bugs.launchpad.net/bugs/275957

** This bug has been marked a duplicate of bug 275957
   Unlock dialog never shows (gnome-screensaver-dialog crashed with SIGSEGV)

-- 
[intrepid] Xorg crashes when I lock my laptop
https://bugs.launchpad.net/bugs/290267
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu (via
bug 275957).

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


[Bug 290591] Re: Eject icon is bigger than line height in Nautilus or other icons

2008-10-29 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in nautilus.

** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Eject icon is bigger than line height in Nautilus or other icons
https://bugs.launchpad.net/bugs/290591
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 290591] Re: Eject icon is bigger than line height in Nautilus or other icons

2008-10-29 Thread Arnaud Blouin
Please can you post a screenshot.

-- 
Eject icon is bigger than line height in Nautilus or other icons
https://bugs.launchpad.net/bugs/290591
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 290647] Re: gconfd does not refresh cache when sudo-ing current user to modify setting

2008-10-29 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in gconf.

** Changed in: gconf (Ubuntu)
Sourcepackagename: None = gconf

-- 
gconfd does not refresh cache when sudo-ing current user to modify setting
https://bugs.launchpad.net/bugs/290647
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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


[Bug 290703] Re: Nautilus does not respect SFTP home

2008-10-29 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in nautilus.

** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus does not respect SFTP home
https://bugs.launchpad.net/bugs/290703
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 289738] Re: rhythmbox crashed with SIGSEGV in g_type_check_instance_cast()

2008-10-27 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages 'rhythmbox-dbg' and 'gdb' and see here for backtrace 
https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace.

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

-- 
rhythmbox crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/289738
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 289555] Re: totem-gstreamer crashed with SIGSEGV in pa_stream_write()

2008-10-27 Thread Arnaud Blouin
Please, can you reproduce the crash?
If yes, can you try to get a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages libpulse0-dbg, libgstreamer0.10-0-dbg, totem-dbg  and gdb and 
see here for backtrace https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace.

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

-- 
totem-gstreamer crashed with SIGSEGV in pa_stream_write()
https://bugs.launchpad.net/bugs/289555
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 289555] Re: totem-gstreamer crashed with SIGSEGV in pa_stream_write()

2008-10-27 Thread Arnaud Blouin
*** This bug is a duplicate of bug 204272 ***
https://bugs.launchpad.net/bugs/204272

Thank for your backtrace.
Your problem has been already reported into bug 204272
You can look at it to see the evolution of the problem.

-- 
totem-gstreamer crashed with SIGSEGV in pa_stream_write()
https://bugs.launchpad.net/bugs/289555
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 289119] Re: Nautilus crashes when opening mounted .tar.gz

2008-10-25 Thread Arnaud Blouin
Please, can you try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash and on 
http://live.gnome.org/GettingTraces/Details.
(install packages 'nautilus-dbg' and 'gdb' and see here for backtrace 
https://wiki.ubuntu.com/Backtrace)

Marked as incomplete until we have a backtrace.

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

-- 
Nautilus crashes when opening mounted .tar.gz
https://bugs.launchpad.net/bugs/289119
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 289119] Re: Nautilus crashes when opening mounted .tar.gz

2008-10-25 Thread Arnaud Blouin
Hum... You have installed the debug packages but there is no symbol into the 
backtrace, weird.
Can you post the .tar.gz, if it contains no personal information or if it is 
not too big?

-- 
Nautilus crashes when opening mounted .tar.gz
https://bugs.launchpad.net/bugs/289119
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 289119] Re: Nautilus crashes when opening mounted .tar.gz

2008-10-25 Thread Arnaud Blouin
No no ;) you did'nt make something wrong.
But, you just had to use the instructions from 'Already running programs' from 
https://wiki.ubuntu.com/Backtrace.

Here, is my backtrace.
It crashes for me too on Intrepid RC.

apt-cache policy nautilus
nautilus:
  Installé : 1:2.24.1-0ubuntu1
  Candidat : 1:2.24.1-0ubuntu1
 Table de version :
 *** 1:2.24.1-0ubuntu1 0
500 http://fr.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

** Attachment added: gdb-nautilus.txt
   http://launchpadlibrarian.net/1514/gdb-nautilus.txt

-- 
Nautilus crashes when opening mounted .tar.gz, in in modify_link_hash_table at 
nautilus-file.c:435
https://bugs.launchpad.net/bugs/289119
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 289119] Re: Nautilus crashes when opening mounted .tar.gz

2008-10-25 Thread Arnaud Blouin
*** This bug is a duplicate of bug 267207 ***
https://bugs.launchpad.net/bugs/267207

Oops, it was not the good backtrace, here is to good one ;)

** Attachment added: gdb-nautilus.txt
   http://launchpadlibrarian.net/1624/gdb-nautilus.txt

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

** Summary changed:

- Nautilus crashes when opening mounted .tar.gz
+ Nautilus crashes when opening mounted .tar.gz, in in modify_link_hash_table 
at nautilus-file.c:435

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

** Also affects: nautilus via
   http://bugzilla.gnome.org/show_bug.cgi?id=551346
   Importance: Unknown
   Status: Unknown

-- 
Nautilus crashes when opening mounted .tar.gz, in in modify_link_hash_table at 
nautilus-file.c:435
https://bugs.launchpad.net/bugs/289119
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 289119] Re: Nautilus crashes when opening mounted .tar.gz, in in modify_link_hash_table at nautilus-file.c:435

2008-10-25 Thread Arnaud Blouin
*** This bug is a duplicate of bug 267207 ***
https://bugs.launchpad.net/bugs/267207

Ok, it seems to be already reported in launchpad, so I mark this report as 
duplicate
Thank for your report ;)
You can see bug #267207 for more info about your problem.

** This bug has been marked a duplicate of bug 267207
   nautilus crashed when mounting iso file

-- 
Nautilus crashes when opening mounted .tar.gz, in in modify_link_hash_table at 
nautilus-file.c:435
https://bugs.launchpad.net/bugs/289119
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 172341] Re: opening a specific svg uses 100% ram

2008-10-24 Thread Arnaud Blouin
I confirm on Intrepid, still the same problem.

** Changed in: librsvg (Ubuntu)
   Status: Incomplete = Confirmed

-- 
opening a specific svg uses 100% ram
https://bugs.launchpad.net/bugs/172341
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to librsvg in ubuntu.

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


[Bug 287440] Re: Nautilus doesn't open my bookmarks

2008-10-22 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in nautilus.

** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus doesn't open my bookmarks
https://bugs.launchpad.net/bugs/287440
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 181049] Re: save-as dialog removes focus from filename when changing directories

2008-10-21 Thread Arnaud Blouin
Thank for your report, but it is not (as far as I know :p ) a ubuntu-
meta issue but a gtk issue.

The referenced bug reports say that there issue was fixed. Do you still
experienced your problem?

** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: ubuntu-meta = gtk+2.0

-- 
save-as dialog removes focus from filename when changing directories
https://bugs.launchpad.net/bugs/181049
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 280518] Re: Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop

2008-10-21 Thread Arnaud Blouin
I think it is more a acpi problem than a problem of gnome:
Your problem is that your keyboard shortcuts do not work anymore, isn't it?

If yes, we need three things:

   1. What the key *should* do.
   2. What keycode (magic number) the key produces on your laptop.
   3. How to identify your laptop by the manufacturer and model.

You can see the following documentation to know how to do that:
https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch

-- 
Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop
https://bugs.launchpad.net/bugs/280518
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 286112] Re: Volume control slider does not disappear after it has lost focust

2008-10-20 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in gnome-volume-manager.


Do you have the problem with other apps? Because maybe it is a gtk issue.


** Changed in: gnome-volume-manager (Ubuntu)
Sourcepackagename: None = gnome-volume-manager

-- 
Volume control slider does not disappear after it has lost focust
https://bugs.launchpad.net/bugs/286112
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 286132] Re: totem-gstreamer crashed with SIGSEGV in cb_probe at gststreaminfo.c:205

2008-10-20 Thread Arnaud Blouin
** Summary changed:

- totem-gstreamer crashed with SIGSEGV in g_object_notify()
+ totem-gstreamer crashed with SIGSEGV in cb_probe at gststreaminfo.c:205

-- 
totem-gstreamer crashed with SIGSEGV in cb_probe at gststreaminfo.c:205
https://bugs.launchpad.net/bugs/286132
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 283176] Re: gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so

2008-10-19 Thread Arnaud Blouin
Ok, great.
does your movie come from a torrent file?
If yes. Can ou give the torrent link in ordre to try to reproduce the bug from 
our own.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Incomplete = Confirmed

** Summary changed:

- gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so
+ gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so in 
cur_title_get_chapter_bounds

-- 
gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so in 
cur_title_get_chapter_bounds
https://bugs.launchpad.net/bugs/283176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 283176] Re: gst-launch-0.10 crashes with SIGSEGV

2008-10-18 Thread Arnaud Blouin
Thx for the backtraces. The problem seems to come from the library 
libgstdvdread.so but the packages I told you to install are not sufficient to 
debug this library.
So please, can you install these packages and obtain a new backtrace:
gstreamer0.10-plugins-good-dbg 
gstreamer0.10-plugins-bad-dbg
gstreamer0.10-plugins-ugly-dbg

(I think that this library is into the package gstreamer0.10-plugins-
ugly-dbg)

** Summary changed:

- gst-launch-0.10 crashes with SIGSEGV
+ gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so

-- 
gst-launch-0.10 crashes with SIGSEGV in libgstdvdread.so
https://bugs.launchpad.net/bugs/283176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 284878] Re: Brightness at minimum after waking up from hibernation

2008-10-17 Thread Arnaud Blouin
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. 
This bug did not have a package associated with it, which is important for 
ensuring that it gets looked at by the proper developers. You can learn more 
about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage. 
I have classified this bug as a bug in gnome-power-manager.

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

-- 
Brightness at minimum after waking up from hibernation
https://bugs.launchpad.net/bugs/284878
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 278962] Re: evolution 2.24.0-0ubuntu1 crashed on launch with SIGSEGV in __fprintf_chk()

2008-10-16 Thread Arnaud Blouin
I think the crash comes from a problem into glib, that why you had no update of 
evolution before it crashes.
Someone should confirm what I'm saying.
Can you give the result of:
apt-cache policy libglib2.0-0

Do you still have the problem after the recent updates?

-- 
evolution 2.24.0-0ubuntu1 crashed on launch with SIGSEGV in __fprintf_chk()
https://bugs.launchpad.net/bugs/278962
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 280518] Re: Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop

2008-10-15 Thread Arnaud Blouin
** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete = New

-- 
Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop
https://bugs.launchpad.net/bugs/280518
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 155088] Re: installing Ubuntu 7.10, crashed, no report. Rebooted to livecd and crashed again before I had touched anything

2008-10-14 Thread Arnaud Blouin
Ok. So I am going to close this report. Feel free to reopen it if
necessary ;)

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

-- 
installing Ubuntu 7.10, crashed, no report. Rebooted to livecd and crashed 
again before I had touched anything
https://bugs.launchpad.net/bugs/155088
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 283176] Re: gst-launch-0.10 crashes with SIGSEGV

2008-10-14 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install packages 'libgstreamer0.10-0-dbg', 'gstreamer0.10-plugins-base-dbg' 
and 'gdb' and see here for backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New = Incomplete

-- 
gst-launch-0.10 crashes with SIGSEGV
https://bugs.launchpad.net/bugs/283176
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 283260] Re: rhythmbox crashed with SIGSEGV in strcmp()

2008-10-14 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install packages 'rhythmbox-dbg' and 'gdb' and see here for backtrace 
https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace.


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

-- 
rhythmbox crashed with SIGSEGV in strcmp()
https://bugs.launchpad.net/bugs/283260
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 283022] Re: gimp-2.6 crashed with SIGSEGV in gimp_pdb_proc_info()

2008-10-14 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install packages 'gimp-dbg' and 'gdb' and see here for backtrace 
https://wiki.ubuntu.com/Backtrace)
And can you open the gimp with another file or does it always crash?

Set to incomplete until we have a backtrace.

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

-- 
gimp-2.6 crashed with SIGSEGV in gimp_pdb_proc_info()
https://bugs.launchpad.net/bugs/283022
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 283260] Re: rhythmbox crashed calling evaluate_conjunctive_subquery at rhythmdb-tree.c:1936

2008-10-14 Thread Arnaud Blouin
** Summary changed:

- rhythmbox crashed with SIGSEGV in strcmp()
+ rhythmbox crashed calling evaluate_conjunctive_subquery at 
rhythmdb-tree.c:1936

** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = Confirmed

-- 
rhythmbox crashed calling evaluate_conjunctive_subquery at rhythmdb-tree.c:1936
https://bugs.launchpad.net/bugs/283260
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 283022] Re: gimp-2.6 crashed with SIGSEGV in gimp_pdb_proc_info()

2008-10-14 Thread Arnaud Blouin
Ok. Set I am going to close the report.
Feel free to reopen it if necessary ;)

** Changed in: gimp (Ubuntu)
   Status: Incomplete = Invalid

-- 
gimp-2.6 crashed with SIGSEGV in gimp_pdb_proc_info()
https://bugs.launchpad.net/bugs/283022
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 270331] Re: gnome-power-manager crashed with SIGSEGV in gdk_screen_get_monitor_geometry()

2008-10-14 Thread Arnaud Blouin
The given backtrace seems relevant; so set to 'confirmed'.
The problem seems to come from function gpm_feedback_display_value at 
gpm-feedback-widget.c:112, so maybe we  have to rename this bug report.

Do you still have this problem after the last updates?


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

** Summary changed:

- gnome-power-manager crashed with SIGSEGV in gdk_screen_get_monitor_geometry()
+ gnome-power-manager crashed using gpm_feedback_display_value

-- 
gnome-power-manager crashed using gpm_feedback_display_value
https://bugs.launchpad.net/bugs/270331
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 280518] Re: Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop

2008-10-14 Thread Arnaud Blouin
Please, which version of ubuntu do you use?
can you give the result of the following commands:
uname -a

apt-cache policy gnome-power-manager

-- 
Brightness Applet/Brightness Keys Do Not Work In Gateway M-7315u Laptop
https://bugs.launchpad.net/bugs/280518
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 260894] Re: Gnome Power Manager Crashes everytime after login

2008-10-13 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install packages 'gnome-power-manager-dbgsym' and 'gdb' and see here for 
backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace.

However, the given incomplete backtrace is similar than the incomplete 
backtrace of bug #269049. Maybe a duplicate.
Moreover, it may be a duplicate of bug #149746. A full backtrace will confirm 
that or no.

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Incomplete

-- 
Gnome Power Manager Crashes everytime after login
https://bugs.launchpad.net/bugs/260894
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 280650] Re: System freezes while receiving mail

2008-10-11 Thread Arnaud Blouin
Please give the result of:
apt-cache policy evolution

Can you try to obtain a backtrace:
sudo aptitude instal levolution-dbg gdb
 and see here for backtrace https://wiki.ubuntu.com/Backtrace

Set to incomplete until we have a backtrace and more info.

** Changed in: ubuntu
   Status: New = Invalid

** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution
   Status: Invalid = Incomplete

** Changed in: linux
   Status: New = Invalid

-- 
System freezes while receiving mail
https://bugs.launchpad.net/bugs/280650
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 281125] Re: rhythmbox crashed with SIGSEGV

2008-10-10 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on
https://wiki.ubuntu.com/DebuggingProgramCrash.

(install packages 'rhythmbox-dbgsym' and 'gdb'. And see here for
backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace or more info.

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

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/281125
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 281054] Re: nautilus crashed with SIGSEGV

2008-10-10 Thread Arnaud Blouin
Please, can you explain what did you do. And can you try to obtain a
backtrace by following the instructions on
https://wiki.ubuntu.com/DebuggingProgramCrash.

(sudo aptitude install nautilus-dbg gdb
and see here for backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace or more info.

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

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/281054
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 280921] Re: volume control shortcuts much to sensitive

2008-10-10 Thread Arnaud Blouin
** Changed in: gnome-volume-manager (Ubuntu)
Sourcepackagename: None = gnome-volume-manager

-- 
volume control shortcuts much to sensitive
https://bugs.launchpad.net/bugs/280921
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 280818] Re: Evolution fails to use GPG (Intrepid)

2008-10-09 Thread Arnaud Blouin
** Changed in: evolution (Ubuntu)
Sourcepackagename: None = evolution

-- 
Evolution fails to use GPG (Intrepid)
https://bugs.launchpad.net/bugs/280818
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 280848] Re: GIMP 2.6.0 bug fixes released.

2008-10-09 Thread Arnaud Blouin
** Tags added: update

-- 
GIMP 2.6.0 bug fixes released. 
https://bugs.launchpad.net/bugs/280848
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 183274] Re: Evince fails to open a pdf with an uninformative error message

2008-10-07 Thread Arnaud Blouin
Ville Ranki  I have no problem to open the document you gave on hardy
with evince 2.22.2-0ubuntu1.

-- 
Evince fails to open a pdf with an uninformative error message
https://bugs.launchpad.net/bugs/183274
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 279740] Re: nautilus crashed with SIGSEGV in gconf_client_remove_dir()

2008-10-07 Thread Arnaud Blouin
*** This bug is a duplicate of bug 182345 ***
https://bugs.launchpad.net/bugs/182345

Thx for your report, but this problem has been already reported.

** This bug has been marked a duplicate of bug 182345
   nautilus crashed with SIGSEGV in gconf_client_remove_dir()

-- 
nautilus crashed with SIGSEGV in gconf_client_remove_dir()
https://bugs.launchpad.net/bugs/279740
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 278690] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-10-06 Thread Arnaud Blouin
This report seems to be similar to yours:
https://bugs.launchpad.net/ubuntu/hardy/+source/gvfs/+bug/235698

-- 
gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/278690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 278783] Re: evolution crashed with SIGSEGV

2008-10-06 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install notably packages 'evolution-dbgsym' and 'gdb' and see here for 
backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace or more info.


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

-- 
evolution crashed with SIGSEGV
https://bugs.launchpad.net/bugs/278783
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 278962] Re: evolution 2.24.0-0ubuntu1 crashed on launch with SIGSEGV in __fprintf_chk()

2008-10-06 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install notably packages 'evolution-dbgsym' and 'gdb' and see here for 
backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace or more info.

-- 
evolution 2.24.0-0ubuntu1 crashed on launch with SIGSEGV in __fprintf_chk()
https://bugs.launchpad.net/bugs/278962
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 279139] Re: ~/.gvfs directory not mounted

2008-10-06 Thread Arnaud Blouin
** Changed in: gvfs (Ubuntu)
Sourcepackagename: None = gvfs

-- 
~/.gvfs directory not mounted
https://bugs.launchpad.net/bugs/279139
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 278410] Re: totem crashes when dvd inserted and played

2008-10-06 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
(install packages 'totem-dbg', 'totem-gstreamer-dbgsym' and 'gdb' and see here 
for backtrace https://wiki.ubuntu.com/Backtrace)

Set to incomplete until we have a backtrace or more info.


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

-- 
totem crashes when dvd inserted and played
https://bugs.launchpad.net/bugs/278410
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 277886] Re: USB slows down/crashes nautilus

2008-10-06 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
USB slows down/crashes nautilus
https://bugs.launchpad.net/bugs/277886
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 278666] Re: evolution crashed with SIGSEGV in g_closure_invoke()

2008-10-05 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on
https://wiki.ubuntu.com/DebuggingProgramCrash.

Set to incomplete until we have a backtrace or more info.


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

-- 
evolution crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/278666
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 278690] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-10-05 Thread Arnaud Blouin
Please, try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/DebuggingProgramCrash.
And, please, can you explain what did you do to get your crash?

Set to incomplete until we have a backtrace or more info.


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

-- 
gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/278690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 278690] Re: gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()

2008-10-05 Thread Arnaud Blouin
hum.. that's annoying indeed. I do not know how you can get a backtrace at 
start-up. Someone will tell you how to do that.
Can you post your ~/.xsession-errors please.

-- 
gvfs-fuse-daemon crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/278690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 277399] Re: Nautilus is unable to unmount ecrypted directory

2008-10-03 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
Nautilus is unable to unmount ecrypted directory
https://bugs.launchpad.net/bugs/277399
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 276604] Re: nautilus crashed with SIGSEGV in amd64

2008-10-01 Thread Arnaud Blouin
Could you please try to obtain a backtrace by following the instructions
on https://wiki.ubuntu.com/Backtrace and
http://live.gnome.org/GettingTraces/Details (you have to install the
nautilus-dbg package to use the debugger).

Set to incomplete until we have more a backtrace or more info.


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

-- 
nautilus crashed with SIGSEGV in amd64
https://bugs.launchpad.net/bugs/276604
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 276496] Re: File Roller can't split files with default formats : add p7zip by default

2008-10-01 Thread Arnaud Blouin
** Changed in: file-roller (Ubuntu)
Sourcepackagename: None = file-roller

-- 
File Roller can't split files with default formats : add p7zip by default
https://bugs.launchpad.net/bugs/276496
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 276281] Re: epiphany-gecko crashed with SIGSEGV

2008-10-01 Thread Arnaud Blouin
The backtrace is incomplete because the xulrunner dbg
(xulrunner-1.9-dbgsym) does not seemed to be installed (there is no
symbol for libxul.so lines.

-- 
epiphany-gecko crashed with SIGSEGV
https://bugs.launchpad.net/bugs/276281
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 276280] Re: nautilus crashed with SIGSEGV

2008-10-01 Thread Arnaud Blouin
There is no duplicate here... since we do not have any backtrace... :s

** This bug is no longer a duplicate of bug 182345
   nautilus crashed with SIGSEGV in gconf_client_remove_dir()

** Changed in: nautilus (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/276280
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 276280] Re: nautilus crashed with SIGSEGV

2008-10-01 Thread Arnaud Blouin
*** This bug is a duplicate of bug 182345 ***
https://bugs.launchpad.net/bugs/182345

Yep, I know that; the problem is that the former stacktrace
(http://launchpadlibrarian.net/18084329/Stacktrace.txt) has no symbol so
how can it know that it is a duplicate? There is no info about
gconf_client_remove_dir() here.

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/276280
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 276281] Re: epiphany-gecko crashed with SIGSEGV

2008-09-30 Thread Arnaud Blouin
Could you please try to obtain a backtrace by following the instructions on 
https://wiki.ubuntu.com/MozillaTeam/Bugs
And try to run epiphany using a clean profile in order to see if the problem 
comes from one of your extension: epiphany -safemode

Set to incomplete until we have more a backtrace or more info.


** Changed in: epiphany-browser (Ubuntu)
   Status: New = Incomplete

-- 
epiphany-gecko crashed with SIGSEGV
https://bugs.launchpad.net/bugs/276281
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 276280] Re: nautilus crashed with SIGSEGV

2008-09-30 Thread Arnaud Blouin
Could you please try to obtain a backtrace by following the instructions
on https://wiki.ubuntu.com/Backtrace and
http://live.gnome.org/GettingTraces/Details (you have to install the
nautilus-dbg package to use the debugger).

Set to incomplete until we have more a backtrace or more info.


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

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/276280
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 276031] Re: gstreamer causes webcam discoloration

2008-09-30 Thread Arnaud Blouin
** Changed in: gstreamer0.10 (Ubuntu)
Sourcepackagename: None = gstreamer0.10

-- 
gstreamer causes webcam discoloration
https://bugs.launchpad.net/bugs/276031
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-13 Thread Arnaud Blouin
The problem since to comes from the function   
ev_sidebar_thumbnails_set_loading_icon  from  ev-sidebar-thumbnails.c:
The test  g_return_if_fail (page = 0  page  page_cache-n_pages); 
of the  function  ev_page_cache_get_thumbnail_size   fails;  thus the 
width and the height are not set. The function 
ev_sidebar_thumbnails_set_loading_icon   should check the validity of 
the height and width; if one of them is not valid, an error should occur.

I wrote a patch that checks if the height and the width have been set,
before doing the next instructions; there is no more crash. A popup
window should appear saying that the document is not valid.


** Attachment added: a patch
   http://launchpadlibrarian.net/15262046/patch_v1.txt

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-13 Thread Arnaud Blouin
There was an error in the patch v1, see the patch v2

** Attachment added: a patch v2
   http://launchpadlibrarian.net/15262130/patch_v2.txt

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-13 Thread Arnaud Blouin
There was an error in the patch v1, see the patch v2

** Attachment added: a patch v2
   http://launchpadlibrarian.net/15262140/patch_v2.txt

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] [NEW] evince crashes with seg fault using a bad pdf document

2008-06-10 Thread Arnaud Blouin
Public bug reported:

Binary package hint: evince

When I open the bad pdf document with evince, its crashes with a seg fault.
The backtrace is given a joined piece.
I have the following messages in the console too:

(evince:8367): Poppler-CRITICAL **: PopplerPage*
poppler_document_get_page(PopplerDocument*, int): assertion `0 = index
 index  poppler_document_get_n_pages (document)' failed

(evince:8367): Poppler-CRITICAL **: void
poppler_page_get_size(PopplerPage*, double*, double*): assertion
`POPPLER_IS_PAGE (page)' failed

(evince:8367): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

** (evince:8367): CRITICAL **: ev_page_cache_get_size: assertion `page
= 0  page  page_cache-n_pages' failed

(evince:8367): Poppler-CRITICAL **: PopplerPage*
poppler_document_get_page(PopplerDocument*, int): assertion `0 = index
 index  poppler_document_get_n_pages (document)' failed

** (evince:8367): CRITICAL **: GdkPixbuf*
pdf_document_thumbnails_get_thumbnail(EvDocumentThumbnails*,
EvRenderContext*, gboolean): assertion `poppler_page != NULL' failed

** (evince:8367): CRITICAL **: ev_page_cache_get_thumbnail_size:
assertion `page = 0  page  page_cache-n_pages' failed

(evince:8367): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion
`pixbuf != NULL' failed

(evince:8367): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride:
assertion `pixbuf != NULL' failed

(evince:8367): GdkPixbuf-CRITICAL **: gdk_pixbuf_fill: assertion `GDK_IS_PIXBUF 
(pixbuf)' failed
Erreur de segmentation

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

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-10 Thread Arnaud Blouin

** Attachment added: The backtrace
   http://launchpadlibrarian.net/15169145/bt.txt

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-10 Thread Arnaud Blouin

** Attachment added: The pdf document
   http://launchpadlibrarian.net/15169148/bry02gentle.pdf

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 238787] Re: evince crashes with seg fault using a bad pdf document

2008-06-10 Thread Arnaud Blouin
With ubuntu hardy and evince 2.22.2-0ubuntu1 and poppler 0.6.4-1ubuntu1
by the way.

-- 
evince crashes with seg fault using a bad pdf document
https://bugs.launchpad.net/bugs/238787
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 229180] Re: nautilus crash at the end of multiple files copy

2008-05-11 Thread Arnaud Blouin
** Changed in: nautilus (Ubuntu)
Sourcepackagename: None = nautilus

-- 
nautilus crash at the end of multiple files copy
https://bugs.launchpad.net/bugs/229180
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 229225] Re: serious problem with gnome-power-manager

2008-05-11 Thread Arnaud Blouin
** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: None = gnome-power-manager

-- 
serious problem with gnome-power-manager
https://bugs.launchpad.net/bugs/229225
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 229223] Re: Find breaks on ~/.gvfs directory

2008-05-11 Thread Arnaud Blouin
** Changed in: gvfs (Ubuntu)
Sourcepackagename: None = gvfs

-- 
Find breaks on ~/.gvfs directory
https://bugs.launchpad.net/bugs/229223
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 228189] Re: Evince is not displaying text in some PDF's

2008-05-08 Thread Arnaud Blouin
Please, post the pdf file.

-- 
Evince is not displaying text in some PDF's
https://bugs.launchpad.net/bugs/228189
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 228162] Re: Totem freezed my computer so that I had to remove the battery

2008-05-08 Thread Arnaud Blouin
I have the message, this is encrypted and cannot be read.
But no freeze.

** Changed in: totem (Ubuntu)
Sourcepackagename: None = totem

-- 
Totem freezed my computer so that I had to remove the battery
https://bugs.launchpad.net/bugs/228162
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 228162] Re: Totem freezed my computer so that I had to remove the battery

2008-05-08 Thread Arnaud Blouin
So do I.
I do not think that Totem or gstreamer support DRMs.

-- 
Totem freezed my computer so that I had to remove the battery
https://bugs.launchpad.net/bugs/228162
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 227770] Re: glstreamer0.10-gl disapeared in hardy

2008-05-07 Thread Arnaud Blouin
** Changed in: gstreamer0.10 (Ubuntu)
Sourcepackagename: None = gstreamer0.10

-- 
glstreamer0.10-gl disapeared in hardy
https://bugs.launchpad.net/bugs/227770
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 227724] Re: ~/.gvfs can't be stat'd by root.

2008-05-07 Thread Arnaud Blouin
** Changed in: gvfs (Ubuntu)
Sourcepackagename: None = gvfs

-- 
~/.gvfs can't be stat'd by root.
https://bugs.launchpad.net/bugs/227724
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


  1   2   >