From kde-bugs-dist Tue Jan 06 22:29:36 2015 From: Christian Esken Date: Tue, 06 Jan 2015 22:29:36 +0000 To: kde-bugs-dist Subject: [kmix] [Bug 318986] Kmix starting before pulseaudio is delaying login Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=142058338908205 https://bugs.kde.org/show_bug.cgi?id=318986 --- Comment #4 from Christian Esken --- Git commit 91284ff2561ba9627dfe47d21593f472df9ffa8e by Christian Esken. Committed on 06/01/2015 at 22:29. Pushed by esken into branch 'master'. Add a Lock to avoid duplicate initializiation, which may help with some startup issues (delays, lockups). Not likely a solutin for all, but please test. Also some ceanups, less logging and fixing a small memleak. Related: bug 339272, bug 339525, bug 317926 M +1 -0 CMakeLists.txt M +122 -59 apps/KMixApp.cpp M +7 -10 apps/KMixApp.h M +2 -7 apps/kmix.cpp M +1 -0 apps/main.cpp M +1 -1 backends/mixer_mpris2.cpp M +4 -4 backends/mixer_pulse.cpp M +4 -2 core/GlobalConfig.cpp M +13 -0 core/GlobalConfig.h M +2 -1 core/mixdevice.cpp M +2 -2 core/mixer.cpp M +14 -7 gui/kmixprefdlg.cpp M +2 -2 gui/viewbase.cpp http://commits.kde.org/kmix/91284ff2561ba9627dfe47d21593f472df9ffa8e -- You are receiving this mail because: You are watching all bug changes.