https://bugs.kde.org/show_bug.cgi?id=457685
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #10 from Fabian Vogt <fab...@ritter-vogt.de> --- (In reply to Igor Poboiko from comment #8) > I've rebuild the plasma-desktop with the patch applied, seems like it fixed > the issue for me. Thanks! Yay, thanks for confirming! (In reply to Fabian Vogt from comment #4) > What doesn't help is that sometimes the context menu entries are broken. In > the panel they sometimes do nothing and QML complains about "calling indexOf > on undefined". In kicker the entries sometimes do nothing because 'Desktop > Entry file "" doesn't have a valid Exec key'. Turns out this URL confusion bug is actually the cause for both the invalid URLs in recently-used.xbel as well as this weird behaviour that the menu entries sometimes don't work. When using one of those broken entries for the first time, the broken URL is put into the recently-used.xbel file as well as into the kactivitymanagerd database. The latter also saves the mime type of the file, but with the broken URL that failed and it used application/octet-stream as fallback. When using one of those (now doubly-broken!) items, Plasma notices that the application doesn't support the mime type of the recently used file entry and refuses to launch it. -- You are receiving this mail because: You are watching all bug changes.