default background and transparency does not work
| Task Info (Flyspray) | |
|---|---|
| Opened By | Joan (Joan31) |
| Task ID | 76925 |
| Type | Bug Report |
| Project | Community Packages |
| Category | Packages |
| Version | None |
| OS | All |
| Opened | 2022-12-24 13:24:39 UTC |
| Status | Assigned |
| Assignee | Levente Polyak (anthraxx) |
Details
Hi,
Description:
Additional info:
- cmatrix 2.0-2
- issues opened in github : https://github.com/abishekvashok/cmatrix/issues/89 https://github.com/abishekvashok/cmatrix/issues/128
Steps to reproduce: Set transparency background on your terminal (like foot, alacritty, kconsole...). install package, pacman -S cmatrix start cmatrix : cmatrix
The background is not the default background and without transparency. It is a grey solid background.
How to solve it? build the package using make and not cmake.
You can try manualy from Github, or with the aur package (cmatrix-git).
See the difference : https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cmatrix-git#n23 https://github.com/archlinux/svntogit-community/blob/ad595eb1c0a7b67f8b8652cd4ad8ca9d0ea5cb1a/trunk/PKGBUILD#L26
So to solve this issue, you have to change the build method to make on the official arch repo. That's all :)
Thanks