From 998e22bb78f8770447974773f3185979d94eb43b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 20 May 2026 15:15:38 +0200 Subject: [PATCH] Encode background image file URLs --- shell/plugins/background/Background.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/plugins/background/Background.qml b/shell/plugins/background/Background.qml index 58f07fff..c9cfd8c0 100644 --- a/shell/plugins/background/Background.qml +++ b/shell/plugins/background/Background.qml @@ -25,8 +25,7 @@ Item { property real revealProgress: 1 function imageUrl(path) { - if (!path) return "" - return "file://" + path + return Util.fileUrl(path) } function refreshBackground() {