@maltejur
I can confirm it works in 1.9.2-1, the only thing I've noticed is that selecting GIF in chat causes it to crash.
Git Clone URL: | https://aur.archlinux.org/discord-screenaudio.git (read-only, click to copy) |
---|---|
Package Base: | discord-screenaudio |
Description: | Custom discord client with the ability to stream desktop audio |
Upstream URL: | https://github.com/maltejur/discord-screenaudio |
Keywords: | audio discord pipewire rohrkabel screencapture screenshare |
Licenses: | GPL-3.0 |
Submitter: | maltejur |
Maintainer: | maltejur |
Last Packager: | maltejur |
Votes: | 16 |
Popularity: | 0.133951 |
First Submitted: | 2022-07-18 17:31 (UTC) |
Last Updated: | 2024-04-01 16:03 (UTC) |
@maltejur
I can confirm it works in 1.9.2-1, the only thing I've noticed is that selecting GIF in chat causes it to crash.
@NVasion @BuzzKillingtonne
Various issues due to a recent Discord update should be fixed in v1.9.2
I have also had issues where either everyone is offline and can't send messages or anything I do makes the client crash.
My wife and I have both noticed that there is an issue today with everyone showing as offline and messages not sending, I'm not sure what Discord changed on their end, but it appears to affected this app.
Thanks for letting me know katt, I've updated the package.
Looks like the plasma 5 packages are slowly dropping the "provides" for the old names: https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications5/-/commit/67204ebf2241433ce711c8d793f6916cf04ee45d
PKGBUILD needs to be updated and replace all k dependencies with k5 ones.
diff --git a/PKGBUILD b/PKGBUILD
index 6a6284a..cbef14f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Custom discord client with the ability to stream desktop audio"
arch=("x86_64")
url="https://github.com/maltejur/discord-screenaudio"
license=("GPL-3.0")
-depends=(qt5-base qt5-webengine knotifications kxmlgui kglobalaccel pipewire xdg-desktop-portal-impl)
-makedepends=(qt5-base qt5-webengine knotifications kxmlgui kglobalaccel pipewire cmake)
+depends=(qt5-base qt5-webengine knotifications5 kxmlgui5 kglobalaccel5 pipewire xdg-desktop-portal-impl)
+makedepends=(qt5-base qt5-webengine knotifications5 kxmlgui5 kglobalaccel5 pipewire cmake)
optdepends=("nodejs: Rich presence support through arRPC")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/maltejur/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
Not possible to install in Manjaro.
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool
This is fixed by simply installing make. However, it is followed by this issue.
I unfortunately cannot install this.
the compiler spits out an error that reads;
CMake Error at /usr/lib/cmake/Qt5WebEngineCore/Qt5WebEngineCoreConfig.cmake:111 (find_package): Could not find a configuration file for package "Qt5Quick" that is compatible with requested version "5.15.10".
The following configuration files were considered but not accepted:
/usr/lib/cmake/Qt5Quick/Qt5QuickConfig.cmake, version: 5.15.9
Call Stack (most recent call first): /usr/lib/cmake/Qt5WebEngineWidgets/Qt5WebEngineWidgetsConfig.cmake:111 (find_package) /usr/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package) CMakeLists.txt:18 (find_package)
-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: discord-screenaudio-exit status 4 -> Failed to install the following packages. Manual intervention is required: discord-screenaudio - exit status 4
Video streaming will not start, audio streaming won't detect any active applications on my computer. Same issue exists with flatpak.
Can confirm still works for me as well.
Pinned Comments
maltejur commented on 2022-08-04 19:54 (UTC)
Please only mark this out of date if the latest release is older than 6 hours. I have an script running that usually automatically updates this PKGBUILD to the latest version every 6 hours.