Nicolas Fella

Results 23 comments of Nicolas Fella

@aleixpol can we consider this fixed for our purpose?

The crash has nothing to do with pygdbmi What seems to happen is that in https://github.com/emvaized/kde-snap-assist/blob/main/contents/ui/code/windows.js#L89 a null window is passed ``` #5 KWin::Window::output() const (this=this@entry=0x0) at /home/nico/kde/src/kwin/src/window.cpp:421 #6 0x00007f964ffe8d8e...

> Why can't a cmake-using application use pkg-config to find and use c-ares? That should be available no matter how c-ares is built. CMake-using apps can use pkg-config. That is...

From running `WAYLAND_DEBUG=1 pdfslicer`: [1369499.894] -> [email protected]_app_id("pdfslicer")

Apparently that's a pretty fundamental limitation in GTK3: https://gitlab.gnome.org/GNOME/gedit/-/issues/486#note_1353182

Is this still relevant after https://github.com/sddm/sddm/commit/316bfb54c5f362d31757d3431ef9f8353cc6c870?

I'm not sure KDE Connect/GSConnect is the right place to implement this. It requires setting up a completely separate communication channel and given how much trouble I usually have with...

> In Qt it's also a global of the application object In Wayland (and X11 too) it's a per-window (as in toplevel-window) property though. But I have never personally encountered...

How do we proceed here? Do we make it a global or per-window property? It's a bit of a complex situation. The native window system APIs support it to be...