Scott Moreau
Scott Moreau
Are you using gstreamer for the webcam preview as mentioned in the wiki?
Maybe try something like `mpv --gpu-context=wayland --hwdec=vaapi`.
For what it's worth, you should be able to resize the gst-launch window with the wayfire resize binding, the default binding is [here](https://github.com/WayfireWM/wayfire/blob/master/metadata/resize.xml#L10). (Super+Right Click Drag)
I think you might want `--codec-param="-itsoffset=5"`
> I'm also thinking about a fallback icon. Although I'm not sure if it's better than no icon at all. Yes, I think it is a fine idea.
> Well... I tried... Tbh I don't really like how does it look like, but I don't know how to make it better. Ok, thanks. I'll have a look when...
@NamorNiradnug How about reusing the wcm.svg icon (that is the wayfire badge) like this? ``` diff --git a/src/wcm.cpp b/src/wcm.cpp index 3624912..3db1d66 100644 --- a/src/wcm.cpp +++ b/src/wcm.cpp @@ -1128,10 +1128,18 @@...
Does it make a difference if you try running wayfire with `WLR_DRM_NO_MODIFIERS=1` set?
It seems this is an issue that can be fixed in either wlroots or mesa, but not wayfire. I would recommend filing a report with wlroots and/or mesa.