diff --git a/bash/comms.bash b/bash/comms.bash index 770c9c8..af2ac32 100755 --- a/bash/comms.bash +++ b/bash/comms.bash @@ -10,7 +10,11 @@ set -x if hash dino 2>/dev/null; then (dino&) fi -(flatpak run org.gajim.Gajim --quiet&) +if hash gajim 2>/dev/null; then + (gajim&) +else + (flatpak run org.gajim.Gajim --quiet&) +fi # Jami, mostly P2P app if hash jami-gnome 2>/dev/null; then