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
I've installed Ubuntu 22.04 LTS and used Fingertip as I used it with the previous version of Ubuntu.
These are some problems I experienced:
The GUI can't be executed. I've already changed the permission by using this command:
chmod+x [Fingertip AppImage]
I finally moved to the terminal and tried to execute Fingertip via the Terminal. I executed this command:
./[Fingertip AppImage]
It didn't run well and displayed an Error Message: libgio-2.0.so.0: undefined symbol: g_module_open_full
I asked the creator of AppImage and he said that the problem may be due to libgio-2.0.so.0.
I extracted the app using this command: ./[Fingertip File] --appimage-extract
and it generated a folder named squashfs-root.
Then, I executed a file named fingertip in this folder squashfs-root/usr/bin.
It didn't run well.
Then, I removed the libgio-2.0.so.0 inside the lib folder of Fingerprint and re-executed the file named fingerprint. After that, I finally could run the GUI.
I followed some instructions like importing the cert and inputting http://127.0.0.1:9590/proxy.pac to configure the proxy.
These are the status:
Handshake Resolver Status | Ready
Block height | 140121
Browser using Fingertip | Yes
DNS Interference Test | Passed
And then I tried to browse some HNS domains and these are the errors:
Without bridge (hns.is or hns.to): 502 Bad Gateway
With bridge (hns.is or hns.to) 504 Gateway Timeout
Additional Information:
I use Mozilla Firefox.
Ubuntu 22.04 LTS.
Thank you for your attention.
The text was updated successfully, but these errors were encountered:
I've installed Ubuntu 22.04 LTS and used Fingertip as I used it with the previous version of Ubuntu.
These are some problems I experienced:
chmod+x [Fingertip AppImage]
./[Fingertip AppImage]
It didn't run well and displayed an Error Message:
libgio-2.0.so.0: undefined symbol: g_module_open_full
I extracted the app using this command:
./[Fingertip File] --appimage-extract
and it generated a folder named
squashfs-root
.Then, I executed a file named fingertip in this folder
squashfs-root/usr/bin
.It didn't run well.
Then, I removed the
libgio-2.0.so.0
inside the lib folder of Fingerprint and re-executed the file named fingerprint. After that, I finally could run the GUI.http://127.0.0.1:9590/proxy.pac
to configure the proxy.These are the status:
Without bridge (hns.is or hns.to):
502 Bad Gateway
With bridge (hns.is or hns.to)
504 Gateway Timeout
Additional Information:
I use Mozilla Firefox.
Ubuntu 22.04 LTS.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: