Using Digikam in Ubuntu (Gnome/Unity), the "Open in File Manager" action opens Rhythmbox (media player), instead of a file manager (nautilus). I have just tried it using 2.6.0 with the same result. Filed in Launchpad at https://bugs.launchpad.net/ubuntu/+source/digikam/+bug/1017115 Reproducible: Always Steps to Reproduce: 1. Install digikam in Ubuntu 2. Start it and select "Open in File Manager" from an albums context menu on the left Actual Results: Rhythmbox gets started Expected Results: Nautilus (or rather the user's configured file manager) should start.
*** Bug 302444 has been marked as a duplicate of this bug. ***
For both actions, Open With File Manager, and Open in Terminal, digikam uses standard KDE commands: new KRun(KUrl(palbum->folderPath()), this) KToolInvocation::invokeTerminal(QString(), dir); If these dont work, it's a kdelibs issue, or rather an integration problem with Ubuntu.