Search Criteria
Package Details: slack-desktop-wayland 4.29.149-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/slack-desktop-wayland.git (read-only, click to copy) |
---|---|
Package Base: | slack-desktop-wayland |
Description: | Slack Desktop (Beta) for Linux with Wayland Support |
Upstream URL: | https://slack.com/downloads |
Licenses: | custom |
Conflicts: | slack-desktop, slack-electron |
Provides: | slack-desktop |
Submitter: | cspeck-aai |
Maintainer: | cspeck-aai |
Last Packager: | cspeck-aai |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-06 06:10 (UTC) |
Last Updated: | 2023-02-21 21:35 (UTC) |
Dependencies (14)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- libsecret
- libxss
- nss (nss-hg)
- pipewire (pipewire-full-git, pipewire-common-git, pipewire-git)
- xdg-desktop-portal (xdg-desktop-portal-git)
- xdg-utils (busking-git, linopen, xdg-utils-slock, xdg-utils-symlink-fix, xdg-utils-lxqt, mimi-bachoseven-git, mimi, mimi-git, xdg-utils-handlr, xdg-utils-mimeo, opener, mimejs-git)
- libappindicator-gtk3 (libappindicator-bzr) (optional) – Systray indicator support
- org.freedesktop.secrets (keepassxc-kde-fix, gnome-keyring-git, pass-secrets-git, keepassxc-git, keepassxc-allow-aur-extension-origin, bitw-git, gnome-keyring, keepassxc, kwallet) (optional) – Keyring password store support
- xdg-desktop-portal-gnome (xdg-desktop-portal-gnome-git, xdg-desktop-portal-gnome-noprompt-git) (optional) – xdg-desktop-portal support for GNOME
- xdg-desktop-portal-gtk (xdg-desktop-portal-gtk-git) (optional) – xdg-desktop-portal support for GNOME and GTK
- xdg-desktop-portal-kde (xdg-desktop-portal-kde-git, xdg-desktop-portal-kde-steamos-kiofusefix) (optional) – xdg-desktop-portal support for KDE
- xdg-desktop-portal-lxqt (optional) – xdg-desktop-portal support for LXQt
- xdg-desktop-portal-wlr (xdg-desktop-portal-wlr-git) (optional) – xdg-desktop-portal support for wlroots-based Wayland compositors
Latest Comments
ingvij commented on 2023-03-01 14:20 (UTC)
Hi @cspeck-aai,
I'm starting it through the application desktop shortcut. I have WebRTC working normally on firefox. xdg-desktop-portal-wlr seems to work fine there.
ajvsms commented on 2023-02-22 11:24 (UTC)
Since last update the window decoration disappeared so I had to change the desktop shortcut and add --enable-features=WaylandWindowDecorations
cspeck-aai commented on 2023-02-17 03:27 (UTC)
@sidicer: thanks for your comments, I have updated the patch and pushed a new package version
@ingvij: Are you starting the app via console or the application/desktop shortcut? It only works if you start via the shortcut.
Otherwise I'd suggest verifying that WebRTC works at all (e.g. can you screen share via https://meet.jit.si/ in Firefox?) and ensuring you have
pipewire
and everything else required for WebRTC screen sharing. For Gnome I found it to needxdg-desktop-portal-gtk
,xdg-desktop-portal-gnome
andxdg-desktop-portal
, but YMMV.ingvij commented on 2023-02-10 10:41 (UTC)
Hi,
I'm having issues sharing screen with slack. This package, even though it is using pipewire and all the XDG-desktop-portal packages, still doesn't seem to fix the issue. Is there any config I need to update? All I get is a black screen when I try to share entire screens an only a few windows are shareable..
sidicer commented on 2023-02-02 09:11 (UTC)
It's not running with Wayland out of the box + with Xwayland it has issues with Mouse leaving the window (especially with dual or triple monitor setup)
Modify launch attributes to this:
--enable-features=WebRTCPipeWireCapturer --enable-features=UseOzonePlatform --ozone-platform=wayland -s %U
To confirm that you're running Wayland and not XWayland - launch
xprop
in your terminal on hover over any window - if Cursor changes to X(+) - you're not in wayland but xwaylandHope this helps.