Linked by Thom Holwerda on Tue 18th Oct 2005 11:44 UTC
Linux Adobe, IBM, Intel, Hewlett-Packard, Novell, RealNetworks and Red Hat are all backing the new Linux standards effort led by the Free Standards Group. The nonprofit organisation plans to marshal their resources to form standards for key components of Linux desktop software, including libraries, application runtime and install time. The group said Monday that it will encourage software developers to use its guidelines when building programs for Linux as part of its Linux Standard Base project.
Thread beginning with comment 47019
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: Qt in the LSB
by Manuma on Tue 18th Oct 2005 17:45 UTC in reply to "RE[6]: Qt in the LSB"
Manuma
Member since:
2005-07-28

Not at all, but how can these to projects interact w/o forcing you to use a GPL compatible license?

Is there a way?

Reply Parent Score: 1

RE[8]: Qt in the LSB
by anda_skoa on Tue 18th Oct 2005 17:51 in reply to "RE[7]: Qt in the LSB"
anda_skoa Member since:
2005-07-07

but how can these to projects interact

Interaction between applications usually envolves either working on the same data (e.g. files) or communicating using some kind of IPC (inter process communication)

Both are usually not bound to a fixed implementation.

For example two applications communicating by D-BUS could use different implementations of the D-BUS stack.

Reply Parent Score: 1

RE[9]: Qt in the LSB
by amadeo on Tue 18th Oct 2005 17:53 in reply to "RE[8]: Qt in the LSB"
amadeo Member since:
2005-07-06

Both are usually not bound to a fixed implementation.

In other words: you can use any toolkit you want, Qt, GTK, Java, whatever.

Reply Parent Score: 1

RE[9]: Qt in the LSB
by Manuma on Tue 18th Oct 2005 17:59 in reply to "RE[8]: Qt in the LSB"
Manuma Member since:
2005-07-28

But you don't explaing how a GTK+ based project with an LGPL license can interact with GPL Qt librearies, is there a way? if don't, I don't see much the reason fo LSB to exists it won't change anything.

Reply Parent Score: 1