You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone wants running Hitomi Downloader on linux, hope this post helps.
You can use wine for running windows version. It kinda works reasonably when you disable DPI protection in settings. If this OK, you can skip this discussion.
You can also download and run technical preview version of linux binary here. Unzip it with your favorite tool then run:
However, it did not run on my system with this error:
./hitomi_downloader_GUI.bin: symbol lookup error: /tmp/_MEI6TwoeA/libQt6WaylandClient.so.6: undefined symbol: wl_proxy_marshal_flags
With some quick search, it seems related with conflict between system wayland library and the one included with pyinstaller (issue). So I tried run without wayland (Xwayland):
QT_QPA_PLATFORM=xcb ./hitomi_downloader_GUI.bin
It did not run, but this time with other error:
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile)
Could not initialize GLX
I chose to not to fix getting run OpenGL (which surely will take some time), but instead run without it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For anyone wants running Hitomi Downloader on linux, hope this post helps.
If it opens without any errors, enjoy.
However, it did not run on my system with this error:
With some quick search, it seems related with conflict between system wayland library and the one included with pyinstaller (issue). So I tried run without wayland (Xwayland):
It did not run, but this time with other error:
I chose to not to fix getting run OpenGL (which surely will take some time), but instead run without it.
Voilà, it now runs without any errors!
Although it runs with XWayland and no graphics acceleration, it runs better than wine for me. YMMV
Edit:
Adding
--disable-gpu
parameter also helps.Beta Was this translation helpful? Give feedback.
All reactions