rbdl / rbdl-toolkit

Application for visualizing and working with rbdl models
European Union Public License 1.2
19 stars 11 forks source link

Failed attempt to load non-existent 'user-desktop-symbolic.svg' #26

Open idlebear opened 3 years ago

idlebear commented 3 years ago

On start application attempts to load an SVG file that is not present in the source tree.

ui_RenderImageDialog.h:108

icon.addFile(QString::fromUtf8("../../../../../../../usr/share/icons/Adwaita/scalable/places/user-desktop-symbolic.svg"), QSize(), QIcon::Normal, QIcon::Off);

Doesn't seem to impact the functionality as Qt fails somewhat gracefully and writes the error message to the terminal.