-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drishtiimport not running on Ubuntu 24.04 and desktop files recognized #79
Comments
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 |
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
<#79 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMVVLRSP74MCHM4637LENTZVJ2KDAVCNFSM6AAAAABNVHJNSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGAZDOOBUGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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: I can load a txm and view the volume, but I cannot save the images. Thanks again, |
Hi Ryan,
Try ldd on libnc4plugin.so (in importplugins), that should give you which
dynamic library is missing which is preventing the library from being
loaded.
Cheers,
Ajay
…On Wed, Sep 11, 2024 at 2:12 AM BeemerGeo ***@***.***> wrote:
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.png (view on web)
<https://github.com/user-attachments/assets/19053b21-e000-4cc1-84b3-358dbbbdb416>
I can load a txm and view the volume, but I cannot save the images.
Thanks again,
Ryan
—
Reply to this email directly, view it on GitHub
<#79 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMVVLW6ZNF3NJ4JLJU5GCDZV4LATAVCNFSM6AAAAABNVHJNSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBRGM4DQNZSGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: