-
|
I have a button that launches wlogout on click. with gtk3 this was simply done by running execAsync("wlogout"); // only works fine in gtk3while running gtk4 this spawns const river = River.get_default();
river.run_command_async(["spawn", "wlogout"], null); // wlogout launches as expected in gtk4Is there a better way to launch |
Beta Was this translation helpful? Give feedback.
Answered by
Aylur
Jan 14, 2025
Replies: 1 comment
-
|
was fixed in Aylur/astal@70ed558 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Aiz0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
was fixed in Aylur/astal@70ed558