unity-dev team mailing list archive
-
unity-dev team
-
Mailing list archive
-
Message #00037
Re: [Ayatana-dev] Controlling the order of indicators
- To: Ted Gould <ted@xxxxxxxxxx>
- Subject: Re: [Ayatana-dev] Controlling the order of indicators
- From: Ramón Rocha <ra.rocha.jr@xxxxxxxxx>
- Date: Mon, 18 Oct 2010 09:25:59 -0500
- Cc: Ayatana Dev <ayatana-dev@xxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Fm3d3MsNKhdCGMYsIg02WxoETYxOiFGUo3qAX0v/+kc=; b=tJLFvON3V2mDPzYMNfyLVygulKg7AR+flDAwlpHDmOQFgqD65W/MUtCNXwfoyo9gk0 4VL7QpJAFQMMKFZJuuG9e976Z+YiJX7BAAGnh2dhMjHKBYH+mcBSIhzH3YaMCddblCYr 5HXUjITq69j76tib7Wu7yLhyopX4bKYsrZgZw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fdqQi0X0Xmz/HWDynKaMzUWMz1KNv2eSJRXeyQQHmqW5ZLcxidAQz3cuzxxGoHrH0B NOsy0FgSUyhvvdG1jPVo1IlegtK8qx4eIRG59qaoDcGmaEMH047q8s2YHo90OwRuWx9P fku4bLaTXbsukkNdK4i4R5U6MTrj9oVhY0QrE=
- In-reply-to: <1287411801.4478.47.camel@vee>
- List-archive: <http://lists.launchpad.net/ayatana-dev>
- List-help: <https://help.launchpad.net/ListHelp>
- List-id: <ayatana-dev.lists.launchpad.net>
- List-owner: <https://launchpad.net/~ayatana-dev>
- List-post: <mailto:ayatana-dev@lists.launchpad.net>
- List-subscribe: <https://launchpad.net/~ayatana-dev>
- List-unsubscribe: <https://launchpad.net/~ayatana-dev>
- References: <AANLkTimtKt15R3DPn5boMsvXfTg_PeJ5=Q1EeFyRbrFp@mail.gmail.com> <1287177584.4719.19.camel@vee> <AANLkTi=1HmEZ_xtTQJ+A0vcjAPV2e9c8OvnL0P3-X5CO@mail.gmail.com> <1287179589.4719.22.camel@vee> <AANLkTinCAJpcMHmg0_7Kpb7q7p99rto+yxnTYEWitkDH@mail.gmail.com> <1287411801.4478.47.camel@vee>
2010/10/18 Ted Gould <ted@xxxxxxxxxx>:
> On Fri, 2010-10-15 at 17:27 -0500, Ramón Rocha wrote:
>> 2010/10/15 Ted Gould <ted@xxxxxxxxxx>:
>> > On Fri, 2010-10-15 at 16:40 -0500, Ramón Rocha wrote:
>> >> 2010/10/15 Ted Gould <ted@xxxxxxxxxx>:
>> >> > We allow the application indicators to move themselves within the
>> >> > application indicator area, but we don't allow them to move themselves
>> >> > into the system indicator area. So if you had this:
>> >> >
>> >> > [yours gtg tomboy] sound messaging
>> >> >
>> >> > You could change it to:
>> >> >
>> >> > [gtg tomboy yours] sound messaging
>> >> >
>> >> > But you won't be able to move your indicator outside of the brackets.
>> >> >
>> >> > --Ted
>> >>
>> >> Okay, that makes sense from a consistency perspective for ayatana.
>> >> I'm just looking for a quick way to hack the following...
>> >>
>> >> [other panel applets] [sound messaging] [mine] [clock] [session indicators]
>> >>
>> >> I was hoping there was an easy way to do it with app indicators but it
>> >> sounds like I need to create a full blown panel applet. If you are
>> >> curious my indicator just displays the current time in UTC format,
>> >> hence why I want it next to the clock.
>> >>
>> >> Thanks for the quick response.
>> >>
>> >> -Ramón
>> >>
>> >> P.S. Actually would it be possible to add an indicator into the
>> >> session applet? I realize it's not appropriate to add a UTC clock in
>> >> there but I'm just looking for a quick and dirty implementation that
>> >> will have nice and clean visual results.
>> >
>> > If you install indicator-applet-complete and indicator-datetime you'll
>> > get a clock along with everything grouped on your panel. The type of
>> > time it displays will be dependent on your locale, but you can adjust
>> > it.
>> >
>> >
>> > http://www.omgubuntu.co.uk/2010/09/enable-date-day-seconds-on-indicator-datetime/
>> >
>> > --Ted
>> >
>>
>> Yeah, I tried that but I want two clocks on the panel. One in my
>> local time and the other in UTC and I want them next to each other. I
>> also want the volume/messaging indicator to the left of the clocks and
>> the session indicators to the right. This would look nicer.
>>
>> Screenshot of what I have now:
>> http://lh5.ggpht.com/_7g8pojmHbyk/TLaA_1p_5kI/AAAAAAAABi0/CW3-uiXoc0Q/s800/utc_indicator_screenshot.png
>>
>> So there is no way to add an indicator into the session applet?
>
> No, not really. If you want to edit the code it is here for the list:
>
>
> http://bazaar.launchpad.net/~indicator-applet-developers/indicator-applet/applet/annotate/head:/src/applet-main.c#L31
>
> And here for the interpretation of the list:
>
>
> http://bazaar.launchpad.net/~indicator-applet-developers/indicator-applet/applet/annotate/head:/src/applet-main.c#L810
>
> --Ted
>
>
>
>
Thanks, Ted. I'll give it a shot.
-Ramón
Follow ups
References