在哪里可以找到有关 Nautilus D-Bus 接口的信息
我计划开发一个与 Nautilus 交互的命令行应用程序,但我找不到 Nautilus 公开的 D-Bus 接口的参考。
I am planning to develop a command line application that interact with Nautilus, but I cannot find a reference for the D-Bus interface that Nautilus exposes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前,nautilus 实现的唯一 DBUS 接口是:
http:// /www.freedesktop.org/wiki/Specifications/file-manager-interface/
For the time being, the only DBUS interface that nautilus implements is this:
http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
虽然我也没有找到任何关于这方面的文档,但至少你可以使用像 d-feet 这样的东西来找出什么接口/方法/等等。鹦鹉螺有。
(而且我觉得有用的功能也不是很多~~)
Although I haven't found any doc on this either, at least you can use sth like d-feet to find out what interface/method/etc. nautilus has.
(and I don't think there are a lot of useful functions~~)