3

I am running a javaFx application. When I click on some buttons it show the following error:

Can't create transparent stage, because your screen doesn't support alpha channel. You need to enable XComposite extension.

I am not able to find the problem. I almost spent an hour but still no output. Please help.

Thanks on advance!

1

1 Answer 1

3

It's a known issue for Linux systems without XComposite extension installed: https://javafx-jira.kenai.com/browse/RT-19700

Unfortunately you need to install XCompoiste extension to work with JavaFX applications using transparency.

Sign up to request clarification or add additional context in comments.

2 Comments

Hi Sergey, how could I install XComposite extension? Actually I don't know much about Linux OS.
xcompmgr might support this. For Ubuntu, this is at packages.ubuntu.com/trusty/xcompmgr

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.