Compare commits

..

2 Commits

View File

@ -219,6 +219,7 @@ if [ "$(id -u)" == "0" ]; then
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
cp -v etc/xdg/autostart/easyeffects-service.desktop /etc/xdg/autostart/
fi
# Enables laziness on checking whether or not apt is installed
@ -282,6 +283,10 @@ else
if hash xdg-user-dir 2> /dev/null; then
DESKTOP=$(xdg-user-dir DESKTOP)
if [ -d ~/.config/autostart ]; then
ln -nsfv ~/.config/autostart/*.desktop $DESKTOP/
fi
# Ensure there is foot-server.socket before creating a shortcut for footclient
if hash systemctl 2> /dev/null; then
systemctl --user enable --now foot-server.socket