From 910b26f197cb2a6301916f96dd3be11e0ad34bca Mon Sep 17 00:00:00 2001 From: Ducky Date: Fri, 24 Feb 2023 03:23:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20various=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pantheon-parental-controls/daemon.conf | 16 + .../usr/bin/pantheon-parental-controls-daemon | Bin 0 -> 134016 bytes .../system/pantheon-parental-controls.service | 11 + .../system/libparental-controls.so | 3 + .../libexec/pantheon-parental-controls-client | Bin 0 -> 74880 bytes .../pantheon-parental-controls-client.desktop | 10 + .../org.pantheon.ParentalControls.service | 5 + .../org.pantheon.ParentalControls.conf | 24 + .../README.md | 31 + .../COPYING | 675 ++++++++++++++++++ .../LC_MESSAGES/parental-controls-plug.mo | 3 + .../LC_MESSAGES/parental-controls-plug.mo | 3 + .../LC_MESSAGES/parental-controls-plug.mo | 3 + ....switchboard.parental-controls.appdata.xml | 292 ++++++++ ...ntary.switchboard.screentime-limits.policy | 51 ++ .../personal/libsecurity-privacy.so | 3 + .../personal/security-privacy-plug-helper | 220 ++++++ .../README.md | 25 + ...y.switchboard.security-privacy.gschema.xml | 12 + .../switchboard-plug-security-privacy/COPYING | 675 ++++++++++++++++++ .../LC_MESSAGES/security-privacy-plug.mo | 3 + .../LC_MESSAGES/security-privacy-plug.mo | 3 + .../LC_MESSAGES/security-privacy-plug.mo | 3 + ...y.switchboard.security-privacy.appdata.xml | 126 ++++ ...entary.switchboard.security-privacy.policy | 47 ++ .../usr/lib64/wingpanel/liba11y.so | 3 + .../doc/wingpanel-indicator-a11y/README.md | 23 + ...mentary.desktop.wingpanel.a11y.gschema.xml | 9 + .../licenses/wingpanel-indicator-a11y/COPYING | 339 +++++++++ .../en_AU/LC_MESSAGES/a11y-indicator.mo | 3 + .../en_CA/LC_MESSAGES/a11y-indicator.mo | 3 + .../en_GB/LC_MESSAGES/a11y-indicator.mo | 3 + .../io.elementary.wingpanel.a11y.appdata.xml | 38 + 33 files changed, 2665 insertions(+) create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/etc/pantheon-parental-controls/daemon.conf create mode 100755 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/bin/pantheon-parental-controls-daemon create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/lib/systemd/system/pantheon-parental-controls.service create mode 100755 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/lib64/switchboard/system/libparental-controls.so create mode 100755 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/libexec/pantheon-parental-controls-client create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/applications/pantheon-parental-controls-client.desktop create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system-services/org.pantheon.ParentalControls.service create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system.d/org.pantheon.ParentalControls.conf create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-parental-controls/README.md create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-parental-controls/COPYING create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/parental-controls-plug.mo create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/parental-controls-plug.mo create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/parental-controls-plug.mo create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.parental-controls.appdata.xml create mode 100644 binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.screentime-limits.policy create mode 100755 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/libsecurity-privacy.so create mode 100755 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/security-privacy-plug-helper create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-security-privacy/README.md create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.switchboard.security-privacy.gschema.xml create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-security-privacy/COPYING create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/security-privacy-plug.mo create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/security-privacy-plug.mo create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/security-privacy-plug.mo create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.security-privacy.appdata.xml create mode 100644 binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.security-privacy.policy create mode 100755 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/lib64/wingpanel/liba11y.so create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/doc/wingpanel-indicator-a11y/README.md create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.desktop.wingpanel.a11y.gschema.xml create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/licenses/wingpanel-indicator-a11y/COPYING create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/a11y-indicator.mo create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/a11y-indicator.mo create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/a11y-indicator.mo create mode 100644 binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.wingpanel.a11y.appdata.xml diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/etc/pantheon-parental-controls/daemon.conf b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/etc/pantheon-parental-controls/daemon.conf new file mode 100644 index 0000000..73778d1 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/etc/pantheon-parental-controls/daemon.conf @@ -0,0 +1,16 @@ +# This is main configuration file for pantheon parental controls daemon. +# It is used to restrict users and control whethever they can or cannot +# access a specified service. +# +# a simple example of how a configuration for user "username" would look like: +# [username] +# Active=false +# Targets=/path/to/executable1;/path/to/executable2; +# BlockUrls=website1.com;website2.com +# Admin=false +# +# End of example file. +# + +[ducky] +Active=false diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/bin/pantheon-parental-controls-daemon b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/bin/pantheon-parental-controls-daemon new file mode 100755 index 0000000000000000000000000000000000000000..18b1021877e7207674d0c3f38acfcb7454da1b40 GIT binary patch literal 134016 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 literal 0 HcmV?d00001 diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/applications/pantheon-parental-controls-client.desktop b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/applications/pantheon-parental-controls-client.desktop new file mode 100644 index 0000000..6352461 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/applications/pantheon-parental-controls-client.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Screen Time & Limits Client +Exec=/usr/libexec/pantheon-parental-controls-client +Comment=Show Screen Time & Limits information and restrictions +Icon=preferences-system-parental-controls +Terminal=false +Type=Application +NoDisplay=true +X-GNOME-AutoRestart=true +X-GNOME-Autostart-Phase=Applications diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system-services/org.pantheon.ParentalControls.service b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system-services/org.pantheon.ParentalControls.service new file mode 100644 index 0000000..7688aee --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system-services/org.pantheon.ParentalControls.service @@ -0,0 +1,5 @@ +[D-BUS Service] +Name=org.pantheon.ParentalControls +Exec=/usr/bin/pantheon-parental-controls-daemon +User=root +SystemdService=pantheon-parental-controls.service diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system.d/org.pantheon.ParentalControls.conf b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system.d/org.pantheon.ParentalControls.conf new file mode 100644 index 0000000..5620efd --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/dbus-1/system.d/org.pantheon.ParentalControls.conf @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-parental-controls/README.md b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-parental-controls/README.md new file mode 100644 index 0000000..7763ff1 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-parental-controls/README.md @@ -0,0 +1,31 @@ +# Switchboard Parental Controls Plug +[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-parental-controls/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget) + +![screenshot](data/screenshot.png?raw=true) + +## Building and Installation + +You'll need the following dependencies: + +* libaccountsservice-dev +* libdbus-1-dev +* libflatpak-dev +* libglib2.0-dev +* libgranite-dev +* libhandy-1-dev >= 0.90.0 +* libmalcontent-0-dev +* libpolkit-gobject-1-dev +* libswitchboard-2.0-dev +* meson >= 0.46.1 +* policykit-1 +* valac + +Run `meson` to configure the build environment and then `ninja` to build + + meson build --prefix=/usr + cd build + ninja + +To install, use `ninja install` + + sudo ninja install diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-parental-controls/COPYING b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-parental-controls/COPYING new file mode 100644 index 0000000..10926e8 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-parental-controls/COPYING @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/parental-controls-plug.mo b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/parental-controls-plug.mo new file mode 100644 index 0000000..b0e2983 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/parental-controls-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef16e130bb4d53c9fb4ee15e71b3e06067c432da01e7b9c9599fa15dc48cc87 +size 462 diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/parental-controls-plug.mo b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/parental-controls-plug.mo new file mode 100644 index 0000000..457943b --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/parental-controls-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536009cd1b53f940b8a407ba586e4e5ce11b66176044ccddcede5a463678c3cc +size 2310 diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/parental-controls-plug.mo b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/parental-controls-plug.mo new file mode 100644 index 0000000..2fe5ccf --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/parental-controls-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655b018fb5ae73ab9d77625e19e9cd058e11b394ad824f44be2463d060ab8eb5 +size 3747 diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.parental-controls.appdata.xml b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.parental-controls.appdata.xml new file mode 100644 index 0000000..4bc0426 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.parental-controls.appdata.xml @@ -0,0 +1,292 @@ + + + io.elementary.switchboard.parental-controls + io.elementary.switchboard + Screen Time & Limits Settings + 使用时段 &amp; 限制设置 + Налаштування обмежень та тривалості роботи екрана + Ekran Zaman Aşımı ve Sınırlarının Ayarları + Подешавања времена екрана и ограничења + Tempo de tela &amp; Limites de configurações + Definições de Tempo e Limites do Ecrã + Schermtijd &amp; Limieten instellingen + Skjermtid- og begrensningsinnstillinger + स्क्रीन वेळ आणि मर्यादा सेटिंग्ज + Laiko prie ekrano ir jo apribojimų nustatymai + 화면 사용 시간 & 제한 설정 + スクリーンタイムと制限の設定 + Tempo di utilizzo e limitazioni + הגדרות זמן מסך ומגבלות + Axustes dos límite de tempo da pantalla + Paramètres du temps d'écran et des limites + Configuración de tiempo ante pantalla y límites + Agordoj pri ekranaj uztempo &amp; limoj + Screen Time &amp; Limits Settings + Čas před obrazovkou a nastavení limitů + Paràmetres dels límits i del temps de pantalla + Configure time limits and restrict application usage + 配置时间限制和应用程序的使用限制 + Налаштовування обмеження за часом та користування застосунками + Zaman sınırlamasını ve uygulama kullanımını kısıtlamasını yapılandırın + Подесите ограничења времена и ограничите коришћење програма + Настройка ограничения по времени и использования приложений + Configurar limites de tempo e restringir o uso de aplicativos + Configurar limites de tempo e restringir o uso de aplicações + Configureer tijdslimieten en limiteer programma gebruik + Sett opp tidsgrenser og begrens programbruk + वेळ मर्यादा कॉन्फिगर करा आणि अनुप्रयोग वापर प्रतिबंधित करा + Konfigūruoti laiko apribojimus ir riboti naudojimąsi programomis + 사용 시간 및 애플리케이션 사용제한을 설정합니다 + 時間制限を設定し、アプリケーションの使用を制限します + Configura i limiti di tempo e limita l'utilizzo delle applicazioni + הגדרת מגבלות זמן והגבלת שימוש ביישומים + Configurar límites de tempo e restrinxir o uso das aplicacións + Configurer les limites de temps et les restrictions d'utilisation des applications + Määritä aikarajat ja rajoita sovellusten käyttöä + Configure límites de tiempo y restrinja el uso de aplicaciones + Agordi uztempajn limojn kaj striktigi aplikaĵan uzadon + Configure time limits and restrict application usage + Configure time limits and restrict application usage + Configure time limits and restrict application usage + Zeitliche Beschränkungen einrichten und Nutzung von Anwendungen beschränken + Konfigurer tidsbegrænsninger, og begræns brug af applikationer + Nastavit časové limity a omezení používání aplikace + Configureu els límits de temps i restringiu l'ús d'aplicacions. + preferences-system-parental-controls + parental-controls-plug + + + +

Fixes:

+
    +
  • Set default Screen Time from midnight to midnight to prevent accidental lockouts
  • +
  • Вкажіть стандартний час роботи екрана від півночі до півночі, щоб запобігти випадковим блокуванням
  • +
  • Yanlışlıkla kilitlenmeleri önlemek için varsayılan Ekran Zaman Aşımı gece yarısından gece yarısına ayarlandı
  • +
  • Поставите подразумевано време екрана од поноћи до поноћи зарад избегавања нежељених закључавања
  • +
  • Define o tempo de ecrã predefinido da meia-noite à meia-noite para evitar bloqueios acidentais
  • +
  • अपघाती लॉकआउट्स टाळण्यासाठी मध्यरात्र ते मध्यरात्री दरम्यान डीफॉल्ट स्क्रीन वेळ सेट करा
  • +
  • 誤ってロックアウトされてしまわないように、デフォルトのスクリーンタイムを深夜から深夜に変更
  • +
  • Imposta il tempo di utilizzo predefinito da mezzanotte a mezzanotte per evitare blocchi accidentali
  • +
  • הגדרת בררת המחדל של שעת המסך מחצות לחצות כדי למנוע נעילות בטעות
  • +
  • Nous avons défini le temps d'écran par défaut de minuit à minuit pour éviter des déconnexions accidentelles
  • +
  • El tiempo ante pantalla predeterminado se fijó a un intervalo de 24 horas para evitar que quede fuera accidentalmente
  • +
  • Set default Screen Time from midnight to midnight to prevent accidental lockouts
  • +
  • Vyberte výchozí čas, strávený před obrazovkou od půlnoci do půlnoci a zabraňte tak náhodným uzamčením
  • +
  • Es defineix el temps de pantalla predeterminat de mitjanit a mitjanit per evitar bloqueigs accidentals.
  • +
  • Improve reliability of app blocking
  • +
  • Support blocking Flatpak apps
  • +
+

Minor updates:

+
    +
  • Clarify how Screen Time limits work and when they take effect
  • +
  • Уточніть обмеження часу роботи екрана, і коли вони набирають чинності
  • +
  • Esclarecer como funcionam os limites de tempo do ecrã e quando entram em vigor
  • +
  • スクリーンタイムの制限の仕組みや制限時間を明確化
  • +
  • הסבר על האופן בו מוקצה זמן מסך ומתי הוא תקף
  • +
  • Clarification de la façon dont fonctionne le temps d'écran et la façon dont il est mis en place
  • +
  • Clarify how Screen Time limits work and when they take effect
  • +
  • És més clar com funcionen els límits de temps de pantalla i quan entren en vigor.
  • +
  • New colorful avatar fallback
  • +
  • Updated translations
  • +
  • 翻譯更新
  • +
  • 翻译更新
  • +
  • Оновлено переклади
  • +
  • Çeviriler güncellendi
  • +
  • Освежени преводи
  • +
  • Posodobljeni prevodi
  • +
  • Обновлены переводы
  • +
  • Traduções atualizadas
  • +
  • Traduções atualizadas
  • +
  • Zaktualizowane tłumaczenia
  • +
  • Bijgewerkte vertalingen
  • +
  • Oppdaterte oversettelser
  • +
  • अद्ययावत भाषांतर
  • +
  • 翻訳の更新
  • +
  • Traduzioni aggiornate
  • +
  • Terjemahan yang diperbarui
  • +
  • Nadopunjeni prijevodi
  • +
  • תרגומים עודכנו
  • +
  • Mise à jour des traductions
  • +
  • Päivitetyt käännökset
  • +
  • Traducciones actualizadas
  • +
  • Ĝisdatigitaj tradukoj
  • +
  • Updated translations
  • +
  • Aktualisierte Übersetzungen
  • +
  • Opdaterede oversættelser
  • +
  • Aktualizovány překlady
  • +
  • Traduccions actualitzades
  • +
  • ترجمات محدثة
  • +
+
+
+ + +

Updated translations

+

翻譯更新

+

翻译更新

+

Оновлено переклади

+

Çeviriler güncellendi

+

Освежени преводи

+

Posodobljeni prevodi

+

Обновлены переводы

+

Traduções atualizadas

+

Traduções atualizadas

+

Zaktualizowane tłumaczenia

+

Bijgewerkte vertalingen

+

Oppdaterte oversettelser

+

अद्ययावत भाषांतर

+

翻訳の更新

+

Traduzioni aggiornate

+

Terjemahan yang diperbarui

+

Nadopunjeni prijevodi

+

תרגומים עודכנו

+

Mise à jour des traductions

+

Päivitetyt käännökset

+

Traducciones actualizadas

+

Ĝisdatigitaj tradukoj

+

Updated translations

+

Aktualisierte Übersetzungen

+

Opdaterede oversættelser

+

Aktualizovány překlady

+

Traduccions actualitzades

+

ترجمات محدثة

+
+
+ + +

Rename to Screen Time & Limits

+

Перейменування на обмеження та тривалість роботи екрана

+

Преименује ограничења и времена екрана

+

Renomear para Tempo de tela &amp; limites

+

Renomear para Tempo e Limites do Ecrã

+

Hernoemd naar Schermtijd &amp; Limieten

+

स्क्रीन वेळ आणि मर्यादा असे नाव बदला

+

スクリーンタイムと制限の設定に名称変更

+

Rinomina in "Tempo di utilizzo e limitazioni"

+

שינוי השם לזמן מסך ומגבלות

+

Renommé en temps d'écran et des limites

+

Cambio de nombre a Tiempo ante pantalla y límites

+

Renomi al Ekrana uztempo &amp; limoj

+

Rename to Screen Time &amp; Limits

+

Přejmenování na Čas před obrazovkou a limity

+

Canvi de nom als límits de temps de pantalla

+

Show your own account

+

Показ вашого власного облікового запису

+

Приказује ваш лични налог

+

Exibir sua própria conta

+

Mostrar a própria conta

+

Toon uw eigen account

+

आपले स्वतःचे खाते दर्शवा

+

利用中のアカウントも表示するように修正

+

Visualizza il tuo account personale

+

הצגת החשבון העצמי שלך

+

Affichage de son compte

+

Se muestra su propia cuenta

+

Montri vian propran konton

+

Show your own account

+

Zobrazit váš vlastní účet

+

Es mostra el compte propi.

+

Redesign the app chooser

+

Перероблено меню вибору застосунків

+

Редизајнира бирача програма

+

Redesenhar o seletor de aplicativos

+

Redesenhar o seletor de aplicações

+

De app kiezer opnieuw ontworpen

+

अ‍ॅप निवडकर्ता पुन्हा डिझाइन करा

+

アプリ選択画面のデザインを変更

+

Il selettore delle applicazioni è stato riprogettato

+

עיצוב מחדש של בוחר היישומים

+

Re-design du sélecteur d'applications

+

Rediseño del selector de aplicaciones

+

Refasoni la aplikaĵan elektilon

+

Redesign the app chooser

+

Předělání volby aplikací

+

Redisseny del selector d'aplicacions

+

Redesign the Screen Time view

+

Перероблено вигляд вибору часу роботи екрана

+

Редизајнира преглед времена екрана

+

Redesenhar a exibição do tempo da tela

+

Redesenhar a vista de tempo do ecrã

+

Het Schermtijd venster is opnieuw vormgegeven

+

स्क्रीन वेळ दृश्य पुन्हा डिझाइन करा

+

スクリーンタイムビューのデザインを変更

+

La visualizzazione del tempo di utilizzo è stata ridisegnata

+

עיצוב מחדש של תצוגת זמן המסך

+

Refonte de la vue du temps d'écran

+

Rediseño de la vista Tiempo ante pantalla

+

Redesign the Screen Time view

+

Předělání pohledu na čas před obrazovkou

+

Redisseny de la vista de temps de pantalla

+

Fix an issue with removing URLs from restricted websites

+

Розв'язано проблему зникання URL-адрес вебсайтів з обмеженим доступом

+

Поправља проблем са уклањањем адреса са ограничених веб сајтова

+

Corrija um problema com a remoção de URLs de sites restritos

+

Corrige um problema com a remoção de URLs de sites restritos

+

Een probleem opgelost met het verwijderen van URLs van de lijst met geblokkeerde websites

+

प्रतिबंधित वेबसाइटवरून URL हटवण्याबाबद समस्येचे निराकरण करा

+

制限された Web サイトから URL を削除する際の不具合を修正

+

Risolve un problema con la rimozione di URL dai siti con limitazioni

+

תיקון תקלה עם הסרת כתובות מאתרים מוגבלים

+

Correction d'un problème lors de la suppression d'URLs des restrictions de sites web

+

Corrección de un problema con la eliminación de URL de sitios web restringidos

+

Ripari problemon pri forigo de URL-adreso el limigitaj retejoj

+

Fix an issue with removing URLs from restricted websites

+

Oprava problému při odebírání URL adres ze seznamu stránek s omezeným přístupem

+

Correcció de l'error d'eliminació d'URLs de llocs webs restringits

+

Reliably apply time restrictions

+

Надійне застосовування обмеження за часом

+

Поуздано примењује временска ограничења

+

Aplicar de forma confiável restrições de tempo

+

Aplicar de forma fiável as restrições de tempo

+

Voer betrouwbare tijdsrestricties in

+

विश्वासाने वेळेचे निर्बंध लागू करा

+

時間制限が正しく適用されるように修正

+

Applica in modo affidabile limitazioni al tempo di utilizzo

+

החלת מגבלות זמן באופן אמין

+

Appliquez des restrictions de temps de façon fiable

+

Aplicación fiable de las restricciones de tiempo

+

Reliably apply time restrictions

+

Spolehlivé uplatnění časových omezení

+

Aplicació fiable de les restriccions de temps

+

Updated translations

+

翻譯更新

+

翻译更新

+

Оновлено переклади

+

Çeviriler güncellendi

+

Освежени преводи

+

Posodobljeni prevodi

+

Обновлены переводы

+

Traduções atualizadas

+

Traduções atualizadas

+

Zaktualizowane tłumaczenia

+

Bijgewerkte vertalingen

+

Oppdaterte oversettelser

+

अद्ययावत भाषांतर

+

翻訳の更新

+

Traduzioni aggiornate

+

Terjemahan yang diperbarui

+

Nadopunjeni prijevodi

+

תרגומים עודכנו

+

Mise à jour des traductions

+

Päivitetyt käännökset

+

Traducciones actualizadas

+

Ĝisdatigitaj tradukoj

+

Updated translations

+

Aktualisierte Übersetzungen

+

Opdaterede oversættelser

+

Aktualizovány překlady

+

Traduccions actualitzades

+

ترجمات محدثة

+
+
+
+ + + https://raw.githubusercontent.com/elementary/switchboard-plug-parental-controls/master/data/screenshot.png + + + https://elementary.io + https://github.com/elementary/switchboard-plug-parental-controls/issues + CC0-1.0 + GPL-3.0 +
diff --git a/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.screentime-limits.policy b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.screentime-limits.policy new file mode 100644 index 0000000..7a0bc80 --- /dev/null +++ b/binaries/fedora/switchboard-plug-parental-controls/6.0.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.screentime-limits.policy @@ -0,0 +1,51 @@ + + + + elementary + https://elementary.io + + Manage Screen Time and Limits + Керуйте обмеженнями та часом роботи екрана + Ekran Zaman Aşımı ve Sınırları Yönetin + Управљајте ограничењима и временом екрана + Gerenciar tempo e limites da tela + Gerir o tempo e limites do ecrã + Beheer Schermtijd en Limieten + स्क्रीन वेळ आणि मर्यादा व्यवस्थापित करा + スクリーンタイムと制限を管理 + Gestisci il tempo di utilizzo e le limitazioni + ניהול זמני מסך ומגבלות + Gérez le temps d'écran et les limitations + Gestione el tiempo ante pantalla y los límites + Manage Screen Time and Limits + Bildschirmzeit und Einschränkungen können eingerichtet werden + Správa času před obrazovkou a limitů + Gestioneu els temps de pantalla i els límits + Authentication is required to change Screen Time and Limits + Необхідна автентифікація для зміни обмежень та часу роботи екрана + Потврђивање идентитета је потребно за промену ограничења и времена екрана + É necessária autenticação para alterar o tempo e os limites da tela + É necessária a autenticação para alterar o Tempo e Limites do Ecrã + Authenticatie is vereist om Schermtijd en Limieten in te stellen + स्क्रीन वेळ आणि मर्यादा बदलण्यासाठी प्रमाणीकरण आवश्यक आहे + スクリーンタイムと制限を変更するには認証が必要です + È richiesta l'autenticazione per cambiare il tempo di utilizzo e le limitazioni + נדרש אימות כדי לשנות זמני מסך ומגבלות + Une authentification est requise pour modifier le temps d'écran et les limitations + Necesita autenticarse para cambiar el tiempo ante pantalla y los límites + Authentication is required to change Screen Time and Limits + Authentifizierung benötigt, um Bildschirmzeit und Einschränkungen zu ändern + Pro změnu času před obrazovkou a limitů je zapotřebí se ověřit + Cal autenticació per canviar el temps de pantalla i els límits. + preferences-system-parental-controls + + no + no + auth_admin_keep + + /usr/libexec/pantheon-parental-controls-client + org.freedesktop.parental-controls.user-administration + com.endlessm.ParentalControls.AppFilter.ChangeOwn + com.endlessm.ParentalControls.AppFilter.ChangeAny + + diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/libsecurity-privacy.so b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/libsecurity-privacy.so new file mode 100755 index 0000000..16a55fe --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/libsecurity-privacy.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b38a44fffbbc47ced91367490a362a3e868aee56cfe4dc71c1cd5a83ecf28d0 +size 215736 diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/security-privacy-plug-helper b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/security-privacy-plug-helper new file mode 100755 index 0000000..a6dfd0e --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/lib64/switchboard/personal/security-privacy-plug-helper @@ -0,0 +1,220 @@ +#!/usr/bin/bash + +function die() { + echo -e "Error: $@" + exit 1 +} + +function get_option() { + args="$1" + option="$2" + + echo $(echo $args | grep -o -P "(?<=--$option |-$option ).*?(?:(?= -| --)|$)") +} + +function check_chain() { + protocol="$1" + chain="sodalite-$2" + + function check_passthrough() { + protocol="$1" + args="$2" + + if [[ $(firewall-cmd --permanent --direct --query-passthrough $protocol $args) == "no" ]]; then + # TODO: Remove passthrough if not needed + firewall-cmd --permanent --direct --add-passthrough $protocol $args + fi + } + + if [[ $(firewall-cmd --permanent --direct --query-chain $protocol filter $chain) == "no" ]]; then + # TODO: Remove chain if not needed + firewall-cmd --permanent --direct --add-chain $protocol filter $chain + fi + + case ${chain} in + "sodalite-allow") check_passthrough $protocol "--append sodalite-allow --jump ACCEPT" ;; + "sodalite-deny") check_passthrough $protocol "--append sodalite-deny --jump DROP" ;; + "sodalite-reject") check_passthrough $protocol "--append sodalite-reject --jump REJECT" ;; + "sodalite-limit") + check_passthrough $protocol "--append sodalite-limit --match limit --limit 3/min --limit-burst 10 --jump ACCEPT" + check_passthrough $protocol "--append sodalite-limit --jump DROP" + ;; + *) + firewall-cmd --permanent --direct --remove-chain $protocol filter $chain + esac +} + +function get_status() { + fwc_state="$(firewall-cmd --state)" + + case ${fwc_state} in + "running") echo "active" ;; + *) echo "inactive" ;; + esac +} + +function list_rules() { + echo -e "Status: $(get_status)" + echo -e "" + echo -e " To Action From" + echo -e " -- ------ ----" + + id=0 + firewall-cmd --permanent --direct --get-all-rules | while read line; do + id=$((id+1)) + + if [[ $line =~ ((ipv4|ipv6) filter (INPUT|OUTPUT) ([[:digit:]]+) (.*)) ]]; then + args="${BASH_REMATCH[5]}" + direction="${BASH_REMATCH[3]}" + protocol="${BASH_REMATCH[2]}" + + ipt_jump="$(get_option "$args" "j")" + ipt_port="$(get_option "$args" "dport")" + ipt_protocol="$(get_option "$args" "p")" + ipt_source="$(get_option "$args" "s")" + + if [[ $ipt_jump == "sodalite"* ]]; then + ufw_action="" + ufw_direction="" + ufw_from="Anywhere" + ufw_id=$id + ufw_to="$ipt_port/$ipt_protocol" + + case "$ipt_jump" in + "sodalite-allow") ufw_action="ALLOW" ;; + "sodalite-deny") ufw_action="DENY" ;; + "sodalite-limit") ufw_action="LIMIT" ;; + "sodalite-reject") ufw_action="REJECT" ;; + esac + + case "$direction" in + "INPUT") ufw_direction="IN" ;; + "OUTPUT") ufw_direction="OUT" ;; + esac + + if [[ -n $ipt_source ]]; then + ufw_from="$ipt_source" + fi + + if [[ $protocol == "ipv6" ]]; then + ufw_to+=" (v6)" + ufw_from+=" (v6)" + fi + + echo -e "[$ufw_id] $ufw_to $ufw_action $ufw_direction $ufw_from +$line" + fi + fi + done +} + +function add_rule() { + ufw_options="$@" + + if [[ "$ufw_options" =~ ((allow|deny|reject|limit) (in|out) proto (tcp|udp) to ([0-9\.\/]{9,18}|[\:\/0-9A-Fa-f]{4,43}|any) port ([0-9]{1,5}) from ([0-9\.\/]{9,18}|[\:\/0-9A-Fa-f]{4,43}|any)) ]]; then + ufw_action="${BASH_REMATCH[2]}" + ufw_direction="${BASH_REMATCH[3]}" + ufw_from="${BASH_REMATCH[7]}" + ufw_port="${BASH_REMATCH[6]}" + ufw_protocol="${BASH_REMATCH[4]}" + ufw_to="${BASH_REMATCH[5]}" + + fwd_args="-p $ufw_protocol --dport $ufw_port -j sodalite-$ufw_action" + fwd_direction="" + + case ${ufw_direction} in + "in") fwd_direction="INPUT" ;; + "out") fwd_direction="OUTPUT" ;; + esac + + if { [[ $ufw_from != "0.0.0.0/0" ]] && [[ $ufw_from != "::/0" ]] && [[ $ufw_from != "any" ]]; }; then + fwd_args+=" -s $ufw_from" + fi + + if [[ $ufw_to =~ ([0-9\.\/]{9,18}|any) ]]; then + check_chain ipv4 $ufw_action + firewall-cmd --permanent --direct --add-rule ipv4 filter $fwd_direction 0 $fwd_args || die "Failed to add rule ($fwd_args)" + fi + + if [[ $ufw_to =~ ([\:\/0-9A-Fa-f]{4,43}|any) ]]; then + check_chain ipv6 $ufw_action + firewall-cmd --permanent --direct --add-rule ipv6 filter $fwd_direction 0 $fwd_args || die "Failed to add rule ($fwd_args)" + fi + + firewall-cmd --reload || die "Failed to reload" + fi +} + +function del_rule() { + id=$1 + + list_rules | while read line; do + if [[ $line =~ (\[([[:digit:]]+)\] [^*]*\+(.*)) ]]; then + ufw_id="${BASH_REMATCH[2]}" + ufw_args="${BASH_REMATCH[3]}" + + if [[ $ufw_id == $id ]]; then + firewall-cmd --permanent --direct --remove-rule $ufw_args + firewall-cmd --reload + break + fi + fi + done +} + +fw_daemon="firewalld" + +if [[ -x "$(command -v ufw)" ]]; then + fw_daemon="ufw" +fi + +case ${fw_daemon} in + "firewalld") + while getopts "12345:6:" OPTION; do + case ${OPTION} in + 2) + systemctl enable --now firewalld + ;; + 3) + systemctl disable --now firewalld + ;; + 4|1) + list_rules + ;; + 5) + add_rule $2 + ;; + 6) + del_rule $OPTARG + ;; + *) + die "Not implemented" + ;; + esac + done + ;; + "ufw") + # https://github.com/elementary/switchboard-plug-security-privacy/blob/1119b7fd1441f1b06d37caea19f38216ad1f24da/data/security-privacy-plug-helper#L3-L24 + while getopts "12345:6:" OPTION; do + case ${OPTION} in + 1) + LANGUAGE=C + export LANGUAGE + ufw status;; + 2) + ufw --force enable;; + 3) + ufw disable;; + 4) + LANGUAGE=C + export LANGUAGE + ufw status numbered;; + 5) + ufw $2;; + 6) + ufw --force delete $OPTARG;; + \?) + exit 1;; + esac + done + ;; +esac diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-security-privacy/README.md b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-security-privacy/README.md new file mode 100644 index 0000000..28c8042 --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/doc/switchboard-plug-security-privacy/README.md @@ -0,0 +1,25 @@ +# Switchboard Security & Privacy Plug +[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-security-privacy/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget) + +![screenshot](data/screenshot.png?raw=true) + +## Building, Testing, and Installation + +You'll need the following dependencies: +* libgranite-dev +* libpolkit-gobject-1-dev +* libswitchboard-2.0-dev +* libzeitgeist-2.0-dev +* meson >= 0.46.1 +* policykit-1 +* valac + +Run `meson` to configure the build environment and then `ninja` to build + + meson build --prefix=/usr + cd build + ninja + +To install, use `ninja install` + + sudo ninja install diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.switchboard.security-privacy.gschema.xml b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.switchboard.security-privacy.gschema.xml new file mode 100644 index 0000000..a14244c --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.switchboard.security-privacy.gschema.xml @@ -0,0 +1,12 @@ + + + + + + [] + Firewall rules that have been disabled, but should still be listed in the plug + An array of rules, each containing action, protocol, direction and (bool v6) in that order. + + + + diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-security-privacy/COPYING b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-security-privacy/COPYING new file mode 100644 index 0000000..10926e8 --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/licenses/switchboard-plug-security-privacy/COPYING @@ -0,0 +1,675 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/security-privacy-plug.mo b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/security-privacy-plug.mo new file mode 100644 index 0000000..307e385 --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/security-privacy-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa60ad4a0c3ef1c794d4838af9255c26a46dbc7c095a101640ecd6b07f770e +size 483 diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/security-privacy-plug.mo b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/security-privacy-plug.mo new file mode 100644 index 0000000..210d3f3 --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/security-privacy-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647547aa752c6b95cb0defcb0fbcb55ed49b3cdad5195c54bd0803326ca8272c +size 4963 diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/security-privacy-plug.mo b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/security-privacy-plug.mo new file mode 100644 index 0000000..47fddfe --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/security-privacy-plug.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aefec6d246bf135b0124d8e27d68be65665714609de1e788452ad80aa58e1e1 +size 7240 diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.security-privacy.appdata.xml b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.security-privacy.appdata.xml new file mode 100644 index 0000000..993e9ea --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.switchboard.security-privacy.appdata.xml @@ -0,0 +1,126 @@ + + + io.elementary.switchboard.security-privacy + io.elementary.switchboard + Security & Privacy Settings + 安全 &amp; 隐私设置 + Налаштування безпеки та приватності + Güvenlik ve Gizlilik Ayarları + Поставке безбедности и приватности + Nastavenia súkromia a zabezpečenia + Настройки защиты и приватности + Segurança &amp; Configurações de Privacidade + Definições de Segurança e Privacidade + Ustawienia bezpieczeństwa i prywatności + Beveiliging &amp; Privacy instellingen + Sikkerhet- og personvernsinnstillinger + सुरक्षा &amp; गोपनीयता सेटिंग्ज + セキュリティーとプライバシーの設定 + Impostazioni di sicurezza e privacy + Biztonság és adatvédelem beállításai + הגדרות אבטחה ופרטיות + Paramètres de sécurité et de confidentialité + Turvallisuuden ja yksityisyyden asetukset + Configuración de seguridad y privacidad + Security &amp; Privacy Settings + Sicherheit- &amp; Datenschutzeinstellungen + Sikkerhed &amp; Privatlivs Indstillinger + Nastavení soukromí a zabezpečení + Paràmetres de seguretat i privadesa + Configure firewall, screen lock, and activity information + 配置防火墙、屏幕锁和活动记录 + Налаштування фаєрволу, блокування екрана та подробиць про діяльність + Güvenlik duvarı, ekran kilidi ve aktivite bilgisini yapılandırın + Подесите заштитни зид, закључавање екрана и податке о раду + Nastavujte bránu Firewall, zámok obrazovky a informácie o aktivite + Настройка фаервола, экрана блокировки и информации об активности + Configurar informações de firewall, bloqueio de tela e atividade + Configurar a firewall, o bloqueio de ecrã e informações de atividade + Konfiguruj zaporę sieciową, blokadę ekranu oraz informacje o aktywności + Configureer firewall-, schermvergrendeling- en activiteitsinformatie + Sett opp brannmur, skjermlås og aktivitetsinfo + फायरवॉल, स्क्रीन लॉक आणि क्रियाकलाप माहिती कॉन्फिगर करा + Konfigūruoti užkardą, ekrano užraktą ir veiklos informaciją + 방화벽, 화면 잠금, 활동 정보 등을 설정합니다 + ファイアウォール、スクリーンロックとアクティビティ情報を設定します + Configura il firewall, il blocco schermo e le informazioni sull'attività + A tűzfal, a lezárási képernyő és az aktivitási információk beállítása + הגדרת חומת אש, נעילת מסך ופירוט על פעילות + Configurar devasa, pantalla de bloqueo e información da actividade + Configurer le pare-feu, le verrouillage de l'écran et les informations de l'activité de l'utilisateur + Määritä palomuuri, näytönlukitus ja toiminteiden tiedot + Configure el cortafuegos, el bloqueo de pantalla y la información de actividad + Agordi fajroŝirmilon, ekranan ŝloson, kaj aktivadajn informojn + Configure firewall, screen lock, and activity information + Firewall, Bildschirmsperre und Aktivitätsinformationen einrichten + Konfigurer firewall, skærmlås og aktivitetsdata + Nastavení brány firewall, zámku obrazovky a informace o aktivitě + Configureu el tallafoc, el bloqueig de la pantalla i la informació d'activitat. + قم بتعديل جدار الحماية, قفل الشاشة و المعلومات حول نشاطك + preferences-system-privacy + security-privacy-plug + + + +

New features:

+
    +
  • Option to forbid new USB devices while locked
  • +
+

Minor updates:

+
    +
  • Translation updates
  • +
+
+
+ + +

New features:

+
    +
  • Add Downloads option to Housekeeping
  • +
+

Minor updates:

+
    +
  • Translation updates
  • +
+
+
+ + +
    +
  • Translation updates
  • +
+
+
+ + +
    +
  • Translation updates
  • +
+
+
+ + +
    +
  • Translation updates
  • +
+
+
+ + +
    +
  • Redesigned "Housekeeping" page
  • +
  • Translation updates
  • +
+
+
+
+ + + https://raw.githubusercontent.com/elementary/switchboard-plug-security-privacy/master/data/screenshot.png + + + https://elementary.io + https://github.com/elementary/switchboard-plug-security-privacy/issues + CC0-1.0 + GPL-3.0+ +
diff --git a/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.security-privacy.policy b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.security-privacy.policy new file mode 100644 index 0000000..6b3d7ad --- /dev/null +++ b/binaries/fedora/switchboard-plug-security-privacy/2.4.0-1.fc37~x86_64/usr/share/polkit-1/actions/io.elementary.switchboard.security-privacy.policy @@ -0,0 +1,47 @@ + + + + elementary + https://elementary.io/ + + Authentication is required to run the Firewall Configuration + 运行防火墙配置需要管理员认证 + Необхідна автентифікація для налаштування фаєрволу + Güvenlik Duvarı Yapılandırmasını çalıştırmak için kimlik doğrulaması gerekiyor + Потврђивање идентитета је потребно за покретање подешавања Заштитног зида + Pre spustenie brány Firewall je potrebné overenie + Для изменения настроек брандмауэра требуется аутентификация + A autenticação é necessária para executar a Configuração do Firewall + É necessária a autenticação para executar a configuração da Firewall + Aby uruchomić konfigurację zapory sieciowej konieczne jest uwierzytelnienie + Authenticatie is vereist om de firewall configuratie te starten + Identitetsbekreftelse kreves for å kjøre brannmursoppsett + फायरवॉल कॉन्फिगरेशन चालविण्यासाठी प्रमाणीकरण आवश्यक आहे + Norint paleisti užkardos konfigūravimą, reikalingas tapatybės nustatymas + 방화벽 설정을 실행하려면 인증이 필요합니다 + ファイアウォールの設定を実行するには認証が必要です + È necessario autenticarsi per eseguire la configurazione del firewall + Hitelesítés szükséges a tűzfal beállításához + נדרש אימות כדי להפעיל את תצורת חומת האש + Requírese autenticación para executar a configuración da devasa + Il est nécessaire de s'authentifier pour configurer le pare-feu + Palomuurin asetusten suorittaminen vaatii tunnistautumisen + Para configurar el cortafuegos necesita autenticarse + Aŭtentigo necesas por lanĉi la fajroŝirmilan agordadon + Authentication is required to run the Firewall Configuration + Authentication is required to run the Firewall Configuration + Authentication is required to run the Firewall Configuration + Zum Ausführen von »Firewall-Einrichtung« ist eine Authentifizierung nötig + Godkendelse er påkrævet for at køre konfiguration af Firewall + Pro spuštění nastavení brány firewall je zapotřebí se ověřit + Cal autenticació per executar la configuració del tallafoc. + مطلوب المصادقة لتشغيل اعداد جدار الحماية + preferences-system-privacy + + no + no + auth_admin_keep + + /usr/lib64/switchboard/personal/security-privacy-plug-helper + + diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/lib64/wingpanel/liba11y.so b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/lib64/wingpanel/liba11y.so new file mode 100755 index 0000000..9672ac8 --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/lib64/wingpanel/liba11y.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b97b77bcfc0abae2e401fa91bfc58d8aed4bd06e5b427b11e7aa47e4d91482 +size 36768 diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/doc/wingpanel-indicator-a11y/README.md b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/doc/wingpanel-indicator-a11y/README.md new file mode 100644 index 0000000..cfbec8b --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/doc/wingpanel-indicator-a11y/README.md @@ -0,0 +1,23 @@ +# Wingpanel Universal Access Indicator +[![Translation status](https://l10n.elementary.io/widgets/wingpanel/-/indicator-a11y/svg-badge.svg)](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget) + +![Screenshot](data/screenshot.png?raw=true) + +## Building and Installation + +You'll need the following dependencies: + +* meson +* libgranite-dev +* libwingpanel-dev +* valac + +Run `meson` to configure the build environment and then `ninja` to build + + meson build --prefix=/usr + cd build + ninja + +To install, use `ninja install` + + sudo ninja install diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.desktop.wingpanel.a11y.gschema.xml b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.desktop.wingpanel.a11y.gschema.xml new file mode 100644 index 0000000..75eea90 --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/glib-2.0/schemas/io.elementary.desktop.wingpanel.a11y.gschema.xml @@ -0,0 +1,9 @@ + + + + + false + Whether to show Wingpanel Universal Access Indicator + + + diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/licenses/wingpanel-indicator-a11y/COPYING b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/licenses/wingpanel-indicator-a11y/COPYING new file mode 100644 index 0000000..23cb790 --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/licenses/wingpanel-indicator-a11y/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {description} + Copyright (C) {year} {fullname} + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + {signature of Ty Coon}, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/a11y-indicator.mo b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/a11y-indicator.mo new file mode 100644 index 0000000..eceda42 --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_AU/LC_MESSAGES/a11y-indicator.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9660ac315ff1af180e41e18ed80fd6e40ef252a8db2dce04bb8a360e09d2c9 +size 426 diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/a11y-indicator.mo b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/a11y-indicator.mo new file mode 100644 index 0000000..834159a --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_CA/LC_MESSAGES/a11y-indicator.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91a375fa0321047bf0e7be310101e6fbe0b7e9176c15cc40d0a0167eaa1bb75 +size 426 diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/a11y-indicator.mo b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/a11y-indicator.mo new file mode 100644 index 0000000..a5310cf --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/locale/en_GB/LC_MESSAGES/a11y-indicator.mo @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079fc78454b4b38ea85dede994ff43a9f103fd9be4b1c190747312d1489d3fee +size 1047 diff --git a/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.wingpanel.a11y.appdata.xml b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.wingpanel.a11y.appdata.xml new file mode 100644 index 0000000..ee2215f --- /dev/null +++ b/binaries/fedora/wingpanel-indicator-a11y/1.0.0-1.fc37~x86_64/usr/share/metainfo/io.elementary.wingpanel.a11y.appdata.xml @@ -0,0 +1,38 @@ + + + + io.elementary.wingpanel.a11y + io.elementary.wingpanel + Accessibility Indicator + Accessibility Indicator + Accessibility Indicator + Accessibility Indicator + Activate accessibility features and settings + Activate accessibility features and settings + Activate accessibility features and settings + Activate accessibility features and settings + + + +

Initial Release

+
+
+
+ + + https://raw.githubusercontent.com/elementary/wingpanel-indicator-a11y/master/data/screenshot.png + + + elementary, Inc. + elementary, Inc. + elementary, Inc. + elementary, Inc. + https://elementary.io/ + https://github.com/elementary/wingpanel-indicator-a11y/issues + https://elementary.io/get-involved#funding + https://l10n.elementary.io/projects/wingpanel/indicator-a11y/ + contact_AT_elementary.io + CC0-1.0 + elementary + GPL-2.0 +