Bug 71551 - konsole always starts artsd
Summary: konsole always starts artsd
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 15:39 UTC by Georg Prager
Modified: 2004-11-07 19:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Check if Sound System is enabled. (4.42 KB, patch)
2004-06-10 21:32 UTC, Kurt Hindenburg
Details
Disable 'system notification' if sound system is disabled. (4.03 KB, patch)
2004-06-12 08:02 UTC, Kurt Hindenburg
Details
Disable 'system notification' if sound system is disabled. (3.72 KB, patch)
2004-06-12 08:07 UTC, Kurt Hindenburg
Details
Disable 'system notification' if sound system is disabled. (3.43 KB, patch)
2004-06-12 08:42 UTC, Kurt Hindenburg
Details
Disable 'Bell->system notification' if sound system is disabled. (2.46 KB, patch)
2004-06-13 19:02 UTC, Kurt Hindenburg
Details
Disable 'Bell->system notification' if sound system is disabled. (3.46 KB, patch)
2004-06-13 21:27 UTC, Kurt Hindenburg
Details
Disable 'Bell->system notification' if sound system is disabled at startup. (2.50 KB, patch)
2004-06-19 21:12 UTC, Kurt Hindenburg
Details

Note You need to log in before you can comment on or make changes to this bug.
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+.