[Konsole-devel] [Bug 140700] Custom session names should not be overwritten by shell escape codes

Robert Knight robertknight at gmail.com
Sat Jan 27 21:30:24 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140700         




------- Additional Comments From robertknight gmail com  2007-01-27 22:30 -------
Hello Douglas,

This probably will not work, but you can try this binary:

http://www.robertknight.me.uk/files/kde/konsole-140700-wish.tar.gz

Extract the library to a folder somewhere in your home directory, open a new shell, navigate to that directory and point LD_LIBRARY_PATH there ( eg. "export LD_LIBRARY_PATH=$PWD" ) then run "konsole".  

Failing that, you can get Konsole from the KDE SVN branch.  Install any development packages which your distro provides for KDE (usually kdelibs4-dev or similar) then:

mkdir ~/kde3-test
cd ~/kde3-test
svn co -N svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdebase
cd kdebase
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
svn up konsole
make -f Makefile.cvs
./configure --prefix=$PWD/../kde
make && make install
export LD_LIBRARY_PATH=$PWD/../kde/lib
export PATH=$PWD/../kde/bin:$PATH
konsole



More information about the konsole-devel mailing list