28th December 2016, 7:38
You need a script. In System Settings / Startup and Shutdown, click "Add script" and navigate to the script.
My script is very simple:
Note that paplay won't accept mp3, paplay -h will list the formats it accepts.
My script is very simple:
Code:
#!/bin/bash
#
# - kept in ~/sbin
#
# - uses paplay to run a logon sound
#
#
paplay /home/andy/system/Anna_Ternheim_Beethoven_Intro.ogg
Note that paplay won't accept mp3, paplay -h will list the formats it accepts.