Re: [Elementary-dev-community] self-contained plug

2012-10-28 Thread Sergio Costas
Sure, but at this moment I just want something that "just works", before
starting to mess with conditional compilation to add or not the granite
libs and more.

El 28/10/12 16:05, Sergey "Shnatsel" Davidoff escribió:
> Creating self-contained plugs are discouraged; optional XEmbed support
> should be implemented in the app instead. System76
> driverand
> activity-log-managerwork
> that way.
> It will be even easier for you to implement because you already use D-bus
> activation which is also used in Switchboard plugs.
>
> 2012/10/28 Cody Garver 
>
>> Use "//" to access an external binary as seen here:
>>
>>
>> http://bazaar.launchpad.net/~elementary-apps/pantheon-plugs/dynamic-gcc-plug/view/head:/plugs/gnome-session-properties.plug
>>
>>
>> On Sat, Oct 27, 2012 at 5:59 PM, Sergio Costas wrote:
>>
>>> Hi all:
>>>
>>> I created a plug that shows cronopete's configuration window from
>>> switchboard. It's just a little bash script that, using D-Bus, sends a
>>> signal to cronopete to show that window.
>>>
>>> It works, but unfortunately the switchboard window shows an "in
>>> progress" icon instead of remaining in the icon list. Instead, I wanted
>>> something like the language support. How can I make switchboard to
>>> launch an external program and keep it in the icon list?
>>>
>>> Thanks.
>>>
>>> --
>>> Nos leemos
>>>  RASTER(Linux user #228804)
>>> ras...@rastersoft.com  http://www.rastersoft.com
>>>
>>>
>>> --
>>> Mailing list: https://launchpad.net/~elementary-dev-community
>>> Post to : elementary-dev-community@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>
>>
>> --
>> Cody Garver
>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>


-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] self-contained plug

2012-10-28 Thread Sergey "Shnatsel" Davidoff
Creating self-contained plugs are discouraged; optional XEmbed support
should be implemented in the app instead. System76
driverand
activity-log-managerwork
that way.
It will be even easier for you to implement because you already use D-bus
activation which is also used in Switchboard plugs.

2012/10/28 Cody Garver 

> Use "//" to access an external binary as seen here:
>
>
> http://bazaar.launchpad.net/~elementary-apps/pantheon-plugs/dynamic-gcc-plug/view/head:/plugs/gnome-session-properties.plug
>
>
> On Sat, Oct 27, 2012 at 5:59 PM, Sergio Costas wrote:
>
>> Hi all:
>>
>> I created a plug that shows cronopete's configuration window from
>> switchboard. It's just a little bash script that, using D-Bus, sends a
>> signal to cronopete to show that window.
>>
>> It works, but unfortunately the switchboard window shows an "in
>> progress" icon instead of remaining in the icon list. Instead, I wanted
>> something like the language support. How can I make switchboard to
>> launch an external program and keep it in the icon list?
>>
>> Thanks.
>>
>> --
>> Nos leemos
>>  RASTER(Linux user #228804)
>> ras...@rastersoft.com  http://www.rastersoft.com
>>
>>
>> --
>> Mailing list: https://launchpad.net/~elementary-dev-community
>> Post to : elementary-dev-community@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~elementary-dev-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> Cody Garver
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Sergey "Shnatsel" Davidoff
OS architect @ elementary
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] self-contained plug

2012-10-27 Thread Cody Garver
Use "//" to access an external binary as seen here:

http://bazaar.launchpad.net/~elementary-apps/pantheon-plugs/dynamic-gcc-plug/view/head:/plugs/gnome-session-properties.plug

On Sat, Oct 27, 2012 at 5:59 PM, Sergio Costas  wrote:

> Hi all:
>
> I created a plug that shows cronopete's configuration window from
> switchboard. It's just a little bash script that, using D-Bus, sends a
> signal to cronopete to show that window.
>
> It works, but unfortunately the switchboard window shows an "in
> progress" icon instead of remaining in the icon list. Instead, I wanted
> something like the language support. How can I make switchboard to
> launch an external program and keep it in the icon list?
>
> Thanks.
>
> --
> Nos leemos
>  RASTER(Linux user #228804)
> ras...@rastersoft.com  http://www.rastersoft.com
>
>
> --
> Mailing list: https://launchpad.net/~elementary-dev-community
> Post to : elementary-dev-community@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~elementary-dev-community
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Cody Garver
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] self-contained plug

2012-10-27 Thread Sergio Costas
Hi all:

I created a plug that shows cronopete's configuration window from
switchboard. It's just a little bash script that, using D-Bus, sends a
signal to cronopete to show that window.

It works, but unfortunately the switchboard window shows an "in
progress" icon instead of remaining in the icon list. Instead, I wanted
something like the language support. How can I make switchboard to
launch an external program and keep it in the icon list?

Thanks.

-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com


-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp