mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-25 03:24:55 +01:00
Compare commits
No commits in common. "3fd0cfdef812ab1b7a91d4577e090b6e2d7368c7" and "71bf33aeaeaa840a2a4ab4fdec445d276f7b4997" have entirely different histories.
3fd0cfdef8
...
71bf33aeae
@ -10,10 +10,6 @@ flatpak override --filesystem=/usr/local/share/themes:ro --filesystem=/usr/share
|
||||
flatpak override --filesystem=/usr/local/share/icons:ro --filesystem=/usr/share/icons:ro --filesystem=~/.icons:ro
|
||||
flatpak override --filesystem=/usr/local/share/cursors:ro --filesystem=/usr/share/cursors:ro --filesystem=~/.cursors:ro
|
||||
|
||||
# In case debugging flatpaks is subject to the other restrictions and running
|
||||
# gdb there is made easier by access to the file
|
||||
flatpak override --filesystem=~/.gdbinit:ro
|
||||
|
||||
# Backticks and a lot of common characters in all Flatpaks
|
||||
# https://github.com/flatpak/flatpak/issues/2031
|
||||
flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx
|
||||
|
@ -1,11 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Wayland flags: --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
||||
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
||||
# Torifying Element
|
||||
|
||||
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 $@
|
||||
# Also workaround my electron curse
|
||||
flatpak run im.riot.Riot --disable-gpu --proxy-server=socks5://127.0.0.1:9050 $@
|
||||
set +x
|
||||
|
@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Torifying Element
|
||||
# Wayland flags: --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||
# Wayland crash: https://github.com/vector-im/element-web/issues/19964
|
||||
# Crash workaround for Signal-desktop, but not Element? --disable-gpu
|
||||
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 --proxy-server=socks5://127.0.0.1:9050 $@
|
||||
set +x
|
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Nheko flatpak with xwayland as Nheko's wayland support is currently poor
|
||||
# Nheko flatpak with Tor and xwayland as Nheko's wayland support is currently poor
|
||||
# icons not working, context menus being inaccessible, some
|
||||
# profiles not spawning windows
|
||||
|
||||
set -x
|
||||
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@
|
||||
flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master $@
|
||||
flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master $@
|
||||
set +x
|
||||
|
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Nheko flatpak with Tor and xwayland as Nheko's wayland support is currently poor
|
||||
# icons not working, context menus being inaccessible, some
|
||||
# profiles not spawning windows
|
||||
|
||||
set -x
|
||||
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@
|
||||
flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko//master $@
|
||||
set +x
|
@ -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
|
Loading…
Reference in New Issue
Block a user