Some checks failed
Test / rust-clippy (push) Failing after 12m20s
Test / rust-tests (push) Has been cancelled
Test / rust-fmt-check (push) Successful in 1m50s
Test / frontend-typecheck (push) Has been cancelled
Test / frontend-tests (push) Has been cancelled
Test / wiki-sync (push) Has been cancelled
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
Test / frontend-typecheck (pull_request) Has been cancelled
Test / frontend-tests (pull_request) Has been cancelled
Test / wiki-sync (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Include the currently present squashfs-root application bundle files so the branch contains all local workspace changes. Made-with: Cursor
14 lines
600 B
XML
14 lines
600 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="gsettings-desktop-schemas">
|
|
<schema id="org.gnome.desktop.thumbnail-cache" path="/org/gnome/desktop/thumbnail-cache/">
|
|
<key name="maximum-age" type="i">
|
|
<default>180</default>
|
|
<description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</description>
|
|
</key>
|
|
<key name="maximum-size" type="i">
|
|
<default>512</default>
|
|
<description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|