-
Notifications
You must be signed in to change notification settings - Fork 10
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
hello world crashes on Ubuntu 22.04 #11
Comments
Hi, I'm sorry you're having trouble. This seems to be an issue in the GTK4 back-end which is most likely a compatibility issues. What kind of device is this? Is this a regular machine or a virtual machine, also how many monitors do you have? Please do sudo apt-get update
sudo apt-get install gtk4
sudo apt-get upgrade This will make sure that all the dependency and drivers are up to date, the crash is happening when trying to open a window using the X11 windowing system which isn't shipped with mousetrap, it comes pre-installed with ubuntu. If the error still persist, please set the export G_DEBUG=fatal-warnings
julia mouse.jl You can also try changing the windowing system to wayland (click here to see how to do that), if the crash persists even on wayland then it may be a bigger issue. Thank you |
There is no gtk4 package for Ubuntu 22.04, at least not under this name:
This is a regular machine, I have one monitor. |
I saw it here but I guess it is not available then, maybe |
I did
which worked.
Same error if I run the tests in the package manager:
|
Did you also do the |
Yes, I did. |
Okay thank you, I don't think you can help me anymore then. I will try to reproduce this on my side asap so it can be fixed, this is a very critical bug You could still try switching to wayland but it really should work on X11, even if that is a temporary fix this still needs to be addressed. |
This is still not working for me, and I am not able to switch to Wayland (I guess due to the use of NVidia driver). Could you reproduce the issue, e.g. by using a virtual machine with Ubuntu 22.04 and X11? |
This is still not working for me. I mean, this issue is about Ubuntu 22.04 with X11, #20 is about Ubuntu 13.04 with Wayland.
|
Three days and a fresh install of ubuntu on and old laptop of mine later, this is confirmed to be a down-stream issue of Sadly this means I can't do anything to fix it, until their issue is resolved I have no way to make mousetrap work for ubuntu 22.04 |
Thanks for identifying the downstream issue! I will try to fix it or get it fixed. |
@Clemapfel And it is not really solved yet, is it? |
cf. JuliaInterop/CxxWrap.jl#372 (comment) mousetrap v0.2 is done but still in testing, I'll push the new CxxWrap version along with it, which hopefully fixes the issue for you. |
The text was updated successfully, but these errors were encountered: