#deltatauri is ready for testing.
support.delta.chat/t/help-test…
DeltaTauri is basically #deltachat_desktop , but using #tauri instead of electron.
Full Blogpost will follow soon.
Help Test the Tauri pre-release
As some of you know, I worked the last 2 years on porting the desktop client from electron to tauri: NLnet; Delta Tauri deltachat-desktop/packages/target-tauri at main · deltachat/deltachat-desktop · GitHub Currently the plan is to release the tau…Delta.Chat
treefit reshared this.
Jupiter
in reply to treefit • • •I'm using Lunux Mint which is currently still stuck in X11.
Any use to your development?
treefit
in reply to Jupiter • • •mray
in reply to treefit • • •installing appimage on Manjaro (Wayland on Nvidia):
Camera does not work, importing backup seemed to work. Then the window content disappeared, I closed the window but the process still kept running. Killing all Tauri processes made it possible to start it again. Looked great - upon first interaction everything in the window disappears again. 🤷♂️
Did that help?
To some degree it is better than the Electron flatpak version already (it does not start at all if I don't provide extra arguments :P )
treefit
in reply to mray • • •@mray have you tried the environment variables from the forum post?
Also that the camera doesn't work on linux is expected at the moment, there is an issue in tauri about this. looks like it will be a more complex issue to solve.
mray
in reply to treefit • • •treefit
in reply to mray • • •@mray it is useful for us to find out how to solve it. we may bake in the best working option into the app.
It is not as hard as you think, environment variables are a basic thing, just start the app from the terminal by it's file path and write the variables in front:
var_name=value path/to/my/program
No compiling involved.