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

[Bug]: Copy paste partially broken under Wayland #3378

Open
AJenbo opened this issue May 31, 2024 · 3 comments
Open

[Bug]: Copy paste partially broken under Wayland #3378

AJenbo opened this issue May 31, 2024 · 3 comments
Assignees

Comments

@AJenbo
Copy link
Collaborator

AJenbo commented May 31, 2024

What happened?

Copy-paste from CodeLite to Geany is broken.
Copy-paste from Git Cola to CodeLite is broken.

Version

Other

Operating system

Linux

Steps to reproduce

Install git-cola and geany on Ubuntu 24.04, login under Wayland (default). Try to copy to and from the 2 applications and CodeLite.

Relevant log output

No response

@eranif
Copy link
Owner

eranif commented May 31, 2024

Usually, these kind of problems indicate problem with underlying wxWidgets library. Does it work with wxWidgets stc sample?

@AJenbo
Copy link
Collaborator Author

AJenbo commented May 31, 2024

Uh, could you point me in a direction on how to test that?

I biuld 17.10 from src and it has the same issue.

@yunkot
Copy link

yunkot commented Oct 19, 2024

Uh, could you point me in a direction on how to test that?

Download wxWidgets sources from Releases page (make sure to download ZIP version as other packages sometimes have missing third-party dependencies), then build it according this page. After it gets build, do "make samples" in the same directory, then try running "stc" sample as suggested.

I myself am unable to test this on Wayland as Gnome both on Arch and Ubuntu 24.04 is very unreliable - a minor change to the system and it doesn't start at all; after 10+ years of using Gnome, I had to migrate to Xfce. But before, I found multiple problems on Wayland when using CodeLite, including periodic random crashes (of the entire Wayland session, not CodeLite), but I think most of these are related to how wxWidgets interacts with Wayland.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants