selsta
selsta
How did you install monero-gui? We didn't anything between v0.17 and v0.18 that should cause this. Try to start with the env var `QMLSCENE_DEVICE=softwarecontext` to use software rendering.
QML does support accessibility and we have added it for example on the "Open wallet from file" screen. There are a couple PRs open that improve accessibility in other places...
On first start it asks you if you want to create a desktop entry. What did you press? And how did you install monero-gui?
The GUI follows this spec: https://wiki.archlinux.org/title/desktop_entries So far this issue seems to be limited to Linux Mint.
Which branch are you building? This should be solved by https://github.com/vtnerd/monero-lws/pull/46
Also here, try to update your compiler
Can you post a bit more information? What hardware arch do you use (x86, arm) ? What operating system? Are you cross compiling?
@trasherdk both should work
``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 665e29c..0a9283d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,6 +151,10 @@ foreach (LIB ${MONERO_LIBRARIES}) unset(LIB_PATH CACHE) endforeach() +if (APPLE) + list(APPEND IMPORTED_MONERO_LIBRARIES "-framework IOKit") +endif()...
Try to use the full path instead of `~`