mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
flatpak-workarounds.bash: workaround DeltaChat wayland
This commit is contained in:
parent
01a452877e
commit
5404de494a
@ -56,6 +56,9 @@ flatpak override --filesystem=~/.ssh/config:ro --filesystem=~/.ssh/config.d:ro -
|
|||||||
# https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123
|
# https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123
|
||||||
flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@
|
flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@
|
||||||
|
|
||||||
|
# DeltaChat wayland support (may break X11?)
|
||||||
|
flatpak override chat.delta.desktop --socket=wayland --socket=fallback-x11 $@
|
||||||
|
|
||||||
# Display the overrides
|
# Display the overrides
|
||||||
if [ -d /var/lib/flatpak/overrides/ ]; then
|
if [ -d /var/lib/flatpak/overrides/ ]; then
|
||||||
tail -n +1 /var/lib/flatpak/overrides/*
|
tail -n +1 /var/lib/flatpak/overrides/*
|
||||||
|
Loading…
Reference in New Issue
Block a user