fix(applications): Add different Slack desktop file to launch it on Wayland
This commit is contained in:
parent
da0968a551
commit
a8c684bfe0
12
.local/share/applications/slack.desktop
Normal file
12
.local/share/applications/slack.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Slack Wayland
|
||||
StartupWMClass=Slack
|
||||
Comment=Slack Desktop
|
||||
GenericName=Slack Client for Linux
|
||||
#Exec=/usr/bin/slack --disable-gpu-compositing --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer --enable-features=WaylandWindowDecorations --disable-features=WaylandFractionalScaleV1 -s %U
|
||||
Exec=/usr/bin/slack --disable-gpu-compositing --enable-features=WebRTCPipeWireCapturer --enable-features=WaylandWindowDecorations --disable-features=WaylandFractionalScaleV1 -s %U
|
||||
Icon=slack
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=GNOME;GTK;Network;InstantMessaging;
|
||||
MimeType=x-scheme-handler/slack;
|
Loading…
Reference in New Issue
Block a user