Closed issue by maop on void-packages repository https://github.com/void-linux/void-packages/issues/28987 Description: ### System * xuname: Void 5.10.17_1 x86_64 AuthenticAMD notuptodate rrFFF * package: gnome-shell-3.38.3_1 ### Expected behavior When Ctrl-Alt-Shift-r pressed starts recording and video is saved in $HOME/Videos or $HOME ### Actual behavior Nothing happens. With `dbus-monitor` i can see the error: ``` method call time=1614027327.526214 sender=:1.38 -> destination=org.gnome.Shell.Screencast serial=68 path=/org/gnome/Shell/Screencast; interface=org.gnome.Shell.Screencast; member=Screencast string "Captura del escritorio de %d %t.webm" array [ ] error time=1614027327.526281 sender=org.freedesktop.DBus -> destination=:1.38 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=68 string "The name org.gnome.Shell.Screencast was not provided by any .service files" ``` I confirmed there is not /usr/share/dbus-1/services/org.gnome.Shell.Screencast I've searched for solutions and installed all possible dependencies that may be missing, tried reinstalling, etc... but then i found this bug from openSuSE: https://build.opensuse.org/request/show/859147, is this happening with voidlinux too? or i missed something in the installation? Thanks for your time. ### Steps to reproduce the behavior Press ctrl-alt-shift-r in a gnome desktop installation.