What is the name of the indicator applet?

Asked by Vitaly Korolev

I'd like to move the applet in Unity indicator panel as described at http://www.webupd8.org/2011/06/how-to-change-application-indicators.html but I need to know the name of the indicator. I tried using alarm-clock-applet and alarm-clock with no success. Does it have a different name or it's just not moveable?
Thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
Alarm Clock Applet Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Johannes H. Jensen (joh) said :
#1

Hi, it should be "alarm-clock". From this comment in your linked post: http://www.webupd8.org/2011/06/how-to-change-application-indicators.html#comment-219135532

$ 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"

Should give a list of currently running indicators. On my system, it returned this line:

         object path "/org/ayatana/NotificationItem/alarm_clock/Menu"

(replace underscores with dashes to get the name)

Can you help with this problem?

Provide an answer of your own, or ask Vitaly Korolev for more information if necessary.

To post a message you must log in.