Skip to content

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

Open
milindpatel63 opened this issue Feb 22, 2025 · 8 comments
Open

Can't run .deb on PopOS #335

milindpatel63 opened this issue Feb 22, 2025 · 8 comments

Comments

@milindpatel63
Copy link

PLEASE READ THIS

I acknowledge that:

  • I have updated to the latest version of the app.
  • I have tried the troubleshooting guide described in README.md
  • If this is a request for adding/changing an extension it should be brought up to Tachiyomi: https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose
  • If this is an issue with some extension not working properly, It does work inside Tachiyomi as intended.
  • I have searched the existing issues and this is a new ticket NOT a duplicate or related to another open issue
  • I will fill out the title and the information in this template

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

$ tachidesk-sorayomi
tachidesk-sorayomi: symbol lookup error: tachidesk-sorayomi: undefined symbol: g_once_init_enter_pointer

To Reproduce
Steps to reproduce the behavior:

  1. Download latest .deb file
  2. Install it on PopOS 22.04
  3. After launching from application menu, nothing happens.
  4. After launching via cli, i get the above error.

Expected behavior
App should work normally.

Screenshots
If applicable, add screenshots to help explain your problem.

Device information (Server)

  • Tachidesk version: NA
  • Server Operating System: NA
  • Server Desktop Environment: NA
  • Server JVM version: bundled with win32 or (Example: Java 8 Update 281 or OpenJDK 8u281)

Device information (Client)

  • Client version: 0.6.2
  • Client Type: Linux
  • Client Operating System: PopOS 22.04
  • Client Specifications: Asus FX505DT laptop
  • (If the Client type is web) Client Web Browser: (Example: Google Chrome 89.0.4389.82)

Additional context
Add any other context about the problem here.

@DattatreyaReddy
Copy link
Collaborator

it seems like the error is due to your system having the older version of GLib.
can you try to update your system and check again

sudo apt install libglib2.0-0 libglib2.0-dev

@milindpatel63
Copy link
Author

it seems like the error is due to your system having the older version of GLib. can you try to update your system and check again

sudo apt install libglib2.0-0 libglib2.0-dev

Still same error.

sudo apt install libglib2.0-0 libglib2.0-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libglib2.0-0 is already the newest version (2.72.4-0ubuntu2.4).
libglib2.0-dev is already the newest version (2.72.4-0ubuntu2.4).
libglib2.0-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

@DattatreyaReddy
Copy link
Collaborator

may i ask how did you install the .deb package (Commend)

@DattatreyaReddy
Copy link
Collaborator

DattatreyaReddy commented Feb 22, 2025

If you are using wayland can you try to check this issue

flutter/flutter#155741 (comment)

@milindpatel63
Copy link
Author

may i ask how did you install the .deb package (Commend)

sudo dpkg -i tachidesk-sorayomi_0.6.1-1_amd64.deb

If you are using wayland can you try to check this issue

flutter/flutter#155741 (comment)

Nope. I'm on X11.

@DattatreyaReddy
Copy link
Collaborator

DattatreyaReddy commented Feb 22, 2025

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

@milindpatel63
Copy link
Author

sudo apt-get install -y libgtk-3-dev libx11-dev pkg-config cmake ninja-build libblkid-dev

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.

@milindpatel63
Copy link
Author

I tried previous versions, and i can successfully run up to v0.5.23
I start having this issue since v0.6.0

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