linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.49k stars 730 forks source link

[NOT A BUG] More sounds #10640

Open Secret-chest opened 2 years ago

Secret-chest commented 2 years ago

Dosen't matter

Also, more work is needed in ensuring the groups of sounds are consistent. Logout does not even match login.

I know some are for plymouth. But still.

ItzSwirlz commented 2 years ago

These sounds do internally exist, they just aren't linked by a frontend: https://github.com/linuxmint/cinnamon-settings-daemon/blob/master/plugins/power/csd-power-manager.c (search for 'power' and 'ca_context_play'). I'll try to see if I can implement a frontend through cinnamon-settings to actually enable the battery sounds

Secret-chest commented 2 years ago

These sounds do internally exist, they just aren't linked by a frontend: https://github.com/linuxmint/cinnamon-settings-daemon/blob/master/plugins/power/csd-power-manager.c (search for 'power' and 'ca_context_play'). I'll try to see if I can implement a frontend through cinnamon-settings to actually enable the battery sounds

Thanks

akirapink commented 2 years ago

These sounds do internally exist, they just aren't linked by a frontend: https://github.com/linuxmint/cinnamon-settings-daemon/blob/master/plugins/power/csd-power-manager.c (search for 'power' and 'ca_context_play'). I'll try to see if I can implement a frontend through cinnamon-settings to actually enable the battery sounds

will other stuff, like an error or a popup, be implemented to the frontend?

Secret-chest commented 2 years ago

These sounds do internally exist, they just aren't linked by a frontend: https://github.com/linuxmint/cinnamon-settings-daemon/blob/master/plugins/power/csd-power-manager.c (search for 'power' and 'ca_context_play'). I'll try to see if I can implement a frontend through cinnamon-settings to actually enable the battery sounds

will other stuff, like an error or a popup, be implemented to the frontend?

I added more to the list.

akirapink commented 2 years ago

nice thanks