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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
For the time being, the only DBUS interface that nautilus implements is this:
http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
回答2:
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~~)