Package Details: picom-git 2530_11.513.g7094d7a9_2024.07.31-1

Git Clone URL: https://aur.archlinux.org/picom-git.git (read-only, click to copy)
Package Base: picom-git
Description: X compositor (fork of compton) (git-version)
Upstream URL: https://github.com/yshui/picom
Licenses: MIT, MPL-2.0
Conflicts: compton, compton-git, picom
Provides: compton, compton-git, picom
Replaces: compton-git
Submitter: WorMzy
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 359
Popularity: 0.130037
First Submitted: 2019-10-24 11:20 (UTC)
Last Updated: 2024-07-31 09:54 (UTC)

Required by (20)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

Swivel commented on 2025-06-02 00:57 (UTC) (edited on 2025-06-02 01:00 (UTC) by Swivel)

Just started getting this after the latest update:

picom: error while loading shared libraries: libconfig.so.11: cannot open shared object file: No such file or directory

To fix it, you'll need to do a clean build.

kuringasan commented on 2024-11-29 18:17 (UTC) (edited on 2024-11-29 18:27 (UTC) by kuringasan)

@WorMzy i could make it work, thanks for the attention my brother! i'm still learning things, sorry for wasting your time!

looks like its the dev/next branch (yay picom-git) problem, picom from pacman works perfectly

WorMzy commented on 2024-11-29 13:13 (UTC)

@kuringasan: If you are running Arch, can you reproduce with the stable picom package in [extra]? If so, it's likely a configuration issue, otherwise please report the problem upstream.

kuringasan commented on 2024-11-29 01:19 (UTC)

I think opacity isn't working, at least i couldn't make it work

WorMzy commented on 2024-08-16 18:01 (UTC)

@0fflineuser: asciidoctor is packaged in extra and listed as a make dependency, you should not need to install it manually with gem.

0fflineuser commented on 2024-08-16 17:54 (UTC)

@zoorat I had to gem install asciidoctor.

zoorat commented on 2024-07-31 06:04 (UTC) (edited on 2024-07-31 06:05 (UTC) by zoorat)

...
Run-time dependency dbus-1 found: YES 1.14.10
Checking for function "dlopen" : YES
Compiler for C supports arguments -fsanitize=fuzzer: NO
Program asciidoctor found: NO

man/meson.build:3:7: ERROR: Program 'asciidoctor' not found or not executable
...

I think we need to add asciidoctor as a dependency.

kjkent commented on 2024-03-02 08:39 (UTC)

@WorMzy -- thank you! I assumed it was an issue with what I was running as there was a couple of other PKGBUILDs failing. Appreciate the response :)

WorMzy commented on 2024-03-01 15:48 (UTC) (edited on 2024-03-01 21:25 (UTC) by WorMzy)

Thanks for the heads up. Looks like epoxy was added as a dep a few weeks ago, so I just need to update the PKGBUILD.

https://github.com/yshui/picom/commit/642a43acbb5a92f00c31bd7487c07fab59ab18a9

In the meantime you should be able to just add 'libepoxy' to the dependency array locally.

EDIT: updated now.