Skip to content
Snippets Groups Projects
Commit 69115414 authored by Chinmoy Pradhan's avatar Chinmoy Pradhan Committed by Bhushan Shah
Browse files

Fix files/folders in desktop not opening with right click context menu

UDS_LOCAL_PATH will return the path without file scheme. This schemeless
path will be set in UDS_TARGET_URL and then will be used by kio's
targetUrl and then final passed to Krun where it will fail the scheme test
eventually leading to the said bug.

Fix for this is to create a url using QUrl::fromLocalFile and then
pass the url.toString()'s result to insert.

BUG: 364530
CCMAIL: chinmoyrp65@gmail.com

Differential revision: https://phabricator.kde.org/D2054
parent df5e4e91
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment