Compare commits

..

2 Commits

Author SHA1 Message Date
a8c684bfe0 fix(applications): Add different Slack desktop file to launch it on Wayland 2025-01-15 10:30:47 +01:00
da0968a551 fix(applications): delete useless ~/bin/qtpass-wayland file
Because we use .local/share/applications/qtpass.desktop instead!
2025-01-15 10:29:44 +01:00
2 changed files with 12 additions and 4 deletions

View 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;

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663
export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass