Re: GTK3 parallel installable apps



On 2010-10-06 13:47, Matthias Clasen wrote:
> On Wed, Oct 6, 2010 at 2:27 PM, Stef Walter <stefw gnome org> wrote:
>>
>>
>>  a) Any version of the app compiled against GTK 2.0 can be installed
>>    in parallel with the one built for GTK 3.0.
>>
>>  b) The same version of the app compiled against GTK 2.0 can be
>>    installed in parallel with the one built for GTK 3.0.
> 
> Neither of those is a very desirable goal. You only need one version
> of the application. If it links against gtk2, it will work ok. If it
> has been ported to GTK3, thats cool. Making apps parallel installable
> is just not useful. For widely used libraries, things are a little
> different, and it is valuable to provide parallel-installable versions
> linked against gtk2/gtk3.

Thanks, that helps. We do install some old libraries, but they'll be
going away soon.

However I have the same question about libraries. What are we going for?

 a) Any version of the library compiled against GTK 2.0 can be installed
    in parallel with the one built for GTK 3.0.

 b) The same version of the library compiled against GTK 2.0 can be
    installed in parallel with the one built for GTK 3.0.

This is relevant to gettext domains, UI builder files, and all the other
things I mentioned earlier.

Cheers,

Stef


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]