Skip to content

Instantly share code, notes, and snippets.

@mrunalp
Created April 17, 2023 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrunalp/d5c422fc5dafba1a9674136fa9d33009 to your computer and use it in GitHub Desktop.
Save mrunalp/d5c422fc5dafba1a9674136fa9d33009 to your computer and use it in GitHub Desktop.
Run slack on Fedora with Wayland
[root@fedora ~]# cat /usr/share/applications/slack.desktop
[Desktop Entry]
Name=Slack
StartupWMClass=Slack
Comment=Slack Desktop
GenericName=Slack Client for Linux
Exec=/usr/bin/slack --ozone-platform=wayland --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer %U
Icon=/usr/share/pixmaps/slack.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;InstantMessaging;
MimeType=x-scheme-handler/slack;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment