konsole autocomplete

this is really annoying, you know what is TAB no? yes the freaking button that help you to autocomplete commands on konsole…

well this was broken on alpha2 , probably because the installation was interrupted   in the middle scaring me  a lots, well it’s an alpha…

so how could i fix this ? googling :)

first check if you have  bash-completion  if not :

sudo apt-get install bash-completion nano

(nano is a text editor ) after that

kdesudo kate /etc/bash.bashrc

if it doesn’t work

sudo nano /etc/bash.bashrc

you have to search

#if [ -f /etc/bash_completion ]; then
# . /etc/bash_completion
#fi

and remove # form the second line so :

#if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
#fi

close konsole open konsole it should be working now HAPPY TABBING

konsole window resize freeze kde kubuntu nvidia

as you can see here if you have nvidia video cards

http://www.nvnews.net/vbulletin/showthread.php?t=162915

This is a transparency issue.Turn off all transparencies in your KWin theme.

if you don’t want turn off transparency you could lauch konsole in this way

“env XLIB_SKIP_ARGB_VISUALS=1 konsole ”

so if your problem resizing konsole seems to be disappeared you could edit the launcher

kdesudo kate /usr/share/applications/kde4/konsole.desktop

and modify from

Exec=konsole

to

Exec=env XLIB_SKIP_ARGB_VISUALS=1 konsole

you should fix your problem

Follow

Get every new post delivered to your Inbox.