Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Disabling GTK3 in a product

Right, like the LIBOVERLAY_SCROLLBAR variable. I think it would be
useful to pass arbitrary environment variables to the launcher. In fact,
I found this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=215689

I think we might use a startup script for now, it sounds like the
easiest thing to do in the short term. I'll do my best to help the GTK3
effort by reporting and fixing bugs ahead of Luna and hopefully we don't
need the script by then.

Thank you for your help,
Marc-Andre

On 14-05-08 03:27 PM, Aleksandar Kurtakov wrote:
> Well, on second thought if you build and ship your own product rebuild and you're really sure you can live with degraded/crappy Browser experience - patch and rebuild launcher to enforce it setting SWT_GTK3 to 0.
>
> Alexander Kurtakov
> Red Hat Eclipse team
>
> ----- Original Message -----
>> From: "Marc-André Laperle" <marc-andre.laperle@xxxxxxxxxxxx>
>> To: platform-swt-dev@xxxxxxxxxxx
>> Sent: Thursday, May 8, 2014 8:29:54 PM
>> Subject: [platform-swt-dev] Disabling GTK3 in a product
>>
>> Hello,
>>
>> We would like to build a product with Luna but force it to disable GTK3
>> support. I'm aware of the SWT_GTK3 environment variable but I haven't
>> found a way to specify this in the .product. Is there a way to do
>> something like this?
>>
>> Thank you,
>> Marc-Andre
>> _______________________________________________
>> platform-swt-dev mailing list
>> platform-swt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top