mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
fluffychat: add workaround for pad.lv/1951491
This commit is contained in:
parent
4dca8bec02
commit
f323f38061
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
if [ -f /snap/bin/fluffychat ]; then
|
if [ -f /snap/bin/fluffychat ]; then
|
||||||
|
# https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1951491/comments/104
|
||||||
|
unset DBUS_SESSION_BUS_ADDRESS
|
||||||
snap run fluffychat $@
|
snap run fluffychat $@
|
||||||
elif [ -f /var/lib/flatpak/exports/bin/im.fluffychat.Fluffychat ]; then
|
elif [ -f /var/lib/flatpak/exports/bin/im.fluffychat.Fluffychat ]; then
|
||||||
flatpak run im.fluffychat.Fluffychat $@
|
flatpak run im.fluffychat.Fluffychat $@
|
||||||
|
Loading…
Reference in New Issue
Block a user