https://bugs.kde.org/show_bug.cgi?id=504812
Tobias Leupold <t...@stonemx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t...@stonemx.de --- Comment #3 from Tobias Leupold <t...@stonemx.de> --- Those are simply because you didn't save the annotation dialog layout yet, and we check if there's a legacy layout file: > kphotoalbum.AnnotationDialog: No annotation dialog layout data found. > Checking for a KPA 5 layout.dat file ... > kphotoalbum.AnnotationDialog: Could not find a KPA 5 layout.dat file So nothing to worry about here, this is intended behavior. This here: > Ignoring to load the following file since it doesn't look like a valid Marble > plugin: "/usr/lib/marble/plugins/AprsPlugin.so" > Reason: "Kan bibliotheek /usr/lib/marble/plugins/AprsPlugin.so niet laden: > libQt6SerialPort.so.6: kan gedeeld objectbestand niet openen: estand of map > bestaat niet" is some Marble stuff that appears when opening the map window and Marble is loading. So nothing to worry about either. > Opening the maps page, gives a lot of "marble_lib: Invalid parent size" > messages. > > dataChanged() called with an invalid index range: > topleft: QModelIndex(-1,-1,0x0,QObject(0x0)) > bottomRight:QModelIndex(-1,-1,0x0,QObject(0x0)) This may be worth investigating. The second one could originate from the model we use to display the images' positions on the map. However, none of this should cause weird Wayland behavior imo … -- You are receiving this mail because: You are watching all bug changes.