[PATCH] ksystemstats use KDE_INSTALL_DBUSINTERFACEDIR

2021-09-21 Thread Kelly Anderson
Hey, Here's a quick patch for ksystemstats to use the same cmake variable that is used by libksysguard which owns the xml file in question. This fixes the build when kde is installed in for example /opt/kde5. --- ./src/CMakeLists.txt.orig 2021-09-16 02:40:08.0 -0600 +++ ./src/CMakeLis

[PATCH]: fix kmix PulseAudio glib detection

2011-12-28 Thread Kelly Anderson
Hi, I was getting messages in my .xsession-errors. kmixctrl(2487)/kmix Mixer_PULSE::Mixer_PULSE: Disabling PulseAudio integration for lack of GLib event loop. It turns out on my system the className being used (kde 4.7.4) is "QEventDispatcherGlib" not "QGuiEventDispatcherGlib". I patched t