Ive been trying to get Steam Tinker to work on my pc but to do so i need to install the YAD, i looked into the actual Yad github but i have a hard time understanding it so i went with the AppImage that is detailed on the ST github (https://github.com/sonic2kk/steamtinkerlaunch/wiki/Yad#AppImage) but it wasn't working, a dialogue box would open but YAD would not install. After seeing that it wasn't working I tried installing it with the terminal, after running the commands to get the AppImage to run the terminal gave me errors, I tried looking for them and tried fixing them with the answers from these two Failed to load module "canberra-gtk-module" and Failed to load module “canberra-gtk-module” .... but already installed but the same error keeps popping up and im at a loss if anyone could help me it would be delightful
If necessary im using Ubuntu 24.04.2 LTS and this is the terminal error it is giving me
bunny@bunny-MS-7C91:~/Transferências$ chmod +x Yad-13.0-x86_64.AppImage
bunny@bunny-MS-7C91:~/Transferências$ ./Yad-13.0-x86_64.AppImage
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
Gtk-Message: 20:53:49.480: Failed to load module "canberra-gtk-module"
Gtk-Message: 20:53:49.480: Failed to load module "canberra-gtk-module"
** (AppRun.wrapped:7385): WARNING **: 20:54:14.588: atk-bridge: get_device_events_reply: unknown signature
bunny@-MS-7C91:~/Transferências$```