dvdesolve / glrpt

Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites
GNU General Public License v3.0
32 stars 6 forks source link

glrpt: Failed to add objects to builder #15

Closed benb0jangles closed 3 years ago

benb0jangles commented 3 years ago

In terminal: glrpt

glrpt: Failed to add objects to builder: Failed to open file "/home/benji/glrpt/glrpt.glade": No such file or directory

It seems that glrpt installed glrpt.glade as: /home/benji/glrpt/glrpt/glrpt.glade

How to correct this please?

dvdesolve commented 3 years ago

seems like CMAKE_INSTALL_DATAROOTDIR is messed up. By default it should install in /usr/share and in your case we have your home directory + glrpt instead

benb0jangles commented 3 years ago

simply move the files from: /home/benji/glrpt/glrpt/ to /home/benji/glrpt/

Working glrpt-2.5.2 thanks