eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

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

Open AJenbo opened 1 month ago

AJenbo commented 1 month ago

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 commented 1 month ago

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

AJenbo commented 1 month ago

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.