diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml b/raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml deleted file mode 100644 index 844fc0e..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/burn-my-windows@schneegans.github.com/schemas/org.gnome.shell.extensions.burn-my-windows.gschema.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de> -SPDX-License-Identifier: CC0-1.0 ---> - -<schemalist> - - <schema path="/org/gnome/shell/extensions/burn-my-windows/" id="org.gnome.shell.extensions.burn-my-windows"> - - <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> - <!-- General Options --> - <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> - - <key name="active-profile" type="s"> - <default>""</default> - <summary>Active Profile</summary> - <description>The currently active effect profile.</description> - </key> - - <key name="preview-effect" type="s"> - <default>""</default> - <summary>Preview Effect</summary> - <description>The effect with this nick will be used for the next window animation.</description> - </key> - - <key name="test-mode" type="b"> - <default>false</default> - <summary>Test Mode</summary> - <description>If set to true, all animations will show only one still frame to allow for continuous integration tests.</description> - </key> - - <key name="last-prefs-version" type="i"> - <default>0</default> - <summary>Last Prefs Version</summary> - <description>Used to check whether the extension got updated from the preferences dialog.</description> - </key> - - <key name="last-extension-version" type="i"> - <default>0</default> - <summary>Last Extension Version</summary> - <description>Used to check whether the extension got updated from the extension side.</description> - </key> - - <key name="prefs-open-count" type="i"> - <default>0</default> - <summary>Prefs Open Count</summary> - <description>The number of times the settings dialog was openend.</description> - </key> - - <key name="show-support-dialog" type="b"> - <default>true</default> - <summary>Show Support Dialog</summary> - <description>If set to false, the ask-for-support dialog will never be shown.</description> - </key> - - </schema> - -</schemalist>
\ No newline at end of file |