From d4cbfbead65f9584540717afd3ae828d22a2c12d Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Thu, 1 Nov 2018 21:14:36 -0500 Subject: [PATCH] Fix I accidentally reverted the install.md and removed @rocky1138 commit. I re-added it back, sorry... --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 1af2e37..44cf7ef 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 +``` \ No newline at end of file