yshui / picom

A lightweight compositor for X11
Other
3.92k stars 576 forks source link

Picom not launcing no matter what. Instead i get this error: #1275

Closed Not1shanlol closed 1 week ago

Not1shanlol commented 1 week ago

~ > picom [ 06/18/2024 21:44:37.325 parse_config_libconfig WARN ] Please use xrender-sync-fence instead of xrender-sync. free(): double free detected in tcache 2 fish: Job 1, 'picom' terminated by signal SIGABRT (Abort)

~>

Not1shanlol commented 1 week ago

i have not gotten a solution for this in WEEKS btw

absolutelynothelix commented 1 week ago

it would be helpful to know what picom version you're running and what's your configuration file at least.

Not1shanlol commented 1 week ago

it would be helpful to know what picom version you're running and what's your configuration file at least.

my bad, its the latest one. https://aur.archlinux.org/picom-git.git im on arch + i3

here is my config file in .config/picom/picom.conf

`backend = "glx"; vsync = true; glx-use-copysubbuffer-mesa = true;

glx-copy-from-front = true;

glx-swap-method = 2; xrender-sync = true; xrender-sync-fence = true;`

yshui commented 1 week ago

@Not1shanlol that warning message you saw has long been removed (it was 4 years ago), you are running an exceedingly old version of picom