Bug 71551

Summary: konsole always starts artsd
Product: [Applications] konsole Reporter: Georg Prager <georg.prager>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Check if Sound System is enabled.
Disable 'system notification' if sound system is disabled.
Disable 'system notification' if sound system is disabled.
Disable 'system notification' if sound system is disabled.
Disable 'Bell->system notification' if sound system is disabled.
Disable 'Bell->system notification' if sound system is disabled.
Disable 'Bell->system notification' if sound system is disabled at startup.

Description Georg Prager 2003-12-31 15:39:40 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.2 
OS:          Linux

Hi!

When I use konsole and the bell is set to "System notification" it always starts the arts daemon(when i press for example tabulator twice), although the soundsystem is disabled in the control center.

Konsole should check whether the soundsystem is deactivated and if so, it should change the bell to "System Bell".
Comment 1 Kurt Hindenburg 2004-06-10 21:32:48 UTC
Created attachment 6310 [details]
Check if Sound System is enabled.

1st attempt... still needs work... any comments?
Comment 2 Kurt Hindenburg 2004-06-12 08:02:39 UTC
Created attachment 6326 [details]
Disable 'system notification' if sound system is disabled.

The passive popup may be overkill, but without some visual message the
user may be confused as to why they can't select 'System Notification' 
from the Bell menu.
The check is in readProperties; perhaps a check some where in newSession
would be helpful?
Comment 3 Kurt Hindenburg 2004-06-12 08:07:34 UTC
Created attachment 6327 [details]
Disable 'system notification' if sound system is disabled.
Comment 4 Kurt Hindenburg 2004-06-12 08:42:36 UTC
Created attachment 6328 [details]
Disable 'system notification' if sound system is disabled.
Comment 5 Kurt Hindenburg 2004-06-13 19:02:58 UTC
Created attachment 6346 [details]
Disable 'Bell->system notification' if sound system is disabled.

It might be nice if this got in for 3.3.0 for the people who don't run arts.  

It checks the 'Sound System' in readProperties and when the user tries to
change the Settings/Bell.

O.K. to commit?
Comment 6 Kurt Hindenburg 2004-06-13 21:27:17 UTC
Created attachment 6347 [details]
Disable 'Bell->system notification' if sound system is disabled.

Forgot to include konsole.h
Comment 7 Kurt Hindenburg 2004-06-19 21:12:09 UTC
Created attachment 6415 [details]
Disable 'Bell->system notification' if sound system is disabled at startup.

This only checks the sound system in readProperties.  Should BR83380 be applied
(or something similar) this BR can be updated to include disabling the 'system
notification bell' menu.
Comment 8 Kurt Hindenburg 2004-06-19 21:19:03 UTC
Applied.
Comment 9 Georg Prager 2004-09-01 13:21:28 UTC
Not fixed in 3.3.0!
Please reopen this bug (#71551).
Comment 10 Kurt Hindenburg 2004-11-07 19:47:11 UTC
Read BR 87664, especially comments 13+.