Bug 291333 - NO sound in notification when the sound direction is relative
Summary: NO sound in notification when the sound direction is relative
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_notify (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Olivier Goffart
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 06:30 UTC by Yichao Zhou
Modified: 2015-09-26 17:17 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yichao Zhou 2012-01-12 06:30:56 UTC
Version:           unspecified (using KDE 4.7.4) 
OS:                Linux

See https://bbs.archlinux.org/viewtopic.php?pid=1038419.


Use with phonon-vlc.  In ~/.kde4/share/config/kde.notifyrc, with

Sound=KDE-Sys-App-Message.ogg

does not work which is default setting in /usr/share/apps/kde/kde.notifyrc but set it to

Sound=file:///usr/share/soundws/KDE-Sys-App-Message.ogg

Can work around this problem.

Reproducible: Didn't try

Steps to Reproduce:
Startup KDE. Hear the startup sound.

Actual Results:  
I can not hear it

Expected Results:  
I can hear it

Use with phonon-vlc.
Comment 1 Christoph Feck 2012-01-12 12:55:41 UTC
Are you using Qt 4.8?
Comment 2 Yichao Zhou 2012-01-12 14:27:53 UTC
YES
Comment 3 Christoph Feck 2012-02-16 18:55:47 UTC
The regression will be reverted in Qt 4.8.1.

I will keep this bug open, because it was made clear the behavior will change again in Qt 5.

For more information, see https://bugreports.qt-project.org/browse/QTBUG-22382
Comment 4 David Edmundson 2015-09-26 17:17:29 UTC
>I will keep this bug open, because it was made clear the behavior will change again in Qt 5.

 python -c "from PyQt5 import QtCore; print ('File: %s' % QtCore.QUrl('foo.txt').toLocalFile())"
File:

...seems it did change.

However sounds seem to still work.
I guess the relevant code in Phonon was changed