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

linux: no longer opens under wayland #191

Open
corvid3 opened this issue Aug 1, 2024 · 2 comments
Open

linux: no longer opens under wayland #191

corvid3 opened this issue Aug 1, 2024 · 2 comments

Comments

@corvid3
Copy link

corvid3 commented Aug 1, 2024

Main_OpenWindow:main.cc has some x11 specific code; specifically it seems the lines that set up the window icon at around line 690 causes a segfault if not using x11 (i.e. fl_display == nullptr).
i've edited those lines to not run when fl_display is null, and it starts right up. works as well as ever.

@ioan-chera
Copy link
Owner

Hmm, odd, what system are you using? I'm on Ubuntu 24.04 LTS with Wayland.

Could it be that you need to install X11 components to be able to run it? I'll try at least to make that part of the code safe.

@corvid3
Copy link
Author

corvid3 commented Aug 2, 2024

i'm running a relatively recently updated gentoo (6.6.38) w/ sway. i have both the wayland & X11 ecosystems installed. using i3 (x11), eureka launches w/ my bodge patch removed. i'll check some USE flags & run another system upgrade and see if that changes anything.

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

No branches or pull requests

2 participants