1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# When placed into /etc/xdg/autostart or ~/.config/autostart, this desktop
# file will automatically start MPD as your user when you log into GNOME/KDE,
# provided that the system-wide MPD has been disabled, or otherwise does not
# occupy the same ports.
# Make sure to create your own ~/.mpdconf containing the path to your music,
# and adjust the other paths such that MPD can write to its log and databases.
[Desktop Entry]
Type=Application
Exec=mpd
Terminal=false
Hidden=false
X-GNOME-Autostart-enabled=true
Name=MPD Music Player Daemon
Comment=start MPD as user when you log in
|