Open probonopd opened 3 years ago
In /usr/local/bin/start-hello
:
if [ -e /System/Welcome.app/Welcome ] ; then
if [ ! -e "${HOME}/.config/hello/.helloSetupDone" ] ; then
/System/Welcome.app/Welcome
fi
fi
No ampersand to tell it to start in the background.
I'm not entirely sure if that is the problem or if something else is, but I'd assume so.
Wait...
If that was the issue then you'd have no menubar or desktop icons.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior Icons for volume etc. (launched by /Applications/Autostart) are missing in the menu bar
Version (please complete the following information):
cat /.url
): 0.5.0Reference: https://github.com/helloSystem/ISO/issues/220#issuecomment-863516074