still it should not crash whole WM with a bug in libQt6Core.so, but if it will help with anything:
$ cat ~/.config/plasmashellrc
[PlasmaViews][Panel 3]
floating=1
[PlasmaViews][Panel 3][Defaults]
thickness=44
[Updates]
performed=/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/mediaframe_migrate_useBackground_setting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/folderview_fix_recursive_screenmapping.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_showseconds_setting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/migrate_font_weights.js
Posted on qt forum: topic 156764 sigsegv-qtprivate-qmetatypeinterfacewrapper-qflagsqt-windowstate-metatype, any reason why there are no links allowed in this forum?
Well I’ve checked the qtbase, wrote them on the forum (like they’ll need a hint from the gdb bt) anyway I can’t do anything about it, I’ll just wait for reply (don’t think I’ll get one), the s**t I wrote:
this is the return -1 in the code below right? dont see any register full of 0xff’s, something optimized? Are we missing a check in metaType () for -1?, the qabstractitemmodel.cpp:511 :
int QPersistentModelIndex::row() const
{
if (d)
return d->index.row();
return -1;
}
where am I wrong?
hmm missed that
Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text