替换 OS X Leopard 系统配置中的 kicker.bundle
我正在尝试寻找在 OS X pre 10.5 (Leopard) 的 /System/Library/SystemConfiguration 中找到的 kicker.bundle 的替代品。 我似乎找不到关于此事的任何官方文件。 有谁知道替代品是什么吗?
谢谢, k.
I'm trying to find the replacement for kicker.bundle that was found in /System/Library/SystemConfiguration in OS X pre 10.5 (Leopard). I can't seem to find any sort of official documentation on the matter. Does anyone know what the replacement is?
Thanks,
k.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一组系统管理员创建了“crankd”作为 kicker.xml 的替代品。 您可以在以下位置找到它作为 PyMacAdmin 的一部分:
http://code.google.com/p/pymacadmin /
Crankd 可以“执行 Python 代码或 shell 脚本来响应许多系统事件:网络变化、文件系统活动、应用程序启动等。”
A group of system administrators created “crankd” as an alternative to kicker.xml. You can find it as part of PyMacAdmin at:
http://code.google.com/p/pymacadmin/
Crankd can “execute Python code or a shell script in response to many system events: network changes, filesystem activity, application launching, etc.”
我花了相当多的时间寻找解决方案。 似乎没有直接替换 kicker.bundle 和 kicker.xml 来帮助在发生网络更改时启动脚本。 也就是说,我找到了另一个可能可以解决问题的解决方案:
http://tech.inhelsinki.nl/locationchanger /
k.
I've spent a fair amount of time looking for a solution. Doesn't seem like there is a direct replacement for kicker.bundle and kicker.xml to help launch a script when a network change occurs. That said I have found another solution that will probably do the trick:
http://tech.inhelsinki.nl/locationchanger/
k.
configd 的 Apple 源代码包含一个 kicker 插件,我尝试编译它,但它加载时出现某种循环引用错误。 也许一些聪明的程序员可以解决这个问题。
The Apple source code to configd contains a kicker plugin, I tried to compile it but it loads with some kind of circular reference error. Maybe some slick programmer could figure it out.