Support dash
This commit is contained in:
parent
3771327e13
commit
64c18df326
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue