aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/file_manager_integration.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips/file_manager_integration.mdwn')
-rw-r--r--doc/tips/file_manager_integration.mdwn33
1 files changed, 6 insertions, 27 deletions
diff --git a/doc/tips/file_manager_integration.mdwn b/doc/tips/file_manager_integration.mdwn
index 6c6ac643f..9b02ffb17 100644
--- a/doc/tips/file_manager_integration.mdwn
+++ b/doc/tips/file_manager_integration.mdwn
@@ -3,10 +3,11 @@ annexed files to get or drop.
[[!toc]]
-## GNOME (nautilus)
+## GNOME (nautilus) and KDE (Dolphin/Konqueror)
-Recent git-annex comes with built-in nautilus integration. Just pick the
-action from the menu.
+Recent git-annex comes with built-in integration for the file managers of
+these desktop environments. These let you pick git-annex get and git-annex
+drop actions from the context menus when right-clicking on a file.
[[!img assistant/nautilusmenu.png]]
@@ -14,30 +15,8 @@ action from the menu.
This is set up by making simple scripts in
`~/.local/share/nautilus/scripts`, with names like "git-annex get"
-
-## KDE (Dolphin/Konqueror)
-
-Create a file `~/.kde4/share/kde4/services/ServiceMenus/git-annex.desktop` with the following contents:
-
- [Desktop Entry]
- Type=Service
- ServiceTypes=all/allfiles
- MimeType=all/all;
- Actions=GitAnnexGet;GitAnnexDrop;
- X-KDE-Priority=TopLevel
- X-KDE-Submenu=Git-Annex
- X-KDE-Icon=git-annex
- X-KDE-ServiceTypes=KonqPopupMenu/Plugin
-
- [Desktop Action GitAnnexGet]
- Name=Get
- Icon=git-annex
- Exec=git-annex get --notify-start --notify-finish -- %U
-
- [Desktop Action GitAnnexDrop]
- Name=Drop
- Icon=git-annex
- Exec=git-annex drop --notify-start --notify-finish -- %U
+and by making a
+`~/.kde/share/kde4/services/ServiceMenus/git-annex.desktop file.
## XFCE (Thunar)