files icon indicating copy to clipboard operation
files copied to clipboard

[Gtk4Prep] Searchresults: Use popover

Open jeremypw opened this issue 1 year ago • 5 comments
trafficstars

Cannot grab devices in Gtk4 - no reason to use another window, significant simplification possible.

Based on #2402

This sometimes produces terminal spam Gdk-CRITICAL **: 16:08:44.010: gdk_pixbuf_get_from_surface: assertion 'surface != NULL' failed for no apparent reason and no apparent effect (coming from the draw() function of the breadcrumbs). Attempts to fix without changing current behaviour failed. Hopefully porting to Gtk4 will fix.

jeremypw avatar Jan 31 '24 18:01 jeremypw

@danirabbit Not sure if this is worth doing in Gtk3 or just do it during the Gtk4 port.

jeremypw avatar Mar 05 '24 16:03 jeremypw

@danirabbit The search also seems broken in main , at least on Wayland, I'll have another look at this. Using a Popover should be less problematic than a custom POPUP type window I should think, if it can be got working.

jeremypw avatar Aug 17 '24 08:08 jeremypw

I think I have fixed the issues with the placeholder - it seems to work on OS7.1 and OS8 (Wayland and X).

jeremypw avatar Aug 17 '24 15:08 jeremypw

@jeremypw I don't really understand why this branch contains any changes to breadcrumbs at all? That seems unrelated to using a Popover instead of a Window here?

danirabbit avatar Aug 27 '24 21:08 danirabbit