[Bug 989689] Re: Synaptics touchpad stops working

2012-06-20 Thread Eric Miao
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/989689

Title:
  Synaptics touchpad stops working

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

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


[Bug 989689] Re: Synaptics touchpad stops working

2012-06-20 Thread Eric Miao
As this could be related to the kernel hardware enabling, I've added
that as affected as well.

Jens, from the log it looks like you are using Oneiric with a 3.2 kernel
(from precise?). Could you do a test with a fresh installed Precise? And
if the issue still happens, could you please also make a test with
mainline kernel as well? Instructions are documented at:
https://wiki.ubuntu.com/Kernel/MainlineBuilds. Thanks

-- 
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/989689

Title:
  Synaptics touchpad stops working

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

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


[Bug 989689] Re: Synaptics touchpad stops working

2012-06-20 Thread Eric Miao
And if the mainline kernel build still has issue, please try apport-
collect to collect more information for debugging. Thanks.

-- 
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/989689

Title:
  Synaptics touchpad stops working

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

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


[Bug 946742] Re: Shotwell crashes on start with gstreamer0.10-vaapi

2012-05-07 Thread Eric Miao
I think playbin would not properly handle the VA elements. I tried,
although on an AMD APU platform, with xvba-va-driver, and was able to
play a mkv file with success. The command I used is as below:

  gst-launch-0.10 -v filesrc location=~/test.mkv ! matroskademux !
vaapidecode ! vaapisink

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

Title:
  Shotwell crashes on start with gstreamer0.10-vaapi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/946742/+subscriptions

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


[Bug 934192] Re: Files and fields with portuguese characters corrupts the database and idv (2/3?)

2012-04-24 Thread Eric Miao
Hi Almufadado, could you please test the latest ubuntu release, e.g.
daily live ISO? And what is the charset encoding for the tags in your
mp3 files. If this is caused by tags not in utf-8, could you try put
export GST_ID3_TAG_ENCODING=possible mp3 tags charset encoding (e.g.
ISO8859-15) to your .bashrc file and re-login to see if anything
changes?

You could also do a quick trial within a shell as:

$ set GST_ID3_TAG_ENCODING=...
$ gst-launch --tags uridecodebin uri=file:///path to your mp3 file ! fakesink

And see what's the output.

-- 
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/934192

Title:
  Files and fields with portuguese characters corrupts the database and
  idv (2/3?)

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

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


[Bug 819714] Re: Can not display GB2312/GB18030 encoded chinese files

2012-04-12 Thread Eric Miao
Well, I'd say an ideal solution would be for gedit to detect the
encoding by itself, and thus avoid all these tricky configurations. I've
experimented a bit with universalchardet, which comes with Mozilla
project, and its separate library libuchardet. I found it to be smart
enough in most cases. Attached is a preliminary patch I did to support
gedit with uchardet, for preliminary early preview.

I'll come up with a testing package a bit later.

** Patch added: uchardet.diff
   
https://bugs.launchpad.net/ubuntu/oneiric/+source/gedit/+bug/819714/+attachment/3052309/+files/uchardet.diff

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

Title:
  Can not display GB2312/GB18030 encoded chinese files

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

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


[Bug 819714] Re: Can not display GB2312/GB18030 encoded chinese files

2012-04-12 Thread Eric Miao
I've uploaded testing packages to
http://people.canonical.com/~ycmiao/lp819714/, please help test.

Note it's for precise, and one needs to install libuchardet0 firstly.

  $ sudo apt-get install libuchardet0
  $ sudo dpkg --install gedit*~lp819714_*.deb

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

Title:
  Can not display GB2312/GB18030 encoded chinese files

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/819714/+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-05 Thread Eric Miao
Confirmed that gvfs 1.12.0-0ubuntu3 fixed this issue for Precise. Thanks
seb128!

For Oneiric, the latest gvfs version seems to be 1.10.0-0ubuntu1, where
the fix doesn't seem to be there yet.

-- 
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 933418] Re: [12.04] libglib2.0-0 : Unable to open directory /usr/lib/gio/modules: Error opening directory '/usr/lib/gio/modules': No such file or directory

2012-03-30 Thread Eric Miao
*** This bug is a duplicate of bug 966173 ***
https://bugs.launchpad.net/bugs/966173

This is caused by incorrect postinst script in libglib2.0-0. In
debian/libglib2.0-0.postinst.in, around line 16:

  /usr/lib/x86_64-linux-gnu/gio/modules|/usr/lib/gio/modules)
# This is triggered everytime an application installs a GIO
# module into /usr/lib/x86_64-linux-gnu/gio/modules or the
# backwards-compatible /usr/lib/gio/modules directory
/usr/lib/x86_64-linux-gnu/glib-2.0/gio-querymodules 
/usr/lib/x86_64-linux-gnu/gio/modules /usr/lib/gio/modules
;;
  
While moved to multi-arch, /usr/lib/gio/modules could be non-existent, thus 
gio-querymodules will complain.

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

Title:
  [12.04] libglib2.0-0 : Unable to open directory /usr/lib/gio/modules:
  Error opening directory '/usr/lib/gio/modules': No such file or
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/933418/+subscriptions

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


[Bug 933418] Re: [12.04] libglib2.0-0 : Unable to open directory /usr/lib/gio/modules: Error opening directory '/usr/lib/gio/modules': No such file or directory

2012-03-30 Thread Eric Miao
*** This bug is a duplicate of bug 966173 ***
https://bugs.launchpad.net/bugs/966173

The attached patch will likely fix the problem.

** Patch added: 62_suppress-error-message-of-nonexistent-directory.patch
   
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/933418/+attachment/2965357/+files/62_suppress-error-message-of-nonexistent-directory.patch

** This bug has been marked a duplicate of bug 966173
   0.12 : Unable to open directory /usr/lib/gio/modules: Error opening 
directory '/usr/lib/gio/modules': No such file or directory

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

Title:
  [12.04] libglib2.0-0 : Unable to open directory /usr/lib/gio/modules:
  Error opening directory '/usr/lib/gio/modules': No such file or
  directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/933418/+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-03-30 Thread Eric Miao
I did some more testings:

1. checked the source, there are two libdbus-glib functions locally
implemented in daemon/dbus-gmain.c, which are

  - dbus_connection_setup_with_g_main
  - dbus_server_setup_with_g_main

  as talked with seb128 and pitti, I did a trial building after renaming
these functions to local_*. gvfs-mount exited immediately with the error
message below:

  $ gvfs-mount obex://[00:1f:5c:01:ac:64]
  Error mounting location: DBus error org.freedesktop.DBus.Error.NoReply: 
Message did not receive a reply (timeout by message bus)

  Note this happened almost immediately, and followed by a crash report of 
gvfsd-obexftp, title of which being:
  gvfsd-obexftp crashed with SIGSEGV in _dbus_message_new_from_gerror()

2. Confirmed that making libgvfsdaemon statically linked is enough to
solve this issue. Attached is the minimal change I used.

** Patch added: fix-lp899858.patch
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/899858/+attachment/2967266/+files/fix-lp899858.patch

-- 
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 966173] Re: 0.12 : Unable to open directory /usr/lib/gio/modules: Error opening directory '/usr/lib/gio/modules': No such file or directory

2012-03-30 Thread Eric Miao
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  0.12 : Unable to open directory /usr/lib/gio/modules: Error opening
  directory '/usr/lib/gio/modules': No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/d-conf/+bug/966173/+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-03-30 Thread Eric Miao
Checked with daemon/Makefile.am, obexftp is special because of a
different linkage below:

  gvfsd_obexftp_LDADD = $(OBEXFTP_LIBS) $(EXPAT_LIBS) $(libraries)
  if USE_HAL
  gvfsd_obexftp_LDADD += $(HAL_LIBS)
  endif

After configuration, OBEXFTP_LIBS is

  OBEXFTP_LIBS = -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0
-lglib-2.0 -lbluetooth

So apparently libdbus-glib-1 has the priority to be linked first, and
all invocations of the dbus-glib functions call into the system wide
library firstly.

libgvfsdaemon.so doesn't not link to dbus-glib-1, but links to the local
dbus-gmain.c, which means some other calls into libgvfsdaemon.so could
end up calling the functions in dbus-gmain.c, which creates a more
complicated mixture.

At this moment, and considering the upstream is working on a solution, I
believe a quicker way would be to make libgvfsdaemon statically linked.

-- 
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 899858] Re: regression in gvfs to connect/browse using obex

2012-03-28 Thread Eric Miao
This is really weird. The problem is with gvfsd-obexftp not able to
receive the method call return from GVFS Daemon (gvfsd) after sent
registerMount. The mount is actually done, however, with the method call
return reply is lost on dbus, it never reaches back to gvfsd-obexftp.
This does not happen with other protocols like sftp and smb. So far I do
not see a direct connection that this is related to some part of the
code being made as a shared object.

-- 
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 899858] Re: regression in gvfs to connect/browse using obex

2012-03-28 Thread Eric Miao
OK, here's the theory of root cause, checking the source code, there is
a private implementation of dbus-glib in daemon/dbus-gmain.c. The API is
a redundant of the system wide libdbus-glib. While static linked, the
private implementation will be used, however, when dynamically linked,
the system wide libdbus-glib has the priority over. And this happens for
gvfsd-obexftp, as it seems to be the only one using this API. Before
this can be fully fixed in upstream, a temporary workaround of static
linking against libdaemon for gvfsd-obexftp is a rationale one.

-- 
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 899858] Re: regression in gvfs to connect/browse using obex

2012-03-22 Thread Eric Miao
** Bug watch added: GNOME Bug Tracker #672114
   https://bugzilla.gnome.org/show_bug.cgi?id=672114

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

-- 
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 891444] Re: Unable to browse bluetooth device: Connection refused (111)

2012-03-22 Thread Eric Miao
*** This bug is a duplicate of bug 899858 ***
https://bugs.launchpad.net/bugs/899858

** This bug has been marked a duplicate of bug 899858
   regression in gvfs to connect/browse using obex

-- 
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/891444

Title:
  Unable to browse bluetooth device: Connection refused (111)

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

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


[Bug 669715] Re: paste doesn't work from menu or shortcut

2010-11-09 Thread Eric Miao
*** This bug is a duplicate of bug 630383 ***
https://bugs.launchpad.net/bugs/630383

** This bug has been marked a duplicate of bug 630383
   Gnome-terminal paste keyboard shortcut does not work
 * You can subscribe to bug 630383 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/630383/+subscribe

-- 
paste doesn't work from menu or shortcut
https://bugs.launchpad.net/bugs/669715
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 528524] Re: Sound not working in all apps on dove

2010-03-22 Thread Eric Miao
Martin, aplay works fine here with non-48000Hz .wav, at least for
8000Hz, 16000Hz and 48000Hz, not tried 44100Hz as I don't have any
sample wav here.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-20 Thread Eric Miao
OK, unmute HP made the sound now. One finding here: by killing
pulseaudio I can now hear the music from Rhythmbox.

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 528524] Re: Sound not working in all apps on dove

2010-03-20 Thread Eric Miao
See the attached pulseverbose.log, looks like it's a permission issue.
I've su'ed into root, and run pulseaudio as root, now I can hear the
sound from Rythmbox.

** Attachment added: pulseverbose.log
   http://launchpadlibrarian.net/41379014/pulseverbose.log

-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


Re: [Bug 528524] Re: Sound not working in all apps on dove

2010-03-19 Thread Eric Miao
Saeed,

speaker-test doesn't give me a sound here. There any switches to be
tuned?

On Thu, Mar 11, 2010 at 1:14 AM, Saeed Bishara sa...@marvell.com wrote:
 sudo speaker-test -t wav -r 48000 worked fine to me.
 speaker-test -t wav -r 44100 failed on Sample rate doesn't match (48000) for 
 /usr/share/sounds/alsa/Front_Left.wav

 I hear nothing when running: paplay /usr/share/sounds/alsa/Side_Left.wav
 attached my pulse log.


 ** Attachment added: pulseverbose_saeed.log
   http://launchpadlibrarian.net/40706749/pulseverbose_saeed.log

 --
 Sound not working in all apps on dove
 https://bugs.launchpad.net/bugs/528524
 You received this bug notification because you are a member of Ubuntu
 Audio Team, which is subscribed to pulseaudio in ubuntu.

 Status in “linux-mvl-dove” package in Ubuntu: New
 Status in “pulseaudio” package in Ubuntu: Incomplete
 Status in “totem” package in Ubuntu: New
 Status in “linux-mvl-dove” source package in Lucid: New
 Status in “pulseaudio” source package in Lucid: Incomplete
 Status in “totem” source package in Lucid: New

 Bug description:
 Binary package hint: pulseaudio

 Following the instructions in bug #451635, I can get sound somewhat working 
 in Lucid with X0 hardware.  Speaker-test works at least.  However, if I try 
 to play an audio file with totem, for instance, I get no sound.

 ProblemType: Bug
 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
 Architecture: armel
 Date: Fri Feb 26 10:03:14 2010
 DistroRelease: Ubuntu 10.04
 InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha armel+dove 
 (20100224.1)
 Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu11
 ProcEnviron:
  LANG=en_US.utf8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.32-201.10-hostname
 SourcePackage: pulseaudio
 Uname: Linux 2.6.32-201-dove armv7l




-- 
Sound not working in all apps on dove
https://bugs.launchpad.net/bugs/528524
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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

[Bug 514569] [NEW] [dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()

2010-01-29 Thread Eric Miao
Public bug reported:

Binary package hint: gnome-panel

Binary package hint: gnome-panel

gnome-panel crashed with SIGSEGV, traced with gdb and found it crashed
within pango_layout_get_extents_internal(). Yet the root cause seems to be
in the parameter passing from get_layout_location() at gtklabel.c to pango.
Checked the source, and looks like pango is built with thumb2 while gtk2
isn't.

apport-bug on dove doesn't seem to work correctly, so the files will be
uploaded individually.

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

-- 
[dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()
https://bugs.launchpad.net/bugs/514569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 514569] Re: [dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()

2010-01-29 Thread Eric Miao

** Attachment added: _usr_bin_gnome-panel.1000.crash
   http://launchpadlibrarian.net/38542505/_usr_bin_gnome-panel.1000.crash

-- 
[dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()
https://bugs.launchpad.net/bugs/514569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 514569] Re: [dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()

2010-01-29 Thread Eric Miao

** Attachment added: gdb-gnome-panel.txt
   http://launchpadlibrarian.net/38542585/gdb-gnome-panel.txt

-- 
[dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()
https://bugs.launchpad.net/bugs/514569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 514569] Re: [dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()

2010-01-29 Thread Eric Miao

** Attachment added: Architecture
   http://launchpadlibrarian.net/38542728/Architecture

-- 
[dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()
https://bugs.launchpad.net/bugs/514569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 514569] Re: [dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()

2010-01-29 Thread Eric Miao
*** This bug is a duplicate of bug 512515 ***
https://bugs.launchpad.net/bugs/512515


** Attachment added: DistroRelease
   http://launchpadlibrarian.net/38543498/DistroRelease

-- 
[dove] gnome-panel crashed with SIGSEGV in pango_layout_get_extents_internal()
https://bugs.launchpad.net/bugs/514569
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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