Clem Cords
Clem Cords
I can't reproduce the window issue but I have an ubuntu machine to try it there
I cannot produce this on fedora or windows either. I will try my Ubuntu machine when I work on #80 sometimes this week, thank you for pointing it out.
``` (julia.exe:41196): GLib-GIO-WARNING **: 09:07:12.279: C:\Users\jakez.julia\artifacts\13606487e48c4dea9d20813adf4f03a3edea59fd\bin\gdbus.exe dbus binary failed to launch bus, maybe incompatible version ``` This message does not mean it failed to run, the app will work as...
solved by https://github.com/Clemapfel/Mousetrap.jl/commit/002d7303d3532d0784f6effe5c2ffc433b133dfa, I will try to resolve the DBUS warning before 3.4 releases so I will keep this open until then
I've been having some trouble with the CI, it's currently broken on mac and Julia 1.11, which is why I took it out of the platforms for now. I'll try...
I can reproduce this, I'm not sure what's happening with the setting-animation-duration-really high, but if you want an animation to continue indefinitely, you may want to use a [tick callback](http://clemens-cords.com/mousetrap/02_library/functions/#Mousetrap.set_tick_callback!)...
I think you misunderstood the component interface. `AspectFrame`, or indeed most widgets, do not support signal `motion`. Instead, `motion` is a signal of an **event controller**, `EventControllerMotion` in this case....
That said, that error message doesn't make any sense, I will keep this open until the message is replaced with something more descriptive.
Fixed by https://github.com/Clemapfel/Mousetrap.jl/pull/75/commits/4f16e9fbf35728a536fabe323f8fed8cf1bce79f, error message is now: ```julia julia> frame = AspectFrame(1); f = () -> (); julia> connect_signal_motion!(f, frame) ``` ``` (process:375474): Mousetrap.jl-CRITICAL **: 18:17:45.974: In emit_signal_motion: object of...
Hi, I think this is fixable but I need to research how to make the back-end aware of the monitor scale. I'll ask my GNOME contacts, which may take a...