mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 16:52:31 +01:00
bash/usr-local-bin: add WaylandWindowDecorations for electrons
This commit is contained in:
parent
a4eb3fff32
commit
ba146f2f2c
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
flatpak run com.visualstudio.code --no-sandbox $@
|
flatpak run com.visualstudio.code --no-sandbox $@
|
||||||
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
|
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
|
||||||
set +x
|
set +x
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
set -x
|
set -x
|
||||||
# https://github.com/flathub/com.vscodium.codium/issues/55
|
# https://github.com/flathub/com.vscodium.codium/issues/55
|
||||||
flatpak run com.vscodium.codium --no-sandbox $@
|
flatpak run com.vscodium.codium --no-sandbox $@
|
||||||
# --enable-features=UseOzonePlatforme --ozone-platform=wayland
|
# --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland
|
||||||
set +x
|
set +x
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Wayland flags: --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
# Wayland flags: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||||
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
||||||
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Torifying Element
|
# Torifying Element
|
||||||
# Wayland flags: --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
# Wayland flags: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||||
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
||||||
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
||||||
set -x
|
set -x
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
|
||||||
set +x
|
set +x
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
set -x
|
set -x
|
||||||
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
||||||
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
||||||
flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon $@
|
flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon $@
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user