Minor change to fix system .desktop.
This commit is contained in:
parent
1143cc900a
commit
b5bcf2f416
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue