[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Creating / updating an icon is Xorg's System Tray.
- From: Rob Kendrick <rjek@...>
- Date: Wed, 4 Jul 2012 10:19:21 +0100
On Wed, Jul 04, 2012 at 02:12:53AM -0700, Laurent FAILLIE wrote:
>
> How a pure LUA process can create and then update an icon in Linux desktop's system tray ?
You can't. Lua's written in ANSI C, and ANSI C does not have any
considerations for X. You will almost certainly need to use a native
graphical toolkit library. I suspect lgi can do this.
(Also, please note that Lua is not an acronym :)
B.