[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#648838: marked as done (scim-bridge-agent: Cannot find im-scim-bridge.so to set GTK_IM_MODULE correctly)



Your message dated Mon, 05 Mar 2012 09:29:11 +0000
with message-id <E1S4UEB-0002aC-R0@franck.debian.org>
and subject line Bug#642371: Removed package(s) from unstable
has caused the Debian Bug report #648838,
regarding scim-bridge-agent: Cannot find im-scim-bridge.so to set GTK_IM_MODULE correctly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
648838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648838
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message --- Package: scim-bridge-agent
Version: 0.4.16-3
Severity: normal
Tags: patch

Dear Maintainer,

Everytime I boot the system, I found variable GTK_IM_MODULE is set
increectly.

Since I installed package scim-bridge-client-gtk, the expected value should be

GTK_IM_MODULE=scim-bridge

but it always be

GTK_IM_MODULE=xim


The file, /etc/X11/xinit/xinput.d/scim-bridge, try to detect
im-scim-bridge.so under /usr/lib/gtk-2.0/*/immodules/. But the path
was changed and the path is depend on your machine type.

In my situation, it located in
/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-scim-bridge.so

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=zh_TW.utf8, LC_CTYPE=zh_TW.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scim-bridge-agent depends on:
ii  libc6                2.13-21
ii  libgcc1              1:4.6.1-15
ii  libscim8c2a          1.4.9-7
ii  libstdc++6           4.6.1-15
ii  scim                 1.4.9-7
ii  scim-modules-socket  1.4.9-7

Versions of packages scim-bridge-agent recommends:
ii  scim-bridge-client-gtk  0.4.16-3

scim-bridge-agent suggests no packages.

-- no debconf information

From 6524af8c543a04387fe4b186cbe2ad58a7c02454 Mon Sep 17 00:00:00 2001
From: Julian_Chu <walkingice@0xlab.org>
Date: Tue, 15 Nov 2011 22:27:21 +0800
Subject: [PATCH] scim-bridge: detect shared library in proper path

It tries to detect existence of im-scim-bridge.so in an old path.
Therefore it will never find the library to set GTK_IM_MODULE
correctly.
---
 scim-bridge |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scim-bridge b/scim-bridge
index 04ef5e9..82ad83a 100644
--- a/scim-bridge
+++ b/scim-bridge
@@ -5,7 +5,7 @@ else
     XIM_PROGRAM=/usr/bin/scim
 fi
 XIM_ARGS="-d"
-if [ -e /usr/lib/gtk-2.0/*/immodules/im-scim-bridge.so ]; then
+if [ -e /usr/lib/*/gtk-2.0/*/immodules/im-scim-bridge.so ]; then
     GTK_IM_MODULE=scim-bridge
 else
     GTK_IM_MODULE=xim
-- 
1.7.7.1


--- End Message ---
--- Begin Message ---
Version: 0.4.16-3+rm

Dear submitter,

as the package scim-bridge has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/642371

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply to: