-
Notifications
You must be signed in to change notification settings - Fork 21
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
Crash on launch "Initial roundtrip failed!: NoWaylandLib" #98
Comments
Are you using a wayland compositor (wlroots-based to be precised)? What's the output of |
I'm using SwayWM. There's no
|
According to this the problem is with connection to the |
Ah, not really. The problem is actually that the app cannot find |
I consider this one as unrelated to yofi directly so closing this. Feel free to add some details and reopen |
Im having the same issue. Void Linux - Sway WM. |
That seems strange for me, could you also try to launch yofi with dlopen?: diff --git a/Cargo.toml b/Cargo.toml
index 7227979..b84d31d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ fontconfig = { version = "0.5.0", features = ["dlopen"] }
anyhow = "1.0.51"
wayland-protocols = { version = "0.29.5", default-features = false, features = ["unstable_protocols", "client"] }
-sctk = { version = "0.16.0", package = "smithay-client-toolkit", features = ["calloop"] }
+sctk = { version = "0.16.0", package = "smithay-client-toolkit", features = ["calloop", "dlopen"] }
raqote = { version = "0.8.1", default-features = false }
xdg = "2.4.0"
fep = { version = "1.3.0", package = "freedesktop_entry_parser" } SCTK's master is being significantly rewritten indeed. And I could upgrade only once it released. |
Sorry that doesn't seem to change anything. I have the same error with kickoff, so i think its just somehow SCTK |
The text was updated successfully, but these errors were encountered: