summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Speck2023-02-17 14:18:26 +1100
committerChris Speck2023-02-17 14:18:26 +1100
commite6b7094cdbf2e59b5192e3457ae4a3adfc95335f (patch)
tree4de68868c0cbfce67bc658c3812aec93df6330a3
parent9d3982964e90f861f1ee31ddddff4b5f91cfb7cc (diff)
downloadaur-e6b7094cdbf2e59b5192e3457ae4a3adfc95335f.tar.gz
Add extra flags so it works properly with Wayland + XWayland
-rw-r--r--PKGBUILD4
-rw-r--r--slack-desktop.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3534c987294e..bc2dfe2353d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=slack-desktop-wayland
_original_pkgname=slack-desktop
pkgver=4.29.149
-pkgrel=1
+pkgrel=2
pkgdesc="Slack Desktop (Beta) for Linux with Wayland Support"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -21,7 +21,7 @@ source=("https://downloads.slack-edge.com/releases/linux/${pkgver}/prod/x64/${_o
"${_original_pkgname}.patch")
noextract=("${_original_pkgname}-${pkgver}-amd64.deb")
b2sums=('1d36947c5b4da0a2e301b3510dff9e5d3dbc6a3a2f0411980792984a497578d239dbc90dfb6af5cfe6d87dbcb7c3acac3b79c86daf6d58a4a9e69223472447f6'
-'9120002c9995f46c068230b9096949b6e4f407227a0ac4a9bdf7253529ac22b4a03ae944513a18b2b458b29249cb06d10d6ed790d93598e252b1e1b12d468bb1')
+'a2a20375b24bff50ea77520b33fa53388bc53bf797772fca7fb507a37175ba48b1dd13b4b3fbdcc1e0f21dbd99d99c7a62470a9c282a6b39df7dc610299a7828')
provides=('slack-desktop')
conflicts=('slack-desktop' 'slack-electron')
diff --git a/slack-desktop.patch b/slack-desktop.patch
index 3af337a6e7de..cec7b8dc7360 100644
--- a/slack-desktop.patch
+++ b/slack-desktop.patch
@@ -4,7 +4,7 @@
Comment=Slack Desktop
GenericName=Slack Client for Linux
-Exec=/usr/bin/slack %U
-+Exec=/usr/bin/slack --enable-features=WebRTCPipeWireCapturer -s %U
++Exec=/usr/bin/slack --enable-features=WebRTCPipeWireCapturer --enable-features=UseOzonePlatform --ozone-platform=wayland -s %U
-Icon=/usr/share/pixmaps/slack.png
+Icon=slack
Type=Application