[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-09-24 Thread era
Related bug LP #493766 is now Fix Released in Debian.

https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/493766

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753534

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

** Also affects: emacs24 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753534
   Importance: Unknown
   Status: Unknown

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged
Status in “emacs24” package in Debian:
  Unknown

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-09-24 Thread Bug Watch Updater
** Changed in: emacs24 (Debian)
   Status: Unknown = Fix Released

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged
Status in “emacs24” package in Debian:
  Fix Released

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-09-17 Thread Neal McBurnett
Re: #20 - it looks like it is upstream that changed to super+space, not Debian:
 https://github.com/ibus/ibus/releases

1.5.3: Release 1.5.3  Takao Fujiwara fujiwarat released this on Jul 26,
2013  This version changes the default hotkey from Control + space
to Super + space. You can customize the hotkey with ibus-setup.

The code changes (to more than just the xml file, Jorge) are here:

Defalut triggers key is changed to Superspace. · f3d80dc · ibus/ibus
 https://github.com/ibus/ibus/commit/f3d80dc026853c1024cdf6bda31b1496939cb095

So Ubuntu is overriding upstream!  Why?

Aha - it is patched back to ctrl-space in patches/ibus-xx-ctrl-
space.patch as a transitional solution in trusty because of this bug
in gnome-settings-daemon I guess:

Bug #1249208 “Avoid conflicting SuperSpace shortcut with g-s-d...” : Bugs : 
“ibus” package : Ubuntu
 https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1249208

Trusty LTS is not a release to be doing transitional solutions in

This bug among other things has caused me to lose data in emacs, because
set-mark-command doesn't work from ctrl-space like it has for what,
decades?  And my fingers expect it to continue to work that way.  I set
the mark and delete the region as a muscle macro.  Very dangerous.

This needs to work right for all the desktops, rather than breaking it
for everything except one desktop.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-09-15 Thread era
Based on earlier suggestions, I worked around this by changing the
keybinding to CtrlAltspace.  The dialog to change this is not
entirely intuitive; you have to click the [...] button next to the
current binding.

For the record, Xubuntu 14.04 and ibus 1.5.5-1ubuntu3

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-09-04 Thread Jorge Suárez de Lis
I'm unable to setup a different keybinding system-wide.

There is a file describing the dconf schema with the default values:
/usr/share/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml

I tried changing this:

key type=as name=triggersdefault[ 'lt;Controlgt;space'
]/defaultsummaryTrigger shortcut keys for
gtk_accelerator_parse/summarydescriptionThe shortcut keys for
turning input method on or off/description/key

To this:

key type=as name=triggersdefault[
'lt;Controlgt;lt;Supergt;space' ]/defaultsummaryTrigger shortcut
keys for gtk_accelerator_parse/summarydescriptionThe shortcut keys
for turning input method on or off/description/key

I can see the change in dconf-editor. If I set the value to the default,
I get ['ControlSuperspace'] and the bold style on the key is
removed.

But when I enter ibus-setup, the old default Controlspace is shown
instead. Changing the value to ControlSuperspace inside ibus-setup,
also makes changes that I can see in dconf-editor. The value is not set
to the default (bold style in key), and the very same
['ControlSuperspace'] string is shown.

If I press the Reset to defaults button in dconf-editor, the value is
set to the default (the bold style on the key is gone). The string is
still the same ['ControlSuperspace']

Then, If I enter ibus-setup again, Controlspace is shown.

I should be able to setup a different system-wide keybinding by changing
this file, shouldn't I? Should I file a bug report?

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-08-05 Thread Aron Xu
** Changed in: ibus (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Triaged

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-07-29 Thread Jonathan Paul
This not only is affecting eclipse users, it's affecting people of all
different types of programs, including Minecraft players. It causes the
player to not be able to sprint (ctrl) and jump (space) at the same
time.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-07-29 Thread Aron Xu
For MineCraft, there is problem in its keyboard handling code and no
input method is working with it, including other input fields within the
program cannot be working. It's a different issue that should be handled
by MineCraft.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-07-26 Thread Aron Xu
I think this is caused by setting Ctrl-Space as the default shortcut in
ibus-setup's default configuration, that's a diff between Ubuntu and
Debian because there was problem in switching the input method in Unity
(where Super-Space is captured by gnome/unity-settings-daemon). I'll see
if we can drop that with recent gnome/unity-settings-daemon updates.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-07-08 Thread Ethan Gold
After reading this thread I looked throught settings menu in XFCE4 and
launched the Keyboard Input Methods control panel. Right there you can
delete the key binding in the GUI, which is used to toggle between input
methods. More of a bad configuration default than a bug.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-06-26 Thread Fredrik Wendt
I'm looking for an automated way to either disable ibus, or change the
mapping (or remove it). All our developer vagrant images are based on
lubuntu 14.04 (and have emacs and eclipse installed). This is the last
single thing we haven't found a way to fix yet.

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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


[Desktop-packages] [Bug 1278569] Re: ibus breaks emacs and eclipse control-space keybinding

2014-06-26 Thread Fredrik Wendt
The workaround used now is to run ibus exit in
.config/lxsession/Lubuntu/autostart

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

Title:
  ibus breaks emacs and eclipse control-space keybinding

Status in “ibus” package in Ubuntu:
  Confirmed

Bug description:
  Installing ibus 1.5.5-1ubuntu1 breaks Emacs 24's control-space
  keybinding.  I generally have that bound to a custom lisp function,
  but by default (e.g. starting with `emacs -Q`) it is bound to set-
  mark-command.  After doing a dist-upgrade in Trusty which installs
  ibus 1.5.5-1ubuntu1, emacs no longer even sees the control-space key
  chord.  My guess is that ibus is consuming this event, preventing
  emacs from seeing it.  This is a critical regression that makes emacs
  almost unusable.

  By process of elimination, I've narrowed it down to one of these 4
  binary packages.

  gir1.2-ibus-1.0
  ibus
  ibus-gtk
  ibus-gtk3

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ibus 1.5.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
  Uname: Linux 3.13.0-8-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Feb 10 15:15:57 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-12-06 (66 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569/+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