mangowc
So I have #FreeBSD 15.0 running on my #ThinkPad again and running #MangoWC but for some reason #Qutebrowser fails to run unless I have the following in my .kshrc
I see a similar bug report here too.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287599
export QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu"
I see a similar bug report here too.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287599
Edited 43d ago
Any #FreeBSD 15.0 user able to test #MangoWC with #Foot terminal and do a screenshot selection of the terminal using the following commands ?
grim -t jpeg -g "$(slurp)" ~/Pictures/Screenshots/"$(date +%Y-%m-%d_%H-%m-%s)".jpg
I get a translucent white artifact in the finished image as seen in this bug report. Yet if I do the same in #SwayWM it works perfectly.
The MangoWC dev cannot reproduce but they use Linux so I'm after some kind souls to test this on their PC's.
https://github.com/DreamMaoMao/mangowc/issues/569
Please boost ♥️
grim -t jpeg -g "$(slurp)" ~/Pictures/Screenshots/"$(date +%Y-%m-%d_%H-%m-%s)".jpg
I get a translucent white artifact in the finished image as seen in this bug report. Yet if I do the same in #SwayWM it works perfectly.
The MangoWC dev cannot reproduce but they use Linux so I'm after some kind souls to test this on their PC's.
https://github.com/DreamMaoMao/mangowc/issues/569
Please boost ♥️
Edited 38d ago
Updated the codeberg.org/thesaigoneer/freebsd-mangowc repo. Still a lot to do, but at least the most relevant things are there, including the mango configs itself 😆 Also the sw selection has been amended, including yazi and foot now.
Edited 31d ago
My mistake it still says 0.11.0 on Github releases but 0.12.0 if you look in releases
https://github.com/DreamMaoMao/mangowc/releases
How has #FreeBSD got an update for #MangoWC V0.12.0 when on the official repository only V0.11.0 has been released !? 😦
https://github.com/DreamMaoMao/mangowc/releases/tag/0.11.0
https://www.freshports.org/x11-wm/mangowc/
https://github.com/DreamMaoMao/mangowc/releases
How has #FreeBSD got an update for #MangoWC V0.12.0 when on the official repository only V0.11.0 has been released !? 😦
https://github.com/DreamMaoMao/mangowc/releases/tag/0.11.0
https://www.freshports.org/x11-wm/mangowc/
Edited 16d ago
Found the issue with screenshots on #MangoWC having random lines in them.
I have found out that it is caused by animations on the layerrule for slurp. Previously I had as per the docs:
layerrule=noblur:1,layer_name:selection
But have discovered if I also disable animations for slurp then it takes crystal clear screenshot selections now.
layerrule=noanim:1,noblur:1,layer_name:selection
https://mangowc.vercel.app/docs/window-management/rules#layer-rules
#FreeBSD #Linux
I have found out that it is caused by animations on the layerrule for slurp. Previously I had as per the docs:
layerrule=noblur:1,layer_name:selection
But have discovered if I also disable animations for slurp then it takes crystal clear screenshot selections now.
layerrule=noanim:1,noblur:1,layer_name:selection
https://mangowc.vercel.app/docs/window-management/rules#layer-rules
#FreeBSD #Linux
Edited 16d ago
