Using Digikam as a 3D asset manager need help!

AndriusWild aegoreev at gmail.com
Sun Sep 17 15:40:30 BST 2017


Tobias,
Thanks for posting the solution it works just fine on systems with KDE
desktop.
For non KDE users I found another solution:

1. Create LocateInFileManager.sh:

#!/usr/bin/env bash

for f in "$@"; do
dbus-send --session --type=method_call   
--dest="org.freedesktop.FileManager1"     "/org/freedesktop/FileManager1"    
"org.freedesktop.FileManager1.ShowItems" array:string:"file:"${f}""    
string:""
done
exit

2. Make it executable

3. digikam - right click - open with - /path/to/LocateInFileManager.sh

Tested on Mint MATE (file manager - Caja)



--
Sent from: http://digikam.1695700.n4.nabble.com/digikam-users-f1735189.html



More information about the Digikam-users mailing list