[Bug 981376] Re: [Patch] memory leak in _wrap_pango_cairo_create_layout

2012-04-13 Thread Bug Watch Updater
** Changed in: pygtk
   Status: Unknown => New

** Changed in: pygtk
   Importance: Unknown => Medium

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

Title:
  [Patch] memory leak in _wrap_pango_cairo_create_layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/pygtk/+bug/981376/+subscriptions

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


[Bug 981376] Re: [Patch] memory leak in _wrap_pango_cairo_create_layout

2012-04-13 Thread YunQiang Su
** Bug watch added: Debian Bug tracker #668709
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668709

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

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

Title:
  [Patch] memory leak in _wrap_pango_cairo_create_layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/pygtk/+bug/981376/+subscriptions

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


[Bug 981376] [NEW] [Patch] memory leak in _wrap_pango_cairo_create_layout

2012-04-13 Thread YunQiang Su
Public bug reported:

if didn't unref after pygobject_new.

while(1):
  a=pango_cairo.create_layout()

may cause, memory run out: python doesn't GC this memory.

The patch is:

Index: pygtk-2.24.0/pangocairo.override
===
--- pygtk-2.24.0.orig/pangocairo.override2012-04-14 01:40:59.568703232
+0800
+++ pygtk-2.24.0/pangocairo.override2012-04-14 01:41:05.792703324 +0800
@@ -119,10 +119,15 @@
 _wrap_pango_cairo_create_layout(PyGObject *self)
 {
 PangoLayout *ret;
+PyObject *py_ret;

 ret = pango_cairo_create_layout(PycairoContext_GET(self));
 /* pygobject_new handles NULL checking */
-return pygobject_new((GObject *)ret);
+py_ret = pygobject_new((GObject *) ret);
+if (ret) {
+g_object_unref(ret);
+}
+return py_ret;
 }

 static PyObject *

** Affects: pygtk
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: pygtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=674092
   Importance: Unknown
   Status: Unknown

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

Title:
  [Patch] memory leak in _wrap_pango_cairo_create_layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/pygtk/+bug/981376/+subscriptions

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


[Bug 981375] Re: incorrect primary description padding in delete confirmation

2012-04-13 Thread Robert Roth
** Attachment added: "delete.png"
   https://bugs.launchpad.net/bugs/981375/+attachment/3063429/+files/delete.png

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

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

Title:
  incorrect primary description padding in delete confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981375/+subscriptions

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


[Bug 981375] [NEW] incorrect primary description padding in delete confirmation

2012-04-13 Thread Robert Roth
Public bug reported:

The delete confirmation dialog primary description is incorrectly
padded, there is a huge whitespace between the icon and the primary
description. See attached image.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Sat Apr 14 08:30:02 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '931x1028+60+24'
 org.gnome.nautilus.window-state sidebar-width 199
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120304)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  incorrect primary description padding in delete confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981375/+subscriptions

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


[Bug 980495] Re: Information about failure appears after starting Ubuntu

2012-04-13 Thread Thiago Holmes
** Changed in: nautilus (Ubuntu)
   Status: New => Incomplete

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

Title:
  Information about failure appears after starting Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/980495/+subscriptions

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


[Bug 981355] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2012-04-13 Thread Erick Brunzell
*** This bug is a duplicate of bug 963704 ***
https://bugs.launchpad.net/bugs/963704

Bug 963704 must either be marked private or it doesn't exist.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/981355

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  g_cclosure_marshal_VOID__STRINGv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/981355/+subscriptions

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


[Bug 902441] Re: Nautilus is using 100% CPU usage and locks up my machine. I eventually have to shut down my laptop manually after 5 minutes because it does not recover.

2012-04-13 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Nautilus is using 100% CPU usage and locks up my machine. I eventually
  have to shut down my laptop manually after 5 minutes because it does
  not recover.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/902441/+subscriptions

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


[Bug 981355] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 963704 ***
https://bugs.launchpad.net/bugs/963704

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #963704, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981355/+attachment/3063204/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063206/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063207/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063208/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063209/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063210/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981355/+attachment/3063211/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 963704

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/981355

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  g_cclosure_marshal_VOID__STRINGv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/981355/+subscriptions

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


[Bug 981355] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2012-04-13 Thread Erick Brunzell
*** This bug is a duplicate of bug 963704 ***
https://bugs.launchpad.net/bugs/963704


** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/981355

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  g_cclosure_marshal_VOID__STRINGv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/981355/+subscriptions

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-13 Thread BavarianPH
. yet  getting rid of unity solves a myriad of problems.

ugr (ubuntu-gnome-remix) proved that, but someone

did not like their solution.

Here I am again with big problems,

simply following the precise updates.

after an over 600 package update &

reboot, no gnome, nothing but air!

Oh ya, unity works, but not gnome.

I asked a support question to the team.

I get this:

sudo apt-get update && apt-get upgrade
sudo apt-get --reinstall install ubuntu-desktop
sudo apt-get --reinstall install gnome-shell
sudo apt-get install -f
sudo reboot

(my notes are not accessible, because
 I am in the middle of a failed login to 
gnome)

600 packages ago I cloned my harddrive,
to restore a healthy gnome (3.4)

 on this empty screen I only have firefox,
due to this bug.

the final message I receive is:
"No system tray detected on this system".
"Unable to start, exiting".

I find a bug that causes severe enough
problems, and I add my few cents worth.

I aam not an Ubuntu expert, maybe not
a tester, but I love what Ubuntu stood for,
not so much what it is becoming, yes, that
colors how I look at bugs.

BavarianPH,

Ubuntu+gnome-shell
forever!

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+subscriptions

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


[Bug 544506] Re: nautilus-sendto crashed with SIGSEGV in g_slice_alloc()

2012-04-13 Thread Mathieu
Happened to me after trying to get rid of Evolution to have a Ubuntu 12.04 LTS 
Precise default apps installation.. but it seems that
it broke the send to menu in nautilus.

How can we safely remove all Evolution traces without loosing clock
indicator and sendto menu ??

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/544506

Title:
  nautilus-sendto crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/544506/+subscriptions

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


[Bug 981338] Re: rhythmbox crashed with SIGSEGV in free()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 966181 ***
https://bugs.launchpad.net/bugs/966181

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #966181, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981338/+attachment/3063039/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063041/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063043/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063044/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063045/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063046/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981338/+attachment/3063047/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 966181

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  rhythmbox crashed with SIGSEGV in free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981338/+subscriptions

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


[Bug 291840] Re: gphoto2 backend unable to mount MTP audio player

2012-04-13 Thread gnimsh
Just want to note that the following will allow you to mount MTP
devices:

This is just a work around. I changed /usr/share/gvfs/remote-volume-
monitors/ gphoto2.monitor to allow the device to be mounted.

[RemoteVolumeMonitor]
Name=GProxyVolumeMonitorGPhoto2
DBusName=org.gtk.Private.GPhoto2VolumeMonitor
#IsNative=false
IsNative=true

This is from bug 330383.

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

Title:
  gphoto2 backend unable to mount MTP audio player

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/291840/+subscriptions

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


[Bug 981320] Re: gvfsd-gphoto2 crashed with SIGABRT in raise()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 980790 ***
https://bugs.launchpad.net/bugs/980790

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #980790, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981320/+attachment/3062903/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062905/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062907/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062908/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062909/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062910/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981320/+attachment/3062911/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 980790

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gvfsd-gphoto2 crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981320/+subscriptions

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


[Bug 981317] Re: Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
 -> "Shut Down..."

** Attachment added: "shut02.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+attachment/3062912/+files/shut02.png

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

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+subscriptions

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


[Bug 981317] Re: Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
Popup window appears after power button pressing.

** Attachment added: "shut01.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+attachment/3062902/+files/shut01.png

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

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+subscriptions

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


[Bug 981312] Re: ubuntu-bug allows reporting bugs for non-installed packages

2012-04-13 Thread Bob Bib
apport information

** Summary changed:

- Hibernate option is not available in GNOME fallback session
+ ubuntu-bug allows reporting bugs for non-installed packages

** Description changed:

- Hibernate option is not available in GNOME fallback session shutdown
- dialogs.
- 
+ ubuntu-bug allows reporting bugs for non-installed packages; maybe, user 
confirmation is needed?
+ ---
+ [That's a result of 'ubuntu-bug gnome-session' (gnome-session was not 
installed).]
+ ---
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-session (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  Date: Sat Apr 14 04:32:45 2012
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to precise on 2012-03-07 (37 days ago)
+ -

** Package changed: gnome-session (Ubuntu) => apport (Ubuntu)

** Tags added: apport-collected

** Description changed:

  ubuntu-bug allows reporting bugs for non-installed packages; maybe, user 
confirmation is needed?
  ---
  [That's a result of 'ubuntu-bug gnome-session' (gnome-session was not 
installed).]
  ---
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-session (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  Date: Sat Apr 14 04:32:45 2012
  SourcePackage: gnome-session
  UpgradeStatus: Upgraded to precise on 2012-03-07 (37 days ago)
  -
+ --- 
+ ApportLog:
+  
+ ApportVersion: 2.0.1-0ubuntu2
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ Package: apport 2.0.1-0ubuntu2
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-03-07 (37 days ago)
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse kvm lpadmin 
netdev plugdev powerdev sambashare scanner tape vboxusers video wireshark

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/981312/+attachment/3062899/+files/Dependencies.txt

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

Title:
  ubuntu-bug allows reporting bugs for non-installed packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/981312/+subscriptions

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


[Bug 981317] Re: Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/981317

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+subscriptions

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


[Bug 981317] [NEW] Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
Public bug reported:

Hibernate option is not available in GNOME fallback session.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-session-fallback 3.2.1-0ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Sat Apr 14 04:43:31 2012
PackageArchitecture: all
SourcePackage: gnome-session
UpgradeStatus: Upgraded to precise on 2012-03-07 (37 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981317/+subscriptions

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


[Bug 981312] Re: Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/981312

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981312/+subscriptions

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


[Bug 981312] [NEW] Hibernate option is not available in GNOME fallback session

2012-04-13 Thread Bob Bib
Public bug reported:

Hibernate option is not available in GNOME fallback session shutdown
dialogs.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-session (not installed)
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Sat Apr 14 04:32:45 2012
SourcePackage: gnome-session
UpgradeStatus: Upgraded to precise on 2012-03-07 (37 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Hibernate option is not available in GNOME fallback session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/981312/+subscriptions

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


[Bug 980848] Re: Function Key F10 opens context menu

2012-04-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/980848

Title:
  Function Key F10 opens context menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980848/+subscriptions

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


[Bug 980848] Re: Function Key F10 opens context menu

2012-04-13 Thread Jeremy Bicha
** Package changed: gnome-shell (Ubuntu) => gnome-terminal (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/980848

Title:
  Function Key F10 opens context menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980848/+subscriptions

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


[Bug 981291] Re: gvfsd-http crashed with SIGSEGV in getaddrinfo()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 978491 ***
https://bugs.launchpad.net/bugs/978491

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #978491, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981291/+attachment/3062673/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062675/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062677/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062678/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062679/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062680/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981291/+attachment/3062681/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 978491

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-http crashed with SIGSEGV in getaddrinfo()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981291/+subscriptions

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


[Bug 980848] [NEW] Function Key F10 opens context menu

2012-04-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I use the gnome-terminal with for example aptitude or midnight commander 
and pressing 'F10'  a context menu from gnome is opened and the menu from for 
example aptitude is opened, too. So I have to press ESC to close the context 
menu to get control back to aptitude.
I disabled using F10 to get into the menu of the gnome-terminal window.

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


** Tags: precise
-- 
Function Key F10 opens context menu
https://bugs.launchpad.net/bugs/980848
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-terminal in Ubuntu.

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


[Bug 981275] Re: zenity crashed with SIGSEGV in g_cclosure_marshal_VOID()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 973361 ***
https://bugs.launchpad.net/bugs/973361

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #973361, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981275/+attachment/3062542/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062544/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062546/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062547/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062548/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062549/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981275/+attachment/3062550/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 973361

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  zenity crashed with SIGSEGV in g_cclosure_marshal_VOID()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/981275/+subscriptions

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


[Bug 981268] Re: gvfsd-trash crashed with signal 5 in _g_dbus_oom()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 812476 ***
https://bugs.launchpad.net/bugs/812476

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #812476, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981268/+attachment/3062520/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062522/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062523/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062524/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062525/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062526/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981268/+attachment/3062527/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 812476
   gvfsd-trash crashed with signal 5 in _g_dbus_oom()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gvfsd-trash crashed with signal 5 in _g_dbus_oom()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981268/+subscriptions

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


[Bug 981248] [NEW] Activate smooth scrolling in Evince

2012-04-13 Thread Chow Loong Jin
Public bug reported:

  affects ubuntu/evince
  status confirmed
  subscribe ubuntu-sponsors

Gtk+ 3.3.18 introduced smooth scrolling via the GDK_SCROLL_SMOOTH event, which
is activated by default for most widgets, but opt-in for custom widgets that
handle scroll events themselves.

Attached is a patch and the corresponding debdiff for activating this smooth
scrolling support for Evince's document view, complete with smooth zooming via
Ctrl+scroll.

The debdiff is targeted against precise-proposed.

-- 
Kind regards,
Loong Jin

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

** Patch added: "evince-debdiff.patch"
   
https://bugs.launchpad.net/bugs/981248/+attachment/3062364/+files/evince-debdiff.patch

** Patch added: "12_smooth_scrolling.patch"
   
https://bugs.launchpad.net/bugs/981248/+attachment/3062365/+files/12_smooth_scrolling.patch

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

Title:
  Activate smooth scrolling in Evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/981248/+subscriptions

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


[Bug 730977] Re: e-calendar-factory crashed with SIGSEGV in icaltimezone_get_utc_offset()

2012-04-13 Thread julenissen
This happened for me when enabling a private calendar (birthdays &
anniversaries), that was set up by 11.10 as part of automatic google
setup.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu.
https://bugs.launchpad.net/bugs/730977

Title:
  e-calendar-factory crashed with SIGSEGV in
  icaltimezone_get_utc_offset()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/730977/+subscriptions

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


[Bug 662772] Re: Search does not work for "All accounts" or "Current account" with IMAP

2012-04-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evolution (Ubuntu)
   Status: New => Confirmed

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

Title:
  Search does not work for "All accounts" or "Current account" with IMAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/662772/+subscriptions

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


[Bug 981203] Re: EOG crash on PNG, followed by Unity or X crash

2012-04-13 Thread Ragnar Kurm
** Attachment added: "Image that crashes eog and subsequently Unity/X"
   
https://bugs.launchpad.net/bugs/981203/+attachment/3061974/+files/eog-crash.png

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

Title:
  EOG crash on PNG, followed by Unity or X crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/981203/+subscriptions

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


[Bug 981203] [NEW] EOG crash on PNG, followed by Unity or X crash

2012-04-13 Thread Ragnar Kurm
Public bug reported:

Commandline:
eog eog-crash.png

What happens:
* eog crashes
* then immediately Unity or X crashes
* for very short moment I see default black terminal screen with some text 
(about starting and stopping some services, history)
* all my programs are closed
* graphical Unity login screen reappears and I can login just as after restart

What should happen:
eog opens up my image and I can see it.

Further info about image:
commandline: identify eog-crash.png 
crash.png PNG 6791x7087 6791x7087+0+0 8-bit DirectClass 1.499MB 1.100u 0:01.120
Big image, contains alpha layer, some portion of image is transparent.
GIMP opens same image without problem.
Chromium browser opens same image without problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: eog 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Apr 14 00:45:24 2012
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eog
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  EOG crash on PNG, followed by Unity or X crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/981203/+subscriptions

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


[Bug 980134] Re: AltGr key doesn't work properly in gnome-terminal when Maori is in the keyboard selection list.

2012-04-13 Thread Peter Belew
And also : this problem still occurs today.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/980134

Title:
  AltGr key doesn't work properly in gnome-terminal when Maori is in the
  keyboard selection list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980134/+subscriptions

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


[Bug 980134] Re: AltGr key doesn't work properly in gnome-terminal when Maori is in the keyboard selection list.

2012-04-13 Thread Peter Belew
This problem may be useful in testing Bug #981182 regarding a command-
not-found crash after entering the � characters.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/980134

Title:
  AltGr key doesn't work properly in gnome-terminal when Maori is in the
  keyboard selection list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/980134/+subscriptions

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

[Bug 973559] Re: Window decoration not showing up

2012-04-13 Thread Fred
** Also affects: gnome-session (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Window decoration not showing up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/973559/+subscriptions

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


[Bug 981172] Re: file-roller crashed with SIGSEGV in g_closure_invoke()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 723841 ***
https://bugs.launchpad.net/bugs/723841

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #723841, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981172/+attachment/3061740/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061742/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061744/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061745/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061746/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061747/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981172/+attachment/3061748/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 723841
   file-roller crashed with SIGSEGV in _gtk_marshal_BOOLEAN__BOXED()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/981172

Title:
  file-roller crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/981172/+subscriptions

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


[Bug 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-04-13 Thread Darius
This error happens only in Unity, not when I'm in Gnome-shell. Launching
Firefox  just after booting into Unity desktop seems tiggers this error?
I'm on dell machine with nvidia drivers.

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

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+subscriptions

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


[Bug 981165] Re: Does not detect hotplugged Olympus VG-130 Camera

2012-04-13 Thread Denys-potapov
** Description changed:

  Can't mount Olympus VG-130 Camera (on other PC on windows XP everything
  work fine).
  
  When plug the camera in USB device is detected:
- Bus 001 Device 006: ID 07b4:0126 Olympus Optical Co., Ltd 
+ Bus 001 Device 006: ID 07b4:0126 Olympus Optical Co., Ltd
  
- But no new storage device appears.
+ But no new storage device appears. When i use the card reader to read
+ the card, everything works fine. So the card is formated and work
+ properly.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gvfs 1.12.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  CheckboxSubmission: d25103eb49b2209d9458f8552748f8af
  CheckboxSystem: fcdd340185c9db7431dce520c1b1ae62
  Date: Fri Apr 13 23:55:46 2012
  GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
  HotplugNewDevices: /dev/sdb /dev/sdb1
  HotplugNewMounts:
-  
+ 
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  ProcEnviron:
-  LANGUAGE=ru_UA:ru
-  PATH=(custom, no user)
-  LANG=ru_UA.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=ru_UA:ru
+  PATH=(custom, no user)
+  LANG=ru_UA.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gvfs
  Symptom: storage
  Title: Does not detect hotplugged storage device
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Does not detect hotplugged Olympus VG-130 Camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981165/+subscriptions

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

[Bug 876532] Re: bluetooth-applet crashed with SIGSEGV in g_closure_invoke()

2012-04-13 Thread Paulo Novais
This bug will not be corrected?
Continues to happen exactly as was originally reported.
The solution is then what, for those who want to use Ubuntu and can not access 
external devices by Bluetoth?

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Expired => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu.
https://bugs.launchpad.net/bugs/876532

Title:
  bluetooth-applet crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/876532/+subscriptions

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


[Bug 981165] Re: Does not detect hotplugged Olympus VG-130 Camera

2012-04-13 Thread Denys-potapov
Bug #913567
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913567) looks like
pretty the same.

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

Title:
  Does not detect hotplugged Olympus VG-130 Camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981165/+subscriptions

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


[Bug 981165] [NEW] Does not detect hotplugged Olympus VG-130 Camera

2012-04-13 Thread Denys-potapov
Public bug reported:

Can't mount Olympus VG-130 Camera (on other PC on windows XP everything
work fine).

When plug the camera in USB device is detected:
Bus 001 Device 006: ID 07b4:0126 Olympus Optical Co., Ltd

But no new storage device appears. When i use the card reader to read
the card, everything works fine. So the card is formated and work
properly.


ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gvfs 1.12.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
CheckboxSubmission: d25103eb49b2209d9458f8552748f8af
CheckboxSystem: fcdd340185c9db7431dce520c1b1ae62
Date: Fri Apr 13 23:55:46 2012
GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
HotplugNewDevices: /dev/sdb /dev/sdb1
HotplugNewMounts:

InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 LANGUAGE=ru_UA:ru
 PATH=(custom, no user)
 LANG=ru_UA.UTF-8
 SHELL=/bin/bash
SourcePackage: gvfs
Symptom: storage
Title: Does not detect hotplugged storage device
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Does not detect hotplugged Olympus VG-130 Camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981165/+subscriptions

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

[Bug 981165] Re: Does not detect hotplugged Olympus VG-130 Camera

2012-04-13 Thread Denys-potapov
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/981165

Title:
  Does not detect hotplugged Olympus VG-130 Camera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/981165/+subscriptions

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


[Bug 981139] Re: the evolution after update ubuntu 4.11 no longer accesses the pop3 and smtp servers

2012-04-13 Thread Savio Andre
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/981139

Title:
  the evolution after update ubuntu 4.11 no longer accesses the pop3 and
  smtp servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/981139/+subscriptions

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


[Bug 981139] [NEW] the evolution after update ubuntu 4.11 no longer accesses the pop3 and smtp servers

2012-04-13 Thread Savio Andre
Public bug reported:

When upgrading from version 10.10 to ubuntu11.04 the evolution can not
access the pop3 and smtp servers.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evolution 2.32.2-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-14.58-generic 2.6.38.8
Uname: Linux 2.6.38-14-generic i686
NonfreeKernelModules: wl fglrx
Architecture: i386
Date: Fri Apr 13 17:16:43 2012
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 SHELL=/bin/bash
 LANGUAGE=pt_BR:en
 LANG=pt_BR.UTF-8
SourcePackage: evolution
UpgradeStatus: Upgraded to natty on 2012-04-13 (0 days ago)

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


** Tags: apport-bug apport-lpi i386 natty running-unity

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

Title:
  the evolution after update ubuntu 4.11 no longer accesses the pop3 and
  smtp servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/981139/+subscriptions

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


[Bug 981133] Re: wallpaper from subfolder of "pictures" does not remain in list and does not appear on login screen

2012-04-13 Thread Felix Haller
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/981133

Title:
  wallpaper from subfolder of "pictures" does not remain in list and
  does not appear on login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/981133/+subscriptions

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


[Bug 981133] [NEW] wallpaper from subfolder of "pictures" does not remain in list and does not appear on login screen

2012-04-13 Thread Felix Haller
Public bug reported:

To reproduce:

1st step:
* open the "appearance" dialog
* select a wallpaper from a subfolder of the "pictures"-folder by clicking the 
+ button below the wallpaper grid
* it will appear in the grid and the wallpaper will be set
* close the dialog
* open it again
* the wallpaper will be gone off the grid

2nd step:
* log off
* the login screen will appear
* the wallpaper is not the one you have set (it's the default wallpaper)
* login
* the wallpaper will be the one you have set

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Fri Apr 13 21:59:48 2012
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120411.1)
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu1

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/981133

Title:
  wallpaper from subfolder of "pictures" does not remain in list and
  does not appear on login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/981133/+subscriptions

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


[Bug 981127] Re: Nautilus doesn't show an error message when trying to open a directory without execute permission while logged in to a ssh server

2012-04-13 Thread Henrique Camargo
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/981127

Title:
  Nautilus doesn't show an error message when trying to open a directory
  without execute permission while logged in to a ssh server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981127/+subscriptions

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


[Bug 981127] [NEW] Nautilus doesn't show an error message when trying to open a directory without execute permission while logged in to a ssh server

2012-04-13 Thread Henrique Camargo
Public bug reported:

While logged to a ssh server using Nautilus and you double-click to open
a directory that the current user doesn't have execute permissions,
nautilus opens the directory and shows an empty directory instead of
showing an error message. There's no way to tell if the directory is
actually empty or if the user doesn't have the necessary permissions.

Steps to reproduce:
  1) Log in to the remote server using ssh in a terminal
$ ssh username@server
  1) Create a directory
$ mkdir test
  2) Create a file inside that directory
$ cd test
$ touch file
  3) Revoke the execute permission on that directory
$ cd ..
$ chmod -x test
  4) Open the ssh server using Nautilus
File -> Connect to Server...
  5) Open that directory using Nautilus

What I expected:
  Nautilus should show some kind of visual clue that the user doesn't have the 
necessary permissions to open that directory.

What happened instead:
  Nautilus didn't gave a warning or error message and showed me an empty 
directory which is misleading.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Fri Apr 13 16:26:39 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '800x550+126+367'
 org.gnome.nautilus.window-state sidebar-width 220
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi precise

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

Title:
  Nautilus doesn't show an error message when trying to open a directory
  without execute permission while logged in to a ssh server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981127/+subscriptions

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


[Bug 981128] [NEW] Alphabetical sort broken

2012-04-13 Thread PArnal
Public bug reported:

The 2-10 episode is in the wrong place in Nautilus an d in the rtight
one with ls.

See attached capture

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu4.2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Apr 13 21:35:56 2012
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (182 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Alphabetical sort broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981128/+subscriptions

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


[Bug 981128] Re: Alphabetical sort broken

2012-04-13 Thread PArnal
** Attachment added: "Capture du 2012-04-13 21:35:24.png"
   
https://bugs.launchpad.net/bugs/981128/+attachment/3061414/+files/Capture%20du%202012-04-13%2021%3A35%3A24.png

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

Title:
  Alphabetical sort broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981128/+subscriptions

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


[Bug 980022] Re: Draging evolution's "inbox" block into firefox window blocks all system input

2012-04-13 Thread Michael
** Summary changed:

- System input block after draging inbox block from evolution into firefox 
window
+ Draging evolution's "inbox" block into firefox window blocks all system input

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

Title:
  Draging evolution's "inbox" block into firefox window blocks all
  system input

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/980022/+subscriptions

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


[Bug 980625] Re: Missing compact icon layout option in Nautilus

2012-04-13 Thread Lamer
Now I also updated to Nautilus 3.4 and it is still the same as depicted
on screenshot above.

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

Title:
  Missing compact icon layout option in Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/980625/+subscriptions

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


[Bug 493396] Re: gedit plugin -- add optional code folding

2012-04-13 Thread Bug Watch Updater
** Changed in: gedit-plugins
   Status: Unknown => Confirmed

** Changed in: gedit-plugins
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/493396

Title:
  gedit plugin -- add optional code folding

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit-plugins/+bug/493396/+subscriptions

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


[Bug 507050] Re: nautilus-sendto crashed with SIGSEGV in magazine_chain_pop_head()

2012-04-13 Thread Bug Watch Updater
** Changed in: nautilus-sendto
   Status: New => Fix Released

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

Title:
  nautilus-sendto crashed with SIGSEGV in magazine_chain_pop_head()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-sendto/+bug/507050/+subscriptions

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


[Bug 978728] Re: Google Calendar broken : Unable to create calendar object : The calendar doesn't exists

2012-04-13 Thread Terry Jones
** Changed in: evolution (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Google Calendar broken : Unable to create calendar object : The
  calendar doesn't exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/978728/+subscriptions

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

[Bug 981110] Re: Combo box for selection of the status in Empathy application has unstable background color when the system theme is changed

2012-04-13 Thread antonioni
** Attachment added: "The background color of the selector becomes dark and 
difficult to read"
   https://bugs.launchpad.net/bugs/981110/+attachment/3061321/+files/out.ogv

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

Title:
  Combo box for selection of the status in Empathy application has
  unstable background color when the system theme is changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/981110/+subscriptions

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


[Bug 981110] [NEW] Combo box for selection of the status in Empathy application has unstable background color when the system theme is changed

2012-04-13 Thread antonioni
Public bug reported:

If the theme of the system is re-changed to Ambiance, the background
color of the status selector becomes difficult to read (it turns into a
dark color).

If the original theme is Ambiance, the background color is light.

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


** Tags: background box color combo empathy read

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

Title:
  Combo box for selection of the status in Empathy application has
  unstable background color when the system theme is changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/981110/+subscriptions

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


[Bug 977620] Re: Testing Sound through mbox2 after testing sound through analog output[soundnua]: gnome-control-center crashed with SIGSEGV in vfprintf()

2012-04-13 Thread John Gruber
commenting out the required volume has corrected my issue.  I can now
launch the sound preferences.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/977620

Title:
  Testing Sound through mbox2 after testing sound through analog
  output[soundnua]: gnome-control-center crashed with SIGSEGV in
  vfprintf()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/977620/+subscriptions

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


[Bug 981102] ThreadStacktrace.txt

2012-04-13 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981102/+attachment/3061289/+files/ThreadStacktrace.txt

** Changed in: rhythmbox (Ubuntu)
   Status: New => Invalid

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

Title:
  rhythmbox-metadata crashed with SIGFPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981102/+subscriptions

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


[Bug 981099] Re: metacity crashed with SIGSEGV

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 814675 ***
https://bugs.launchpad.net/bugs/814675

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #814675, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981099/+attachment/3061256/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061258/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061260/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061261/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061262/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061263/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981099/+attachment/3061264/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 814675
   metacity crashed with SIGSEGV

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  metacity crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/981099/+subscriptions

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


[Bug 981102] Crash report cannot be processed

2012-04-13 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

libplymouth2 version 0.8.2-2ubuntu29 required, but 0.8.2-2ubuntu30 is available
outdated debug symbol package for libplymouth2: package version 0.8.2-2ubuntu30 
dbgsym version 0.8.2-2ubuntu29
outdated debug symbol package for libv4l-0: package version 0.8.6-1ubuntu1 
dbgsym version 0.8.5-3ubuntu2
plymouth version 0.8.2-2ubuntu29 required, but 0.8.2-2ubuntu30 is available
outdated debug symbol package for plymouth: package version 0.8.2-2ubuntu30 
dbgsym version 0.8.2-2ubuntu29


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981102/+attachment/3061268/+files/CoreDump.gz

** Tags removed: need-amd64-retrace

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

Title:
  rhythmbox-metadata crashed with SIGFPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981102/+subscriptions

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


[Bug 981102] Stacktrace.txt

2012-04-13 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981102/+attachment/3061288/+files/Stacktrace.txt

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

Title:
  rhythmbox-metadata crashed with SIGFPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981102/+subscriptions

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


[Bug 981102]

2012-04-13 Thread Apport retracing service
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()

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

Title:
  rhythmbox-metadata crashed with SIGFPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981102/+subscriptions

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


[Bug 620528] Re: mouse back button nautilus list

2012-04-13 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Invalid

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

Title:
  mouse back button nautilus list

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/620528/+subscriptions

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


[Bug 908348] Re: empathy-accounts crashed with SIGSEGV in handle_property_changed()

2012-04-13 Thread Bug Watch Updater
** Changed in: empathy
   Status: Incomplete => Expired

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

Title:
  empathy-accounts crashed with SIGSEGV in handle_property_changed()

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/908348/+subscriptions

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


[Bug 981102] Re: rhythmbox-metadata crashed with SIGFPE

2012-04-13 Thread Linux Lover
** Visibility changed to: Public

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

Title:
  rhythmbox-metadata crashed with SIGFPE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/981102/+subscriptions

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


[Bug 980625] Re: Missing compact icon layout option in Nautilus

2012-04-13 Thread Lamer
Here is screenshot explaining what I described in the bug report above,
I hope it is more clear now.

** Attachment added: "Screenshot of the problem"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/980625/+attachment/3061255/+files/Screenshot.png

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

Title:
  Missing compact icon layout option in Nautilus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/980625/+subscriptions

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


[Bug 981084] Re: variable button's height

2012-04-13 Thread Fabio Marconi
** Description changed:

  Hello
  Testcase:
  - right click somewhere
  - slowly scroll down the entries till they start tremble
+ This happens in others situations and randomly
  See attached screencast
  
  Thanks
  fabio
  ---
  Ubuntu Bug Squad volunteer triager
  http://wiki.ubuntu.com/BugSquad
  
- ProblemType: Bug
- DistroRelease: Ubuntu 12.04
+ ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.4.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  Uname: Linux 3.2.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: amd64
  Date: Fri Apr 13 21:06:22 2012
  GsettingsChanges:
-  org.gnome.nautilus.window-state geometry '1280x662+84+77'
-  org.gnome.nautilus.window-state maximized true
- InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
- SourcePackage: nautilus
+  org.gnome.nautilus.window-state geometry '1280x662+84+77'
+  org.gnome.nautilus.window-state maximized trueInstallationMedia: Ubuntu 
11.10 "Oneiric Ocelot" - Release amd64 (20111012)SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  variable button's height

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981084/+subscriptions

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

[Bug 749719] Re: nautilus crashed with SIGABRT

2012-04-13 Thread Sascha Biermanns
This bug is now new on every login to Unity since yesterday evening in
12.04 LTS Beta 2 nightly build - and I even don't open nautilus on
startup, so I can't tell you, what triggers this bug :\

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

Title:
  nautilus crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/749719/+subscriptions

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


[Bug 981084] Re: variable button's height

2012-04-13 Thread Fabio Marconi
** Attachment added: "nautilus.mp4"
   
https://bugs.launchpad.net/bugs/981084/+attachment/3061122/+files/nautilus.mp4

** Tags added: screencast

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

Title:
  variable button's height

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981084/+subscriptions

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


[Bug 981084] [NEW] variable button's height

2012-04-13 Thread Fabio Marconi
Public bug reported:

Hello
Testcase:
- right click somewhere
- slowly scroll down the entries till they start tremble
See attached screencast

Thanks
fabio
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Fri Apr 13 21:06:22 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '1280x662+84+77'
 org.gnome.nautilus.window-state maximized true
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise screencast

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

Title:
  variable button's height

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981084/+subscriptions

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


[Bug 120060] Re: All emails with an encoding tag of gb2312 or gbk should be encoded in gb18030

2012-04-13 Thread Bug Watch Updater
** Changed in: evolution
   Status: New => Fix Released

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

Title:
  All emails with an encoding tag of gb2312 or gbk should be encoded in
  gb18030

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/120060/+subscriptions

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


[Bug 899858] Re: regression in gvfs to connect/browse using obex

2012-04-13 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New => Confirmed

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

Title:
  regression in gvfs to connect/browse using obex

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/899858/+subscriptions

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


[Bug 968186] Re: gvfsd-gphoto2 crashed with SIGSEGV in __pthread_mutex_destroy()

2012-04-13 Thread Bug Watch Updater
** Changed in: gvfs
   Status: In Progress => Fix Released

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

Title:
  gvfsd-gphoto2 crashed with SIGSEGV in __pthread_mutex_destroy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/968186/+subscriptions

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


[Bug 981051] Re: nautilus crashed with SIGABRT in raise()

2012-04-13 Thread Apport retracing service
*** This bug is a duplicate of bug 905686 ***
https://bugs.launchpad.net/bugs/905686

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #905686, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/981051/+attachment/3060783/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060785/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060786/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060787/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060788/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060789/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/981051/+attachment/3060790/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 905686
   nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: 
Assertion `ret != inval_id' failed.

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  nautilus crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981051/+subscriptions

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


[Bug 981070] Re: Alphabetical sort seems broken

2012-04-13 Thread PArnal
** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/981070/+attachment/3060951/+files/Capture%20du%202012-04-13%2020%3A43%3A27.png

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

Title:
  Alphabetical sort seems broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981070/+subscriptions

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


[Bug 981070] [NEW] Alphabetical sort seems broken

2012-04-13 Thread PArnal
Public bug reported:

Alphabetical sort seems broken on long filenames.
An ls command gives the correct output.

patrice@internity:/media/1816e7d2-6980-472d-bd32-5846a5d6df34/patrice/Vidéos/tsukaima/Zero
 no Tsukaima saiso
n2$ ls -l
total 2709956
-rw-r--r-- 1 patrice patrice 224958596 avril 13 05:30 Zero no Tsukaima 2-01 - 
La reine Zero.avi
-rw-r--r-- 1 patrice patrice 276499400 avril 13 08:31 Zero no Tsukaima 2-02 - 
Le serment de l'eau et du vent.avi
-rw-r--r-- 1 patrice patrice 225792734 avril 13 11:15 Zero no Tsukaima 2-03 - 
L'épée du prêtre.avi
...

but in Nautilus, the 2-10 is before the 2-01 and not between 2-09 and
2-11

Screen-shot attached.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nautilus 1:3.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Fri Apr 13 20:45:57 2012
GsettingsChanges:
 org.gnome.nautilus.window-state geometry '840x548+0+24'
 org.gnome.nautilus.window-state start-with-sidebar false
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Alphabetical sort seems broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/981070/+subscriptions

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

[Bug 975941] Re: [soundnua]: Spurious "Digital Output S/PDIF" output entry for USB headset

2012-04-13 Thread Captain Chaos
I have added the requested line to USB-Audio.conf, and it has succeeded
in removing the spurious "Digital Output" entry from the Sound Settings!

However, the headset is still identified as "Speakers" in the Sound
Settings, instead of "Headphones" (even though the icon is a headset).

** Changed in: alsa-lib (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/975941

Title:
  [soundnua]: Spurious "Digital Output S/PDIF" output entry for USB
  headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/975941/+subscriptions

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


[Bug 981065] Re: Deleted account always reappears after a reboot

2012-04-13 Thread Alexander Kallenbach
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/981065

Title:
  Deleted account always reappears after a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/981065/+subscriptions

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


[Bug 981065] [NEW] Deleted account always reappears after a reboot

2012-04-13 Thread Alexander Kallenbach
Public bug reported:

I've got a mysterious account in my empathy account list. It seems to be
a mixture of to of my accounts (credentials of my sip account and it is
marked as a google talk account). If I delete the account it disappears
but after a reboot it is there again.

In addition: If I end Empathy and try to restart it again it seems to
have problems to get access to the account settings, I get the following
error message:

"Fehler beim Aufruf der Kontenverwaltung

Es ist ein Fehler beim Verbinden zur Telepathy-Kontenverwaltung
aufgetreten. Fehlermeldung war:

Did not receive a reply. Possible causes include: the remote application
did not send a reply, the message bus security policy blocked the reply,
the reply timeout expired, or the network connection was broken."

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.4.0.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
Date: Fri Apr 13 20:42:50 2012
SourcePackage: empathy
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Deleted account always reappears after a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/981065/+subscriptions

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


[Bug 980809] Re: Intuos4 Medium touch wheel doesn't scroll web pages

2012-04-13 Thread Timo Aaltonen
It's due to gnome-settings-daemon's wacom plugin defaults. This could
also be a "wontfix", since you can map them as you please, and the
driver defaults might not be the "correct" ones in the long run..

** Package changed: xf86-input-wacom (Ubuntu) => gnome-settings-daemon
(Ubuntu)

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/980809

Title:
  Intuos4 Medium touch wheel doesn't scroll web pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/980809/+subscriptions

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


[Bug 980809] [NEW] Intuos4 Medium touch wheel doesn't scroll web pages

2012-04-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It used to be that by default Intuos4 touch wheel scrolled web pages in
web browsers, now it doesn't happen anymore.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-input-wacom 1:0.14.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
Date: Fri Apr 13 16:33:26 2012
DistUpgraded: 2012-04-13 00:11:18,624 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: Gigabyte Technology Co., Ltd. GA-880GM-USB3
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic 
root=UUID=b6a73a08-d07b-4219-8993-86d3bba6442b ro quiet splash vt.handoff=7
SourcePackage: xf86-input-wacom
UpgradeStatus: Upgraded to precise on 2012-04-12 (0 days ago)
dmi.bios.date: 03/14/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FC
dmi.board.name: GA-880GM-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFC:bd03/14/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-880GM-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-880GM-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: GA-880GM-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz 1:0.9.7.4-0ubuntu3
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: amd64 apport-bug precise ubuntu
-- 
Intuos4 Medium touch wheel doesn't scroll web pages
https://bugs.launchpad.net/bugs/980809
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 486358] Re: Forward/back mouse buttons don't work in list view

2012-04-13 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown => Fix Released

** Changed in: nautilus
   Importance: Unknown => Medium

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

Title:
  Forward/back mouse buttons don't work in list view

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/486358/+subscriptions

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


[Bug 844535] Re: No Profiles for Network Proxy

2012-04-13 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/844535

Title:
  No Profiles for Network Proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/844535/+subscriptions

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


[Bug 973620] Re: Move to trash undoing fails when path contains Scandinavian letters

2012-04-13 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => Fix Released

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

Title:
  Move to trash undoing fails when path contains Scandinavian letters

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/973620/+subscriptions

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


[Bug 949414] Re: Some GTK+3 events are not emitted when using a touchpad (but are with a mouse)

2012-04-13 Thread Sergey "Shnatsel" Davidoff
** Changed in: elementaryos
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/949414

Title:
  Some GTK+3 events are not emitted when using a touchpad (but are with
  a mouse)

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/949414/+subscriptions

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


[Bug 978600] Re: Disabling some key servers in the search dialog stops all results

2012-04-13 Thread Bug Watch Updater
** Changed in: seahorse
   Status: New => Fix Released

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

Title:
  Disabling some key servers in the search dialog stops all results

To manage notifications about this bug go to:
https://bugs.launchpad.net/seahorse/+bug/978600/+subscriptions

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


[Bug 83142] I can't believe you helped me save over $1, 000 on this watches

2012-04-13 Thread boucek
Hello Customer
 
Don't hesitate. We do our best to satisfy our customers and ensure fast 
delivery and excellent service. If you receive a damaged watch we will ship 
another one to you free of charge.
Make your order before the prices go up.
 
**
Today I received my two watches. Both watches were spectacular, you guys did a 
wonderful job and I will definitely recommend you to all my friends!
Thankee!
 Marla Friedman
**

Click here ---> http://ranoa.ru

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/83142

Title:
  crash on XSetIMValues() call when using xim and esperanto locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/83142/+subscriptions

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


[Bug 978825] Re: Seeking disabled when starting podcast after downloading it

2012-04-13 Thread Captain Chaos
Annoyingly, it doesn't happen every time. I will try to determine what
the pattern is, if any.

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

Title:
  Seeking disabled when starting podcast after downloading it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/978825/+subscriptions

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


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-13 Thread Bug Watch Updater
** Changed in: gnome-keyring (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

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


[Bug 980958] Re: Evolution interface appears untranslated

2012-04-13 Thread Redmar
Translations are now correct, after updating from the main server
instead of the mirror. Closing the bug

** Changed in: ubuntu-translations
   Status: New => Invalid

** Changed in: evolution (Ubuntu)
   Status: New => Invalid

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

Title:
  Evolution interface appears untranslated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/980958/+subscriptions

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


[Bug 673355] Re: yelp crashes with Yelp:ERROR:yelp-document.c:275:yelp_document_cancel_page: assertion failed: (document != NULL && YELP_IS_DOCUMENT (document))

2012-04-13 Thread Robert Roth
I am closing this bug report as I have not experienced this since then.

** Changed in: yelp (Ubuntu)
   Status: New => Invalid

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

Title:
  yelp crashes with Yelp:ERROR:yelp-
  document.c:275:yelp_document_cancel_page: assertion failed: (document
  != NULL && YELP_IS_DOCUMENT (document))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/673355/+subscriptions

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


[Bug 899793] Re: Ubuntu One sync emblem ruins text icons

2012-04-13 Thread David López
Live icons is a great feature in my opinion. For example when I run
latex I obtain .tex, .log, .aux, .out and pdf files, and when I combine
latex and maxima I also generate .mxx, .mac and .mac.log files. 8 files
with the same name with only differ in extension, 7 of them text files.

My icons are not extremly large (they are "out of the box", I haven't
resize them) and I can see 4 lines of text, 5 characters in each line.
Those 20 characters allow me to instantly recognize which one is the
.tex file, wich one are .log, etc, I don't need to look at the
extension. That's the reason which I love live text icons. I attach a
picture.

** Attachment added: "Text icons"
   
https://bugs.launchpad.net/hundredpapercuts/+bug/899793/+attachment/3060091/+files/Pantallazo%20del%202012-04-13%2018%3A42%3A43.png

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

Title:
  Ubuntu One sync emblem ruins text icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/899793/+subscriptions

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


[Bug 872356] Re: empathy incorrectly shown running in messaging menu

2012-04-13 Thread Felix Haller
still buggy in precise with latest updates.

now the status in messaging menu shows "offline" but my empathy is
online and connected.

and when empathy is not running the messaging menu shows correctly
"offline" but there is still a triangle next to "chat".

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

Title:
  empathy incorrectly shown running in messaging menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/872356/+subscriptions

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


[Bug 938090] Re: apport-gtk crashed with SIGSEGV in _gtk_icon_helper_get_storage_type()

2012-04-13 Thread Martin Pitt
I don't think that we can land the real fix in GTK in time for precise,
so I'll work on a fix on the Apport side.

** Package changed: gtk+3.0 (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Triaged

** Also affects: Ubuntu Precise
   Importance: Undecided
   Status: Triaged

** Also affects: apport (Ubuntu Precise)
   Importance: Medium
 Assignee: Martin Pitt (pitti)
   Status: Confirmed

** Package changed: Ubuntu Precise => gtk+3.0 (Ubuntu Precise)

** Changed in: apport (Ubuntu Precise)
   Status: Confirmed => In Progress

** Changed in: gtk+3.0 (Ubuntu Precise)
   Status: Triaged => Won't Fix

** No longer affects: gtk+3.0 (Ubuntu Precise)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/938090

Title:
  apport-gtk crashed with SIGSEGV in _gtk_icon_helper_get_storage_type()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/938090/+subscriptions

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


[Bug 979436] Re: facebook passworld

2012-04-13 Thread alban
if it can help you ? 
thank for  your attention 

** Attachment added: "my screen"
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/979436/+attachment/3060032/+files/Capture%20du%202012-04-13%2018%3A23%3A00.png

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

Title:
  facebook passworld

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/979436/+subscriptions

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


[Bug 980958] [NEW] Evolution interface appears untranslated

2012-04-13 Thread Redmar
Public bug reported:

Evolution is completely untranslated to Dutch in fully up-to-date
precise. Evolution is fully translated on launchpad, and has been for a
long time. This is probably a recent regression, since I use it every
day and only noticed it today.

** Affects: ubuntu-translations
 Importance: Undecided
 Status: New

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


** Tags: precise

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

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

Title:
  Evolution interface appears untranslated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/980958/+subscriptions

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


[Bug 975941] Re: [soundnua]: Spurious "Digital Output S/PDIF" output entry for USB headset

2012-04-13 Thread Ubuntu Foundation's Bug Bot
The attachment "0001-alsa-lib-conf-block-S-PDIF-access-for-Sennheiser-
USB.patch" of this bug report has been identified as being a patch.  The
ubuntu-reviewers team has been subscribed to the bug report so that they
can review the patch.  In the event that this is in fact not a patch you
can resolve this situation by removing the tag 'patch' from the bug
report and editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-reviewers team please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/975941

Title:
  [soundnua]: Spurious "Digital Output S/PDIF" output entry for USB
  headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/975941/+subscriptions

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


[Bug 938090] [NEW] apport-gtk crashed with SIGSEGV in _gtk_icon_helper_get_storage_type()

2012-04-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

just crashed

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: apport-gtk 1.92-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
Uname: Linux 3.2.0-17-generic x86_64
ApportVersion: 1.92-0ubuntu1
Architecture: amd64
Date: Tue Feb 21 20:34:36 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/share/apport/apport-gtk
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120213)
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
SegvAnalysis:
 Segfault happened at: 0x7f9c20afda60:  mov0x18(%rdi),%rax
 PC (0x7f9c20afda60) ok
 source "0x18(%rdi)" (0x0018) not located in a known VMA region (needed 
readable region)!
 destination "%rax" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: apport
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_image_clear () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 gtk_image_set_from_pixbuf () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
 ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
Title: apport-gtk crashed with SIGSEGV in gtk_image_clear()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: Triaged

** Affects: apport (Ubuntu)
 Importance: Medium
 Assignee: Martin Pitt (pitti)
 Status: Confirmed

** Affects: gtk+3.0 (Ubuntu Precise)
 Importance: Undecided
 Status: Triaged

** Affects: apport (Ubuntu Precise)
 Importance: Medium
 Assignee: Martin Pitt (pitti)
 Status: Confirmed


** Tags: amd64 apport-crash bugpattern-needed patch precise
-- 
apport-gtk crashed with SIGSEGV in _gtk_icon_helper_get_storage_type()
https://bugs.launchpad.net/bugs/938090
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gtk+3.0 in Ubuntu.

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


  1   2   3   >