Compare commits

..

No commits in common. "01a452877e64f279d8119df21635ffb49cd024b9" and "0e7aa2b051d2314e1b7abf162d849b32fb79f304" have entirely different histories.

12 changed files with 6 additions and 70 deletions

View File

@ -9,19 +9,15 @@ ln -sf $FLATPAKEXPORTS/com.rafaelmardojai.Blanket $TARGETDIR/blanket
# `flatpak make-current org.briarproject.Briar stable`? # `flatpak make-current org.briarproject.Briar stable`?
ln -sf $FLATPAKEXPORTS/org.briarproject.Briar $TARGETDIR/briar ln -sf $FLATPAKEXPORTS/org.briarproject.Briar $TARGETDIR/briar
ln -sf $FLATPAKEXPORTS/org.claws_mail.Claws-Mail $TARGETDIR/claws-mail ln -sf $FLATPAKEXPORTS/org.claws_mail.Claws-Mail $TARGETDIR/claws-mail
ln -sf $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
ln -sf $FLATPAKEXPORTS/com.vscodium.codium $TARGETDIR/codium
ln -sf $FLATPAKEXPORTS/chat.delta.desktop $TARGETDIR/deltachat
ln -sf $FLATPAKEXPORTS/im.riot.Riot $TARGETDIR/element
ln -sf $FLATPAKEXPORTS/com.github.tchx84.Flatseal $TARGETDIR/flatseal ln -sf $FLATPAKEXPORTS/com.github.tchx84.Flatseal $TARGETDIR/flatseal
ln -sf $FLATPAKEXPORTS/chat.schildi.desktop $TARGETDIR/schildichat
ln -sf $FLATPAKEXPORTS/org.signal.Signal $TARGETDIR/signal-desktop
ln -sf $FLATPAKEXPORTS/org.telegram.desktop $TARGETDIR/telegram-desktop ln -sf $FLATPAKEXPORTS/org.telegram.desktop $TARGETDIR/telegram-desktop
ln -sf $FLATPAKEXPORTS/com.github.micahflee.torbrowser-launcher $TARGETDIR/torbrowser-launcher-flatpak ln -sf $FLATPAKEXPORTS/com.github.micahflee.torbrowser-launcher $TARGETDIR/torbrowser-launcher-flatpak
ln -sf $FLATPAKEXPORTS/org.videolan.VLC $TARGETDIR/vlc-flatpak ln -sf $FLATPAKEXPORTS/org.videolan.VLC $TARGETDIR/vlc-flatpak
ln -sf $FLATPAKEXPORTS/net.davidotek.pupgui2 $TARGETDIR/protonup ln -sf $FLATPAKEXPORTS/net.davidotek.pupgui2 $TARGETDIR/protonup
# Electron apps that actually need wrappers and flags
#ln -sf $FLATPAKEXPORTS/com.visualstudio.code $TARGETDIR/code
#ln -sf $FLATPAKEXPORTS/com.vscodium.codium $TARGETDIR/codium
#ln -sf $FLATPAKEXPORTS/chat.delta.desktop $TARGETDIR/deltachat
#ln -sf $FLATPAKEXPORTS/im.riot.Riot $TARGETDIR/element
#ln -sf $FLATPAKEXPORTS/chat.schildi.desktop $TARGETDIR/schildichat
#ln -sf $FLATPAKEXPORTS/org.signal.Signal $TARGETDIR/signal-desktop
set +x set +x

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/brave-browser-stable --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run com.visualstudio.code --no-sandbox --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -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 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1 +0,0 @@
microsoft-edge

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run im.riot.Riot --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -x
# proxy authentication is not supported
# https://github.com/vector-im/element-web/issues/3320
flatpak run im.riot.Riot --proxy-server=socks5://127.0.0.1:9050 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,10 +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 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Signal desktop with Wayland, notification fix & tray
set -x
# --start-in-tray - would be nice, but then I cannot open it from there, thus --use-tray-icon
flatpak run org.signal.Signal --use-tray-icon --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/vivaldi --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x