diff --git a/bash/usr-local-bin/blanket b/bash/usr-local-bin/blanket deleted file mode 100755 index 22f96f2..0000000 --- a/bash/usr-local-bin/blanket +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run com.rafaelmardojai.Blanket $@ -set +x diff --git a/bash/usr-local-bin/brave b/bash/usr-local-bin/brave deleted file mode 100755 index a5ebf6b..0000000 --- a/bash/usr-local-bin/brave +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -# To run Brave under Wayland -# with Mullvad proxy -# Wireguard: --proxy-server=socks5://10.64.0.1 -# OpenVPN: --proxy-server=socks5://10.8.0.1 - -set -x -/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturerBraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@ -# --enable-features=,VaapiVideoDecoder,VaapiIgnoreDriverChecks,WebContentsForceDark --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers -set +x diff --git a/bash/usr-local-bin/briar b/bash/usr-local-bin/briar deleted file mode 100755 index f056069..0000000 --- a/bash/usr-local-bin/briar +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run org.briarproject.Briar//stable $@ -set +x diff --git a/bash/usr-local-bin/claws-mail b/bash/usr-local-bin/claws-mail deleted file mode 100755 index e97918c..0000000 --- a/bash/usr-local-bin/claws-mail +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run org.claws_mail.Claws-Mail $@ -set +x diff --git a/bash/usr-local-bin/code b/bash/usr-local-bin/code deleted file mode 100755 index 5135a27..0000000 --- a/bash/usr-local-bin/code +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run com.visualstudio.code --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto $@ -set +x diff --git a/bash/usr-local-bin/codium b/bash/usr-local-bin/codium deleted file mode 100755 index 0a15fa5..0000000 --- a/bash/usr-local-bin/codium +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -set -x -# https://github.com/flathub/com.vscodium.codium/issues/55 -flatpak run com.vscodium.codium --no-sandbox --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto $@ -set +x diff --git a/bash/usr-local-bin/deltachat b/bash/usr-local-bin/deltachat deleted file mode 100755 index a130638..0000000 --- a/bash/usr-local-bin/deltachat +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash - -# DeltaChat flatpak with easier command (and outside of Mullvad VPN if configured as). -# Gandi.net mail servers don't like Mullvad IPs resulting inability to send -# anything. - -# The usual Electron flags: --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland - -# https://github.com/deltachat/deltachat-desktop/issues/2800 -# Wayland would be enabled by: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland - -set -x -# Having "flatpak run" will make mullvad-exclude lose effect! -#/usr/bin/mullvad-exclude -/var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@ -set +x diff --git a/bash/usr-local-bin/edge b/bash/usr-local-bin/edge deleted file mode 120000 index c8a95bf..0000000 --- a/bash/usr-local-bin/edge +++ /dev/null @@ -1 +0,0 @@ -microsoft-edge \ No newline at end of file diff --git a/bash/usr-local-bin/element b/bash/usr-local-bin/element deleted file mode 100755 index a387677..0000000 --- a/bash/usr-local-bin/element +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -set -x -# Flatpak is preferred for Element not having official Fedora repositories -# and at the time of writing being unmaintained in upstream suggested repo. -flatpak run im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@" -set +x diff --git a/bash/usr-local-bin/element-tor b/bash/usr-local-bin/element-tor deleted file mode 100755 index 4e47a3b..0000000 --- a/bash/usr-local-bin/element-tor +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# Torifying Element with Wayland - -set -x -# proxy authentication is not supported -# https://github.com/vector-im/element-web/issues/3320 -#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@ -# Flatpak is preferred for Element not having official Fedora repositories -# and at the time of writing being unmaintained in upstream suggested repo. -flatpak run im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --proxy-server=socks5://127.0.0.1:9050 $@ -set +x diff --git a/bash/usr-local-bin/flatseal b/bash/usr-local-bin/flatseal deleted file mode 100755 index 762a43f..0000000 --- a/bash/usr-local-bin/flatseal +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run com.github.tchx84.Flatseal $@ -set +x diff --git a/bash/usr-local-bin/microsoft-edge b/bash/usr-local-bin/microsoft-edge deleted file mode 100755 index 12af40b..0000000 --- a/bash/usr-local-bin/microsoft-edge +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -# To run Microsoft Edge under Wayland -# with Mullvad proxy -# Wireguard: --proxy-server=socks5://10.64.0.1 -# OpenVPN: --proxy-server=socks5://10.8.0.1 - -set -x -/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@ -# --enable-features=VaapiVideoDecoder,VaapiIgnoreDriverCheck -ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers -set +x diff --git a/bash/usr-local-bin/schildichat b/bash/usr-local-bin/schildichat deleted file mode 100755 index a1f62dc..0000000 --- a/bash/usr-local-bin/schildichat +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -set -x -# Flatpak is preferred for Element not having official Fedora repositories -# and at the time of writing being unmaintained in upstream suggested repo. -flatpak run chat.schildi.desktop --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland "$@" -set +x diff --git a/bash/usr-local-bin/signal-desktop b/bash/usr-local-bin/signal-desktop deleted file mode 100755 index 555b152..0000000 --- a/bash/usr-local-bin/signal-desktop +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash - -# Signal desktop with Wayland, notification fix & tray - -set -x -# --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 -flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon $@ -set +x diff --git a/bash/usr-local-bin/telegram-desktop b/bash/usr-local-bin/telegram-desktop deleted file mode 100755 index a7b83c3..0000000 --- a/bash/usr-local-bin/telegram-desktop +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -set -x -flatpak run org.telegram.desktop $@ -set +x diff --git a/bash/usr-local-bin/torbrowser-launcher-flatpak b/bash/usr-local-bin/torbrowser-launcher-flatpak deleted file mode 100755 index 9ee8d50..0000000 --- a/bash/usr-local-bin/torbrowser-launcher-flatpak +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -# Starting the torbrowser-launcher flatpak. Not to override the one from package manager. - -set -x -flatpak run com.github.micahflee.torbrowser-launcher $@ -set +x diff --git a/bash/usr-local-bin/vivaldi b/bash/usr-local-bin/vivaldi deleted file mode 100755 index ee5d74f..0000000 --- a/bash/usr-local-bin/vivaldi +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -set -x -/usr/bin/vivaldi --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@ -set +x diff --git a/bash/usr-local-bin/vlc-flatpak b/bash/usr-local-bin/vlc-flatpak deleted file mode 100755 index e0ab91b..0000000 --- a/bash/usr-local-bin/vlc-flatpak +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -# Starting the VLC flatpak. Not to override the one from package manager. - -set -x -flatpak run org.videolan.VLC $@ -set +x