Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Created May 16, 2018 01:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OneCDOnly/8763ef1291e2e916d76d0acf72663729 to your computer and use it in GitHub Desktop.
Save OneCDOnly/8763ef1291e2e916d76d0acf72663729 to your computer and use it in GitHub Desktop.
get 'baobab' to launch 'dolphin' instead of 'kfind' when opening folders in Debian 9.4 KDE
$HOME/.config/mimeapps.list
[Added Associations]
inode/directory=org.kde.dolphin.desktop;kde4-kfind.desktop;baobab.desktop;k4dirstat.desktop;
@OneCDOnly
Copy link
Author

OneCDOnly commented May 16, 2018

This is basically a bug workaround. Needed to change faulty reference from dolphin.desktop to org.kde.dolphin.desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment