| Summary: | xdg-open once set keeps persistently first in Application Preference Order | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Pavel Mendl <pavel_mendl> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | crash | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pavel Mendl
2015-11-11 15:39:44 UTC
Found workaround myself: in the $HOME/.config/mimeapps.list file both under [Added Associations] and [Default Applications] there appeared line: application/x-desktop=xdg-open.desktop; Two (!) steps required: 1) Remove the above mentioned lines in text editor 2) Through Dolphin remove the xdg-open application from the list. (It is still there, however now Delet button works). Still the issue is worth of fix. This is one of those cases where the best advice is: don't do that Longer story: setting xdg-open as a mime-handler in itself, is bad... because it doesn't actually handle things itself, but serves as a proxy to other mime-handling apps, and risks recursion (which may have happened here). |