Skip to content

GUI won't launch Ubuntu 24.04 LTS Wayland #210

@Coder-DG

Description

@Coder-DG

Hi, I'm on Ubuntu 24.04.2 LTS on Wayland, I've followed the instructions for the universal package (updated the version in the text before running the commands) but nothing happens when I run ltr_gui.

At first from strace it seems like it was missing a lot of libraries so I added LD_LIBRARY_PATH to the command, but still it won't launch:

$ LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH strace -o output_file.txt -f /opt/linuxtrack/bin/ltr_gui
QMetaObject::connectSlotsByName: No matching signal for on_QuitButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_SaveButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_DefaultsButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_DiscardChangesButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_HelpButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_LtrTab_currentChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_LegacyPose_stateChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_LegacyRotation_stateChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_FocalLength_valueChanged(double)
QMetaObject::connectSlotsByName: No matching signal for on_TransRotDisable_stateChanged(int)
QMetaObject::connectSlotsByName: No matching signal for on_ViewLogButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_XplanePluginButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_PackageLogsButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_CreateModelButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_ModelSelector_activated(QString)
QMetaObject::connectSlotsByName: No matching signal for on_CancelButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_CreateButton_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_Model3PtCap_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_Model3PtClip_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_Model1Pt_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_ModelFace_pressed()
QMetaObject::connectSlotsByName: No matching signal for on_CloseButton_pressed()

The only missing libraries that I had were opencv ones which I thought might be optional. But it doesn't seem like it's doing anything.

It won't let me attach the strace output I captured for this, not sure where can I upload it

I'm not sure what's missing or how to proceed forward, can someone help me out here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions