Folder1/Folder2/Folder3/File1
then Kate will open it in terminal in the same location say Folder1/Folder2/Folder3/File1
for my given example.Ubuntu users might find that terminal in disable in Kate. Personally I also face the problem. The reason for the problem is Kate actually build on KDE distribution. Hence if you use the terminal of Kate, you need to install the package
konsole
in Ubuntu. So, go to your Ubuntu desktop terminal (Application > Accesories > Terminal) and type the following command :
sudo apt-get install konsole
Thanks "sudo apt-get install konsole" really helped ,but kate terminal isn't in cuurent directory
ReplyDeleteThanks. Changing the directory using 'cd' might work..
DeleteThank you, i pissed off for missing console.
ReplyDeleteAlso, nice explanation. thank yo once more
Welcome always!
DeleteThanks, that helps.
ReplyDeleteTo change the directory automatically to the directory of the file you re working without the need of the cd command you can enable the "Automatically synchronize the terminal with the current document when possible" option which you will find in Tools->Configure Kate->Terminal
ReplyDeleteThanks for letting me know.
Delete