Warning, /plasma/kinfocenter/Modules/about-distro/example/kcm-about-distrorc.ex is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: CC0-1.0
0002 # SPDX-FileCopyrightText: none
0003 [General]
0004 LogoPath=/home/me/kubuntu-circle-small.png
0005 Website=http://www.kubuntu.org
0006 Version=1.2.3
0007 Variant=Unstable Branches
0008 UseOSReleaseVersion=true # controls if os-release's VERSION is used (default=false = use VERSION_ID)
0009 # Scripts to run to get extra software data to show. The scripts need to take care of l10n. When en_US output
0010 # is required the LANGUAGE environment variable will contain **at least** en_US. Simply follow the environment.
0011 # Script output is expected to be a \n separated set of one label (including a terminal colon) and one value e.g.
0012 #   VLC Version:\n
0013 #   4.0.0
0014 # Further output is ignored.
0015 ExtraSoftwareData=/usr/bin/myscript;/usr/bin/myotherscript