Created
April 17, 2023 21:06
-
-
Save mrunalp/d5c422fc5dafba1a9674136fa9d33009 to your computer and use it in GitHub Desktop.
Run slack on Fedora with Wayland
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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