initial commit
This commit is contained in:
commit
338b813624
5
Makefile
Normal file
5
Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
install:
|
||||||
|
$(shell for f in ServiceMenus/* ; do ln -s "$$(pwd)/$$f" ~/.local/share/kservices5/ServiceMenus ; done)
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
$(shell for f in ServiceMenus/* ; do rm ~/.local/share/kservices5/"$$f" ; done)
|
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# my-kde-servicemenus
|
||||||
|
|
||||||
|
ServiceMenus to launch some apps from Dolphin.
|
||||||
|
|
||||||
|
See also: https://askubuntu.com/a/719757
|
15
ServiceMenus/gitk.desktop
Normal file
15
ServiceMenus/gitk.desktop
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Service
|
||||||
|
Name=Custom Gitk Directory Menus (Main)
|
||||||
|
ServiceTypes=KonqPopupMenu/Plugin
|
||||||
|
Actions=launch-gitk
|
||||||
|
MimeType=inode/directory;
|
||||||
|
Icon=qgit
|
||||||
|
Encoding=UTF-8
|
||||||
|
X-KDE-Priority=TopLevel
|
||||||
|
|
||||||
|
[Desktop Action launch-gitk]
|
||||||
|
Exec=cd "%f" ; gitk
|
||||||
|
Icon=qgit
|
||||||
|
Name=Gitk
|
||||||
|
Terminal=false
|
15
ServiceMenus/thg-main.desktop
Normal file
15
ServiceMenus/thg-main.desktop
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Service
|
||||||
|
Name=Custom TortoiseHg Directory Menus (Main)
|
||||||
|
ServiceTypes=KonqPopupMenu/Plugin
|
||||||
|
Actions=launch-thg
|
||||||
|
MimeType=inode/directory;
|
||||||
|
Icon=thg_logo
|
||||||
|
Encoding=UTF-8
|
||||||
|
X-KDE-Priority=TopLevel
|
||||||
|
|
||||||
|
[Desktop Action launch-thg]
|
||||||
|
Exec=cd "%f" ; thg
|
||||||
|
Icon=thg_logo
|
||||||
|
Name=TortoiseHg Workbench
|
||||||
|
Terminal=false
|
15
ServiceMenus/vscode.desktop
Normal file
15
ServiceMenus/vscode.desktop
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Service
|
||||||
|
Name=Custom VSCode Directory Menus (Main)
|
||||||
|
ServiceTypes=KonqPopupMenu/Plugin
|
||||||
|
Actions=launch-vscode
|
||||||
|
MimeType=inode/directory;
|
||||||
|
Icon=code
|
||||||
|
Encoding=UTF-8
|
||||||
|
X-KDE-Priority=TopLevel
|
||||||
|
|
||||||
|
[Desktop Action launch-vscode]
|
||||||
|
Exec=code "%f"
|
||||||
|
Icon=code
|
||||||
|
Name=Visual Studio Code
|
||||||
|
Terminal=false
|
Loading…
Reference in New Issue
Block a user