Skip to content
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

Link linux experimental with X11 #93

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

Edremon
Copy link
Contributor

@Edremon Edremon commented Nov 22, 2024

Fix crash when using experimental, even with overlay disabled, it was throwing undefined symbol: XSetSelectionOwner.

All the following symbols were undefined:

undefined symbol: XSetSelectionOwner	(libsteam_api.so)
undefined symbol: XOpenDisplay	(libsteam_api.so)
undefined symbol: XGetGeometry	(libsteam_api.so)
undefined symbol: XQueryPointer	(libsteam_api.so)
undefined symbol: XPeekEvent	(libsteam_api.so)
undefined symbol: XPutBackEvent	(libsteam_api.so)
undefined symbol: XGetTextProperty	(libsteam_api.so)
undefined symbol: XChangeProperty	(libsteam_api.so)
undefined symbol: XkbKeycodeToKeysym	(libsteam_api.so)
undefined symbol: XFree	(libsteam_api.so)
undefined symbol: XInternAtom	(libsteam_api.so)
undefined symbol: XNextEvent	(libsteam_api.so)
undefined symbol: XGetWindowProperty	(libsteam_api.so)
undefined symbol: XKeysymToKeycode	(libsteam_api.so)
undefined symbol: XQueryKeymap	(libsteam_api.so)
undefined symbol: XSendEvent	(libsteam_api.so)
undefined symbol: XQueryTree	(libsteam_api.so)
undefined symbol: XConvertSelection	(libsteam_api.so)
undefined symbol: XCloseDisplay	(libsteam_api.so)

@Detanup01
Copy link
Owner

Why not add here?

local common_link_linux = {

Also it might need to add the 'libx11-dev' package for it in

- name: "Install required packages"

Maybe IDK but you see the Linux X32 api_exp is not building due not finding i386 file

@Edremon
Copy link
Contributor Author

Edremon commented Nov 22, 2024

Why not add here?

local common_link_linux = {

It's only needed for overlay which is only in experimental.

Also it might need to add the 'libx11-dev' package for it in

- name: "Install required packages"

Maybe IDK but you see the Linux X32 api_exp is not building due not finding i386 file

Yes, builder is missing i386 libs, I assumed for compatibility reason that it was using steam sdk/runtime which include it.

@Edremon Edremon force-pushed the fix/linux-experimental branch from 787663d to 06131b4 Compare November 22, 2024 19:09
@Detanup01 Detanup01 merged commit bec23b2 into Detanup01:dev Nov 22, 2024
62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants