Debian Bug report logs -
#792588
im-config: fix uim Qt5 immodule path
Reported by: "HIGUCHI Daisuke \(VDR dai\)" <dai@debian.org>
Date: Thu, 16 Jul 2015 14:39:01 UTC
Severity: wishlist
Tags: patch
Found in version im-config/0.27-2
Fixed in version im-config/0.29-1.2
Done: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Osamu Aoki <osamu@debian.org>:
Bug#792588; Package im-config.
(Thu, 16 Jul 2015 14:39:05 GMT) (full text, mbox, link).
Acknowledgement sent
to "HIGUCHI Daisuke \(VDR dai\)" <dai@debian.org>:
New Bug report received and forwarded. Copy sent to Osamu Aoki <osamu@debian.org>.
(Thu, 16 Jul 2015 14:39:05 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: im-config
Version: 0.27-2
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
I am preparing uim Qt5 immodule package.
im-config's uim Qt5 immodule path is wrong,
so I create path fix patch.
- -- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages im-config depends on:
ii dialog 1.2-20150528-1
ii gettext-base 0.19.4-1
ii zenity 3.16.3-1
Versions of packages im-config recommends:
ii dialog 1.2-20150528-1
ii x11-common 1:7.7+9
im-config suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVp8ExAAoJEHg5YZ3UOWaOXjEQAMnR/hajTYQT6b9zuNVeO9bY
A4BFVM+eVW1VsMZXU87MqGih6ebzUyEoL2X+4NFAtjhEvGvT5rVWpG4+E2ePyBfe
aLGxfQahiNHIoL8e0DQaS1iaIjrvKQm62JgV0TEJ3TBUoUzxjoy1MUppjzCHcHKy
hQAkIu+VArC6yCNlnLXr2BYwX94qZqMFiiX20w2k7lGs7C1q9N2COifQCPQNoNDO
p9JGCcWyiSEGxdgF8NVffbybN8ZQ7GngkU2EieecpG0Ky9ceQIUSbtvUDqkSJELe
PAanDJ1pES1QqZ6VyKBb+xFs2H8w3lpNg2bK67uzjtpz8usbse4QAQWE16vXSUZ+
gUSHI/OHL63hatS1+NW++m7tJBVt2XNO35HWjyJZeawmdm0E0aidq969dJmBf0h+
H0hoCQU29pzJjXSi6vfslg6v+AkqhGr5skHbZ2CcF035/r9Godx1r7YrVgFcfDe4
77XGm7Iva+Y7Rl3JXoGsmTZVTEw0Dcx2Z7DvSR6jdXGFJkx9GIqHdAYKLPqlzNYN
OGzlvDyXm38Mp2Jc9TkpUZD9DDLd9J4BbeNXVBJFHPzC7fhivJDOsE/Kwerz9Xix
4x4SoGVMWOVEchAI1RCesOw2uL4XQgAVoqmF4BYPMNpGn9ilZ4FIbJsBj09cumqE
t00fPiaG3T94dSxDyinf
=RrTR
-----END PGP SIGNATURE-----
[fix-uim-qt5.patch (text/x-diff, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org:
Bug#792588; Package im-config.
(Thu, 16 Jul 2015 15:03:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Osamu Aoki <osamu@debian.org>:
Extra info received and forwarded to list.
(Thu, 16 Jul 2015 15:03:05 GMT) (full text, mbox, link).
Message #10 received at 792588@bugs.debian.org (full text, mbox, reply):
Hi,
On Thu, Jul 16, 2015 at 11:35:33PM +0900, HIGUCHI Daisuke (VDR dai) wrote:
> Package: im-config
> Version: 0.27-2
> Severity: wishlist
> Tags: patch
...
> -for IM_CONFIG_MARKER in /usr/lib/*/qt5/plugins/inputmethods/libquiminputcontextplugin.so ; do
> +for IM_CONFIG_MARKER in /usr/lib/*/qt5/plugins/platforminputcontexts/libuimplatforminputcontextplugin.so ; do
> if [ -e $IM_CONFIG_MARKER ]; then
> QT_IM_MODULE=uim
> break
Can you tell me if this was broken all the time or this was caused by
changes in libquiminputcontextplugin.so? Can you tell us the version
which changed.
Looks like post-jessie?
Osamu
Information forwarded
to debian-bugs-dist@lists.debian.org, Osamu Aoki <osamu@debian.org>:
Bug#792588; Package im-config.
(Thu, 16 Jul 2015 15:24:07 GMT) (full text, mbox, link).
Acknowledgement sent
to dai@debian.org:
Extra info received and forwarded to list. Copy sent to Osamu Aoki <osamu@debian.org>.
(Thu, 16 Jul 2015 15:24:07 GMT) (full text, mbox, link).
Message #15 received at 792588@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On Fri, Jul 17, 2015 at 12:02:12AM +0900, Osamu Aoki wrote:
> Can you tell me if this was broken all the time or this was caused by
> changes in libquiminputcontextplugin.so?
Maybe all the time.
http://anonscm.debian.org/cgit/collab-maint/im-config.git/commit/?id=015cebed9dc6d5c8960216efd8560e9881824a9a
In this commit, ibus and fcitx have a right Qt5 immodule path.
But uim's path is same as Qt3/Qt4 immodule path (except version number).
I think it may be accidental.
--
Regards,
dai
GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org:
Bug#792588; Package im-config.
(Thu, 16 Jul 2015 15:33:17 GMT) (full text, mbox, link).
Acknowledgement sent
to Osamu Aoki <osamu@debian.org>:
Extra info received and forwarded to list.
(Thu, 16 Jul 2015 15:33:17 GMT) (full text, mbox, link).
Message #20 received at 792588@bugs.debian.org (full text, mbox, reply):
HI,
On Fri, Jul 17, 2015 at 12:19:41AM +0900, dai@debian.org wrote:
> On Fri, Jul 17, 2015 at 12:02:12AM +0900, Osamu Aoki wrote:
> > Can you tell me if this was broken all the time or this was caused by
> > changes in libquiminputcontextplugin.so?
>
> Maybe all the time.
>
> http://anonscm.debian.org/cgit/collab-maint/im-config.git/commit/?id=015cebed9dc6d5c8960216efd8560e9881824a9a
>
> In this commit, ibus and fcitx have a right Qt5 immodule path.
> But uim's path is same as Qt3/Qt4 immodule path (except version number).
> I think it may be accidental.
Looks like my mistake. Thanks.
Osamu
Added indication that 792588 affects uim-qt5
Request was from dai@debian.org
to control@bugs.debian.org.
(Sat, 25 Jul 2015 13:24:03 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org:
Bug#792588; Package im-config.
(Wed, 05 Aug 2015 15:24:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Osamu Aoki <osamu@debian.org>:
Extra info received and forwarded to list.
(Wed, 05 Aug 2015 15:24:06 GMT) (full text, mbox, link).
Message #27 received at 792588@bugs.debian.org (full text, mbox, reply):
Hi,
Please report to BTS (So I do not loose them.)
On Wed, Aug 05, 2015 at 10:07:16PM +0800, Edward Liu wrote:
> missing
>
> QT_IM_MODULE=gcin
>
> in /usr/share/im-config/data/26_gcin.rc
>
> QT5 needs this.
Information forwarded
to debian-bugs-dist@lists.debian.org, Osamu Aoki <osamu@debian.org>:
Bug#792588; Package im-config.
(Tue, 03 Nov 2015 09:09:04 GMT) (full text, mbox, link).
Acknowledgement sent
to dai@debian.org:
Extra info received and forwarded to list. Copy sent to Osamu Aoki <osamu@debian.org>.
(Tue, 03 Nov 2015 09:09:04 GMT) (full text, mbox, link).
Message #32 received at 792588@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Control: tags 792588 + pending
Dear maintainer,
I've prepared an NMU for im-config (versioned as 0.29-1.2) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.
--
Regards,
dai
GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
[im-config-0.29-1.2-nmu.diff (text/x-diff, attachment)]
[signature.asc (application/pgp-signature, inline)]
Added tag(s) pending.
Request was from dai@debian.org
to 792588-submit@bugs.debian.org.
(Tue, 03 Nov 2015 09:09:04 GMT) (full text, mbox, link).
Reply sent
to HIGUCHI Daisuke (VDR dai) <dai@debian.org>:
You have taken responsibility.
(Fri, 13 Nov 2015 09:39:14 GMT) (full text, mbox, link).
Notification sent
to "HIGUCHI Daisuke \(VDR dai\)" <dai@debian.org>:
Bug acknowledged by developer.
(Fri, 13 Nov 2015 09:39:14 GMT) (full text, mbox, link).
Message #39 received at 792588-close@bugs.debian.org (full text, mbox, reply):
Source: im-config
Source-Version: 0.29-1.2
We believe that the bug you reported is fixed in the latest version of
im-config, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 792588@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai) <dai@debian.org> (supplier of updated im-config package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 03 Nov 2015 17:55:01 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.29-1.2
Distribution: experimental
Urgency: medium
Maintainer: Osamu Aoki <osamu@debian.org>
Changed-By: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Description:
im-config - Input method configuration framework
Closes: 792588
Changes:
im-config (0.29-1.2) experimental; urgency=medium
.
* Non-maintainer upload.
* fix uim Qt5 immodule path. Closes: #792588
Checksums-Sha1:
a04dbf3c57b64dbd0b1384823b1d0dc406560124 1785 im-config_0.29-1.2.dsc
b15ce3410d2ca21934afd736d8e08bdb822d9285 8604 im-config_0.29-1.2.debian.tar.xz
d5904621753ff006e7fda741066fb407e3ed82fa 52020 im-config_0.29-1.2_all.deb
Checksums-Sha256:
42adff4331d064e4a15e12c8a1d9d1cbc5b525223c53a7aef57b75291c2795bb 1785 im-config_0.29-1.2.dsc
883f60e1169a309280a260a556da24488f7956b677c98b06040e4dbdbe95c850 8604 im-config_0.29-1.2.debian.tar.xz
e8b438c1b86222f005500f40228c475286468b3b0d9938de9b78cb170e8e4c93 52020 im-config_0.29-1.2_all.deb
Files:
9f0beefc5277634b0839b8226af430be 1785 x11 optional im-config_0.29-1.2.dsc
18026a0e304856ee1edaedc2525a9a60 8604 x11 optional im-config_0.29-1.2.debian.tar.xz
48e6af0436c317ce86acda5c7ae39bf1 52020 x11 optional im-config_0.29-1.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWOHkTAAoJEHg5YZ3UOWaO7u8QAMOCGUg0Kg1/JDbcN4m81d1i
QwYMOWWSFMGJn2+yfsjWa9b+pTlh+7FuEGSaKFJQEypkngy6S3G7t/8pYUzKDvKD
HN5lyBJcU+O9cbsdaZbX8MwF+4GCNuxX4/Zk+2okF9N+Dm2RWoYIuXwcFx6iXwYh
lXruSR71I15ZtIUqSfgW3Dlu3e3K0BMGD1IH+KVVVEwfSIN9HWddxTvAUnTmLODR
V3AoSwONcLzX+60TOMbpLAbgR8W4rCqWCMoThemR8L29oJpxfE4DxM3JYD1kolx9
MFidXsxDULcQlx7NuH2SNBB3PfPt4KnNpzuXUhA1/GWNbO2MorrZwedlHeb4cPZ8
2HatyDSSo4ESERb9/FbRbd3Yp9yGzmGXpnsPFeJS44B1kHF7URg/W5ZWIN3a3E8g
a5VgbWbG3yHoH/LKWLhBe3PVp1WD4mo2B3bhls9SZUmFdz0jYLOxVZf8Rk2zHUhJ
L9C8mUn7GX76tkzgMNT5kVkDDWB6jE7DsUvgUn5osMxG9m0Rc8158/WlUTqaHBgq
uuauQeG50g0QsflFV378fpvdkfH2OUCH6x/XkO+niKbve57uUpZcEUANsD6gerGr
QONakC7ph5DpNAlChmxJp8lLlqeltdRHHP1TLXK6ATljRRL2s1DK/eJtpBmYZL6q
1bPuURulgYSka+Bz6E1L
=8l5u
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 15 Jul 2016 07:35:22 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Mon Jun 5 03:24:24 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.