tuberry / light-dict

Lightweight extension for on-the-fly manipulation to primary selections, especially optimized for Dictionary lookups.
GNU General Public License v3.0
34 stars 1 forks source link

以前的dbus 方法用不了了 #13

Closed yueduz closed 3 years ago

yueduz commented 3 years ago
#!/bin/bash
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/LightDict --method org.gnome.Shell.Extensions.LightDict.Swift "" 
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/LightDict --method org.gnome.Shell.Extensions.LightDict.Popup "" 
错误:GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: 没有“Swift”这个方法
错误:GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: 没有“Popup”这个方法
tuberry commented 3 years ago

最近在重构 DBus 接口,请从 GitHub 安装后参考最新的 README 更改。