[Desktop Entry] ServiceTypes=inode/directory Actions=Shellhere [Desktop Action Shellhere] Name=Open shell here Name[fi]=Avaa tähän konsoli Icon=konsole Exec=if [ ! -d %u ]; then dcop kio_uiserver UIServer messageBox 0 5 "Can only shell to local directories.\n(Unable to open %u)" "Invalid path" dummy dummy; else konsole --workdir %U; fi Exec[fi]=if [ ! -d %u ]; then dcop kio_uiserver UIServer messageBox 0 5 "Komentotulkin voi avata vain paikalliseen tiedostojärjestelmään.\n(Ei voida avata %u)" "Sopimaton polku" dummy dummy; else konsole --workdir %U; fi