Skip to content

Commit

Permalink
Use baloo_file to start indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Oct 29, 2022
1 parent 05718c6 commit c9a12f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/uzip/hello/files/usr/local/bin/start-hello
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ if [ ! -e "${HOME}/.config/hello/.helloSetupDone" ] ; then
launch Welcome
( sleep 120 && balooctl enable || true ) & # Enable indexing after 2 minutes
else
( sleep 30 && balooctl resume || true ) & # Resume indexing after 30 seconds
( sleep 30 && baloo_file || true ) & # Resume indexing after 30 seconds
fi

# Wait for Menu to appear on D-Bus; this is needed for autostart to work properly
Expand Down

0 comments on commit c9a12f0

Please sign in to comment.