Compare commits
No commits in common. "a8c684bfe084c81f2b9757350de6833851f7e72e" and "b4559a3ae9f0ed6b48a649e241c9bf6abdd6143a" have entirely different histories.
a8c684bfe0
...
b4559a3ae9
@ -1,12 +0,0 @@
|
||||
[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;
|
4
bin/qtpass-wayland
Executable file
4
bin/qtpass-wayland
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663
|
||||
export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass
|
Loading…
Reference in New Issue
Block a user