Hi, I've made the following change in /etc/init.d/keytouch-acpid to get a proper order of the start/stop scripts:
--- /etc/init.d/keytouch-acpid +++ /etc/init.d/keytouch-acpid @@ -25,7 +25,7 @@ # ### BEGIN INIT INFO # Provides: keytouch-acpid -# Required-Start: $syslog $keytouch-init +# Required-Start: $syslog keytouch-init # Required-Stop: $syslog # Default-Start: 3 5 # Default-Stop: 0 1 2 6 I've also created a KMix4 plugin based on the existing one at http://keytouch.sourceforge.net/plugin-kmix.php The original plugin works for kde3 only (dcop), KMix4 works for kde4 only (dbus). It's only a hack and maybe it should be solved better with an automagically detection of kde3/kde4 ... I will send the KMix4 plugin to the developer of the keyTouch project, Marvin Raaijmakers. Let me know if you are interested to include the KMix4 plugin in the keyTouch package. Ciao, Paolo Pantò
_______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
