-
Notifications
You must be signed in to change notification settings - Fork 46
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 and search of encrypted chats #46
Comments
Does it work with Element? Last time I checked there was an issue for Element about that. |
The only semi useful bug report in element I saw was element-hq/element-web#14229 and I don't think element has an official appimage (yet). |
after some further investigation I think that the problem is that it cannot find libsqlcipher.so (even if it is existing in the virtual environment), do you think it is possible to add sqlcipher to the appimage (if it is not already) |
Indeed, a possible solution could be electron-userland/electron-builder#2732 (comment). |
It could be, is there a way to tell element/schildichat desktop to provide additional debugging information or write to a log file? |
Seems adding libsqlcipher isn't enough, I don't know what else could potentially be missing. |
could it be libsecret? |
About debugging: Lunching from terminal and the devtools console is all I know about. |
Ah ok thank you, it seems it was not the missing libsecret, also the appimage seems to not work with the devtools:
|
I meant launching through |
Ok this confirms the problem:
|
Can you check libsqlcipher is included (the |
it is there
|
Then I have absolutely no clue what's missing. |
Me neither |
Maybe a naming or path issue. 🤔 |
Did you try clearing cache and maybe logout/login? |
where does the deb expect the libraries maybe I can get this one to work in nixos 😅 ? |
/usr/lib/x86_64-linux-gnu/libsqlcipher.so.0 |
I'll try to emulate this in my environment then. |
I don't think this is related. |
Starting from
I can get to
but search still does not work even after completely purging my local configuration. So it might after all not be related to the missing library per se, maybe its a version mismatch I don't know. |
@benneti Is this still an issue for you? It seems it might work (now). |
sorry for the late reply, I don't use the appimage anymore. So if someone has it working I think this can definitely be closed. |
This may be, this hit me a few times already. |
Is it possible to enable search for encrypted chats in the appimage builds?
This would be really great, as these builds are the simplest way to get schildichat desktop on non Debian based linux distributions.
The text was updated successfully, but these errors were encountered: