Minor change to fix system .desktop.

This commit is contained in:
Cyteen 2018-02-19 12:43:20 +00:00
parent 1143cc900a
commit b5bcf2f416
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@ Hidden=false
EOF
chmod +x ~/.config/autostart/djmount.desktop
bash -c "cat > /usr/share/applications/djmount.desktop" <<EOF
bash -c "cat > /usr/share/applications/djmount.desktop" <<'EOF'
[Desktop Entry]
Encoding=UTF-8
Version=0.71
Type=Application
Name=djmount
Comment=UPNP/DLNA
Exec=sh -c "/usr/bin/djmount ${DJMOUNT_DIR}"
Exec=sh -c "/usr/bin/djmount ${HOME}"
StartupNotify=false
Terminal=false
Hidden=false