如何对指标进行排序

aaa*_*aaa 8 indicator unity

我在 Ubuntu 12.04 上,我想知道是否有任何方法可以对这样的指标进行排序(图片):

ubuntu 的指标

底部栏是默认栏,上部栏是我想对它们进行排序的方式。

 dbus-send --type=method_call --print-reply --dest=com.canonical.indicator.application /com/canonical/indicator/application/service com.canonical.indicator.application.service.GetApplications | grep "object path"
Run Code Online (Sandbox Code Playgroud)

返回这个:

object path "/org/ayatana/NotificationItem/lang_indicator/Menu"
object path "/org/ayatana/NotificationItem/My_Weather_Indicator/Menu"
object path "/org/ayatana/NotificationItem/transmission/Menu"
object path "/org/ayatana/NotificationItem/bluetooth_manager/Menu"
object path "/org/ayatana/NotificationItem/indicator_sysmonitor/Menu"
object path "/org/ayatana/NotificationItem/nm_applet/Menu"
Run Code Online (Sandbox Code Playgroud)

我必须如何编辑“~/.local/share/indicators/application/ordering-override.keyfile”才能做到这一点?