uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Fix New Project Wizard #1040

Closed fdodino closed 8 years ago

fdodino commented 8 years ago

In development mode background title of New Project Wizard is white, and appears ok: image

But final product background title is transparent, or gray, so it appears like this: image

It happens at least in Linux

fdodino commented 8 years ago

I guessed it was GTK+ configuration in wollok.ini, adding these lines solved my problem:

--launcher.GTK_version
2

@javierfernandes Do you know how to add them programmatically while generating Linux product?

npasserini commented 8 years ago

I would also change the title, why WollokDsl and not wollok?

2016-11-08 23:23 GMT+01:00 Fernando Dodino notifications@github.com:

I guessed it was GTK+ configuration in wollok.ini, adding these lines solved my problem:

--launcher.GTK_version 2

@javierfernandes https://github.com/javierfernandes Do you know how to add them programmatically while generating Linux product?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uqbar-project/wollok/issues/1040#issuecomment-259278570, or mute the thread https://github.com/notifications/unsubscribe-auth/AEa1OaYfCgKx3Q7AX1GmnPehyixoXb4Pks5q8PZigaJpZM4Ks86A .

javierfernandes commented 8 years ago

Not sure, but it should be close to the "product" xml file.

There is a way from the "visual editor" to define custom "config.ini' files. http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fproduct_editor%2Fconfiguration.htm

But I'm not sure if config.ini is the same as eclipse.ini. I think that it is not. And that "eclipse.ini" is what they call "launcher params"

Here this guy sets some lancheroptions in the product xml

http://stackoverflow.com/questions/9357551/eclipse-rcp-product-custom-config-ini

-nl it -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts

Could it be a light ?

On Wed, Nov 9, 2016 at 6:38 PM, Nico Passerini notifications@github.com wrote:

I would also change the title, why WollokDsl and not wollok?

2016-11-08 23:23 GMT+01:00 Fernando Dodino notifications@github.com:

I guessed it was GTK+ configuration in wollok.ini, adding these lines solved my problem:

--launcher.GTK_version 2

@javierfernandes https://github.com/javierfernandes Do you know how to add them programmatically while generating Linux product?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uqbar-project/wollok/issues/1040# issuecomment-259278570, or mute the thread https://github.com/notifications/unsubscribe-auth/ AEa1OaYfCgKx3Q7AX1GmnPehyixoXb4Pks5q8PZigaJpZM4Ks86A .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/uqbar-project/wollok/issues/1040#issuecomment-259533782, or mute the thread https://github.com/notifications/unsubscribe-auth/AEORWE_5HDlR4kTe_PaUgCclv4BLkVhqks5q8j05gaJpZM4Ks86A .

fdodino commented 8 years ago

Nice! Thanks, I'll check this next week

fdodino commented 8 years ago

You are a "great" (groso) :smile:

Added launcher args in updatesite project,

image

and it worked. This solves Ubuntu launching problem.

fdodino commented 8 years ago

Changed "New WollokDSL project" to "New Wollok project" also