Files
.gitlab
.gitlab-ci
.settings
data
docs
js
dbusServices
extensions
notifications
screencast
screensaver
dbus-service.in
dbus-service.service.in
dbusService.js
meson.build
org.gnome.ScreenSaver.src.gresource.xml
org.gnome.Shell.Extensions.src.gresource.xml
org.gnome.Shell.Notifications.src.gresource.xml
org.gnome.Shell.Screencast.src.gresource.xml
gdm
misc
perf
portalHelper
ui
js-resources.gresource.xml
meson.build
portal-resources.gresource.xml
lint
man
meson
po
src
subprojects
tests
tools
.eslintrc.yml
.gitignore
.gitlab-ci.yml
.gitmodules
.jscheckignore
COPYING
HACKING.md
NEWS
README.md
config.h.meson
gnome-shell.doap
meson.build
meson_options.txt
gnome-shell/js/dbusServices
Emmanuele Bassi 317fa8222e screencast: Use the same format for screencasts and screenshot file names
Screenshots use `%Y-%m-%d %H-%M-%S` for the timestamp, which has the
advantage of allowing proper lexicographical sorting.

The screencast file name pattern, on the other hand, uses
locale-dependent expansions, which break sorting based on file name, and
introduces the chance of potentially invalid characters on different
file systems.

Fixes: 
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2300>
2022-07-27 13:50:10 +00:00
..