mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-10 12:22:31 +01:00
Compare commits
4 Commits
c7012edc83
...
448a5de2e3
Author | SHA1 | Date | |
---|---|---|---|
448a5de2e3 | |||
25d2061653 | |||
58ecd59c4c | |||
ab187ada00 |
@ -37,6 +37,9 @@ flatpak override im.riot.Riot --filesystem=~/src/gitea.blesmrt.net/Mikaela/gist/
|
|||||||
# Directory I have normal Nextcloud in
|
# Directory I have normal Nextcloud in
|
||||||
flatpak override com.nextcloud.desktopclient.nextcloud --filesystem=~/Nextcloud:create
|
flatpak override com.nextcloud.desktopclient.nextcloud --filesystem=~/Nextcloud:create
|
||||||
|
|
||||||
|
# PCSX2 files
|
||||||
|
flatpak override net.pcsx2.PCSX2 --filesystem=~/.config/PCSX2:create
|
||||||
|
|
||||||
# Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global …
|
# Just for verbosity. The results can be seen in /var/lib/flatpak/overrides/global …
|
||||||
flatpak override --show
|
flatpak override --show
|
||||||
# …and /var/lib/flatpak/overrides/org.briarproject.Briar
|
# …and /var/lib/flatpak/overrides/org.briarproject.Briar
|
||||||
@ -45,6 +48,7 @@ flatpak override --show org.briarproject.Briar
|
|||||||
flatpak override --show im.riot.Riot
|
flatpak override --show im.riot.Riot
|
||||||
#flatpak override --show org.claws_mail.Claws-Mail
|
#flatpak override --show org.claws_mail.Claws-Mail
|
||||||
flatpak override --show com.nextcloud.desktopclient.nextcloud
|
flatpak override --show com.nextcloud.desktopclient.nextcloud
|
||||||
|
flatpak override --show net.pcsx2.PCSX2
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
set +x
|
set +x
|
||||||
|
5
bash/usr-local-bin/blanket
Executable file
5
bash/usr-local-bin/blanket
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
flatpak run com.rafaelmardojai.Blanket $@
|
||||||
|
set +x
|
@ -1,11 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Wayland flags: --enable-features=UseOzonePlatform,WaylandWindowDecorations,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
|
set -x
|
||||||
# Flatpak is preferred for Element not having official Fedora repositories
|
# Flatpak is preferred for Element not having official Fedora repositories
|
||||||
# and at the time of writing being unmaintained in upstream suggested repo.
|
# and at the time of writing being unmaintained in upstream suggested repo.
|
||||||
flatpak run im.riot.Riot $@
|
flatpak run im.riot.Riot --disable-gpu --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland $@
|
||||||
set +x
|
set +x
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Torifying Element
|
# Torifying Element with Wayland
|
||||||
# Wayland flags: --enable-features=UseOzonePlatform,WaylandWindowDecorations,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
|
set -x
|
||||||
# proxy authentication is not supported
|
# proxy authentication is not supported
|
||||||
# https://github.com/vector-im/element-web/issues/3320
|
# https://github.com/vector-im/element-web/issues/3320
|
||||||
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
#/usr/bin/element --proxy-server=socks5://127.0.0.1:9050 $@
|
||||||
# Flatpak is preferred for Element not having official Fedora repositories
|
# Flatpak is preferred for Element not having official Fedora repositories
|
||||||
# and at the time of writing being unmaintained in upstream suggested repo.
|
# 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 $@
|
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
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user