Summary: | Automatic update of ksycoca5 cache file sometimes breaks file association | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | fulalas <fulalas123> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kfm-devel, khais.colin+kdebugs |
Priority: | NOR | ||
Version First Reported In: | 24.02.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Empty "Select the program to open this file" box |
Description
fulalas
2023-10-02 20:03:17 UTC
BTW, when right clicking on any icon, the output in the terminal shows (regardless if it's root or not): true actions!!! By 'any icon' I mean any file/folder in dolphin. I am experiencing a similar issue, not sure if it has the same cause. - When opening a file using dolphin, no file association is used, and the "open with" window opens every time. - The "open with" window shows no applications (see attached screenshot). - Manually specifiying a command in the "open with" window opens the file with the specified program, however no association is saved when ticking the "Remember application association" box. This happens even as a non-root user (my primary use case). Running "kbuildsycoca5" or "kbuildsycoca6", both as root and non-root does not seem to solve the issue, even temporarily. System information: dolphin 24.02.2 kbuildsycoca5 5.115.0 kbuildsycoca6 6.1.0 Arch Linux 6.8.5-zen1-1-zen Update: I got it to work with help from this thread: https://bbs.archlinux.org/viewtopic.php?pid=2167377 Here are the steps that worked: - Install the "archlinux-xdg-menu" package sudo pacman -S archlinux-xdg-menu - Update system menus: update-menus - Rebuild ksycoca: XDG_MENU_PREFIX=arch- kbuildsycoca6 - It works! Created attachment 169386 [details]
Empty "Select the program to open this file" box
Whoops forgot to attach the screenshot
(In reply to logistic-bot from comment #3) > I am experiencing a similar issue, not sure if it has the same cause. > > - When opening a file using dolphin, no file association is used, and the > "open with" window opens every time. > - The "open with" window shows no applications (see attached screenshot). > - Manually specifiying a command in the "open with" window opens the file > with the specified program, however no association is saved when ticking the > "Remember application association" box. That is expected behavior if you're not using a DE, and not related to this bug. (In reply to Antonio Rojas from comment #6) > (In reply to logistic-bot from comment #3) > > I am experiencing a similar issue, not sure if it has the same cause. > > > > - When opening a file using dolphin, no file association is used, and the > > "open with" window opens every time. > > - The "open with" window shows no applications (see attached screenshot). > > - Manually specifiying a command in the "open with" window opens the file > > with the specified program, however no association is saved when ticking the > > "Remember application association" box. > > That is expected behavior if you're not using a DE, and not related to this > bug. Oh, I see. In that case, I apologize for taking up space here, I'm kind of clueless about how file associations work. |