[Bug 881655] Re: Bad date in picture property dialog

2011-10-26 Thread Haitao Li
Could you please paste how exif prints the date for reference? Using command: exif --no-fixup the-photo.jpg | grep -i date (Install exif by "sudo apt-get install exif", if exif is not installed.) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 880125] Re: nautilus ignores hidden file size when calculating directory disk occupancy

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 33883 *** https://bugs.launchpad.net/bugs/33883 ** This bug has been marked a duplicate of bug 33883 hidden files not included in directory 'properties' -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subsc

[Bug 871978] Re: [wishlist] please bring back possibility to open files with commandline

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 853061 *** https://bugs.launchpad.net/bugs/853061 ** Also affects: nautilus via https://bugzilla.gnome.org/show_bug.cgi?id=650284 Importance: Unknown Status: Unknown ** This bug has been marked a duplicate of bug 853061 New "Open with" in rig

[Bug 734212] Re: Crashes when entering the /usr/bin directory

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 597639 *** https://bugs.launchpad.net/bugs/597639 ** This bug has been marked a duplicate of bug 597639 nautilus crashes on opening folder containing broken symlinks -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, w

[Bug 734212] Re: Crashes when entering the /usr/bin directory

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 597639 *** https://bugs.launchpad.net/bugs/597639 According to attachment "List of files in /bin/dir", below symlinks are invalid. lrwxrwxrwx 1 root root 15 2011-02-23 18:19 ompi-checkpoint -> orte-checkpoint lrwxrwxrwx 1 root root 12

[Bug 734212] Re: Crashes when entering the /usr/bin directory

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 597639 *** https://bugs.launchpad.net/bugs/597639 The broken symlinks are from openmpi-checkpoint. Bug #797091. Upstream fix has been included in Oneiric. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscr

[Bug 734212] Re: Crashes when entering the /usr/bin directory

2011-10-26 Thread Haitao Li
*** This bug is a duplicate of bug 597639 *** https://bugs.launchpad.net/bugs/597639 Are you sure the mentioned files there are exactly the same as you previously reported? I mean, ompi-checkpoint -> orte-checkpoint and orte-checkpoint -> ompi- checkpoint, forming an invalid endless loop. I

[Bug 881655] Re: Bad date in picture property dialog

2011-10-26 Thread Haitao Li
Close because the exif tag is wrong. ** Changed in: nautilus (Ubuntu) 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/881655 Title: Bad date in pictu

[Bug 677280] Re: gconf wallpaper "picture_opacity" setting has no effect

2011-10-27 Thread Haitao Li
The only reference of the "picture_opacity" gconf key is removed by below commit from Nautilus. Maybe this is not a bug (or feature request) of Nautilus. commit 66cd22c908cc73954fad3e261d28ae6a05ea1bc2 Author: Cosimo Cecchi Date: Sat Oct 9 15:39:14 2010 +0200 background: refactor code into

[Bug 597639] Re: nautilus crashes on opening folder containing broken symlinks

2011-10-28 Thread Haitao Li
I am still seeing the crash with Nautilus 3.2.1 on Oneiric. Minimum steps to reproduce: $ mkdir /tmp/dbg $ cd /tmp/dbg $ ln -s a b $ ln -s b a $ nautilus . Initializing nautilus-gdu extension Initializing nautilus-dropbox 0.6.8 Segmentation fault $ apt-cache policy nautilus nautilus: Installed:

[Bug 597639] Re: nautilus crashes on opening folder containing broken symlinks

2011-10-28 Thread Haitao Li
The bug should have been fixed in upstream according to Nautilus developers mentioned in anther gnome bug report [1]. 1. https://bugzilla.gnome.org/show_bug.cgi?id=607974 ** Bug watch added: GNOME Bug Tracker #607974 https://bugzilla.gnome.org/show_bug.cgi?id=607974 -- You received this bug

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-10-31 Thread Haitao Li
Could you launch nautilus from gdb, type 'bt' after the crash occurred and attach the backtrace here? (Note: needs debug symbols for nautilus installed: sudo apt-get install nautilus-dbg) ** Changed in: nautilus (Ubuntu) Status: New => Incomplete -- You received this bug notification b

[Bug 883444] Re: nautilus window closes

2011-10-31 Thread Haitao Li
Do you mean Nautilus crashes by "window closes"? If yes, could you launch nautilus from gdb, type 'bt' after the crash occurred and attach the backtrace here? (Note: needs debug symbols for nautilus installed: sudo apt-get install nautilus-dbg) ** Changed in: nautilus (Ubuntu) Status: Ne

[Bug 883114] Re: Problem with search field

2011-10-31 Thread Haitao Li
*** This bug is a duplicate of bug 879456 *** https://bugs.launchpad.net/bugs/879456 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #879456, so it is being marked as such. Please look a

[Bug 879513] Re: nautilus keeps active window status when it shouldn't

2011-10-31 Thread Haitao Li
I cann't reproduce this with 3.2.1-0ubuntu2 on Oneiric amd64 with Unity 4.24.0-0ubuntu2b1. Are you running Unity? Which window manager are you using? I'm thinking this is more like a bug of a "window manager" instead of Nautilus. -- You received this bug notification because you are a member of

[Bug 883721] Re: Wrong behavior of Nautilus with quick search

2011-10-31 Thread Haitao Li
Please submit one bug report for one issue for ease of tracking progress. For "bug 2", it is a duplicate of of bug #879456. -- 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/883721 Ti

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-10-31 Thread Haitao Li
How about gdb attach to a process? $ pidof nautilus 8677 $sudo gdb 2>&1 | tee gdb-nautilus.txt (gdb) attach 8677 (gdb) cont Continuing. < reproduce the crash > (gdb) backtrace full https://wiki.ubuntu.com/X/Backtracing#Backtrace_with_gdb -- You received this bug notification because you are a m

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-11-01 Thread Haitao Li
Please make sure you only used sudo when starting gdb. Nautilus should not be started with sudo. If you don't use sudo, for gdb attach to work, you'll have to disable ptrace protection. Using this command, $ echo 0 > /proc/sys/kernel/yama/ptrace_scope More details, please see: https://wiki.ubu

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-11-02 Thread Haitao Li
Now I reproduced the crash. Attached is tracktrace. ** Attachment added: "backtrace of SIGABORT" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/884059/+attachment/2583289/+files/backtrace-nautilus-884059.txt ** Description changed: - Nautilus crashes with a middle click on a Desktop

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-11-02 Thread Haitao Li
*** This bug is a duplicate of bug 817861 *** https://bugs.launchpad.net/bugs/817861 ** Changed in: nautilus (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https

[Bug 884059] Re: Nautilus crashes with a middle click on a Desktop icon

2011-11-02 Thread Haitao Li
*** This bug is a duplicate of bug 817861 *** https://bugs.launchpad.net/bugs/817861 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #817861, so it is being marked as such. Please look a

[Bug 885122] Re: Backspace changes directory when using autolocator search

2011-11-02 Thread Haitao Li
*** This bug is a duplicate of bug 879456 *** https://bugs.launchpad.net/bugs/879456 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #879456, so it is being marked as such. Please look a

[Bug 879792] Re: the window I had open crashed

2011-11-02 Thread Haitao Li
Is this still reproducible by you? Could you provide a backtrace by gdb attaching to the nautilus process? An example gdb session like following: (you need type in the part after "$" or "(gdb)" till line ends.) $ pidof nautilus 8677 $ sudo gdb 2>&1 | tee gdb-nautilus.txt (gdb) attach 8677 (gdb) c

[Bug 885516] Re: I'm unable to insert date/time in gedit

2011-11-02 Thread Haitao Li
I am having the same issue. Found a workaround: changing the "Insert date/time" plugin preference to something else, and revert back, then insert date/time works as expected, even with a newly started gedit. To change the plugin preference: Menu Edit -> Preference -> plugins tab -> select insert

[Bug 885516] Re: I'm unable to insert date/time in gedit

2011-11-07 Thread Haitao Li
*** This bug is a duplicate of bug 840765 *** https://bugs.launchpad.net/bugs/840765 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #840765, so it is being marked as such. Please look a

[Bug 884386] Re: nautilus crashed (segfault) when opening folder

2011-11-09 Thread Haitao Li
*** This bug is a duplicate of bug 865115 *** https://bugs.launchpad.net/bugs/865115 Move to package nautilus-open-terminal based on backtrace: #0 0x7ffa1a6fa8be in gconf_client_get () from /usr/lib/libgconf-2.so.4 #1 0x7ffa1a6fadb0 in gconf_client_get_bool () from /usr/lib/libgconf

[Bug 920356] Re: gnome-settings-daemon crashed on g_logv

2012-01-23 Thread Haitao Li
-- 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/920356 Title: gnome-settings-daemon crashed on g_logv To manage notifications about this bug go to: https://bugs.launch

[Bug 920356] [NEW] gnome-settings-daemon crashed on g_logv

2012-01-23 Thread Haitao Li
Public bug reported: I only see this once. It happened after the system waked up for a while. backtrace: #0 0x7f407866bb3b in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #1 0x7f407866bd12 in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f4079101823 in ?? ()

[Bug 809436] [NEW] evince crashed with SIGSEGV in sse2_composite_add_n_8888_8888_ca()

2011-07-12 Thread Haitao Li
Public bug reported: Evince crashed when viewing a PDF and adjusting the window size, (adjust the zoom level set to "fit page width"). ProblemType: Crash DistroRelease: Ubuntu 11.10 Package: evince 3.1.2-0ubuntu2 ProcVersionSignature: Ubuntu 3.0-3.4-generic 3.0.0-rc5 Uname: Linux 3.0-3-generic x8

[Bug 809436] Re: evince crashed with SIGSEGV in sse2_composite_add_n_8888_8888_ca()

2011-07-12 Thread Haitao Li
-- 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/809436 Title: evince crashed with SIGSEGV in sse2_composite_add_n___ca() To manage notifications about this bug go to: https:/

[Bug 809436] Re: evince crashed with SIGSEGV in sse2_composite_add_n_8888_8888_ca()

2011-07-13 Thread Haitao Li
** Attachment added: "Example PDF triggers the crash" https://bugs.launchpad.net/ubuntu/+source/evince/+bug/809436/+attachment/2205449/+files/auug97.pdf -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs

[Bug 809436] Re: evince crashed with SIGSEGV in sse2_composite_add_n_8888_8888_ca()

2011-07-13 Thread Haitao Li
Several other PDF files had crashed evince before. Attached is one of them. I haven't found a valid way to reproduce the crash. It happens rather common sometimes, but rarely otherwise. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to