Richard Beckmann
Richard Beckmann
Here the error message: Compiling async_std_unstable v0.1.0 (C:\Users\Richard\Programming\Rust\async_std_unstable) error[E0432]: unresolved import `async_std::task::spawn_local` --> src\main.rs:1:5 | 1 | use async_std::task::spawn_local; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `spawn_local` in `task` error: aborting due to previous...
Here the Cargo.toml file: [package] ............ [dependencies] async-std = "1.6.1"
Here the relevant portion of the docs: block_onSpawns a task and blocks the current thread on its result. currentReturns a handle to the current task. sleepSleeps for the specified amount...
It would be great if there is an installer for the windows release. Especially for windows 10. In windows 10, the portable release requires the user to run `vc_redist.x64.exe` from...
There is a way to set the windows size and position as parameters in the kiwix-desktop command. The command looks something like `kiwix-desktop --qwindowgeometry 1400x930+120+60`. For more detail, the command...
On Linux there is the same problem. I tested the appimage of kiwix-desktop 2.3.1 on my Pop!_OS 20.04 LTS. Actually, the size and position can be specified there as well...
@kelson42 I'm still trying to set up windows 11 in a vm. Also, I'm testing kiwix-desktop on a linux distro using wayland to see how the remembering of window size...
I finally got windows 11 up and running (was a total pain to set up). I confirm that `Enable or Disable Remember Window Locations` doesn't affect the size and position...
I set `QT_QPA_PLATFORM=wayland` on pureos (the distro that uses wayland by default) and the kiwix-desktop couldn't start. When running `./kiwix-desktop_x86_64_2.3.1-2.appimage --qwindowgeometry 1400x930+120+60`, here is the error message in the terminal....
It doesn't work either. The error message is exactly the same.