[Bug 2058837] Re: FTBFS when building with -Werror=implicit-function-declaration

2024-06-30 Thread Boyuan Yang
** Changed in: jgmenu (Ubuntu)
   Status: Fix Committed => 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/2058837

Title:
  FTBFS when building with -Werror=implicit-function-declaration

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


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

[Bug 1988887] Re: Missing build dependency

2024-06-01 Thread Boyuan Yang
As far as I know, package python3-importlib-resources is not needed as
long as the python version is 3.9 or later. As a result, it shall not be
an issue with the recently-released Ubuntu 24.04 LTS and the ongoing
development.

Since packages are build automatically using the automated environment,
having built package present means that the build-dependency is
satisfied at the time of package build. As a result, I consider your bug
report here to be invalid.

If you find out that the build will indeed fail on a certain previously-
released Ubuntu version, please feel free to make further comments and
reopen this bug. For now, I am marking this bug report as invalid since
it does not contain necessary information for me to reproduce this bug.

** Changed in: python-importlib-metadata (Ubuntu)
   Status: New => Invalid

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

Title:
  Missing build dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-importlib-metadata/+bug/197/+subscriptions


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

[Bug 1316197] Re: cant compile version from SVN

2024-05-09 Thread Boyuan Yang
Closing as invalid as requested.

** Changed in: font-manager (Ubuntu)
   Status: New => Invalid

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

Title:
  cant compile version from SVN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/font-manager/+bug/1316197/+subscriptions


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

[Bug 2064933] Re: readPYBase in fcitx-tools.deb fail to run on arm64 platform

2024-05-06 Thread Boyuan Yang
I cannot reproduce your issue. Could you please provide more
information?

* What Ubuntu OS version are you using?
* What fcitx version are you using? What is the package version number?
* What exact command did you execute? If applicable, please also provide 
related necessary data files.

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

Title:
  readPYBase in fcitx-tools.deb fail to run on arm64 platform

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


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

[Bug 2061664] Re: Appdata metainfo XML not in main pkg, breaking Appstream software install

2024-04-16 Thread Boyuan Yang
(resending info with ~ubuntu-sponsors notified)

I am now looking to fix LP: #2061664 in the Ubuntu 24.04 LTS release,
ideally before its release. The patches for LP: #2061664 comes from
Debian Sid.

I have prepared a source package for noble targeting the fix. You may
find the source package at:
https://launchpad.net/~hosiet/+archive/ubuntu/personal/+sourcefiles/fcitx5-chinese-
addons/5.1.3-1ubuntu1/fcitx5-chinese-addons_5.1.3-1ubuntu1.dsc . Also
see https://launchpad.net/~hosiet/+archive/ubuntu/personal/+packages for
how this package builds in my PPA.


Full debdiff (for your convenience):

=

diff -Nru fcitx5-chinese-addons-5.1.3/debian/changelog 
fcitx5-chinese-addons-5.1.3/debian/changelog
--- fcitx5-chinese-addons-5.1.3/debian/changelog2024-03-30 
20:06:52.0 -0400
+++ fcitx5-chinese-addons-5.1.3/debian/changelog2024-04-15 
15:43:44.0 -0400
@@ -1,3 +1,17 @@
+fcitx5-chinese-addons (5.1.3-1ubuntu1) noble; urgency=medium
+
+  * debian/fcitx5-chinese-addons.install: Move the installation of
+Appdata metainfo XML file from the separate fcitx5-chinese-addons-data
+package to the main fcitx5-chinese-addons metapackage to help the
+package handling via Appstream-based package management software
+such as KDE Discover and GNOME Software.
+(Closes: #1069070) (LP: #2061664)
+  * debian/control: Add fcitx5-chinese-addons Breaks+Replaces on
+fcitx5-chinese-addons-data (<< ${binary:Version}) for a smooth
+transition.
+
+ -- Boyuan Yang   Mon, 15 Apr 2024 15:43:44 -0400
+
 fcitx5-chinese-addons (5.1.3-1build3) noble; urgency=medium

   * No-change rebuild for CVE-2024-3094
diff -Nru fcitx5-chinese-addons-5.1.3/debian/control 
fcitx5-chinese-addons-5.1.3/debian/control
--- fcitx5-chinese-addons-5.1.3/debian/control  2024-03-15 00:20:58.0 
-0400
+++ fcitx5-chinese-addons-5.1.3/debian/control  2024-04-15 15:43:44.0 
-0400
@@ -46,6 +46,10 @@
 Recommends:
  fcitx5,
  fcitx5-module-lua,
+Breaks:
+ fcitx5-chinese-addons-data (<< ${binary:Version}),
+Replaces:
+ fcitx5-chinese-addons-data (<< ${binary:Version}),
 Enhances:
  fcitx5,
 Description: Chinese-related addon for fcitx5 (metapackage)
diff -Nru fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons-data.install 
fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons-data.install
--- fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons-data.install   
2023-11-03 18:16:26.0 -0400
+++ fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons-data.install   
2024-04-15 15:43:44.0 -0400
@@ -2,4 +2,3 @@
 usr/share/fcitx5/lua/imeapi/extensions/pinyin.lua
 usr/share/icons/hicolor/*/apps/fcitx-chn.png
 usr/share/icons/hicolor/*/apps/org.fcitx.Fcitx5.fcitx-chn.png
-usr/share/metainfo/org.fcitx.Fcitx5.Addon.ChineseAddons.metainfo.xml
diff -Nru fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons.install 
fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons.install
--- fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons.install
1969-12-31 19:00:00.0 -0500
+++ fcitx5-chinese-addons-5.1.3/debian/fcitx5-chinese-addons.install
2024-04-15 15:43:44.0 -0400
@@ -0,0 +1 @@
+usr/share/metainfo/org.fcitx.Fcitx5.Addon.ChineseAddons.metainfo.xml

=


Now, I am looking for a sponsor (e.g., from ~ubuntu-sponsors) to review and 
upload my package to noble. Thanks!

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-3094

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

Title:
  Appdata metainfo XML not in main pkg, breaking Appstream software
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx5-chinese-addons/+bug/2061664/+subscriptions


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

[Bug 2061664] Re: Appdata metainfo XML not in main pkg, breaking Appstream software install

2024-04-16 Thread Boyuan Yang
I am now looking to fix LP: #2061664 in the Ubuntu 24.04 LTS release,
ideally before its release.

I have prepared a source package for noble targeting the fix. You may
find the source package at:
https://launchpad.net/~hosiet/+archive/ubuntu/personal/+sourcefiles/fcitx5-chinese-
addons/5.1.3-1ubuntu1/fcitx5-chinese-addons_5.1.3-1ubuntu1.dsc . Also
see https://launchpad.net/~hosiet/+archive/ubuntu/personal/+packages for
how this package builds in my PPA.

Now, I am looking for a sponsor (e.g., from ~ubuntu-sponsors) to review
and upload my package to noble. Thanks!

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

Title:
  Appdata metainfo XML not in main pkg, breaking Appstream software
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx5-chinese-addons/+bug/2061664/+subscriptions


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

[Bug 2061664] [NEW] Appdata metainfo XML not in main pkg, breaking Appstream software install

2024-04-15 Thread Boyuan Yang
Public bug reported:

Upstream bug report: https://github.com/fcitx/fcitx5-chinese-addons/issues/165
Debian bug report: https://bugs.debian.org/1069070

In order to make sure that fcitx5-chinese-addons are correctly installed using
Appstream-based GUI software such as KDE Discover or GNOME Software, the Appdata
metainfo XML file shall not be placed in a separate package. It should be
installed in the main (meta)package.

** Affects: fcitx5-chinese-addons (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: fcitx5-chinese-addons (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #1069070
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069070

** Also affects: fcitx5-chinese-addons (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069070
   Importance: Unknown
   Status: Unknown

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

Title:
  Appdata metainfo XML not in main pkg, breaking Appstream software
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fcitx5-chinese-addons/+bug/2061664/+subscriptions


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

[Bug 1452801] Re: xclip link to freedesktop clipboard standards is a 404 error

2024-02-25 Thread Boyuan Yang
Fixed in current Ubuntu releases already.

** Changed in: xclip (Ubuntu)
   Status: Triaged => 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/1452801

Title:
  xclip link to freedesktop clipboard standards is a 404 error

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


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

[Bug 1828398] Re: Backport to Bionic

2022-05-27 Thread Boyuan Yang
With original backport need has long disappeared, I am closing this bug
for package cjson as suggested.

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

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

Title:
  Backport to Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/bionic-backports/+bug/1828398/+subscriptions


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

[Bug 1551878] Re: Package outdated

2022-05-22 Thread Boyuan Yang
Hi Michael, you filed the bug of package pytaglib being outdated.
However, your name is listed as the package maintainer as shown at
https://tracker.debian.org/pkg/pytaglib . I believe the correct move
should be packaging the new version by yourself instead of filing a bug
for it, isn't it?

If you no longer consider yourself as the package maintainer, please let
me know so that we can change package maintainer and ownership timely.
Thanks!

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

Title:
  Package outdated

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


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

[Bug 1094885] Re: No icon for gnome-panel session menu

2022-04-16 Thread Boyuan Yang
Given current maintenance condition of package elementary-icon-theme in
Ubuntu, carrying patch inside Ubuntu is not realistic, sorry. This bug
would essentially be wontfix. Marking it as Invalid as the closest
available tag.

** Changed in: elementary-icon-theme (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  No icon for gnome-panel session menu

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


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

[Bug 908915] Re: [11.10 - 12.04] deja-dup missing icons for add/remove (on lubuntu) Missing dependency to gnome-icon-theme-symbolic

2022-04-16 Thread Boyuan Yang
Symbolic icons are introduced by upstream for 10 years. The updated
elementary-icon-theme 6.1.0-1 includes symbolic icons, which would solve
this bug. As a result, I consider it to be Fix-Released.

If you have any other bug with similar symptom, please feel free to open
a new bug report.

** Changed in: elementary-icon-theme (Ubuntu)
   Status: Confirmed => 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/908915

Title:
  [11.10 - 12.04] deja-dup missing icons for add/remove (on lubuntu)
  Missing dependency to gnome-icon-theme-symbolic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/908915/+subscriptions


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

[Bug 781207] Re: Google Chrome replacement icon is ugly

2022-04-16 Thread Boyuan Yang
Upstream has dropped Google Chrome icon since v4.0.1.1. In Ubuntu,
version 6.1.0 will present in Ubuntu 22.04 LTS. As a result, I consider
this bug as solved.

** Changed in: elementary-icon-theme (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/781207

Title:
  Google Chrome replacement icon is ugly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/781207/+subscriptions


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

[Bug 1233665] Re: package elementary-icon-theme 2.7.1-0ubuntu6 [modified: usr/share/icons/elementary/.icon-theme.cache] failed to install/upgrade: trying to overwrite '/usr/share/icons/elementary/pane

2022-04-16 Thread Boyuan Yang
Package elementary-icon-theme no longer provides gpm-battery-100.svg,
which essentially solves the bug. Besides, Ubuntu 12.04 has reached End-
Of-Life and is no longer supported. As a result, I consider this bug as
"Fix Released".

If this bug still present somewhere in a supported Ubuntu version,
please feel free to open another bug. Thanks!

** Changed in: elementary-icon-theme (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/1233665

Title:
  package elementary-icon-theme 2.7.1-0ubuntu6 [modified:
  usr/share/icons/elementary/.icon-theme.cache] failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/elementary/panel/48/gpm-battery-100.svg', which is
  also in package bodhi-elementary 0.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/1233665/+subscriptions


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

[Bug 1653159] Re: Update elementary-icon-theme to a more recent version

2022-04-16 Thread Boyuan Yang
Package with version 6.1.0-1 will appear in Ubuntu 22.04 LTS.

** Changed in: elementary-icon-theme (Ubuntu)
   Status: Confirmed => 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/1653159

Title:
  Update elementary-icon-theme to a more recent version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/1653159/+subscriptions


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

[Bug 1926882] Re: charset_filter is not been compiled by default

2022-03-18 Thread Boyuan Yang
This bug will be fixed with librime (>= 1.7.3+dfsg3-1) by providing
librime-charcode as a separate package. This version of librime is not
yet available in Ubuntu.

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

Title:
  charset_filter is not been compiled by default

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


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

[Bug 1943658] Re: 21.04, missing codecs

2022-02-14 Thread Boyuan Yang
The fix is available in libavif 0.9.3-2 and later versions. In other
words, the fix will be present in Ubuntu 22.04 LTS.

Such fix is unable to be applied onto Ubuntu 21.04 or Ubuntu 21.10 due
to libaom, sorry.

** Changed in: libavif (Ubuntu)
   Status: Confirmed => 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/1943658

Title:
  21.04, missing codecs

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


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

[Bug 1952555] Re: Flameshot can't take screenshots, 22.04, wayland

2021-11-28 Thread Boyuan Yang
You have to have xdg-desktop-portal-gnome installed on your system. This
requirement is listed as recommendation and should be pullin in
automatically, but I don't know why your system did not have it
installed.

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

Title:
  Flameshot can't take screenshots, 22.04, wayland

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


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

[Bug 1926279] Re: Ctrl + space cannot switch input method

2021-04-27 Thread Boyuan Yang
Fcitx 4.x does not support Wayland environment. IBus should be the
default choice. If you have to use Fcitx, please use fcitx5. See also
https://wiki.debian.org/I18n/Fcitx5 .

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

Title:
  Ctrl + space cannot switch input method

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

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

[Bug 1248362] Re: package gnulib (not installed) failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal.

2020-04-10 Thread Boyuan Yang
Since Ubuntu before 16.04 are no longer supported at all, I guess we
should not continue wth triaging the bug.

If you find that similar bug happens in any supported Ubuntu versions,
please consider opening a new bug.

** Changed in: gnulib (Ubuntu)
   Status: New => Incomplete

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

Title:
  package gnulib (not installed) failed to install/upgrade: Package is
  in a very bad inconsistent state - you should  reinstall it before
  attempting a removal.

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

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

[Bug 1870609] Re: decimal point problem in ibus-libpinyin

2020-04-03 Thread Boyuan Yang
@Gunnar: Do you think preparing a version with minimal changes in Debian
(applying the referenced commit as patch) works for Ubuntu?

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

Title:
  decimal point problem in ibus-libpinyin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-libpinyin/+bug/1870609/+subscriptions

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

[Bug 1869814] Re: ubuntu-docs build failure - possible solution

2020-03-31 Thread Boyuan Yang
@Gunnar It seems that the root cause has been found, thanks! It's well
known that translation could be fragile when the build system is not
well defined; all I can think of is to make the build system robust
enough and yell out loudly enough whenever an error (e.g., segfault)
happens.

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

Title:
  ubuntu-docs build failure - possible solution

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

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

[Bug 1869462] [NEW] [Unfreeze Request] Please import Debian's ibus-libpinyin 1.11.1-2 for bugfix on dekstop file

2020-03-27 Thread Boyuan Yang
Public bug reported:

Dear Ubuntu maintainers,

I, Boyuan Yang, am one of the package maintainers of ibus-libpinyin in Debian 
and made the last 2 package uploads.
Recently there is a private bug report stating that ibus-libpinyin/1.11.1-1 has 
a bug in the .desktop files which
made the configuration of ibus-libpinyin largely unusable. Details are as 
follows:

Within ibus-libpinyin_1.11.1-1_amd64.deb or similar .deb files, the
following files are provided:

-rw-r--r-- root/root   528 2019-12-07 18:43 
./usr/share/applications/ibus-setup-libbopomofo.desktop
-rw-r--r-- root/root   528 2019-12-07 18:43 
./usr/share/applications/ibus-setup-libpinyin.desktop

Their contents are identical, which is not correct. The content of 
ibus-setup-libpinyin.desktop was wrongly set
to be the same as ibus-setup-libpomofo.desktop. This did not happen in previous 
versions thus it is a regression.

I have prepared a minimal bugfix in Debian, versioned 1.11.1-2, to fix this 
bug. It actually cherry-picked
upstream bugfix commits. The full debdiff is provided in the attachment. You 
may also retrieve the package
directly from Debian archive.

As a result, I am requesting a freeze exception in Ubuntu. If Ubuntu can 
unfreeze this package and import the
current bugfix from Debian, I believe this bug can be fixed correctly.

This is the first time for me to work with Ubuntu as a Debian Developer. Please 
let me know if more work is needed
during this cooperation of bugfix.

Regards,
Boyuan Yang

** Affects: ibus-libpinyin (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "Full source debdiff"
   
https://bugs.launchpad.net/bugs/1869462/+attachment/5342399/+files/ibus-libpinyin.debdiff

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

Title:
  [Unfreeze Request] Please import Debian's ibus-libpinyin 1.11.1-2 for
  bugfix on dekstop file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-libpinyin/+bug/1869462/+subscriptions

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

[Bug 1823335] Re: Can't save as gif

2020-02-18 Thread Boyuan Yang
The fix is released since peek 1.3.1-6, which exists in Ubuntu 19.10 and
20.04. For users of Ubuntu 19.04: Ubuntu 19.04 is now End-Of-Life thus
no longer supported. Please upgrade your system as soon as possible.

** Changed in: peek (Ubuntu)
   Status: Confirmed => 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/1823335

Title:
  Can't save as gif

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

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

[Bug 579639] Re: No debug package.

2018-10-22 Thread Boyuan Yang
I believe debug symbols are now provided by separate -dbgsym packages in
a separate Ubuntu repository.

** Changed in: ibus-qt (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/579639

Title:
  No debug package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-qt/+bug/579639/+subscriptions

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

[Bug 1793175] Re: flameshot crashed with SIGSEGV in ()

2018-09-18 Thread Boyuan Yang
*** This bug is a duplicate of bug 1765133 ***
https://bugs.launchpad.net/bugs/1765133

Carlos,

Thank you for your bug report. As you can see, Apport is handling it
automatically and removed all the backtraces and coredumps. It is
automatically pointing to a nonexistent bug. I have little idea about
what can be done to help you out; if you think it's indeed a bug in
flameshot, please contact me and provide with more information.

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

Title:
  flameshot crashed with SIGSEGV in ()

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

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

[Bug 1782561] Re: flameshot crashed with SIGSEGV in ()

2018-07-20 Thread Boyuan Yang
Hi,

I'm not sure what Apport automatic robot is doing, but the robot removed
the whole coredump and stacktrace so that I will not be able to examine
the detail anymore. I have no access to bug #1765133 too.

As upstream Debian maintainer, I don't think I have much things to do.
Will keep this bug as-is and please provide with more details if you
find necessary.

** This bug is no longer a duplicate of private bug 1765133

** Changed in: flameshot (Ubuntu)
   Status: New => Incomplete

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

Title:
  flameshot crashed with SIGSEGV in ()

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

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

[Bug 1114651] Re: English UI caption misspelled

2018-02-25 Thread Boyuan Yang
With the latest release of qstardict 1.3-1 in Ubuntu 18.04 LTS, this
problem should have been solved.

Please reopen this issue were there any doubts.

** Changed in: qstardict (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: qstardict (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  English UI caption misspelled

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

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

[Bug 762487] Re: Qstardict doesn't start

2018-02-25 Thread Boyuan Yang
With the latest release 1.3-1 to arrive in Ubuntu 18.04 LTS, this
problem should be solved.

Please reopen this issue were there any doubts.

** Changed in: qstardict (Ubuntu)
   Status: New => Fix Released

** Changed in: qstardict (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  Qstardict doesn't start

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

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

[Bug 1589965] Re: Reading QR codes from file fails due to "Exception: tostring() has been removed. Please call tobytes() instead."

2017-09-26 Thread Boyuan Yang
Version 1.4~bzr23 migrated into Ubuntu. Fixed in Ubuntu 17.10.

** Changed in: qr-tools (Ubuntu)
   Status: Fix Committed => 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/1589965

Title:
  Reading QR codes from file fails due to "Exception: tostring() has
  been removed. Please call tobytes() instead."

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

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

[Bug 594835] Re: Chinese version of maint-guide is out of date

2017-09-18 Thread Boyuan Yang
Fix long released.

** Changed in: maint-guide (Ubuntu)
   Status: New => Fix Released

** Changed in: maint-guide (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  Chinese version of maint-guide is out of date

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

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

[Bug 555038] Re: After update of some side libraries Goldendict crashes when used.

2017-09-12 Thread Boyuan Yang
Ubuntu 9.04 is not supported anymore.

If you find any similar problems in supported Ubuntu versions, please
report it here.

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

** Changed in: goldendict (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  After update of some side libraries Goldendict crashes when used.

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

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

[Bug 1174177] Re: goldendict on x86_64 gives "Query error: basic_string::erase" after upgrade to 1.0.2~git20120929-3

2017-09-12 Thread Boyuan Yang
All supported version of goldendict in Ubuntu (12.04, 14.04 or higher)
are not affected by this bug.

Closing this issue now.

** Changed in: goldendict (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: goldendict (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  goldendict on x86_64 gives "Query error: basic_string::erase" after
  upgrade to 1.0.2~git20120929-3

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

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

[Bug 1099305] Re: No French translation and no ways to do it on Launchpad

2017-09-12 Thread Boyuan Yang
Now we have French translation.

If you want to make contributions, please submit your translation
directly to goldendict upstream on GitHub:

https://github.com/goldendict/goldendict

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

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

Title:
  No French translation and no ways to do it on Launchpad

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

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

[Bug 103538] Re: [apport] galternatives crashed with TypeError in update_metainfo()

2017-08-30 Thread Boyuan Yang
I believe this problem should be fixed with the release of 0.90.0.

If you encounter any similar problems, please reopen this bug.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  [apport] galternatives crashed with TypeError in update_metainfo()

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

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


[Bug 716091] Re: galternatives crashed with TypeError in update_metainfo(): iter must be a GtkTreeIter

2017-08-30 Thread Boyuan Yang
I believe this bug has been fixed since 0.90.0.

Please reopen this bug if you encounter any similar problems.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  galternatives crashed with TypeError in update_metainfo(): iter must
  be a GtkTreeIter

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

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


[Bug 910381] Re: galternatives crashed with IOError in __init__(): [Errno 2] No such file or directory: '/var/lib/dpkg/alternatives/ControlPanel'

2017-08-30 Thread Boyuan Yang
I believe this bug is fixed in version 0.90.0.

Please reopen this bug if you encounter any similar problems.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  galternatives crashed with IOError in __init__(): [Errno 2] No such
  file or directory: '/var/lib/dpkg/alternatives/ControlPanel'

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

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


[Bug 1222681] Re: galternatives can't add alternative with path containing spaces

2017-08-27 Thread Boyuan Yang
I believe this bug has been fixed since galternatives 0.90.0~exp1.

Please test again. Were there any problems, please report it here.

** Changed in: galternatives (Ubuntu)
   Status: New => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  galternatives can't add alternative with path containing spaces

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

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


[Bug 234670] Re: old file chooser can't show dot files

2017-08-27 Thread Boyuan Yang
I believe this bug is fixed since version 0.90.0~exp1 because we
migrated to GTK3. Should be fixed in Ubuntu 17.10.

You may now use ctrl + L to manually enter paths just like in any other
file browsers.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  old file chooser can't show dot files

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

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


[Bug 1317731] Re: Can't make any alternate selections in the Gui

2017-08-27 Thread Boyuan Yang
Closed due to duplication. As for SRU, let's track this further in LP:
#1309709.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  Can't make any alternate selections in the Gui

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

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


[Bug 1406069] Re: galternatives controls have no tooltip popup and are without function

2017-08-26 Thread Boyuan Yang
Seems a duplication of LP: 943513.

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

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  galternatives controls have no tooltip popup and are without function

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

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


[Bug 1417694] Re: full path assumed for update-alternatives

2017-08-22 Thread Boyuan Yang
The path for update-alternatives is now universal as /usr/bin/update-
alternatives. Code in galternatives would now assume the right path.

Fixed by version 0.13.4.

** Changed in: galternatives (Ubuntu)
   Status: New => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  full path assumed for update-alternatives

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

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


[Bug 943513] Re: Toolbar buttons don't do anything

2017-08-22 Thread Boyuan Yang
Should be fixed in version 0.90.0~exp1.

Please help test the new version and report any problem you find.

** Changed in: galternatives (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  Toolbar buttons don't do anything

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

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


[Bug 577991] Re: galternatives wrongly asks for root password, when it's meant for user password

2017-08-22 Thread Boyuan Yang
Should be fixed in the new version 0.90.0~exp1 since it switched to
policykit for permission escalation.

Please test the new version and report any problems you find.

** Changed in: galternatives (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: galternatives (Ubuntu)
 Assignee: (unassigned) => Boyuan Yang (hosiet)

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

Title:
  galternatives wrongly asks for root password, when it's meant for user
  password

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

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


[Bug 1184077] Re: kde-l10n-zhcn depends on ibus-pinyin

2016-12-12 Thread Boyuan Yang
Now it is Dec. 2016 and I would again remind everyone that this is still
a bug that exists from 2013 to 2017.

This has long been a blocking issue. Every Chinese Kubuntu user has to
bear the whole ibus inside the system which is totally useless and would
interfere with any other input method. I'm sure that lots of users have
given up using Kubuntu due to this annoying issue. If it does not get
fixed, more will.

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

Title:
  kde-l10n-zhcn depends on ibus-pinyin

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

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


[Bug 1556021] Re: 'Window' does not show non-latin characters

2016-12-05 Thread Boyuan Yang
I digged into the problem and here is another (pretty minimal) solution.
Tested on Debian unstable.

Please take the patch into consideration. Thanks.

** Patch added: "0002-Force-utf8-for-retrieved-window-name-from-Gtk2.patch"
   
https://bugs.launchpad.net/ubuntu/+source/shutter/+bug/1556021/+attachment/4787500/+files/0002-Force-utf8-for-retrieved-window-name-from-Gtk2.patch

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

Title:
  'Window' does not show non-latin characters

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

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


[Bug 1556021] Re: 'Window' does not show non-latin characters

2016-11-25 Thread Boyuan Yang
That fix uses deprecated function. We should seek a better solution.

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

Title:
  'Window' does not show non-latin characters

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

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


[Bug 337698] Re: fqterm's image viewer crash under QT4.5

2016-11-22 Thread Boyuan Yang
fqterm no longer uses Qt4 now. Please examine the problem again against
Qt5.

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

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

Title:
  fqterm's image viewer crash under QT4.5

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

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


[Bug 685722] Re: can't startup fqterm[crash]

2016-11-22 Thread Boyuan Yang
Cannot reproduce against latest package. Please try the new version.

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

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

Title:
  can't startup fqterm[crash]

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

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


[Bug 1629881] [NEW] Vc package significantly out of date

2016-10-03 Thread Boyuan Yang
Public bug reported:

Vc has migrated to GitHub and released new versions up to 1.2.0. New
software requires new version. E.g., krita 3.0+ needs Vc >= 1.1.0.

Please consider updating the homepage and the software. Thanks.

** Affects: vc (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/1629881

Title:
  Vc package significantly out of date

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

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


[Bug 1184077] Re: kde-l10n-zhcn depends on ibus-pinyin

2016-08-10 Thread Boyuan Yang
I have heard of some rumors that the ibus-pinyin package is deprecated
and may soon be removed from repository (both in debian and ubuntu).
This package may fail if still declares the dependency to ibus-pinyin.

As a result, please fix this problem ASAP to avoid further problems.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1184077

Title:
  kde-l10n-zhcn depends on ibus-pinyin

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

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


[Bug 1556021] Re: 'Window' does not show non-latin characters

2016-07-31 Thread Boyuan Yang
Sending an example screenshot when the bug takes place for
clarification.

** Attachment added: "Desktop screenshot when the bug happens"
   
https://bugs.launchpad.net/shutter/+bug/1556021/+attachment/4710743/+files/2016-07-31%2015-43-32%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png

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

Title:
  'Window' does not show non-latin characters

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

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


[Bug 1556021] Re: 'Window' does not show non-latin characters

2016-07-13 Thread Boyuan Yang
I would confirm this bug. Looks like it exists in all shutter versions.

Moreover, the window selection list in the right-button list of tray
icon is also being affected.

It is almost for sure that a wrong latin1 -- utf-8 conversion has caused
this problem.

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

Title:
  'Window' does not show non-latin characters

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

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


[Bug 1567427] [NEW] gnome-shell crashes when touchscreen is touched

2016-04-07 Thread Boyuan Yang
Public bug reported:

In Ubuntu 16.04 with gnome-shell, the gnome-shell would crash every time
I touch the touchscreen of my laptop (ASUS-S400CA). Sometimes the
session would just restart, but when I touch again the whole session
would just crash and drive me back to gdm.

There are related log line in journald says:

4月 07 20:38:14 ubuntu-s400ca /usr/lib/gdm3/gdm-x-session[14967]: (II) XKB: 
generating xkmfile /tmp/server-3D32AD876081C702D9B5501C336C5CB154F5C8D2.xkm
4月 07 20:38:14 ubuntu-s400ca kernel: gnome-shell[15211]: segfault at c ip 
7f2ad1ae9f87 sp 7ffc96f9e6b0 error 4 in 
libcaribou.so.0.0.0[7f2ad1ae+1e000]
4月 07 20:38:14 ubuntu-s400ca /usr/lib/gdm3/gdm-x-session[14967]: syntax error: 
line 1 of stdin
4月 07 20:38:14 ubuntu-s400ca /usr/lib/gdm3/gdm-x-session[14967]: Errors 
encountered in stdin; not compiled.
4月 07 20:38:14 ubuntu-s400ca /usr/lib/gdm3/gdm-x-session[14967]: (EE) Error 
compiling keymap (server-3D32AD876081C702D9B5501C336C5CB154F5C8D2)
4月 07 20:38:14 ubuntu-s400ca /usr/lib/gdm3/gdm-x-session[14967]: (EE) XKB: 
Couldn't compile keymap
4月 07 20:38:15 ubuntu-s400ca polkitd(authority=local)[874]: Unregistered 
Authentication Agent for unix-session:6 (system bus name :1.360, object path 
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale zh_CN.UTF-8) 
(disconnected from bus)
4月 07 20:38:15 ubuntu-s400ca gnome-session[15129]: gnome-session-binary[15129]: 
WARNING: Application 'gnome-shell.desktop' killed by signal 11

You may find the full log in the attached files generated by ubuntu-bug.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-shell 3.18.4-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
Date: Thu Apr  7 20:41:10 2016
DisplayManager: gdm3
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  gnome-shell crashes when touchscreen is touched

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

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

[Bug 1515207] [NEW] /bin/login aborted due to pointer double free in libpam.so

2015-11-11 Thread Boyuan Yang
Public bug reported:

After a system update in xenial on my notebook, I was unable to login
through GDM and tty. After some investigation, I found a probable cause
for this problem: when logging in from getty using /bin/login, the
program would abort. Here comes a example for debugging, I moved
/bin/login to /bin/login.real, and make /bin/login a bash script:

$ cat /bin/login

#!/bin/bash
export MALLOC_CHECK_=1
/bin/login.real "$@"

$ file /bin/login.real
/bin/login.real: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 
2.6.32, BuildID[sha1]=e5d2ebf80be6b1a4f2fc0073e7857ccbe3b875a1, stripped

# /bin/login
arch-s400ca.hosiet.me login: hosiet
Password: 
Last login: Wed Nov 11 18:54:52 CST 2015 on UNKNOWN
Welcome to Ubuntu Xenial Xerus (development branch) (GNU/Linux 4.2.5-1-ARCH 
x86_64)

 * Documentation:  https://help.ubuntu.com/

No mail.
*** Error in `/bin/login.real': free(): invalid pointer: 0x0118dd80 ***
/bin/login: line 6:  3452 Aborted /bin/login.real "$@"

--

After using env "MALLOC_CHECK_" to 0, the login will be successful.

After editing the env "MALLOC_CHECK_" to 3 (which is an invalid number),
the detailed output is as follows:

--
arch-s400ca.hosiet.me login: hosiet
Password: 
Last login: Wed Nov 11 19:02:51 CST 2015 on UNKNOWN
Welcome to Ubuntu Xenial Xerus (development branch) (GNU/Linux 4.2.5-1-ARCH 
x86_64)

 * Documentation:  https://help.ubuntu.com/

No mail.
*** Error in `/bin/login.real': free(): invalid pointer: 0x00e42590 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x78c4e)[0x7f3dcbba4c4e]
/lib/x86_64-linux-gnu/libc.so.6(+0x801da)[0x7f3dcbbac1da]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0xf7)[0x7f3dcbbb0947]
/lib/x86_64-linux-gnu/libpam.so.0(pam_set_data+0x49)[0x7f3dcc3217f9]
/lib/x86_64-linux-gnu/security/pam_smbpass.so(pam_sm_setcred+0x50)[0x7f3dc8b39a10]
/lib/x86_64-linux-gnu/libpam.so.0(+0x2dcf)[0x7f3dcc321dcf]
/lib/x86_64-linux-gnu/libpam.so.0(pam_setcred+0x2c)[0x7f3dcc3216fc]
/bin/login.real[0x4031a5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f3dcbb4ca40]
/bin/login.real[0x4042f9]
=== Memory map: 
0040-0040b000 r-xp  08:11 657435 
/bin/login.real
0060a000-0060b000 r--p a000 08:11 657435 
/bin/login.real
0060b000-0060c000 rw-p b000 08:11 657435 
/bin/login.real
00e09000-00e8d000 rw-p  00:00 0  [heap]
7f3dbcfe6000-7f3dbcffc000 r-xp  08:11 1049017
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3dbcffc000-7f3dbd1fb000 ---p 00016000 08:11 1049017
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3dbd1fb000-7f3dbd1fc000 r--p 00015000 08:11 1049017
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3dbd1fc000-7f3dbd1fd000 rw-p 00016000 08:11 1049017
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f3dbd22d000-7f3dbd294000 rw-s  08:09 390938 
/var/cache/samba/gencache.tdb
7f3dbd294000-7f3dbd2a r-xp  08:11 1049787
/lib/x86_64-linux-gnu/libnss_files-2.21.so
7f3dbd2a-7f3dbd49f000 ---p c000 08:11 1049787
/lib/x86_64-linux-gnu/libnss_files-2.21.so
7f3dbd49f000-7f3dbd4a r--p b000 08:11 1049787
/lib/x86_64-linux-gnu/libnss_files-2.21.so
7f3dbd4a-7f3dbd4a1000 rw-p c000 08:11 1049787
/lib/x86_64-linux-gnu/libnss_files-2.21.so
7f3dbd4a1000-7f3dbd4ac000 r-xp  08:11 1049001
/lib/x86_64-linux-gnu/libnss_nis-2.21.so
7f3dbd4ac000-7f3dbd6ab000 ---p b000 08:11 1049001
/lib/x86_64-linux-gnu/libnss_nis-2.21.so
7f3dbd6ab000-7f3dbd6ac000 r--p a000 08:11 1049001
/lib/x86_64-linux-gnu/libnss_nis-2.21.so
7f3dbd6ac000-7f3dbd6ad000 rw-p b000 08:11 1049001
/lib/x86_64-linux-gnu/libnss_nis-2.21.so
7f3dbd6ad000-7f3dbd6b5000 r-xp  08:11 1049790
/lib/x86_64-linux-gnu/libnss_compat-2.21.so
7f3dbd6b5000-7f3dbd8b4000 ---p 8000 08:11 1049790
/lib/x86_64-linux-gnu/libnss_compat-2.21.so
7f3dbd8b4000-7f3dbd8b5000 r--p 7000 08:11 1049790
/lib/x86_64-linux-gnu/libnss_compat-2.21.so
7f3dbd8b5000-7f3dbd8b6000 rw-p 8000 08:11 1049790
/lib/x86_64-linux-gnu/libnss_compat-2.21.so
7f3dbd8b6000-7f3dbd8c r-xp  08:11 12176  
/lib/x86_64-linux-gnu/security/pam_gnome_keyring.so
7f3dbd8c-7f3dbdabf000 ---p a000 08:11 12176  
/lib/x86_64-linux-gnu/security/pam_gnome_keyring.so
7f3dbdabf000-7f3dbdac r--p 9000 08:11 12176   

[Bug 1175669] Re: fcitx often fails to work in dash with Unity

2013-05-03 Thread Boyuan Yang
** Description changed:

  The input method fcitx' is supposed to work with Unity dash in raring,but it 
is not working well.
- When typing characters in dash or HUD display (by pressing left 
alt),sometimes I can activate the input method.In more cases,there aren't any 
response when pressing ctrl+space.Sometimes I can't type anything into dash.
+ This happens *only* when I set the launcher to hide as default.
+ When I press Super to open the dash and begin to type characters into dash or 
HUD display (by pressing left alt),sometimes I can activate the input method.In 
more cases,there aren't any response when pressing ctrl+space.Sometimes I 
can't type anything into dash.
  
  I've asked a developer of fcitx (csslayer) but he said he knew nothing
  about it.He said it could be a bug of unity and suggested me to report
  the bug here.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic i686
  NonfreeKernelModules: fglrx
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu May  2 23:51:07 2013
  InstallationDate: Installed on 2012-05-01 (365 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: Upgraded to raring on 2013-04-03 (28 days ago)

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

Title:
  fcitx often fails to work in dash with Unity

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

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


[Bug 1175669] [NEW] fcitx often fails to work in dash with Unity

2013-05-02 Thread Boyuan Yang
Public bug reported:

The input method fcitx' is supposed to work with Unity dash in raring,but it 
is not working well.
When typing characters in dash or HUD display (by pressing left alt),sometimes 
I can activate the input method.In more cases,there aren't any response when 
pressing ctrl+space.Sometimes I can't type anything into dash.

I've asked a developer of fcitx (csslayer) but he said he knew nothing
about it.He said it could be a bug of unity and suggested me to report
the bug here.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
NonfreeKernelModules: fglrx
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu May  2 23:51:07 2013
InstallationDate: Installed on 2012-05-01 (365 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: Upgraded to raring on 2013-04-03 (28 days ago)

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


** Tags: apport-bug i386 raring

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

Title:
  fcitx often fails to work in dash with Unity

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

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