Minor change to fix system .desktop.
This commit is contained in:
parent
1143cc900a
commit
b5bcf2f416
|
|
@ -18,14 +18,14 @@ Hidden=false
|
||||||
EOF
|
EOF
|
||||||
chmod +x ~/.config/autostart/djmount.desktop
|
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]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Version=0.71
|
Version=0.71
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=djmount
|
Name=djmount
|
||||||
Comment=UPNP/DLNA
|
Comment=UPNP/DLNA
|
||||||
Exec=sh -c "/usr/bin/djmount ${DJMOUNT_DIR}"
|
Exec=sh -c "/usr/bin/djmount ${HOME}"
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Hidden=false
|
Hidden=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue