-
Notifications
You must be signed in to change notification settings - Fork 176
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
Qt6 Flatpak version but pure version too: keyboard input doesn't work #5739
Comments
I know that Flatpak version can 'eat' key input. But DEB or XZ packages work ok for everybody, AFAIK. Try DEB packages for Qt5 and Gtk2. |
That is true, deb works. I changed my report. |
Can't reproduce, editing a file with the flatpak version works for me, keyboard input works. I'd need more info about the exact situation or environment. |
I noticed the same issue on Linux Mint 21 Cinnamon with CudaText 1.218.2.0 installed via Flatpak 1.12.7. Exact situation is :
In comparison:
Thanks for checking that issue and let us know if you need additional information. |
sorry for late reply...
it means that libQt5Pas is not installed.
it means that libQt5Pas installed but too old version w/o that function support. |
Thanks for your reply.
|
I posted the 'complain' to the Lazarus forum about Qt6. |
For reference I just now tried this with flatpak ID Branch Op Remote Download
1. [✓] org.freedesktop.Platform.GL.default 24.08 u flathub 960.0 kB / 156.3 MB
2. [✓] org.freedesktop.Platform.GL.default 24.08extra u flathub 960.1 kB / 156.3 MB
3. [✓] org.freedesktop.Platform.VAAPI.Intel 24.08 u flathub 4.3 kB / 14.7 MB
4. [✓] org.kde.Platform.Locale 6.8 i flathub 18.6 kB / 400.5 MB
5. [✓] org.kde.Platform 6.8 i flathub 192.9 MB / 370.8 MB
6. [✓] io.github.cudatext.CudaText-Qt stable i flathub It had to pull in KDE? Which is odd... On the platforms where this is not working, are they Wayland or X11? I've not tried Wayland. |
Linux Mint 21 Cinnamon uses X11.
Flatpak-version of Cudatext uses KDE platform for me too. I guess it is just the base the packager has worked from. How does that sound odd to you? |
Well, outside of flatpak it does not rely on KDE. Yeah, Qt6Pas does require Qt6, but certainly not KDE.
CudaTEXT is less than 24MB, but it is odd that it needs a 1GB dependency just for Qt6, as 1GB is larger than an entire Linux OS install that could easily include CudaTEXT and support running it. |
Well that is out of topic of the current one, but to what I understand it is meant that way, and yes, that's one of the disadvantages of Flatpak over distribution-specific releases. Flatpak aims at being cross-platform by actually shipping the whole interface block (e.g. KDE, GNOME,...) with the app, which is not optimal in terms of disk use (or even attack surface). Note however that if you use several Flatpak packages that are set to use the same "runtime", the latter is supposed to be installed only once and shared among the various packages (provided it is the same runtime of the exact same version).
https://docs.flatpak.org/en/latest/basic-concepts.html#runtimes More generally on Flatpak package architecture:
https://docs.flatpak.org/en/latest/introduction.html If you are not happy with that, you might want to consider the |
CudaText 1.218.0.2 under Linux Mint 22 Cinnamon, Flatpak installation
When opening a text file with CudaText, keyboard inputs are not detected, text cannot be edited or deleted. Navigating the menu with keyboard shortcuts (e.g. Alt+F) works.
The text was updated successfully, but these errors were encountered: