nci / drishti

Drishti
MIT License
175 stars 40 forks source link

Drishtiimport not running on Ubuntu 24.04 and desktop files recognized #79

Open BeemerGeo opened 1 week ago

BeemerGeo commented 1 week ago

I used the .run to install Drishti 3.2 on Ubuntu 24.04. Drishti and drishtipaint all run, but drishtiimport does not. Additionally , the .desktop aren't recognized by the Ubuntu launcher and have to be ran from the file manager.

Thanks you for the help.

BeemerGeo commented 1 week ago

I was able to get it running from the terminal, I was missing at least one of the QT 5 libraries. The terminal is giving warnings regarding Wayland and I am getting a pop up before dristhiimport opens that states "Cannot load /opt/Drishti/Drishti-3.2/importplugins/libnc4plugin.so".

When testing I can load txm files and view them, but I cannot save images.

Thanks

AjayLimaye commented 1 week ago

I think Qt5Concurrent is missing from the distribution. This will be fixed.

For libnc4plugin.so - can you please check with ldd as to which linked libraries are missing which is stopping it from being loaded.

Cheers, Ajay

On Sat, Sep 7, 2024 at 1:55 PM BeemerGeo @.***> wrote:

I was able to get it running from the terminal, I was missing at least one of the QT 5 libraries. The terminal is giving warnings regarding Wayland and I am getting a pop up before dristhiimport opens that states "Cannot load /opt/Drishti/Drishti-3.2/importplugins/libnc4plugin.so".

When testing I can load txm files and view them, but I cannot save images.

Thanks

— Reply to this email directly, view it on GitHub https://github.com/nci/drishti/issues/79#issuecomment-2335027840, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMVVLRSP74MCHM4637LENTZVJ2KDAVCNFSM6AAAAABNVHJNSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAZDOOBUGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

BeemerGeo commented 6 days ago

Thank you for the help and developing/maintaining this software.

Yes, Qt5Concurrent was missing. After installing libqt5concurrent5t64 from the Ubuntu repository, I ran ldd and all the libraries are now available.

Drishtiimport now boots from terminal, but provides the following warning: "Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway."

I also get the following GUI popup error:

Screenshot from 2024-09-10 11-48-36

I can load a txm and view the volume, but I cannot save the images.

Thanks again, Ryan