Uuencode
z-vet
Source (link to git-repo or to original if based on someone elses unmodified work):
Saturday 29 December 2007
More functionality by xylo (thank you very much!): now Yakuake opens a new slot and sets slot's name to the current directory.
Ratings & Comments
6 Comments
I have made some adoptions again to support yakuake 2.9 which does not have a DCOP interface anymore, but DBus. Here is the link, if you want to update your krusader action: http://stefan.endrullis.de/downloads/krusader/open_yakuake_here_new.xml
Thank you. This is perfect for 8.10. Even though KDE 4.1 is not stable yet, this makes me more productive in gnome. Thanks again.
Thanks :)
Thank you for this krusader action. I've made some adaptations: - add a new slot to yakuake - set the slot name to the current directory If you want to use this modification, you have to set the command to: dcop yakuake DCOPInterface slotAddSession; dcop yakuake DCOPInterface slotRenameSession `dcop yakuake DCOPInterface selectedSession` `echo '%aPath("No")%' | sed -e "s/.*\/\([^/]*\)\//\1/"`; dcop yakuake DCOPInterface slotRunCommandInSession 'cd %aPath%'; dcop yakuake DCOPInterface slotToggleState;
Thank you, i uploaded an updated file.
Thanks :)