From c61c26410aa13035a3a30b08fbb5d3c5a0252cc7 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 25 Jan 2023 22:30:21 +0100 Subject: [PATCH] Documentation update. --- THEMES-DEV.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/THEMES-DEV.md b/THEMES-DEV.md index 6fcbccb15..a061f56cb 100644 --- a/THEMES-DEV.md +++ b/THEMES-DEV.md @@ -8,6 +8,14 @@ Before your start, make sure to download the _Theme engine examples_ theme set t https://gitlab.com/es-de/themes/theme-engine-examples-es-de +To test whether your theme set includes support for all ES-DE systems, download one of the following archives which contain ROMs directory structures fully populated with dummy files: + +[ROMs_ALL_Unix.zip](tools/system-dirs-dummy-files/ROMs_ALL_Unix.zip)\ +[ROMs_ALL_macOS.zip](tools/system-dirs-dummy-files/ROMs_ALL_macOS.zip)\ +[ROMs_ALL_Windows.zip](tools/system-dirs-dummy-files/ROMs_ALL_Windows.zip) + +If you unzip and temporarily replace your ROMs directory with one of these, every system will be enabled on startup. + It's recommended to use a proper code editor for theme development, such as [VSCode](https://code.visualstudio.com) with the [Red Hat XML extension](https://github.com/redhat-developer/vscode-xml). Table of contents: