Skip to content

Commit

Permalink
Fixes to the KDE Service Menu description.
Browse files Browse the repository at this point in the history
  • Loading branch information
cician committed Aug 28, 2016
1 parent ac3f18c commit dd1aaf6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions SambaLinkMaker/SambaLinkMakerKDEServiceMenu.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all
Actions=copysmblink;copyunclink;copylocalpath;copylocaluri;
# check if the executable is found
#TryExec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMaker/SambaLinkMaker.exe` --version
#TryExec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMakerKDEServiceMenu/SambaLinkMaker.exe` --version
X-KDE-Priority=TopLevel
X-KDE-Submenu=Copy Link
X-KDE-StartupNotify=false
Expand All @@ -15,21 +15,20 @@ Icon=edit-copy

[Desktop Action copylocalpath]
Name=Copy local path to clipboard.
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMaker/SambaLinkMaker.exe` --copy --nostderr --format=localpath %F
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMakerKDEServiceMenu/SambaLinkMaker.exe` --copy --nostderr --format=localpath %F
Icon=edit-copy

[Desktop Action copylocaluri]
Name=Copy local file:// URI to clipboard.
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMaker/SambaLinkMaker.exe` --copy --nostderr --format=localfile %F
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMakerKDEServiceMenu/SambaLinkMaker.exe` --copy --nostderr --format=localfile %F
Icon=edit-copy

[Desktop Action copyunclink]
Name=Copy Windows UNC link to clipboard.
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMaker/SambaLinkMaker.exe` --copy --nostderr --format=unc %F
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMakerKDEServiceMenu/SambaLinkMaker.exe` --copy --nostderr --format=unc %F
Icon=edit-copy

[Desktop Action copysmblink]
Name=Copy smb:// link to clipboard.
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMaker/SambaLinkMaker.exe` --copy --nostderr --format=smb %
Exec=mono `kf5-config --path services --locate ServiceMenus/SambaLinkMakerKDEServiceMenu/SambaLinkMaker.exe` --copy --nostderr --format=smb %F
Icon=edit-copy
Exec=sambalinkmaker

0 comments on commit dd1aaf6

Please sign in to comment.