From 8ae164656f8c9fe3a33c4afee26c7414fcf84f01 Mon Sep 17 00:00:00 2001 From: John Rockefeller <573315+rocky1138@users.noreply.github.com> Date: Sat, 20 Oct 2018 23:38:35 -0400 Subject: [PATCH] Add Chicago95 startup sound instructions for LXDE --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 70c5274..6f43817 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -183,6 +183,19 @@ To get the startup message, add the contents of `Extras/ZSHDOSrc` to your `.zshr #### Windows 95 login startup sound Copy the file `Extras/Microsoft Windows 95 Startup Sound.ogg` to `/home/$USER/.themes/Chicago95/misc/Microsoft Windows 95 Startup Sound.ogg` or where ever you want. +##### XFCE - Open XFCE Settings Manager > Session and Startup > Application Autostart tab - Add a new entry - Give it a name and a command similar to the following: `play /home/$USER/.themes/Chicago95/misc/Microsoft\ Windows\ 95\ Startup\ Sound.ogg` + +##### LXDE +- Create the file `./config/autostart/chicago95.desktop` with the following contents: + +``` +[Desktop Entry] +Type=Application +Name=Chicago95 Chime +Comment=The Windows 95 startup sound +Exec=sh -c 'play /home/$HOME/.themes/Chicago95/misc/Microsoft\ Windows\ 95\ Startup\ Sound.ogg' +OnlyShowIn=LXDE +```