electron: Update flags
This commit is contained in:
parent
2e07adef84
commit
edea48c361
3 changed files with 5 additions and 4 deletions
|
@ -1 +1,2 @@
|
||||||
--ozone-platform=wayland
|
--enable-features=WaylandWindowDecorations
|
||||||
|
--ozone-platform-hint=auto
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Discord (custom)
|
Name=Discord
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=discord
|
StartupWMClass=discord
|
||||||
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
||||||
GenericName=Internet Messenger
|
GenericName=Internet Messenger
|
||||||
Exec=/usr/bin/electron24 --ozone-platform=wayland --enable-features=WebRTCPipeWireCapturer /usr/lib/discord/app.asar -- %u
|
Exec=/usr/bin/electron24 --ozone-platform-hint=auto --enable-webrtc-pipewire-capturer /usr/lib/discord/app.asar -- %u
|
||||||
Icon=discord
|
Icon=discord
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
||||||
Name=Signal (custom)
|
Name=Signal (custom)
|
||||||
Comment=Signal - Private Messenger
|
Comment=Signal - Private Messenger
|
||||||
Icon=org.signal.Signal
|
Icon=org.signal.Signal
|
||||||
Exec=/usr/bin/flatpak run org.signal.Signal --ozone-platform=wayland --use-tray-icon -- %u
|
Exec=/usr/bin/flatpak run org.signal.Signal --ozone-platform-hint=auto --use-tray-icon -- %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;InstantMessaging;Chat;
|
Categories=Network;InstantMessaging;Chat;
|
||||||
StartupWMClass=Signal
|
StartupWMClass=Signal
|
||||||
|
|
Loading…
Add table
Reference in a new issue