Warning, /graphics/spectacle/kconf_update/spectacle.upd is written in an unsupported language. File is not indexed.

0001 # This is meant to be a unified kconf_update file. When you need to update the
0002 # config file, add a new section in this file.
0003 #
0004 # Each section should have a comment saying what it's for just above it.
0005 #
0006 # Each section ID should have a version prefix indicating the release version
0007 # for which it was added, followed by a topic string using underscores for
0008 # spaces, followed by an increment suffix. The latter should only be used if for
0009 # some reason you need to do more than one config update for the same release
0010 # version with the same topic. These parts should be connected by hyphens.
0011 # Examples: `24.02.0-example_update`, `24.02.0-example_update-2`.
0012 #
0013 # If you are using `ScriptArguments=`, always put it before `Script=`.
0014 #
0015 # Scripts should be named after the basename of this `.upd` file, followed by
0016 # the name of their associated section, connected by a hyphen.
0017 # Example: `spectacle-24.02.0-example_update.py`.
0018 # This way the `spectacle.upd` file and the scripts are sorted next to each
0019 # other in `/usr/share/kconf_update` and it's easy to identify associated
0020 # sections added to the `update_info` entry of `spectaclerc`.
0021 
0022 # KDE Frameworks/kconf_update version.
0023 # This only needs to be changed when the version of kconf_update changes.
0024 Version=6
0025 
0026 # This is an example section.
0027 # Id=24.02.0-example_update
0028 # Script=spectacle-24.02.0-example_update.py,python3
0029 
0030 # Remove old video settings. Separate save related image and video settings.
0031 Id=24.02.0-video_format
0032 Script=spectacle-24.02.0-video_format
0033 
0034 # Keep old default image and video save locations for users with existing configs
0035 Id=24.02.0-keep_old_save_location
0036 Script=spectacle-24.02.0-keep_old_save_location
0037 
0038 # Rename some settings
0039 Id=24.02.0-rename_settings
0040 Script=spectacle-24.02.0-rename_settings
0041 
0042 # Keep old default image and video filename templates for users with existing configs
0043 Id=24.02.0-keep_old_filename_templates
0044 Script=spectacle-24.02.0-keep_old_filename_templates
0045 
0046 # Change filename placeholders to new format
0047 Id=24.02.0-change_placeholder_format
0048 Script=spectacle-24.02.0-change_placeholder_format