Summary: | KIOExec: A folder named .cache/kioexec/krun/<number>_0/ already exists. | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | ederag <edera> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kdelibs-bugs, nate, pbotloh |
Priority: | NOR | ||
Version: | 5.45.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=369122 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ederag
2018-08-21 13:00:31 UTC
*** Bug 393673 has been marked as a duplicate of this bug. *** In what apps do you experience this? Everything? Tested in kmail, dolphin, and a link on the desktop. Also happens after selecting some text in okular, and right click>search for ... in duckduckgo. Another clue: the behavior depends on the link: for links like https://bitbucket.org/me_ydv_5/octave/wiki/Home firefox opens with file:///home/ederag/.cache/kioexec/krun/16436_0/Home in the url bar. For https://bitbucket.org/me_ydv_5/octave/wiki it opens with file:///home/ederag/.cache/kioexec/krun/16471_0/wiki For https://bitbucket.org/me_ydv_5/octave/wiki/ (mind the ending slash), error KIOExec: "A folder named /home/ederag/.cache/kioexec/krun/16497_0/ already exists." System Settings>Default applications>Web Browser>open http and https: changing the existing command: firefox => firefox "%u" solved it. This is definitely not a KIO bug. Closing as resolved, moved to opensuse https://bugzilla.opensuse.org/show_bug.cgi?id=1105623 > firefox "%u" solved it. Not quite: urls are opened twice. firefox opens a new window, with two tabs holding the same urls. Removing the "%u" (i.e. back to the previous buggy state), the urls open normally, just once, in an already existing window. looks like a [2009 thread](https://forum.kde.org/viewtopic.php?t=39446). Fixed in Frameworks 5.51 with the fix for 397742. *** This bug has been marked as a duplicate of bug 397742 *** |