http://bugs.winehq.org/show_bug.cgi?id=21035
Summary: Desktop sounds integration missing Product: Wine Version: 1.1.34 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: atari@gabo.pl
WINE does not play 'system sounds' on events (show messagebox, etc.).
WINE should map Windows sound events to XDG Sound Theme and Naming Specifications (http://freedesktop.org/wiki/Specifications/sound-theme-spec).
It could be implemented using libcanberra (http://0pointer.de/lennart/projects/libcanberra/)
http://bugs.winehq.org/show_bug.cgi?id=21035
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement
http://bugs.winehq.org/show_bug.cgi?id=21035
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration
http://bugs.winehq.org/show_bug.cgi?id=21035
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Austin English austinenglish@gmail.com 2011-10-02 11:12:34 CDT --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=21035
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-01-23 11:55:57 CST --- *** Bug 21277 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=21035
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2012-01-23 11:56:16 CST ---
From bug 21277:
My "make MCI_SOUND work" patch contains the following comment:
Wine produces no sound unless win.ini or the registry defines wave files, e.g. it contains something like [Sounds] Default=/usr/share/sounds/question.wav SystemExclamation=/usr/share/sounds/error.wav
You may want to check whether the test still fails with such a definition.
IIRC, Wine's playsound return code will not indicate success unless a sound was played. On MS, I've seen machines equipped with sound return success from the MCI_Sound command yet not sound was heard.
My patch solely correctly forwards MCI_SOUND to playsound. It does not provide sound files. I've verified that with the above definition, Wine emits the sound indicated by the SND_ALIAS flag, which my patch uses.
Sadly, I found no single /usr/.... *.wav file that would be common to all Suse or even Ubuntu systems I tried: Wine cannot hard-code some default path.
That should be added to the documentation.
http://bugs.winehq.org/show_bug.cgi?id=21035
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL| |http://freedesktop.org/wiki | |/Specifications/sound-theme | |-spec Ever Confirmed|0 |1
--- Comment #4 from Jerome Leclanche adys.wh@gmail.com 2012-09-15 23:56:02 CDT --- Confirming
https://bugs.winehq.org/show_bug.cgi?id=21035
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Not noticed any change.