#Broken screen recording

1 messages · Page 1 of 1 (latest)

ornate silo
#

This morning my screen recording broke. It seems like te libavutil incremented past what the screenrecord expects 🙁

…/hypr/bindings dev ❯ omarchy-cmd-screenrecord region
wl-screenrec: error while loading shared libraries: libavutil.so.59: cannot open shared object file: No such file or directory

…/hypr/bindings dev ❯ ldconfig -p | grep libavutil
libavutil.so.60 (libc6,x86-64) => /usr/lib/libavutil.so.60
libavutil.so (libc6,x86-64) => /usr/lib/libavutil.so

ornate silo
#

I fixed this issue by recompiling wl-screenrec from source.

#

on recompile it compiled against the never libavutil library.

real osprey
#

was this after the update?