[Bug 994773] Re: Spell check keyboard short cut doesn't work in 12.04

2013-02-10 Thread Gertjan Halkes
This is a bug in the GTK+ library, where it has been solved:

GTK+ 3:
http://git.gnome.org/browse/gtk+/commit/?id=314b6abbe8d8daae1e2de50b15cc9b6553af1f3d

GTK+ 2:
http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24id=1533e67ae40d938a6ee805eab5581922f4b97459

Furthermore, it is the same bug as #994773.  Applying the above patches
to the respective GTK+ libraries solved this problem for me locally.

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

Title:
  Spell check keyboard short cut doesn't work in 12.04

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

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


[Bug 994773] Re: Spell check keyboard short cut doesn't work in 12.04

2013-02-10 Thread Gertjan Halkes
Got my bug numbers mixed up. #994773 is this bug. The other bug number
is #990617.

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

Title:
  Spell check keyboard short cut doesn't work in 12.04

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

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


[Bug 990617] Re: Shift + Fx key combination doesn't work

2013-02-02 Thread Gertjan Halkes
I had the same problems using both GTK+ 2 and 3 programs. This is a bug
in the GTK+ libraries, which has been solved in later versions. See the
following commits:

GTK+ 3:
http://git.gnome.org/browse/gtk+/commit/?id=314b6abbe8d8daae1e2de50b15cc9b6553af1f3d

GTK+ 2:
http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24id=1533e67ae40d938a6ee805eab5581922f4b97459

Ubuntu 12.10 uses GTK+ versions 2.24 and 3.6, which already include
these patches. Please apply these patches to the GTK+ libraries in
Ubuntu 12.04, such that GTK+ programs which use shift+function key in
their key bindings are useful again.

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

Title:
  Shift + Fx key combination doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/990617/+subscriptions

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


[Bug 900635] Re: libtinfo-dev should provide a tinfo.pc

2011-12-27 Thread Gertjan Halkes
The libtinfo-dev.install file in the package (debian part) does not
include the pkg-config file. This can be fixed with the attached patch.

** Patch added: Add tinfo.pc to libtinfo-dev.install
   
https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/900635/+attachment/2648145/+files/tinfo-pkg-config.diff

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

Title:
  libtinfo-dev should provide a tinfo.pc

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

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


[Bug 568105] [NEW] rxvt-unicode sgr0 terminfo entry incorrect

2010-04-21 Thread Gertjan Halkes
Public bug reported:

The rxvt-unicode terminfo entry for sgr0 is currently set to \E[m\017,
but this should be \E[m\(B. The original rxvt entry uses \016 and \017
for smacs and rmacs respectively and the sgr0 entry is correspondingly
set to \E[m\017. For rxvt-unicode the smacs and rmacs entries have been
changed to \E(0 and \E(B, but the sgr0 entry has not been updated to
reflect the different rmacs sequence.

Steps to reproduce the error: the following two shell command sequences
should result in the same output (two checkerboard blocks followed by
two a's), but the first result in incorrect output (two times two
checkerboard blocks):

tput smacs ; echo aa ; tput sgr0 ; echo aa ; tput rmacs
tput smacs ; echo aa ; tput rmacs ; echo aa ; tput rmacs

Note that I ended the sequence with tput rmacs to ensure that the
terminal is left in normal character set mode, and not in the
(unreadable) alternate character set mode.

Note that the rxvt-unicode entry is in the ubuntu diff, and not in the
original source package. Bug found in karmic release, but may also exist
in previous releases.

ProblemType: Bug
Architecture: amd64
Date: Wed Apr 21 23:50:02 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ncurses-base 5.7+20090803-2ubuntu2
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: ncurses
Uname: Linux 2.6.31-20-generic x86_64
XsessionErrors: (polkit-gnome-authentication-agent-1:3180): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: amd64 apport-bug

-- 
rxvt-unicode sgr0 terminfo entry incorrect
https://bugs.launchpad.net/bugs/568105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 568105] Re: rxvt-unicode sgr0 terminfo entry incorrect

2010-04-21 Thread Gertjan Halkes

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44986544/Dependencies.txt

-- 
rxvt-unicode sgr0 terminfo entry incorrect
https://bugs.launchpad.net/bugs/568105
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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