Login  Register

Re: 2.2.0-rc4 does not display text in file created by 2.1.3

Posted by tomdean on Jun 12, 2022; 7:33pm
URL: https://forum.librecad.org/2-2-0-rc4-does-not-display-text-in-file-created-by-2-1-3-tp5721786p5721795.html

> lsb_release -a
LSB Version:    core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:        20.04
Codename:       focal

> uname -a
Linux aorus 5.13.0-44-generic #49~20.04.1-Ubuntu SMP Wed May 18 18:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Build librecad:
    cd CAD
    git clone https://github.com/LibreCAD/LibreCAD.git
    sudo apt install qtbase5-dev libqt5svg5-dev qttools5-dev qtchooser qttools5-dev-tools libmuparser-dev librsvg2-bin libboost-dev libfreetype6-dev libicu-dev pkg-config
    cd LibreCAD/
    mkdir build
    cd build
    qmake -qt=5 -r ../
    make -j `nproc`

Help->About window:
Version: 2.2.0-rc4
Compiler: GNU GCC 9.4.0
Compiled on: Jun 11 2022
Qt Version: 5.12.8
Boost Version: 1.71.0
System: Ubuntu 20.04.4 LTS

From xterm where librecad was started:
> ./unix/librecad
RS_DEBUG::setLevel(3)
RS_DEBUG: Critical
RS_DEBUG: Errors
RS_DEBUG: Warnings
QLayout: Attempting to add QLayout "" to QG_LibraryWidget "Library", which already has a layout
QG_LayerWidget::update: nullptr lastLayer

I also believe this is some form of env or setting problem. But, I expect drawings to pass seamlessly from one version to the next.

Tom Dean