<AWT Dev> TrayIcon not working with LXDE on Raspberry Pi

Simon Nash simon at cjnash.com
Fri Mar 10 11:11:05 UTC 2017


On 07/03/2017 16:07, Simon Nash wrote:
> On 07/03/2017 12:57, Sergey Bylokhov wrote:
>> Hi, Simon.
>> I don't remember such issues, please file a bug. Also please provide 
>> steps to reproduce. If it will be possible I suggest to check some 
>> additional options:
>> -Dsun.java2d.xrender=true
>> -Dsun.java2d.xrender=false
>> -Dsun.java2d.opengl=true
>> -Dsun.java2d.opengl=false
>>
> I have tried all these.  The following work:
> 
> -Dsun.java2d.xrender=false
> -Dsun.java2d.opengl=true
> 
> and the following don't work:
> 
> -Dsun.java2d.xrender=true
> -Dsun.java2d.opengl=false
> 
> For steps to reproduce, it is necessary to have a test application that 
> creates
> a tray icon with a menu.  I can put this together but it will take a day 
> or two.
> 
The test case is done now.  Before filing the bug, I retested on the latest
version of Raspbian (released on 2017-03-02) and the problem does not occur.
The problem occurs with an older version of Raspbian from 2006-03-18 that
I was using previously.  Because of this, I am not sure if there is still
any need to file the bug and my test case but I would be happy to do this
if it might assist other users.

Simon

> Simon
> 
>>> The TrayIcon display of messages, hover text and pop-up menus appeara 
>>> to be
>>> broken when running JDK9 EA build 159 on Raspbian LXDE.  In all 
>>> cases, the
>>> background is drawn but there is no foreground text.  Selecting the 
>>> invisible
>>> text of a menu item works as expected.  Is this a known issue or 
>>> should I
>>> create a bug report?
>>>
>>> Simon Nash
>>
>>
> 
> 



More information about the awt-dev mailing list