Bug 302443 - "Open in File Manager" opens Rythmbox in Ubuntu
Summary: "Open in File Manager" opens Rythmbox in Ubuntu
Status: RESOLVED UPSTREAM
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Interroperability (show other bugs)
Version: 2.6.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 13:35 UTC by Daniel Hahler
Modified: 2017-08-05 20:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hahler 2012-06-24 13:35:06 UTC
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.
Comment 1 Marcel Wiesweg 2012-06-24 19:50:25 UTC
*** Bug 302444 has been marked as a duplicate of this bug. ***
Comment 2 Marcel Wiesweg 2012-06-24 20:06:26 UTC
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.