-
Notifications
You must be signed in to change notification settings - Fork 92
Can't run .deb on PopOS #335
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
Comments
it seems like the error is due to your system having the older version of GLib. sudo apt install libglib2.0-0 libglib2.0-dev |
Still same error.
|
may i ask how did you install the .deb package (Commend) |
If you are using wayland can you try to check this issue |
Nope. I'm on X11. |
im sorry but i couldn't pinpoint the issue. these are the dependencies used for building Sorayomi (If this makes any sense) sudo apt-get install -y libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev This comment seems helpful for above packages |
I installed all of the above, but still same issue. I'll try setting up flutter dev environment and try to build it when i get time. Maybe that will make it clear about what dependency is causing this issue. |
I tried previous versions, and i can successfully run up to v0.5.23 |
PLEASE READ THIS
I acknowledge that:
README.md
Note that the issue will be automatically closed if you do not fill out the title or requested information.
DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT
Describe the bug
I get the following error after installing and trying to run on PopOS
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should work normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Device information (Server)
Device information (Client)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: