Replies: 10 comments 46 replies
-
Yes. It was tested under macOS without D-Bus (Thanks to @shlyakpavel), and it shouldn't be different under NetBSD: If D-Bus exists, FeatherPad will have a single process; otherwise, each FeatherPad window will have its own process — nothing essential will be lost.
You probably mean a runtime dependency. It isn't necessary (for the above-mentioned reason) but possible. |
Beta Was this translation helpful? Give feedback.
-
@tsujan keep-up the good work, thanks! |
Beta Was this translation helpful? Give feedback.
-
@tsujan Out-of-topic here but, I thought I'd ask. Would you mind having a look at https://www.unitedbsd.com/d/888-qt-applications-cant-open-files-which-have-special-characters-in-their-name and linked question https://www.unitedbsd.com/d/606-keyboard-dead-keys-dont-work-in-qt-applications Anyway to get featherpad to recognize special characters when used standalone? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Btw, I've quoted your answers here on the forum. I have a feeling I need to dig deep to find out why, if I manage to find it 😞 |
Beta Was this translation helpful? Give feedback.
-
Yes, it happens with all Qt apps, OP mentioned the same issue with strawberry, and your (2) is what I suspect. I did ask another NetBSD dev on that thread but, got nothing back. Quoting myself,
I'll go through the Qt packages to see if I find something obvious in the compile options. |
Beta Was this translation helpful? Give feedback.
-
@tsujan OP on the thread came back with the following observation,
Indeed, it's true 😕
If I add the So, now I'm going with your option (3)
But, this will make it harder to find the cause for it 😞 EDIT: I'm only getting more confused, see the new posts on the thread, https://www.unitedbsd.com/d/888-qt-applications-cant-open-files-which-have-special-characters-in-their-name/11 |
Beta Was this translation helpful? Give feedback.
-
A very wild guess. Please ignore it if you feel it's misleading; I don't want to create more confusion, especially when I don't know anything about BSD. In Linux, all file names are in UTF-8. Maybe, in BSD, they aren't. Maybe, when you name a file as "caffè" in BSD, it isn't in UTF-8 (unless you somehow tell BSD to make it so). pcmanfm-qt and LXQt file dialog can deal with non-UTF-8 file names because they use |
Beta Was this translation helpful? Give feedback.
-
@tsujan Sometimes it takes longer than it should and in the meantime FeatherPad is Qt6 based but, @rajeevvp has found the issue, It turns out there's a path missing in our |
Beta Was this translation helpful? Give feedback.
-
It's fixed now. As for Wayland, we have a very long way to go. There are simply too many Linux only things that need to be addressed. |
Beta Was this translation helpful? Give feedback.
-
Nothing based on |
Beta Was this translation helpful? Give feedback.
-
Hi,
NetBSD package maintainer here and long time (3 years)
featherpad
user.As I understand from the ChangeLog, the application now uses
dbus
but, does not actually require it to function.So, I'm guessing it will detect it's presence and use it when available. Will this always be the case or, should I consider making it a requirement at build time already now?
Thanks for any hints.
Beta Was this translation helpful? Give feedback.
All reactions