


Various KDE 1.-4. Improvements by fsu 18 comments
If you have x86_64, you can use this rpm: http://ota.tr.spt.fi/~fisu81/suse/10.2/x86_64/yakuake-2.7.5-50.fsu.x86_64.rpm
There is also src.rpm. I haven't build i586, so you have to do it yourself:
1. Get this src.rpm -file
http://ota.tr.spt.fi/~fisu81/suse/10.2/src/yakuake-2.7.5-50.fsu.src.rpm
2. build it:
rpmbuild --rebuild yakuake-2.7.5-50.fsu.src.rpm - Apr 06 2007

Various KDE 1.-4. Improvements by fsu 18 comments
- Take new konsole tab
- Run: bash -x
- Run: vim test.txt
- Quit vim
- Copy scrollback from the line "vim test.txt" to the end. (Make sure, error is there too)
- paste it to http://pastebin.ca (or something similar) and send link to me(here or send it by email). - Aug 30 2006

Various KDE 1.-4. Improvements by fsu 18 comments
". ~/.konsolescripts"
(dot, space, pathToFile and without quotation marks) in ~/.bashrc and script saved in ~/.konsolescripts ? - Aug 29 2006

Various KDE 1.-4. Improvements by fsu 18 comments
rpm -q vim
type -a vi
And then tricy one: First write KONSOLESCRIPTS_ and then press couple times tab, so bash tries to complete and gives list on functions beginning with KONSOLESCRIPTS_.
Output should be something like this:
http://pastebin.ca/152975 - Aug 29 2006

Various KDE 1.-4. Improvements by fsu 18 comments

Various KDE 1.-4. Improvements by arminstraub 178 comments
locate:/*.gz/(man1|man2)/
would be
locate '*.gz' |grep -E '(man1|man2)' - Oct 29 2004

Various KDE 1.-4. Improvements by arminstraub 178 comments
from
bool ignoreCase = false;
to
bool ignoreCase = true;
that's how i fixed it. :) - Oct 22 2004