[Bug 830497] Re: Building from Source produces an error mv: cannot stat `debian/tmp/usr/lib/libgcc_s.so.1': No such file or directory

2013-05-13 Thread YunQiang Su
hi doko, I meet this problem, and I seems be caused by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669904 We use the same install-stamp file for multi package, so when build with -j, It will failed to build with strange error. ** Bug watch added: Debian Bug tracker #669904

[Bug 1179599] Re: Fcitx can't be activated and support input in qt-creator

2013-05-13 Thread YunQiang Su
*** This bug is a duplicate of bug 1178309 *** https://bugs.launchpad.net/bugs/1178309 ** This bug has been marked a duplicate of bug 1178309 [SRU] Add Fcitx input method framework's Qt5 IM Module -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 427775] Re: ntpdate.dhcp always ignored

2013-03-12 Thread YunQiang Su
As for now gnome 3.8 will be released, and gnome-system-tools is still 3.0. It seems that gnome-system-tools is dead. I think that we can fix this now. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu.

[Bug 427775] Re: ntpdate.dhcp always ignored

2013-03-12 Thread YunQiang Su
As for now gnome 3.8 will be released, and gnome-system-tools is still 3.0. It seems that gnome-system-tools is dead. I think that we can fix this now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 305407] Re: Bug in morphstr() function of packaged wordnet.lib

2013-02-19 Thread YunQiang Su
With this bug wn done -over We can get nothing, but we execpt description of 'do'. ** Bug watch added: Debian Bug tracker #700914 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700914 ** Also affects: wordnet (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700914

[Bug 1062171] Re: Dashboard should not add WSGI config in /etc/apache2/conf.d

2012-11-01 Thread YunQiang Su
consider to write one like the Debian one VirtualHost *:8080 WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi WSGIDaemonProcess openstack-dashboard user=horizon group=horizon WSGIProcessGroup openstack-dashboard Directory /

[Bug 1001131] Re: debootstrap fails to install customized Ubuntu

2012-10-22 Thread YunQiang Su
It didn't appear for me in the last month While today it happens, h. I have no idea what makes it disappear and what make it appear again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 935059] Re: collectd version 4.10.1-2.1ubuntu7 FTBFS on armhf in precise

2012-09-24 Thread YunQiang Su
It can be build with this patch --- a/configure +++ b/configure @@ -21396,11 +21396,7 @@ # Check whether --with-libperl was given. if test ${with_libperl+set} = set; then : withval=$with_libperl; - if test -x $withval - then - perl_interpreter=$withval -

[Bug 982370] Re: software-center crashed with ImportError in _get_distro(): No module named Ubuntu

2012-04-20 Thread YunQiang Su
The simliar problem on Derivative version of Ubuntu if this distribution modified /etc/lsb-release. Software center should import module Ubuntu fallback if import DerivativeVersion failed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 986217] [NEW] Make “Canonical provides critical updates for %(appname)s until %(support_end_month_str)s %(support_end_year)s” more customerable for translators

2012-04-20 Thread YunQiang Su
Public bug reported: Canonical provides critical updates for %(appname)s until %(support_end_month_str)s %(support_end_year)s. This string make it hard to customable when tranlslation. You can divide it to 2 strings: Canonical provides critical updates for %(appname)s until %(support_end_str)s

Re: [Bug 983254] Re: Unity use ibus explicitly, make it impossible to use other input method

2012-04-19 Thread YunQiang Su
://bugs.launchpad.net/nux/+bug/983254/+subscriptions -- YunQiang Su -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983254 Title: Unity use ibus explicitly, make it impossible to use other input method

Re: [Bug 980773] Re: Sync fcitx 1:4.2.2-2 (universe) from Debian unstable (main)

2012-04-19 Thread YunQiang Su
:  fcitx (1:4.2.2-1) unstable; urgency=low     * New upstream release.     * rm rec: kdebase-bin, sug: plasma-widgets-addons.   -- YunQiang Su wzss...@gmail.com  Sun, 08 Apr 2012 14:46:08 +0800  fcitx (1:4.2.1-2) unstable; urgency=low    * Install fcitx-quickphrase.desc   -- Aron Xu

Re: [Bug 939306] Re: ns2 package has mangled test/example suite

2012-04-18 Thread YunQiang Su
/bash  SourcePackage: ns2  UpgradeStatus: Upgraded to precise on 2012-02-11 (11 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ns2/+bug/939306/+subscriptions -- YunQiang Su -- You received this bug notification because you are a member

Re: [Bug 980773] Re: Sync fcitx 1:4.2.1-2 (universe) from Debian testing (main)

2012-04-16 Thread YunQiang Su
 L3NHrie5iaUzgQv0HDjYl2UWMeUiL1MXcUR7ZnYWukI8hoshXJJn4MQ6qgCpixs=  =EmP6  -END PGP SIGNATURE- To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fcitx/+bug/980773/+subscriptions -- YunQiang Su -- You received this bug notification because you are a member

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

2012-04-14 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

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

[Bug 892386] Re: No shortcut available for forward button for Chinese during installation / oem-config

2012-03-06 Thread YunQiang Su
Maybe the Continue should be _Forward in source code ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/892386 Title: No shortcut available for forward button for Chinese during installation /

[Bug 928193] Re: ns2/nam error with tcl8.4, doesn't recognise

2012-02-07 Thread YunQiang Su
It should be rebuild. As it should build with tclcl 1.20~RC3-4, but now , it is build with 1.20~RC3-3. ** Changed in: ns2 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 928193] Re: nam error with tcl8.4, doesn't recognise

2012-02-07 Thread YunQiang Su
** Description changed: Hi, I have installed ns2 tcl8.4 and nam packets, but ns still give tcl error command: user@computer:~/ns2$ ns main.tcl - user@computer:~/ns2$ nam: + user@computer:~/ns2$ nam: [code omitted because of length] : version conflict for package Tcl: have

[Bug 928193] Re: nam error with tcl8.4, doesn't recognise

2012-02-07 Thread YunQiang Su
[Test Case]: Run ~ %nam [code omitted because of length] : version conflict for package Tcl: have 8.5.10, need exactly 8.4 while executing package require -exact Tcl 8.4 ~ % -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 902500] [NEW] strings in 02_title_update.patch are not translated

2011-12-10 Thread YunQiang Su
Public bug reported: When build it didn't refresh the pot, and make it not in the po file, and thus can not translate on lp. ** Affects: ibus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 897158] Re: Please sync tclcl (1.20-4) from Debian Sid (main) to Ubuntu (universe)

2011-11-29 Thread YunQiang Su
- _ZNK12TclArguments9more_argsEv@Base 1.20 - _ZNK3Tcl6interpEv@Base 1.20 - _ZNK3Tcl6resultEv@Base 1.20 +#MISSING: 1.20-4# _ZNK12TclArguments9more_argsEv@Base 1.20 +#MISSING: 1.20-4# _ZNK3Tcl6interpEv@Base 1.20 +#MISSING: 1.20-4# _ZNK3Tcl6resultEv@Base 1.20 They seem being same. I have no idea why

[Bug 897158] Re: Please sync tclcl (1.20-4) from Debian Sid (main) to Ubuntu (universe)

2011-11-29 Thread YunQiang Su
Or the delta on dpkg causes this ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897158 Title: Please sync tclcl (1.20-4) from Debian Sid (main) to Ubuntu (universe) To manage notifications about

[Bug 897158] Re: Please sync tclcl (1.20-4) from Debian Sid (main) to Ubuntu (universe)

2011-11-29 Thread YunQiang Su
I got it: when build with flags export by dpkg-buildflags, it won't export these symbols -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/897158 Title: Please sync tclcl (1.20-5) from Debian Sid

[Bug 897158] Re: Please sync tclcl (1.20-4) from Debian Sid (main) to Ubuntu (universe)

2011-11-29 Thread YunQiang Su
on debhelper to 8.1.3~. + * Update compat to 9. + * Update libtclcl1.symbols, some symbols are not export with + these build flags. + + -- YunQiang Su wzss...@gmail.com Tue, 29 Nov 2011 22:32:21 +0800 + tclcl (1.20-4) unstable; urgency=low -* add -ltclcl to tclcl.pc. +    * add

[Bug 862569] Re: Please multiarch gst-plugins-base0.10

2011-09-29 Thread YunQiang Su
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862569 Title: Please multiarch gst-plugins-base0.10 To manage notifications about this bug go to:

[Bug 862569] [NEW] Please multiarch gst-plugins-base0.10

2011-09-29 Thread YunQiang Su
Public bug reported: libqtwebkit4 depends on libgstreamer-plugins-base0.10-0. But libqtwebkit4 has been multiarched, while gst-plugins-base0.10 hasn't. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: libgstreamer-plugins-base0.10-0 0.10.35-1 ProcVersionSignature: Ubuntu

Re: [Bug 771095] Re: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric

2011-09-20 Thread YunQiang Su
/+source/doxygen/+bug/771095/+subscriptions -- YunQiang Su -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric To manage notifications

Re: [Bug 771095] Re: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric

2011-09-20 Thread YunQiang Su
Sorry for me, it seems that the upstream has not prepared for --as- needed, I have ask upstream for a patch, now they give me an Quick-and-dirty patch I attached it here. May be it useful. It is provided by Gustavo J. A. M. Carneiro gjcarne...@gmail.com -- YunQiang Su ** Patch added

[Bug 771095] Re: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric

2011-09-20 Thread YunQiang Su
If the time allowed, I will contact Gustavo tomorrow. If not, maybe, we can disable --as-needed temporarily. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3 version 3.11+dfsg1-1

[Bug 771095] Re: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric

2011-09-20 Thread YunQiang Su
I disabled --as-needed and uploaded it to https://launchpad.net/~pkg-netsim/+archive/test-build/+packages wish good luck to it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3

Re: [Bug 771095] Re: ns3 version 3.11+dfsg1-1 failed to build on i386 oneiric

2011-09-20 Thread YunQiang Su
build succeeds. will you upload this to unstable? please forward the original issue to upstream. I forward it, they claims that the next release will work well. I have upload the new version to unstable. -- YunQiang Su -- You received this bug notification because you are a member

[Bug 849731] [NEW] empathy has no notifiacation area icon, whick makes it less usable with gnome-shell

2011-09-14 Thread YunQiang Su
Public bug reported: Or we put the indicator to notification area ** Affects: empathy (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/849731

[Bug 843566] [NEW] debuild failed to revert 000-Build_system_do_not_install_init_script

2011-09-06 Thread YunQiang Su
Public bug reported: Debuild first, it success. Debuild again, it failed. ** Affects: fuse (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 771095] Re: ns3 version 3.9-1build1 failed to build on amd64 with GCC-4.6/oneiric

2011-07-07 Thread YunQiang Su
** Also affects: doxygen (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3 version 3.9-1build1 failed to build on amd64 with

[Bug 800066] [NEW] Grub-pc will auto rewrite MBR

2011-06-21 Thread YunQiang Su
Public bug reported: Binary package hint: grub2 Reinstall grub2 will make it rewrite my MBR, while I want set it manually. And the auto generated grub.cfg is not completely, for me , it lacks My Debian Unstable. But if I run update-grub, the menus for Debian will be back. ProblemType: Bug

[Bug 793070] Re: [MIR] im-config

2011-06-16 Thread YunQiang Su
im-config比im-switch好用很多,有一个可以用的默认程序,用户配置起来简单一 些,少一些疑惑。 im-config is much more easy to use than im-switch: im-config has an default setting tool, it is easier when configuring, and with less confusion. by : Asia He -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 793070] Re: [MIR] im-config

2011-06-16 Thread YunQiang Su
It doesn't run any debconf There is no bug on Debian and lp except this one. It does't ask special hardware. It has not test suit It is *not* translatable , but im-switch also can not. It ships a desktop file /usr/share/applications/im-config.desktop, which is standard. It is depending on

[Bug 793070] Re: [MIR] im-config

2011-06-16 Thread YunQiang Su
** Also affects: dialog (Ubuntu) Importance: Undecided Status: New ** Changed in: im-config (Ubuntu) Status: Incomplete = New ** Summary changed: - [MIR] im-config + [MIR] im-config and dialog -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 230376] Re: dialog --editbox crashed with 'Segmentation fault (core dumped)'

2011-06-16 Thread YunQiang Su
I believe it has been fixed now. ** Changed in: dialog (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/230376 Title: dialog --editbox crashed with

[Bug 793070] Re: [MIR] im-config and dialog

2011-06-16 Thread YunQiang Su
for dialog There is no bug on BTS of Debian, and several bugs on LP which are not serious. It is just a normal executable file and a static library and several header files, and is not security sensitive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 771094] Re: ns2 version 2.35~RC6-3 failed to build on amd64 with GCC-4.6/oneiric

2011-06-14 Thread YunQiang Su
I believe it's caused by some problems of GCC, and now they are fixed. It just need to be rebuild -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771094 Title: ns2 version 2.35~RC6-3 failed to build

[Bug 771095] Re: ns3 version 3.9-1build1 failed to build on amd64 with GCC-4.6/oneiric

2011-06-14 Thread YunQiang Su
There is a new version in Debian unstable. But it can not be build successfully on i386 caused by Ubuntu delta. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3 version 3.9-1build1

[Bug 771095] Re: ns3 version 3.9-1build1 failed to build on amd64 with GCC-4.6/oneiric

2011-06-14 Thread YunQiang Su
Sorry for spam Ubuntu delta of doxygen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771095 Title: ns3 version 3.9-1build1 failed to build on amd64 with GCC-4.6/oneiric To manage notifications

[Bug 793070] Re: [MIR] im-config

2011-06-14 Thread YunQiang Su
Klose : any progress? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/793070 Title: [MIR] im-config To manage notifications about this bug go to:

[Bug 793070] [NEW] [MIR] im-config

2011-06-05 Thread YunQiang Su
Public bug reported: Binary package hint: im-config The new version of ibus in Debian is depending on im-config instead of im-switch. So we need include im-config to main instead of im-switch ** Affects: im-config (Ubuntu) Importance: Undecided Status: New -- You received this

[Bug 793071] [NEW] [MIR] ibus-client-clutter

2011-06-05 Thread YunQiang Su
Public bug reported: ibus-client-clutter is used to support ibus for clutter, it is needed by typing in clutter programs like unity. ** Affects: ibus-client-clutter (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Bug 793113] [NEW] Can not choose whether or where to install grub

2011-06-05 Thread YunQiang Su
Public bug reported: Binary package hint: ubiquity I have several os installed, and I want to set bootloader myself, but when install Ubuntu, I can not set whether or where to install grub. for 10.10, there was this option. ** Affects: ubiquity (Ubuntu) Importance: Undecided

[Bug 792740] [NEW] Build ns3 failed but build on Debian success

2011-06-04 Thread YunQiang Su
Public bug reported: Binary package hint: doxygen I upload the ns3 package, and it's successfully build on Debian Unstable. But when sync to Ubuntu, it failed to build. Maybe it is caused by Ubuntu delta. And I successful built it on doxygen 1.7.3-1 before, so I guess it's not caused by 1.7.3

[Bug 727345] Re: When menu text is Chinese, it shows ??

2011-04-16 Thread YunQiang Su
** Changed in: lo-menubar (Ubuntu) Status: New = Fix Released ** Changed in: lo-menubar Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727345 Title: When

[Bug 749944] Re: Gnote crashes with segmentation fault

2011-04-04 Thread YunQiang Su
It also affects me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/749944 Title: Gnote crashes with segmentation fault -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 744082] Re: FFe:ibus in natty needs gtk3 support

2011-04-03 Thread YunQiang Su
I test ibus in ppa:wzssyqa/wzssyqa and ppa:gnome3-team/gnome3 , it works well. ** Summary changed: - Merge with Debian 1.3.9-1 and open gtk3 support + FFe:ibus in natty needs gtk3 support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 744082] [NEW] Merge with Debian 1.3.9-1 and open gtk3 support

2011-03-28 Thread YunQiang Su
Public bug reported: Binary package hint: ibus gtk3 has been in natty for months, the support for it is needed. ** Affects: ibus (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 742633] [NEW] Please sync tclcl (1.20~RC3-3) ns2 (2.35~RC6-3) and nam (1.15~RC4-3) from debian unstable

2011-03-25 Thread YunQiang Su
Public bug reported: Binary package hint: ns2 fixed FTBFS for gcc4.5. build nse now (a lost feather before) ** Affects: ns2 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 727345] Re: When menu text is Chinese, it shows ??

2011-03-01 Thread YunQiang Su
** Attachment added: screenshot1.png https://bugs.launchpad.net/bugs/727345/+attachment/1879243/+files/screenshot1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727345 Title: When menu text

[Bug 727345] [NEW] When menu text is Chinese, it shows ??

2011-03-01 Thread YunQiang Su
Public bug reported: Binary package hint: lo-menubar ... ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: lo-menubar 0.0.2-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6 Uname: Linux 2.6.38-5-generic x86_64 NonfreeKernelModules: nvidia Architecture: amd64 Date: Wed

[Bug 727354] [NEW] libreoffice-java-common does not depend on jre

2011-03-01 Thread YunQiang Su
Public bug reported: Binary package hint: libreoffice when promote install this package for searching in libreoffice help, just install this package, it can not do this job. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libreoffice-java-common 1:3.3.1-1ubuntu4 ProcVersionSignature:

[Bug 727354] Re: libreoffice-java-common does not depend on jre

2011-03-01 Thread YunQiang Su
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/727354 Title: libreoffice-java-common does not depend on jre -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 725892] [NEW] Divide BD-J from libbluray0

2011-02-26 Thread YunQiang Su
Public bug reported: libbluray0 contains BD-J, makes mplayer depends on java, :( ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libbluray0 (not installed) ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6 Uname: Linux 2.6.38-5-generic x86_64 NonfreeKernelModules: nvidia

[Bug 704032] [NEW] Please update cairo-dock-plug-ins and cairo-dock metapackage to depend on libwebkitgtk-1.0-0

2011-01-17 Thread YunQiang Su
Public bug reported: Binary package hint: cairo-dock-plug-ins The bin packages from cairo-dock have been depending on libwebkitgtk-1.0-0 but the metapackage cairo-dock and cairo-dock-plug-ins still depending on libwebkit-1.0-2 anything wrong? ProblemType: Bug DistroRelease: Ubuntu 11.04

[Bug 695909] [NEW] package libwine-unstable not installed failed to install/upgrade: 正 试图覆盖 /usr/share/man/man1/wineserve r.1.gz,it's also included in wine1.2 1.2 .2-0ubuntu1

2010-12-30 Thread YunQiang Su
Public bug reported: Binary package hint: wine-unstable wine-unstable should confilct with wine1.2 ProblemType: Package DistroRelease: Ubuntu 11.04 Package: libwine-unstable (not installed) ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7 Uname: Linux 2.6.37-11-generic x86_64

[Bug 695909] Re: package libwine-unstable not ins talled failed to install/upgrade: 正试 图覆盖 /usr/share/man/man1/wineserver.1 .gz,it's also included in wine1.2 1.2.2- 0ubuntu1

2010-12-30 Thread YunQiang Su
** Description changed: Binary package hint: wine-unstable wine-unstable should confilct with wine1.2 ProblemType: Package DistroRelease: Ubuntu 11.04 Package: libwine-unstable (not installed) ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7 Uname: Linux

[Bug 695909] Re: package libwine-unstable not ins talled failed to install/upgrade: trying to overwrite / usr/share/man/man1/wineserver.1.gz,it's also included in wine1.2 1.2.2-0ubuntu1

2010-12-30 Thread YunQiang Su
** Summary changed: - package libwine-unstable not installed failed to install/upgrade: 正试图覆盖 /usr/share/man/man1/wineserver.1.gz,it's also included in wine1.2 1.2.2-0ubuntu1 + package libwine-unstable not installed failed to install/upgrade: trying to overwrite

[Bug 691371] Re: indicator-applet-appmenu crashed with SIGSEGV in gtk_label_set_text_with_mnemonic()

2010-12-16 Thread YunQiang Su
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691371 Title: indicator-applet-appmenu crashed with SIGSEGV in gtk_label_set_text_with_mnemonic() -- ubuntu-bugs

Re: [Bug 553162] Re: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing

2010-12-14 Thread YunQiang Su
It costs almost One year ! -- YunQiang Su -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/553162 Title: Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector

[Bug 688138] [NEW] gnome-osd always crash

2010-12-09 Thread YunQiang Su
Public bug reported: Binary package hint: gnome-osd After update to python 2.7 ,it always crash even using #!/usr/bin/env python2.6 $ python2.6 notify-cet6.py ServerError: Traceback (most recent call last): File /usr/lib/pymodules/python2.7/gnomeosd/server.py, line 316, in message_show_cb

[Bug 688138] Re: gnome-osd always crash

2010-12-09 Thread YunQiang Su
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/688138 Title: gnome-osd always crash -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 687294] [NEW] there is a memory leak in nm-applet

2010-12-08 Thread YunQiang Su
Public bug reported: I have no idea where it is. After several hours, it takes more 100M memory. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: network-manager-gnome 0.8.2+git.20101123t161608.f143e76-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.37-8.21-generic 2.6.37-rc4 Uname: Linux

[Bug 687294] Re: there is a memory leak in nm-applet

2010-12-08 Thread YunQiang Su
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/687294 Title: there is a memory leak in nm-applet -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 687294] Re: there is a memory leak in nm-applet

2010-12-08 Thread YunQiang Su
I used 802.11g -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/687294 Title: there is a memory leak in nm-applet -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 319444] Re: [needs-packaging] Gitso

2010-12-05 Thread YunQiang Su
It seems that there are lots of lintian warning in this package. Need help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/319444 Title: [needs-packaging] Gitso -- ubuntu-bugs mailing list

[Bug 319444] Re: [needs-packaging] Gitso

2010-12-05 Thread YunQiang Su
** Bug watch added: Debian Bug tracker #605985 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605985 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605985 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 319444] Re: [needs-packaging] Gitso

2010-12-05 Thread YunQiang Su
I have put it to https://launchpad.net/~cnav/+archive/ppa/ But it still can not work, as there is not a package in ubuntu called vncviewer. I make it depend on vnc4server. Maybe we should first port it to an existed vnc program. -- You received this bug notification because you are a

[Bug 685572] [NEW] vino-preferences can not run vino-server

2010-12-05 Thread YunQiang Su
Public bug reported: Binary package hint: vino After run vino-preferences and choose the checkbox, vino-server will not run. if just run vino-server ,it will work. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: vino 2.32.0-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.37-7.19-generic

[Bug 685572] Re: vino-preferences can not run vino-server

2010-12-05 Thread YunQiang Su
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685572 Title: vino-preferences can not run vino-server -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 683701] [NEW] when scroll with mouse wheel in openoffice write , compiz crash

2010-12-01 Thread YunQiang Su
Public bug reported: Binary package hint: compiz Initializing bailer options...done Initializing detection options...done Initializing composite options...done Initializing opengl options...done Initializing decor options...done Initializing wobbly options...done Initializing screenshot

[Bug 683701] Re: when scroll with mouse wheel in openoffice write , compiz crash

2010-12-01 Thread YunQiang Su
-- when scroll with mouse wheel in openoffice write ,compiz crash https://bugs.launchpad.net/bugs/683701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 675625] Re: gnome-panel can not load indicator

2010-11-25 Thread YunQiang Su
after install gnome-panel, it works well now. Should gnome-panel depend on gnome-panel? Or indicator-applet depend on it ? -- gnome-panel can not load indicator https://bugs.launchpad.net/bugs/675625 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 655241] Re: some applications show duplicated menus

2010-11-23 Thread YunQiang Su
why not update the natty one? -- some applications show duplicated menus https://bugs.launchpad.net/bugs/655241 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 676434] [NEW] when expend empty group, the triangle does not turn down

2010-11-17 Thread YunQiang Su
Public bug reported: Binary package hint: pidgin like this I can not find out which group are expand and which not. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: pidgin 1:2.7.5-1ubuntu2 ProcVersionSignature: Ubuntu 2.6.37-4.12-generic 2.6.37-rc1 Uname: Linux 2.6.37-4-generic x86_64

[Bug 676434] Re: when expend empty group, the triangle does not turn down

2010-11-17 Thread YunQiang Su
** Attachment added: 截取选区_001.png https://bugs.launchpad.net/bugs/676434/+attachment/1736112/+files/%E6%88%AA%E5%8F%96%E9%80%89%E5%8C%BA_001.png -- when expend empty group, the triangle does not turn down https://bugs.launchpad.net/bugs/676434 You received this bug notification because you

[Bug 676434] Re: when expend empty group, the triangle does not turn down

2010-11-17 Thread YunQiang Su
Indeed, “好友” group is expand, and the others are not. -- when expend empty group, the triangle does not turn down https://bugs.launchpad.net/bugs/676434 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 675625] [NEW] gnome-panel can not load indicator

2010-11-15 Thread YunQiang Su
Public bug reported: Binary package hint: gnome-panel For me, gnome-panel can not load indicators. In add to panel dialog, there is no items of indicators. I have tried to reinstall gnome-panel and indicators, and test in a new account. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package:

[Bug 675625] Re: gnome-panel can not load indicator

2010-11-15 Thread YunQiang Su
-- gnome-panel can not load indicator https://bugs.launchpad.net/bugs/675625 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 500149] Re: In chapter 10 line 523,there is a mistake

2010-11-14 Thread YunQiang Su
for it. And I do not know which guys assigned it to Ubuntu. -- YunQiang Su -- In chapter 10 line 523,there is a mistake https://bugs.launchpad.net/bugs/500149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

Re: [Bug 500149] Re: In chapter 10 line 523,there is a mistake

2010-11-14 Thread YunQiang Su
http://people.ubuntu.com/~happyaron/udc-cn/ This is our work, maybe somebody can translate it back to English? :) -- YunQiang Su -- In chapter 10 line 523,there is a mistake https://bugs.launchpad.net/bugs/500149 You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 500149] Re: In chapter 10 line 523,there is a mistake

2010-11-13 Thread YunQiang Su
integrated development environment (IDE) Here this ide is Integrated Device Electronics. http://en.wikipedia.org/wiki/IDE Will you to remaintain it? -- YunQiang Su -- In chapter 10 line 523,there is a mistake https://bugs.launchpad.net/bugs/500149 You received this bug notification because

Re: [Bug 500149] Re: In chapter 10 line 523,there is a mistake

2010-11-13 Thread YunQiang Su
There are 2 IDE, one is software, and one is hardware, here the IDE is hardware. -- YunQiang Su -- In chapter 10 line 523,there is a mistake https://bugs.launchpad.net/bugs/500149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 674322] [NEW] when indicator-applet-appmenu show list menus, it shows repeatly

2010-11-11 Thread YunQiang Su
Public bug reported: Binary package hint: indicator-applet such as location menu of Nautilus and accounts menu of pidgin ** Affects: indicator-applet (Ubuntu) Importance: Undecided Status: New -- when indicator-applet-appmenu show list menus, it shows repeatly

[Bug 674322] Re: when indicator-applet-appmenu show list menus, it shows repeatly

2010-11-11 Thread YunQiang Su
** Attachment added: sc.png https://bugs.launchpad.net/bugs/674322/+attachment/1730691/+files/sc.png -- when indicator-applet-appmenu show list menus, it shows repeatly https://bugs.launchpad.net/bugs/674322 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 674322] Re: when indicator-applet-appmenu show list menus, it shows repeatly

2010-11-11 Thread YunQiang Su
** Attachment added: 截取选区_001.png https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/674322/+attachment/1730692/+files/%E6%88%AA%E5%8F%96%E9%80%89%E5%8C%BA_001.png -- when indicator-applet-appmenu show list menus, it shows repeatly https://bugs.launchpad.net/bugs/674322 You

[Bug 508330] Re: gtranslators have a problem with handling plural

2010-11-02 Thread YunQiang Su
In maverick, it is fixed. ** Changed in: gtranslator (Ubuntu) Status: New = Fix Released -- gtranslators have a problem with handling plural https://bugs.launchpad.net/bugs/508330 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 181342] Re: software-properties-gtk crashed with NoDistroTemplateException in get_sources()

2010-11-02 Thread YunQiang Su
in natty, it is fixed now. ** Changed in: software-properties (Ubuntu) Status: New = Fix Released -- software-properties-gtk crashed with NoDistroTemplateException in get_sources() https://bugs.launchpad.net/bugs/181342 You received this bug notification because you are a member of

[Bug 165181] Re: Order by Supported Column Slow

2010-11-02 Thread YunQiang Su
It appears in natty again. -- Order by Supported Column Slow https://bugs.launchpad.net/bugs/165181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 655304] Re: zh manpages in passwd package, between all chinese chars, there are spaces

2010-11-02 Thread YunQiang Su
I am working on it. Then assigned to me. ** Changed in: shadow (Ubuntu) Status: New = Confirmed ** Changed in: shadow (Ubuntu) Assignee: (unassigned) = Ubuntu Simplified Chinese Translators (ubuntu-l10n-zh-cn) -- zh manpages in passwd package, between all chinese chars, there are

[Bug 632760] Re: Language variants don't work in Firefox because the language codes are separated with an underscore rather than a hyphen in chrome.manifest

2010-11-02 Thread YunQiang Su
Now, is there a locale that still has this bug? ** Changed in: language-pack-zh (Ubuntu) Status: Triaged = Fix Released ** Changed in: language-pack-pt (Ubuntu) Status: Triaged = Fix Released -- Language variants don't work in Firefox because the language codes are separated

[Bug 669361] [NEW] package manpages-dev 3.24-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/pthread_sigmask.3.gz', which is also in package glibc-doc 2.12.1-0ubuntu8

2010-11-01 Thread YunQiang Su
Public bug reported: Binary package hint: manpages package manpages-dev 3.24-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/pthread_sigmask.3.gz', which is also in package glibc-doc 2.12.1-0ubuntu8 ProblemType: Package DistroRelease: Ubuntu 11.04 Package:

[Bug 669361] Re: package manpages-dev 3.24-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/pthread_sigmask.3.gz', which is also in package glibc-doc 2.12.1-0ubuntu8

2010-11-01 Thread YunQiang Su
-- package manpages-dev 3.24-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man3/pthread_sigmask.3.gz', which is also in package glibc-doc 2.12.1-0ubuntu8 https://bugs.launchpad.net/bugs/669361 You received this bug notification because you are a member of Ubuntu

[Bug 665294] [NEW] 1.98+20100804-6ubuntu1 can not word when using /boot sepeated

2010-10-22 Thread YunQiang Su
Public bug reported: Binary package hint: grub2 the grub.cfg it generated like this linux /boot/vmlinuz. initrd /boot/initrd.img Here there should not be /boot . ** Affects: grub2 (Ubuntu) Importance: Undecided Status: New -- 1.98+20100804-6ubuntu1 can not word when

[Bug 663074] [NEW] evince always crash when open a pdf file

2010-10-18 Thread YunQiang Su
Public bug reported: Binary package hint: evince GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not installed aborting... Trace/breakpoint trap ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: evince 2.32.0-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.36-0.4-generic

  1   2   >