diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 00:42:03 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 00:42:03 +0100 |
| commit | d8b79725f6da7605bb12c02ac55df17a63041e2d (patch) | |
| tree | 0b571d96e5803d3974da9a418a32b979ff287338 /kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch | |
| parent | b9789e26a686553a61a2a6e6b7b050e973f2defe (diff) | |
| download | kde-d8b79725f6da7605bb12c02ac55df17a63041e2d.tar.gz kde-d8b79725f6da7605bb12c02ac55df17a63041e2d.tar.bz2 kde-d8b79725f6da7605bb12c02ac55df17a63041e2d.zip | |
kde-plasma/kwin: Rebase gstreamer-optional.patch onto git master
Upstream commit f94b8bfa860507ff478bf056d93f71068276dbe6
Thanks-to: Duncan <1i5t5.duncan@cox.net>
Closes: https://bugs.gentoo.org/887087
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch')
| -rw-r--r-- | kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch new file mode 100644 index 00000000000..268d88a09cd --- /dev/null +++ b/kde-plasma/kwin/files/kwin-5.26.80-gstreamer-optional.patch @@ -0,0 +1,25 @@ +From e15641e466b4802f73b34ea2e510df7f78c50afd Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> +Date: Tue, 6 Aug 2019 22:36:44 +0200 +Subject: [PATCH] Disable the effect video button if gstreamer is missing + +--- + src/kcms/effects/package/contents/ui/Effect.qml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kcms/effects/package/contents/ui/Effect.qml b/src/kcms/effects/package/contents/ui/Effect.qml +index f8a36c03e..ce673728e 100644 +--- a/src/kcms/effects/package/contents/ui/Effect.qml ++++ b/src/kcms/effects/package/contents/ui/Effect.qml +@@ -116,7 +116,7 @@ Kirigami.SwipeListItem { + } + actions: [ + Kirigami.Action { +- visible: model.VideoRole.toString() !== "" ++ visible: false + icon.name: "videoclip-amarok" + tooltip: i18nc("@info:tooltip", "Show/Hide Video") + onTriggered: videoItem.showHide() +-- +2.39.0 + |
