@carlschwan I get a coredump for some reason when I try to run the latest built commit. I may need to clear my $HOME config and start again
@carlschwan I'm building the latest push and I'll see if I can get to make something out of gdb ^^'
@carlschwan also, this is the qt5-declaratives version I'm using
❯ pacman -Qo /usr/lib/libQt5Qml.so.5
/usr/lib/libQt5Qml.so.5 is owned by qt5-declarative 5.15.3+kde+r20-1
@brunomiguel Oh fun, it's in the QML runtime 😅 I will try to see if I can reproduce this issue locally :(
@carlschwan awesome! Thanks! ❤️
@carlschwan btw, how is the text size set? I find it very small compared to dolphin, for example. Is it reading Plasma's small text size?
@carlschwan sorry, my bad (and my poor vision), it's on the same size as Plasma's default size I've set. Could you consider allowing to increase the text size in the app?
@brunomiguel It's a bit tricky to implement as it means either implementing this in the theme as a per-application config or overwriting every label in the app to be scaled separately. I need to look into it at some point, this is also a popular request for @neochat
@carlschwan @neochat that would be great!! I assume it would be easier to do it in the theme, as it might be more future-proof (talking, of course, without any experience in Qml ^^')
@carlschwan also, increasing the line height a bit would improve readability, imho
@carlschwan here it is https://pastebin.com/3ixUyx6c
All I did was open gbd pointing to the executable, run "run" and then "backtrace". I have no prior gdb experience, so I apologize in advance if this is not enough