Skip to content
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

AppImage does not start #66

Closed
hotcapy opened this issue Mar 3, 2023 · 6 comments
Closed

AppImage does not start #66

hotcapy opened this issue Mar 3, 2023 · 6 comments

Comments

@hotcapy
Copy link

hotcapy commented Mar 3, 2023

Subject of the issue:
AppImage does not start, there is an error message in terminal output.

Environment:
YWallet v1.3.4+389
Not works on Whonix OS VM (Debian)
Works on ArchLinux Host

Steps to reproduce:

  1. Download YWallet x86_64 AppImage from GitHub releases page.
  2. $ chmod a+x Ywallet-latest-x86_64.AppImage
  3. $ ./Ywallet-latest-x86_64.AppImage

Expected behaviour:
YWallet launches.

Actual behaviour:
/tmp/.mount_Ywallei2zHo1/ywallet: symbol lookup error: /tmp/.mount_Ywallei2zHo1/usr/lib/x86_64-linux-gnu/libgdk-3.so.0: undefined symbol: wl_proxy_marshal_flags

If started via GUI double-click instead of terminal command, still nothing happens.

Question:

Looks like despite it is AppImage, it has some system dependencies required to launch. I would be really grateful if someone tells me what packages am I missing.

@hhanh00
Copy link
Owner

hhanh00 commented Mar 3, 2023

wl_proxy_marshal_flags comes from wayland.

@hhanh00 hhanh00 closed this as completed Mar 3, 2023
@hotcapy
Copy link
Author

hotcapy commented Mar 3, 2023

Thanks for answering!

I'm an Arch person, and my knowledge in Debian is poor, unfortunately. Could you please specify, which exactly package I should install to make it work?

I couldn't find separate "wayland" package in repositories, but there are many different components mentioning it in it's name.

Wiki says that Wayland usually comes with desktop environment/compositor, but Whonix OS uses XFCE which have no Wayland support. I believe installing another desktop environment just to get Wayland dependency isn't an option for Whonix OS.

Thank you in advance for any help.

@hhanh00
Copy link
Owner

hhanh00 commented Mar 4, 2023

Did you try GTK?

@hotcapy
Copy link
Author

hotcapy commented Mar 4, 2023

You mean install some GTK related packages, or force AppImage to use GTK someway?

@hhanh00
Copy link
Owner

hhanh00 commented Mar 4, 2023

Install a program that uses gtk (like chromium) or install gtk libs directly

@hotcapy
Copy link
Author

hotcapy commented Mar 5, 2023

"libgtk-3-0" package is preinstalled on Whonix, so I tried to install Chromium and it's dependencies from Debian repositories:

  1. # apt update
  2. # apt install chromium

Unfortunately, it didn't help: Chromium is working, and YWallet is still not after reboot. Same error message mentioning libgdk-3.so.0 and wl_proxy_marshal_flags as before.

Maybe I should ask about it on Whonix forums since it works fine on ArchLinux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants