Support dash

This commit is contained in:
Anthony Rose 2025-01-17 09:41:08 +00:00
parent 3771327e13
commit 64c18df326

View file

@ -14,7 +14,7 @@ set_favorites_bar () {
gsettings set org.gnome.shell favorite-apps "$(cat "${XDG_CONFIG_HOME:-$HOME/.config}/favorite-apps.conf")"
else
_acp_terminal=org.gnome.Terminal.desktop
for dir in $(tr ':' '\n' <<< "$XDG_DATA_HOME:$XDG_DATA_DIRS")
for dir in $(echo "$XDG_DATA_HOME:$XDG_DATA_DIRS" | tr ':' '\n')
do
if test -r "$dir/applications/org.gnome.Ptyxis.desktop"
then