On Thu, 27 Nov 2025 11:26:23 +0000 Minoru TANABE <[email protected]> wrote:
> I use compiz* with MATE for several years. > Newest compiz cause > ・lost mate-panel > ・no window decoration even if emerald is running > Similar thing is occurred on XFCE4 > > I think It occurred (maybe) > ------------------- git log ------------------- > commit 65afcc15c613a008f1e1387de32a1216d6aa1fb5 > Author: Chris Hutchinson <[email protected]> > Date: Tue Jun 17 19:05:00 2025 -0700 > > x11-wm/compiz: permit compiling with newer libxml2 > > While here, cleanup Makefile. > > Changes > Makefile -- pets port(lint,fmt,clippy) > files/patch-src_metadata.c -- new (the purpose of this pr(1)) > > PR: 285906 > Co-authored-by: George Mitchell <[email protected]> > ----------------------------------------------------------------------------- > I just want to use Opaque/Transpaent window. > Is there any replacement? > > > -- > 125-0062 > 東京都葛飾区青戸3-15-1-406 > 田鍋 実 > Phone 03-3601-3475 > EMail [email protected] > 携帯 090-5499-2597 Not officially, but Ken DEGUCHI is providing 0.8.18 as overlay. https://github.com/kdeguchi/compiz-reloaded-ports As I'm using another overlay for mozc with textproc/fcitx5 supports, and I'm using ports-mgmt/poudriere-devel (bare metal builds for post-installkernel and anytime I cannot wait for massive poudriere rebuilds after OSVERSION bump (even for least significant digit!), I have below in my /etc/make.conf. The specified directories are where I'm pulling in his overlays. ## Ports overlays to apply. ## Need commenting out on building using poudriere with -O option, ## so use conditional to defile only if poudriere is not in use. .ifndef POUDRIERE_BUILD_TYPE OVERLAYS= /usr/local/overlays/kdeguchi/mozc-ports \ /usr/local/overlays/kdeguchi/compiz-reloaded-ports .endif Overlay for Mozc is provided here. https://github.com/kdeguchi/mozc-ports I've written an article below about my set-ups for poudriere, including some description about overlays. https://brew.bsd.cafe/TomAoki/Tips-and-Tricks/src/branch/main/poudriere Regarfs. -- Tomoaki AOKI <[email protected]>
