summaryrefslogtreecommitdiff
path: root/kde-plasma/kwin/files/kwin-gstreamer-optional.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
commita5b65c81168c90928784a1e92cda84ed5d6b9eb3 (patch)
tree4aa7483cd0ad7de54338afc8e7971417abe1dd81 /kde-plasma/kwin/files/kwin-gstreamer-optional.patch
parente8f81810baa21f490d6910e8e2d424546b72a333 (diff)
gentoo resync : 25.09.2019
Diffstat (limited to 'kde-plasma/kwin/files/kwin-gstreamer-optional.patch')
-rw-r--r--kde-plasma/kwin/files/kwin-gstreamer-optional.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/kde-plasma/kwin/files/kwin-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-gstreamer-optional.patch
deleted file mode 100644
index d9ace476f956..000000000000
--- a/kde-plasma/kwin/files/kwin-gstreamer-optional.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Disable the effect video button if gstreamer is missing.
-
-diff --git a/kcmkwin/kwincompositing/qml/Effect.qml b/kcmkwin/kwincompositing/qml/Effect.qml
-index fcd5e8a..2331da2 100644
---- a/kcmkwin/kwincompositing/qml/Effect.qml
-+++ b/kcmkwin/kwincompositing/qml/Effect.qml
-@@ -144,7 +144,7 @@ Rectangle {
-
- Button {
- id: videoButton
-- visible: model.VideoRole.toString() !== ""
-+ visible: false
- iconName: "video"
- onClicked: videoItem.showHide()
- }