Launchpad has imported 17 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=1097654.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2014-05-14T09:12:35+00:00 Raphael wrote:

Description of problem:
There are no sounds for xfce events, though both options are activated in 
xfce4-settings-manager.

Version-Release number of selected component (if applicable):
-

How reproducible:
yes

Steps to Reproduce:
1. login to xfce
2. enable event sounds in xfconf
3. click around

Actual results:
none

Expected results:
sounds

Additional info:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/0

------------------------------------------------------------------------
On 2014-05-14T09:14:15+00:00 Raphael wrote:

>From upstream bug https://bugzilla.xfce.org/show_bug.cgi?id=4367

 Stephan Arts editbugs 2008-10-19 06:26:38 CEST

(In reply to comment #24)
> Thanks for adding a support for this.
> 
> Anyways there is a problem how to play logout sound on logout/restart ?

Yes, for that to work, xfce4-session needs support for libcanberra...
Since we are at a feature-freeze for 4.6, that won't be added now.

I am closing this bug since the related XSETTINGS have been added now.

You need to submit separate bugreports for libcanberra support in
xfce4-session and xfwm4 (targeted at 4.8)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/1

------------------------------------------------------------------------
On 2014-05-15T02:19:21+00:00 Kevin wrote:

I know this worked in the past...

Do you have libcanberra and sound-theme-freedesktop (or some sound
theme) installed?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/2

------------------------------------------------------------------------
On 2014-05-15T10:07:22+00:00 Raphael wrote:

$ rpm -q libcanberra libcanberra-gtk2 libcanberra-gtk3 sound-theme-freedesktop
libcanberra-0.30-4.fc20.x86_64
libcanberra-gtk2-0.30-4.fc20.x86_64
libcanberra-gtk3-0.30-4.fc20.x86_64
sound-theme-freedesktop-0.8-3.fc20.noarch

Maybe this is related to pulseaudio or a muted special sound channel? 
Just guessing...

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/3

------------------------------------------------------------------------
On 2014-05-17T18:44:52+00:00 Kevin wrote:

So, some more info:

xfconf-query -c xsettings -p /Net/SoundThemeName

env | grep GTK_MODULES

ls /usr/share/sounds/$(xfconf-query -c xsettings -p
/Net/SoundThemeName)/stereo

which canberra-gtk-play

You may need to set SoundThemeName to 'freedesktop' and export
GTK_MODULES=canberra-gtk-module:canberra-gtk-module

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/4

------------------------------------------------------------------------
On 2014-05-18T10:01:57+00:00 Raphael wrote:

(In reply to Kevin Fenzi from comment #4)

> xfconf-query -c xsettings -p /Net/SoundThemeName
default

> env | grep GTK_MODULES
<nothing>

> ls /usr/share/sounds/default/stereo
<not found>

# find /usr/share/sounds/* -name stereo
/usr/share/sounds/freedesktop/stereo

> which canberra-gtk-play
/usr/bin/canberra-gtk-play

> You may need to set SoundThemeName to 'freedesktop' and export
> GTK_MODULES=canberra-gtk-module:canberra-gtk-module
Where should I put the export statement? Is this still a bug?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/5

------------------------------------------------------------------------
On 2014-05-18T10:27:17+00:00 Raphael wrote:

No success so far, no sounds ...

> xfconf-query -c xsettings -p /Net/SoundThemeName
freedesktop

> env | grep GTK_MODULES
GTK_MODULES=canberra-gtk-module:canberra-gtk-module

> ls /usr/share/sounds/$(xfconf-query -c xsettings -p 
> /Net/SoundThemeName)/stereo
alarm-clock-elapsed.oga         dialog-warning.oga
audio-channel-front-center.oga  message-new-instant.oga
audio-channel-front-left.oga    message.oga
audio-channel-front-right.oga   network-connectivity-established.oga
audio-channel-rear-center.oga   network-connectivity-lost.oga
audio-channel-rear-left.oga     phone-incoming-call.oga
audio-channel-rear-right.oga    phone-outgoing-busy.oga
audio-channel-side-left.oga     phone-outgoing-calling.oga
audio-channel-side-right.oga    power-plug.oga
audio-test-signal.oga           power-unplug.oga
audio-volume-change.oga         screen-capture.oga
bell.oga                        service-login.oga
camera-shutter.oga              service-logout.oga
complete.oga                    suspend-error.oga
device-added.oga                trash-empty.oga
device-removed.oga              window-attention.oga
dialog-error.oga                window-question.oga
dialog-information.oga
 
> which canberra-gtk-play
/usr/bin/canberra-gtk-play

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/6

------------------------------------------------------------------------
On 2014-06-04T04:27:55+00:00 Raphael wrote:

Could it be an issue with PulseAudio? I found something that Pulse can't
write to sockets in some circumstances according to missing access
rights or the like?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/10

------------------------------------------------------------------------
On 2014-06-05T01:14:49+00:00 Kevin wrote:

It seems unlikely, but you could try removing

alsa-plugins-pulseaudio

and relogin and see?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/11

------------------------------------------------------------------------
On 2014-06-05T05:34:25+00:00 Raphael wrote:

(In reply to Kevin Fenzi from comment #8)
> It seems unlikely, but you could try removing 
> 
> alsa-plugins-pulseaudio
> 
> and relogin and see?

I don't understand what's going on here…
https://bugzilla.redhat.com/show_bug.cgi?id=1104951

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/12

------------------------------------------------------------------------
On 2014-06-05T05:38:49+00:00 Raphael wrote:

I have removed all the pulseaudio crap. But ALSA doesn't detect the
internal sound card, alsamixer does only see SPDIF HDMI that I don't
use.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/13

------------------------------------------------------------------------
On 2014-06-06T17:10:15+00:00 Kevin wrote:

Thats odd, as pulse uses alsa... so if alsa doesn't see the card, I
wouldn't expect it to work under pulseaudio either. ;(

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/14

------------------------------------------------------------------------
On 2014-06-06T17:51:33+00:00 Raphael wrote:

Well, PulseAudio sees the card and there's generally sound available
(e.g. Clase-Mail, Firefox, etc.). But Alsa only doesn't detect the
internal chip, only HDMI SPDIF is offered. But that's a general issue
and has nothing to do with canberra support in Xfce.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/15

------------------------------------------------------------------------
On 2014-12-11T17:31:51+00:00 Raphael wrote:

Setting to rawhide to prevent upcoming EOL warnings.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/16

------------------------------------------------------------------------
On 2015-01-10T08:20:44+00:00 Raphael wrote:

Maybe that user can reproduce and knows the solution and it's a
duplication:

https://bugzilla.redhat.com/show_bug.cgi?id=1067899

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/17

------------------------------------------------------------------------
On 2015-03-03T17:01:25+00:00 Jaroslav wrote:

This bug appears to have been reported against 'rawhide' during the Fedora 22 
development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/18

------------------------------------------------------------------------
On 2015-03-03T17:18:25+00:00 Raphael wrote:

I'll try to reproduce when Xfce 4.12 has officially arrived in Fedora.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/comments/19


** Changed in: xfce4-session (Fedora)
       Status: Unknown => In Progress

** Changed in: xfce4-session (Fedora)
   Importance: Unknown => Medium

** Bug watch added: Xfce Bugzilla #4367
   https://bugzilla.xfce.org/show_bug.cgi?id=4367

** Bug watch added: Red Hat Bugzilla #1104951
   https://bugzilla.redhat.com/show_bug.cgi?id=1104951

** Bug watch added: Red Hat Bugzilla #1067899
   https://bugzilla.redhat.com/show_bug.cgi?id=1067899

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1321445

Title:
  enable sound events in xfce4-appearance-settings doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1321445/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to