Screen recording feature is not available after update

Just found how to capture screen video with default screenshot app, but today, after last Fedora 41 update, can’t find it.

Is it removed as deprecated or something went wrong with drivers on update?

I guess you meant the following, which is not an app, but part of gnome-shell.

gnome-shell-screenshot-widget

1 Like

Yes, but after last Fedora update there is no video button anymore.

There weren’t any recent changes to the feature, and there are certainly no plans to remove it (and even if there were, it would not happen in a point update).

What is the output of

$ gdbus call --session \
    --dest org.gnome.Shell.Screencast \
    --object-path /org/gnome/Shell/Screencast \
    --method org.freedesktop.DBus.Properties.Get \
      'org.gnome.Shell.Screencast' 'ScreencastSupported'
1 Like

Today have rebooted the system, and video icon available again!

maybe I want +1 reboot after system update… before report the issue.

p.s. output

gdbus call --session \
    --dest org.gnome.Shell.Screencast \
    --object-path /org/gnome/Shell/Screencast \
    --method org.freedesktop.DBus.Properties.Get \
      'org.gnome.Shell.Screencast' 'ScreencastSupported'
(<true>,)

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.