This adds a 'Run in Konsole' action in dolphin/konq/etc.
REVIEW: 107086
(cherry picked from commit 8287066eb5)
wilder-portage
parent
89160c5985
commit
dd1b68eb73
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
[Desktop Entry] |
||||
Type=Service |
||||
X-KDE-ServiceTypes=KonqPopupMenu/Plugin |
||||
MimeType=application/x-executable; |
||||
Actions=runInKonsole; |
||||
X-KDE-AuthorizeAction=shell_access |
||||
|
||||
[Desktop Action runInKonsole] |
||||
TryExec=konsole |
||||
Exec=konsole --hold -e %f |
||||
Icon=utilities-terminal |
||||
|
||||
Name=Run In Konsole |
||||
Loading…
Reference in new issue