| Summary: | file-type associations not remembered | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Friedrich Volkmann <bsd> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | davide, krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 2.7.2 | ||
| Target Milestone: | --- | ||
| Platform: | FreeBSD Ports | ||
| OS: | FreeBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Friedrich Volkmann
2020-09-27 08:09:45 UTC
KDE uses ~/.config/mimeapps.list to store this configuration, you can check the file to see if the association exists (mime type for .jpg files is image/jpeg). You can set association even through the file properties (default: Alt+Return) - File Type Options. Both this ways are managed by external KDE packages; while you have installed minimum required packages to run Krusader, there could be other packages to install. (In reply to Davide Gianforte from comment #1) > KDE uses ~/.config/mimeapps.list to store this configuration, you can check > the file to see if the association exists (mime type for .jpg files is > image/jpeg). It exists: image/jpeg=xv-6.desktop;qiv-4.desktop;qiv-3.desktop;qiv-2.desktop;qiv.desktop;xv-5.desktop;xv-4.desktop;xv-3.desktop;xv-2.desktop;xv.desktop;mirage.desktop; And the first value does change when I select another default app. But it is ignored the next time I open a JPG, even if I restart Krusader in between. I also don't see why ".desktop" is appended to all of the commands. > You can set association even through the file properties (default: > Alt+Return) - File Type Options. Same result as when reaching that dialog via the context menu. The button doesn't work. > Both this ways are managed by external KDE packages; while you have > installed minimum required packages to run Krusader, there could be other > packages to install. Most certainly. Anyway, an error message should show up, indicating what is missing, or what went wrong. |