https://bugs.kde.org/show_bug.cgi?id=427449
--- Comment #4 from gr...@kde.org --- Notes for build-from-source on KDE neon: - ensure you have a viable development environment. You will need to install gcc, g++, make, git, ... - you will need Qt5 development environment things as well, look for -dev packages - sudo apt install libqt5charts5-dev liblz4-dev qml-module-qtcharts qml-module-qt-labs-qmlmodels - git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 2020 rdm - cd rdm/src ; qmake . ; make -j2 - the build will fail, eventually, with a message like `src/RedisDesktopManager/3rdparty/lz4//build/cmake/liblz4.a: No such file or directory` . Edit the Makefile, and in the line that sets the `LIBS` variable (around line 43), replace the full path of liblz4.a there -- which is pointing into the source directory -- with a full path of the system's liblz4.a. That is somewhere under /usr .. Debian multilib gets me down. - run make again to complete the build - ../bin/linux/release/rdm (this will show you the problem where no icons show up on the buttons) >From here, the behavior of the application is the same on KDE neon Linux as on FreeBSD: no icons on buttons, or tiny icons (in Material style) or regular icons when the session and XDG things are turned off. If the application doesn't start, check the console output: I may not have listed all of the QML dependencies it needs. -- You are receiving this mail because: You are watching all bug changes.