ID: I202606271100
Status: idea
Tags: Arch Linux, Dolphin file explorer
fix dolphin default apps
I had the issue where dolphin didnāt want to open with my default apps. I fixed it by following this guide that I found in this reddit thread:
I did follow these steps and I struggled in getting the āapplications.menuā file, so I would like to share how I did solve the issue from this checkpoint.
First try running this command: kbuildsycoca6 --noincremental
If it does print this output ā āapplications.menuā not found in QList(ā~/.config/menusā, ā/etc/xdg/menusā), you will need to get this file.
To get the applications.menu file, install this package: sudo pacman -Sy archlinux-xdg-menu
Then run this command to generate the file: sudo update-desktop-database
As the file name differs you need to change the file name
cd /etc/xdg/menus
lsexpected output ā āarch-applications.menuā
sudo mv arch-applications.menu applications.menuThen run again this command and it should work fine
kbuildsycoca6 --noincremental