Summary: | Device notifier 'Open in File manager' link opens USBs in Konqueror not Dolphin as expected | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | ken taylor <enknt> |
Component: | kcm_componentchooser | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | bhush94, mklapetek, notmart |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ken taylor
2014-09-25 13:53:44 UTC
Can you confirm what the default is set to in: system settings -> applications -> default applications -> file manager make sure to run the Plasma5 system settings. The Default for the File Manager is set to Konqueror but if you set it to Dolphin instead & click Apply the new choice of Dolphin isn't remembered. If you go back into System Settings again the selection has changed from Dolphin back to Konqueror again and the Device Notifier seems never to use anything other than Konqueror. OK thanks. So it's the default application remembering that's going wrong rather than anything in the shell. It seems to be going wrong here too, I just am "lucky" enough to get a better default. Confirmed. Note to other devs: I'm not sure which product/component this falls into, please move if you have any ideas. I did some investigation, the choice is properly saved, but when that kcm is opened, it does this to select the app: if (first) { button->setChecked(true); first = false; } either this assumes that KService will return the previously selected app as a first entry or was a porting bug. Furthermore, the applet's dataengine (hotplug) is using "kioclient5 exec %f" for "Open with file manager". Running strace on kioclient5 shows that it does not at all accesses the config file created by the kcm. So either kioclient5 should read that config or that kcm should be saving it elsewhere. For me, things are working perfectly if I manually run update-desktop-database ~/.local/share/applications after changing Can you check if the same applies for you? also, what's in system settings -> applications -> File Associations -> inode -> directory ? Please respond to the last two questions Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |