[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2012-12-16 Thread mokaddim
I am facing this problem with chromium. Very annoying.

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

Title:
  [Jaunty] Sound in GTK apps can't be disabled under KDE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/343677/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2011-01-14 Thread Alessandro Ghersi
This problem is still present in Natty, at least with Chromium. If you run 
Chromium in KDE and you have also installed ubuntu-desktop, Chromium has a 
sound by default when you open/close a tab and is very annoying.
To fix this issue you have to start gnome-settings-daemon after the KDE session 
is started.

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

Title:
  [Jaunty] Sound in GTK apps can't be disabled under KDE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-12-28 Thread scientes
alternate workaround to #14:

apt-get remove libcanberra-gtk-module

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-12-28 Thread scientes
also effects LXDE (and probably XFCE and all non-gnome DEs)

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-10-10 Thread Kels
Fix from #14 solved this for me in Karmic Beta too.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-10-07 Thread Anakin Starkiller
Thanks José, it's working now ;)

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-09-29 Thread José P Valdés
I was having this issue with latest Karmic and I added:

gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0

to ~/.gtkrc-2.0-kde4. Firefox seems silenced so far.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-09-01 Thread derat
No idea; I'm not running KDE.  You probably want to use KDE's XSETTINGS
daemon rather than GNOME's, though, since a given screen can only have a
single settings daemon running.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-09-01 Thread Anakin Starkiller
derat >> thx for your involvment, is there something in particular that
we can do to launch gnome-settings-daemon with some parameters  when KDE
starts ?

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-08-22 Thread derat
I did a bit more testing.  Sounds are played when both
Net/EnableEventSounds and Net/EnableInputFeedbackSounds are set to 1,
but not otherwise.  This lines up with the descriptions of gtk-enable-
event-sounds ("Whether to play any event sounds at all") and gtk-enable-
input-feedback-sounds ("Whether to play event sounds as feedback to user
input") from the GtkSettings documentation at
http://library.gnome.org/devel/gtk/unstable/GtkSettings.html.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-08-21 Thread derat
I think that to disable these sounds, you need to have gnome-settings-
daemon (or another daemon implementing XSETTINGS) running, with the
Net/EnableEventSounds setting set to (integer) 0.  I see a Debian ITP
for "xsettings-kde" at http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=512562; it looks like it's present in Debian
Unstable currently.  Alternately, I wrote a small implementation at
http://code.google.com/p/xsettingsd/ that may be useful for people who
aren't running a desktop environment.

** Bug watch added: Debian Bug tracker #512562
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512562

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-08-21 Thread Anakin Starkiller
I can confirm this bug on latest KDE 4.3, Jaunty. Quite annoying !

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-08-06 Thread Evan Martin
We've had a bug similar to this reported by Google Chrome (or Chromium)
users.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-05-10 Thread Vanessa Ezekowitz
This also affects KDE 3.5.10  (Pearson Computing 'Jaunty Remix'
packages) on two machines in our house.  Very annoying.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-05-04 Thread onyxrev
Seems like a lot of these 4.2 bugs are being held-off until 4.3.  That's
my impression, at least.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-05-04 Thread auxbuss
I can also confirm this bug. I do have pulseaudio installed. This is a
deal breaker for me.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-04-19 Thread Alex
WORKAROUND: 
aptitude purge ubuntu-sounds

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-04-19 Thread Alex
Now, there are 4 days until the final release and this bug still haven't
been fixed! The Linux Desktop (in all distributions) is getting worser
and worser and after 9 years of Linux I'm thinking of switching over to
Windows :( I'm fed up with this kind of bugs that cost me time, the time
I would like to spend getting my work done and not tinkering around with
those kind of bugs!

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-04-17 Thread jfreak0126
I confirm this bug as well.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 343677] Re: [Jaunty] Sound in GTK apps can't be disabled under KDE

2009-04-03 Thread onyxrev
I have this same problem.  Every time I select a new tool in GIMP I get
some sort of blooping sound.  Closing dialog boxes is similarly
annoying.  Can't turn it off as it seems to ignore Gnome preferences.

-- 
[Jaunty] Sound in GTK apps can't be disabled under KDE
https://bugs.launchpad.net/bugs/343677
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs