** Also affects: im-config (Ubuntu Yakkety)
   Importance: Undecided
       Status: New

** Changed in: im-config (Ubuntu Yakkety)
   Importance: Undecided => Medium

** Changed in: im-config (Ubuntu Yakkety)
       Status: New => In Progress

** Changed in: im-config (Ubuntu Yakkety)
     Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Description changed:

+ [Impact]
+ 
  missing
  
  QT_IM_MODULE=gcin
  
  in /usr/share/im-config/data/26_gcin.rc
  
  QT5 needs this.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 15.04
- Package: im-config 0.29-1ubuntu2 [modified: 
usr/share/im-config/data/26_gcin.rc]
- ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
- Uname: Linux 3.19.0-25-generic x86_64
- ApportVersion: 2.17.2-0ubuntu1.1
- Architecture: amd64
- CurrentDesktop: XFCE
- Date: Sun Aug  9 09:01:10 2015
- InstallationDate: Installed on 2015-04-26 (104 days ago)
- InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
- PackageArchitecture: all
- SourcePackage: im-config
- UpgradeStatus: No upgrade log present (probably fresh install)
+ [Test Case]
+ 
+ After the change, this command:
+ 
+ grep -A3 QT_IM_MODULE /usr/share/im-config/data/26_gcin.rc
+ 
+ should output:
+ 
+ QT_IM_MODULE=xim
+ # use immodule when available for Qt5
+ for IM_CONFIG_MARKER in 
/usr/lib/*/qt5/plugins/platforminputcontexts/libgcinplatforminputcontextplugin.so
 ; do
+     if [ -e $IM_CONFIG_MARKER ]; then
+         QT_IM_MODULE=gcin
+         break
+     fi
+ done
+ 
+ [Regression Potential]
+ 
+ None.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to im-config in Ubuntu.
https://bugs.launchpad.net/bugs/1482938

Title:
  im-config gcin qt5

Status in im-config package in Ubuntu:
  Fix Released
Status in im-config source package in Yakkety:
  In Progress
Status in im-config package in Debian:
  Fix Released

Bug description:
  [Impact]

  missing

  QT_IM_MODULE=gcin

  in /usr/share/im-config/data/26_gcin.rc

  QT5 needs this.

  [Test Case]

  After the change, this command:

  grep -A3 QT_IM_MODULE /usr/share/im-config/data/26_gcin.rc

  should output:

  QT_IM_MODULE=xim
  # use immodule when available for Qt5
  for IM_CONFIG_MARKER in 
/usr/lib/*/qt5/plugins/platforminputcontexts/libgcinplatforminputcontextplugin.so
 ; do
      if [ -e $IM_CONFIG_MARKER ]; then
          QT_IM_MODULE=gcin
          break
      fi
  done

  [Regression Potential]

  None.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1482938/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to