Version: (using KDE Devel) A Line of Text label will be fine when first loading a file but on it's second loading it no longer exists.
Version : cvs This fixed the bug : $ diff floatingtext.cpp floatingtext.cpp.new 33c33 < setRole( tr_Name ); --- > setRole( tr_Floating ); It seems to break nothing else and to make loading/saving of text label correct.
*** Bug has been marked as fixed ***.