Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102354 - media-sound/rip-1.07 messes with the keycodes; backspace gets re-assigned.
Summary: media-sound/rip-1.07 messes with the keycodes; backspace gets re-assigned.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-13 05:27 UTC by Peter Karlsson
Modified: 2007-07-01 00:35 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 Peter Karlsson 2005-08-13 05:27:07 UTC
Whenever I run 'rip' the backspace gets re-assigned to whatever keycode the
character '^H' is. This is run in xfterm4 (my wm is xfce4) and reproduced in xterm.

Reproducible: Always
Steps to Reproduce:
1. Run 'rip' with whatever options you like (in xfterm4 if it matters).
2. Try to use the backspace to delete characters to the left of cursor, in the
same terminal window (xfterm4).
3. N/A

Actual Results:  
I can no longer use the backspace in what I would call a normal way (delete
characters to the left of the cursor).

Expected Results:  
It shouldn't change the backspace button behaviour.

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r0, 2.6.12-gentoo-r6_050811_SMP_PREEMPT i686)
=================================================================
System uname: 2.6.12-gentoo-r6_050811_SMP_PREEMPT i686 Intel(R) Pentium(R) 4 CPU
2.40GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -mfpmath=sse,387 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/MozillaFirefox/searchplugins /usr/lib/X11/xkb
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/cursors/xorg-x11/default /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -mfpmath=sse,387 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ds.thn.htu.se/linux/gentoo http://ftp.du.se/pub/os/gentoo
ftp://ftp.du.se/pub/os/gentoo http://mirror.pudas.net/gentoo
ftp://mirror.pudas.net/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib acl acpi aim alsa ansi arts audiofile avi
bash-completion bcmath berkdb bitmap-fonts bzlib caps cdparanoia cdr crypt
cscope ctype cups curl dga directfb divx4linux doc dv dvd dvdr dvdread eds emacs
emboss encode esd examples exif fbcon ffmpeg fftw flac foomaticdb fortran
freetype ftp gd gdbm gif gimp ginac glut gmp gnutls gphoto2 gpm gstreamer gtk
gtk2 guile iconv icq imagemagick imap imlib jabber java jpeg junit kerberos
ladcca lcms ldap leim libg++ libwww lm_sensors mad matroska memlimit mhash
mikmod mime mmap mmx mng motif mozilla mp3 mpeg mplayer mysql mythtv ncurses nls
nptl ogg oggvorbis openal opengl oss pam pcntl pcre pdflib perl pic pie
plotutils png portaudio posix postgresql ppds python qt quicktime readline
recode ruby sasl scanner sdl session shared sharedmem sndfile sockets sox speex
spell sse ssl svg symlink sysvipc szip tcltk tcpd tetex theora threads tiff
truetype truetype-fonts type1-fonts unicode usb v4l vanilla vcd videos vorbis
wmf xine xml xml2 xmms xpm xprint xv xvid zlib video_cards_radeon userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

media-sound/rip-1.07
xfce-base/xfce-utils-4.2.2
Comment 1 Alan Somers 2006-10-22 09:34:59 UTC
I see the same problem in fvwm2.5.14-r1 with xterm, so it is not a problem with xfce .
Comment 2 melissa.linkert 2006-10-22 09:38:22 UTC
(In reply to comment #1)
> I see the same problem in fvwm2.5.14-r1 with xterm, so it is not a problem with
> xfce .
> 

Actually, this looks like a "feature" in rip.  If you add the following line to $HOME/.riprc, the problem should go away:

backspace = "^H"
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-01 00:35:01 UTC
Closing per comment aboev.