mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
comms.bash: prefer system-Gajim over flatpak-Gajim
This commit is contained in:
parent
98e052f204
commit
bb4c2cf53f
@ -10,7 +10,11 @@ set -x
|
|||||||
if hash dino 2>/dev/null; then
|
if hash dino 2>/dev/null; then
|
||||||
(dino&)
|
(dino&)
|
||||||
fi
|
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
|
# Jami, mostly P2P app
|
||||||
if hash jami-gnome 2>/dev/null; then
|
if hash jami-gnome 2>/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user