Erik Reider

Results 277 comments of Erik Reider
trafficstars

Having the same issue when using libadwaita (branch libadwaita-1-3) as a subproject. Add these lines to the `src/meson.build` file for the default GTK4 project output of Gnome Builder: ```meson llibadwaita_project...

Same issue with vala. This: ```vala inline_reply_entry.bind_property ( "text", inline_reply_button, "sensitive", BindingFlags.SYNC_CREATE, (binding, srcval, ref targetval) => { targetval.set_boolean (((string) srcval).strip ().length > 0); return true; }, null); ``` becomes...

> Using an AMD GPU, I can confirm that today's beta disables the workaround without requiring the environment variable. Still an issue for me on sway. Haven't tried the env...

You're referring to the popup notifications disappearing and not the control center ones right?

NOTE: This will still have to dismiss notifications when the client requests it though. Only a few applications actually do this though which IMO is the incorrect behavior

Try using the hint `string:synchronous:volume-progress`

Adding that as a command sounds like a good idea and would be pretty "simple" to add. I don't really have that much time right now so could take a...

So the builtin Gdk.Window.pass_through option which would enable me to fix this isn't working. Probably only works on Gnome... Try what I mentioned above :)

> Has this feature been abandoned? I've moved it into #262 The only issue is a segfault on monitor disconnect. Otherwise it's ready