On Thu, 2005-09-01 at 12:50 +0200, Arnold Krille wrote: > On 9/1/05, Lee Revell <rlrevell@xxxxxxxxxxx> wrote: > > On Wed, 2005-08-31 at 14:39 -0400, Lee Revell wrote: > > > On Wed, 2005-08-31 at 12:28 -0600, Dave Price wrote: > > > > Yes, I am using KDE. I have now read the alsactl man page, and run (as > > > > sudo ) 'alsactl store' > > > Why is KDE so stupid? > > More precisely: Why doesn't KDE just exec "alsactl store" to save its > > settings, rather than its own mysterious KDE-specific method? > > Because KDE and KMix are running on _far_ more architectures than alsa? "Cross platform code" does NOT mean "the same exact code to save mixer settings must work on all OS". It means that the platform dependent parts (whether to use "alsactl store", or the OSS equivalent, or the Windows mixer API to save the settings) must be cleanly separated from the platform independent parts (like the KMix GUI). Lee