GM. I've pushed new alpha build for Lume with Rust Nostr, you can download and test it here: https://github.com/lumehq/lume/releases/tag/v4.0.0, still WIP but you can test it for fun 😁.
Beside Lume, I'm working on part time on side project - called "Rome", an open marketplace build on nostr.
https://m.primal.net/HhDY.jpg
Awesome. Will try later today.
Link is broken BTW, there is a comma at the end. Here is a working one:
https://github.com/lumehq/lume/releases/tag/v4.0.0
yo thank you, when you try it, can you help look at memory usage too, it below 200MB in my laptop, but I not sure about other machine. I want to keep it alway below 300MB.
Hey, I downloaded the AppImage, but I am getting this error:
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tray-icon-0.11.3/src/platform_impl/gtk/icon.rs:34:45:
called `Result::unwrap()` on an `Err` value: Parameter(ParameterError { inner: ImageBufferSize { expected: 1000000, actual: 17452 } })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
I am able to open 3.0.1 without issue.
I get this error every time I try to open Lume V4. It crashes a second after the window opens.
Hmm, I'll figured it, it cause by tray icon, I will push new update later today
awesome. lmk and I will test it
Hi, sorry for delay, I've pushed new update for alpha version, you can try it here: https://github.com/lumehq/lume/releases/tag/v4.0.0-alpha%2B1
No worries. I will test it tonight when I get home or tomorrow morning when I have a chance.
I get this error now:
thread 'tokio-runtime-worker' panicked at src/main.rs:35:12:
Open database failed.: DeadPool(Backend(SqliteFailure(Error { code: CannotOpen, extended_code: 14 }, Some("unable to open database file: /tmp/.mount_lume_4B2dRq4/usr/lib/lume/lume.db"))))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
hmm, look like some permission error with database folder on linux. I will place the database in different folder in the next update
can you help create a empty lume.db file in folder /usr/lib/lume then reopen again?
did it, but I still get the same error. Tried putting it in both ~/.local/lib/lume/lume.db and /usr/lib/lume/lume.db