Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
lost ctrl+c
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
cmdic
n00b
n00b


Joined: 06 Apr 2012
Posts: 27

PostPosted: Thu Nov 21, 2013 10:23 pm    Post subject: lost ctrl+c Reply with quote

Hi,

I got this really weird behaviour:

When I use the terminal as my standard user, ^c doesn'T work in all terminals (gnome-terminal, terminator), but on the "real" tty terminals it works fine.

When I sudo into root, ^C work just fine.

My bashrc:
Code:

# /etc/skel/.bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output.  So make sure this doesn't display
# anything or bad things will happen !
eval $(keychain --eval --agents ssh -Q --quiet ****)

# Test for an interactive shell.  There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
   # Shell is non-interactive.  Be done now!
   return
fi


# Put your fun stuff here.
PS1='\[\e[34;1m\][\[\e[0m\]\[\e[35;1m\]\t\[\e[0m\]\[\e[34;1m\]:\[\e[0m\]\[\e[31;1m\]\u\[\e[0m\]\[\e[31;1m\]@\[\e[0m\]\[\e[32m\]\w\[\e[0m\]\[\e[34;1m\]]\[\e[0m\]'

alias rcp='scp'
export PYTHONIOENCODING=utf-8
export PATH=$PATH:/usr/local/go/bin


trap says:
Code:

[23:18:08:gentoo@~/git]trap
trap -- '' SIGTSTP
trap -- '' SIGTTIN
trap -- '' SIGTTOU


stty says:
Code:
[23:19:00:gentoo@~/git]stty --all
speed 38400 baud; rows 67; columns 237; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?; swtch = M-^?; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc ixany imaxbel iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke


In my opinion it all looks fine.

I don't think that something with my bash-options is wrong, but probably with my WM. I am using XFCE.

Any suggestions?

Regards,
cmdic
Back to top
View user's profile Send private message
aCOSwt
Bodhisattva
Bodhisattva


Joined: 19 Oct 2007
Posts: 2537
Location: Hilbert space

PostPosted: Thu Nov 21, 2013 11:07 pm    Post subject: Reply with quote

using nvidia-drivers>319.49 ?
_________________
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Thu Dec 12, 2013 4:56 am    Post subject: Reply with quote

Moved from Desktop Environments to Duplicate Threads. As indicated above by aCOSwt, see "CTRL+C broken in Konsole...".[/quote]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum