Package: openshot-qt / 3.1.1+dfsg1-3

0006-Do-not-use-quoted-escapes-in-mailcap-entries.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Wed, 11 Oct 2023 16:44:21 +0200
Subject: Do not use quoted %-escapes in mailcap entries.

Closes: #982953
---
 xdg/openshot-qt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdg/openshot-qt b/xdg/openshot-qt
index ee90deb..b9bbaf1 100644
--- a/xdg/openshot-qt
+++ b/xdg/openshot-qt
@@ -1 +1 @@
-application/vnd.openshot-qt-project; /usr/bin/openshot-qt '%s'; test=test -n "$DISPLAY"; priority=5
+application/vnd.openshot-qt-project; /usr/bin/openshot-qt %s; test=test -n "$DISPLAY"; priority=5