-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stand alone window looses context menu #2689
Comments
OK, I didn't see this. I don't have a RHEL8 machine available at the moment, but I can ask to see if I can get one. |
I have just built the DLS product of CS-Studio on RHEL8. Standalone windows seem to be working fine: the view shows all the windows and the context menu is working. |
Note: I am running it on the RHEL8 machine but via SSH. It's possible that this has some effect but I don't think it would relate to those queries. |
I think that means you're using your local X window manager to handle windows, menus, popups, ... |
@shroffk could try his version from a RHEL7 machine via SSH and see if he sees the same problems. |
Still, a local VM with RHEL8 is much closer. |
I tried with x11 forwarding and the same error persists. I think the issue might be with gtk3/swt. https://sourceforge.net/projects/cs-studio/files/nsls2-release/ If you can recreate the problem then we can compare and see what is possibly different... If you send me a link to your product I can try that too in the same environment. |
I have seen the following which leads me to believe it is a SWT/GTK3 issue
|
I see the same problems as you when I launch your build. |
Ok, I guess that is good in away.. I guess the next step would be to try to figure out the differences in the swt and other graphical libraries |
This line does not look right: https://github.com/cs-studio-nsls2/org.csstudio.nsls2.product/blob/master/repository/css-nsls2.product#L14 You still seem to be trying to use GTK2. |
Ya, but the product ignores this
I think I tried changing this to 3 in a local test setup and it did not change anything |
Our feature includes more plugins than yours: https://github.com/dls-controls/org.csstudio.dls.product/blob/master/features/org.csstudio.dls.product.feature/feature.xml If I remove |
with the upgrade to RHEL8 the use of standalone windows has some issues.
the standalone window view does not populate correctly and all but the very first standalone window opened do not have a context menu.
The text was updated successfully, but these errors were encountered: