[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

[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

[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.

[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 --

[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

[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.

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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:

[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

[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

[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

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

[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

[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

[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

[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,

[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()