Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157719 - x11-libs/gtk+-2.10.6 - broken special charecters input
Summary: x11-libs/gtk+-2.10.6 - broken special charecters input
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-10 04:47 UTC by Oleg S. Marin
Modified: 2006-12-10 08:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg S. Marin 2006-12-10 04:47:24 UTC
Function of input of arbitrary unicode characters (by Control-Shift + AB for example "
Comment 1 Oleg S. Marin 2006-12-10 04:47:24 UTC
Function of input of arbitrary unicode characters (by Control-Shift + AB for example "«") has broken after update of gtk+ up to version 2.10.6, on a few my computers and on my friends computers too.

emerge --info
Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r3-ww i686)
=================================================================
System uname: 2.6.18-gentoo-r3-ww i686 AMD Athlon(TM) XP 2700+
Gentoo Base System version 1.12.6
Last Sync: Sun, 10 Dec 2006 01:47:01 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -mtune=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O3 -march=i686 -mtune=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org http://mirror.gentoo.no http://mirror.aiya.ru/pub/gentoo "
LANG="ru_RU.UTF-8"
LINGUAS="ru en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext 7zip X aac acl agg alsa asf bash-completion berkdb bitmap-fonts bzip2 cairo cdparanoia chardet cli cracklib crypt cups curl dbus directfb divx dlloader dri dvd dvdr dvdread elibc_glibc encode examples extras fbcon ffmpeg flac gdbm gif glitz gnutls gpgme gpm gstreamer gtk gtk2 gzip hal hardened iconv idn imap imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog ithreads jpeg kernel_linux ldap libg++ linguas_en linguas_ru mad mailwrapper matroska mbox md5sum mikmod mmx mmxext mng mozilla mp3 mpeg ncurses new-login nls nntp no-old-linux nptl nptlonly nsplugin nvidia ogg opengl pam pango pcre pdf perl plugins png pop ppds pppd pyste python quicktime rar readline reflection samba sdl session slang spell spl sqlite sse ssl startup-notification svg symlink sysfs tcltk tcpd theora threads thumbnail tk toolbar trayicon truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales v4l v4l2 video_cards_nv video_cards_nvidia video_cards_vesa vorbis win32codecs wma wmf x264 xfce xml xorg xpm xv xvid zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 Mart Raudsepp gentoo-dev 2006-12-10 08:30:29 UTC
This is just changed semantics.
Starting with gtk+-2.10 you need to use ctrl+shift+U to start unicode hex entering mode, and then just enter it (by either continuing to hold down ctrl+shift and entering the hex and releasing it, or releasing modifiers right away, entering the hex and hitting enter, or some other ways).
Before with Ctrl+Shift+<0 through 9, A through F> 16 valueable modifier keys were reserved for the text in text input controls, and so application shortcut keys like Ctrl+Shift+E became unusable when the focus was inside a text control.
Now it's just Ctrl+Shift+U that has problems in being an application accessor key (shortcut key).