





clem wrote:That would be great. Any volunteers?


ginjabunny wrote:I installed LMDE last week and noticed no login sound, been having a play today, it looks like a bug and I can't see how to fix it properly BUT I have a workaround.
open terminal
run
- Code: Select all
gnome-session-properties
untick "Gnome Login Sound" and close it
then run
- Code: Select all
gedit '.config/autostart/libcanberra-login-sound.desktop'
you should see
- Code: Select all
[Desktop Entry]
Type=Application
Name=GNOME Login Sound
Comment=Plays a sound whenever you log in
Exec=/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
OnlyShowIn=GNOME;
AutostartCondition=GSettings org.gnome.desktop.sound event-sounds
X-GNOME-Autostart-Phase=Application
X-GNOME-Provides=login-sound
X-GNOME-Autostart-enabled=false
delete the line starting "AutostartCondition=" and change the last line to true, then save it.
then run
- Code: Select all
chmod +x '.config/autostart/libcanberra-login-sound.desktop'
it should now work.
Two things to consider
1. if you tick the "Gnome Login Sound" box again it destroys everything you just did.
2. you could save it as something else and it should work as well, e.g. my-login-sound.desktop then chmod +x it.
Background
I noticed that when you untick something in Startup Application Preferences it put a non-executable .desktop file in the autostart folder, but when you tick it then it disappears but I can't figure out where it stores it! I found out the other day when playing with LXDE to run commands at login you can create an executable .desktop file in that folder.








clem wrote:Thanks to all the people who worked on the GTK3 issue, we now have GTK2/GTK3 compatibility in Mint-X themes. Of course, the CSS and all can be improved, but at least now the GTK3 apps look a bit better than before



Users browsing this forum: No registered users and 1 guest