Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Konsole puts out verbose garbage of every keystroke
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
txykumat
Tux's lil' helper
Tux's lil' helper


Joined: 24 Nov 2014
Posts: 104

PostPosted: Wed Jan 28, 2015 7:58 pm    Post subject: Konsole puts out verbose garbage of every keystroke Reply with quote

I actually made a vieo of it but I can't figure out how to embed it, Basically, I open terminal, and then I type "su" then somethign related to pam scrolls like crazy then stop to gove me a prompt. I entere my passwod and all s OK. but problem is when I tries to edit a file on nano, every keystroke llike an arrow key produce onscreen output sayiing what I've just didi and makes it uneditable.


Please help me fin a way to host this 4mb oog file so you can see it for yourself

and give me an input as to why backendstuff of everything I type shows up on Knosole.

PS
Gentoo, KDE.

PPS I figured out I could upload it to youtube

https://www.youtube.com/watch?v=scZfV85DO04&feature=youtu.be
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Wed Jan 28, 2015 9:03 pm    Post subject: Reply with quote

Do you happen to have the debug USE flag enabled?

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
txykumat
Tux's lil' helper
Tux's lil' helper


Joined: 24 Nov 2014
Posts: 104

PostPosted: Wed Jan 28, 2015 9:58 pm    Post subject: Reply with quote

John R. Graham wrote:
Do you happen to have the debug USE flag enabled?

- John


Oh yes, indeed. It is in the USE. What do I have to do to remove it other than deleting it? Recompile everything with emerge -e world? because all the binaries got that extra debug built in.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Wed Jan 28, 2015 10:08 pm    Post subject: Reply with quote

txykumat wrote:
Oh yes, indeed. It is in the USE. What do I have to do to remove it other than deleting it? Recompile everything with emerge -e world? because all the binaries got that extra debug built in.

txykumat ... no need to rebuild everything, only those package with USE="debug" (assuming this was added by mistake).

Code:
# emerge --ask --oneshot $(eix '-I*' --installed-with-use debug --format '=<installedversions:NAMEVERSION>')

note ... requires app-portage/eix.

best ... khay
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Wed Jan 28, 2015 10:13 pm    Post subject: Reply with quote

Yuck. Although that probably works, after deleting the USE flag from your make.conf or package.use as the case may be, just
Code:
# emerge --update --deep --changed-use @world
will suffice.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Wed Jan 28, 2015 11:10 pm    Post subject: Reply with quote

John R. Graham wrote:
Yuck. Although that probably works, after deleting the USE flag from your make.conf or package.use as the case may be, just

Code:
# emerge --update --deep --changed-use @world

will suffice.

John ... you're right, I was being too clever for my own good. :P

best ... khay
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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