From 94772c507bd989d4babd0a38235e31b4e99fce63 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Fri, 23 Aug 2024 17:48:18 +0200 Subject: [PATCH] update --- .gitignore | 2 +- aurorae/themes/psion/LICENSE | 675 +++++++++ aurorae/themes/psion/alldesktops.svg | 829 +++++++++++ aurorae/themes/psion/close.svg | 806 +++++++++++ aurorae/themes/psion/decoration.svg | 1266 ++++++++++++++++ aurorae/themes/psion/keepabove.svg | 647 +++++++++ aurorae/themes/psion/keepbelow.svg | 640 ++++++++ aurorae/themes/psion/maximize.svg | 854 +++++++++++ aurorae/themes/psion/metadata.desktop | 12 + aurorae/themes/psion/metadata.json | 23 + aurorae/themes/psion/minimize.svg | 852 +++++++++++ aurorae/themes/psion/psionrc | 31 + aurorae/themes/psion/restore.svg | 854 +++++++++++ aurorae/themes/psion/shade.svg | 671 +++++++++ .../desktoptheme/{Psion => psion}/README.md | 0 .../{Psion => psion}/dialogs/background.svg | 0 .../{Psion => psion}/icons/Zoom.png | Bin .../{Psion => psion}/icons/applications.svg | 0 .../{Psion => psion}/icons/audio.svg | 0 .../{Psion => psion}/icons/battery.svg | 0 .../{Psion => psion}/icons/bookmarks.svg | 0 .../{Psion => psion}/icons/cantata.svg | 0 .../{Psion => psion}/icons/compass.svg | 0 .../{Psion => psion}/icons/computer.svg | 0 .../{Psion => psion}/icons/configure.svg | 0 .../{Psion => psion}/icons/device.svg | 0 .../{Psion => psion}/icons/images/image1.png | Bin .../icons/images/image3059.png | Bin .../{Psion => psion}/icons/klipper.svg | 0 .../{Psion => psion}/icons/konv_message.svg | 0 .../{Psion => psion}/icons/konversation.svg | 0 .../{Psion => psion}/icons/media.svg | 0 .../{Psion => psion}/icons/network.svg | 0 .../{Psion => psion}/icons/notification.svg | 0 .../{Psion => psion}/icons/printer.svg | 0 .../{Psion => psion}/icons/start.svg | 0 .../{Psion => psion}/icons/system.svg | 0 .../{Psion => psion}/icons/video.svg | 0 .../{Psion => psion}/icons/view.svg | 0 .../{Psion => psion}/icons/vlc.svg | 0 .../{Psion => psion}/icons/window.svg | 0 .../{Psion => psion}/icons/zoom.png | Bin .../{Psion => psion}/metadata.desktop | 2 +- .../{Psion => psion}/metadata.json | 4 +- .../widgets/action-overlays.svg | 0 .../{Psion => psion}/widgets/actionbutton.svg | 0 .../{Psion => psion}/widgets/arrows.svg | 0 .../{Psion => psion}/widgets/background.svg | 0 .../widgets/bar_meter_horizontal.svg | 0 .../{Psion => psion}/widgets/busywidget.svg | 0 .../{Psion => psion}/widgets/button.svg | 0 .../{Psion => psion}/widgets/calendar.svg | 0 .../{Psion => psion}/widgets/checkmarks.svg | 0 .../desktoptheme/psion/widgets/clock-orig.svg | 1288 +++++++++++++++++ .../{Psion => psion}/widgets/clock.svg | 386 ++--- .../widgets/containment-controls.svg | 0 .../{Psion => psion}/widgets/frame.svg | 0 .../{Psion => psion}/widgets/line.svg | 0 .../{Psion => psion}/widgets/lineedit.svg | 0 .../{Psion => psion}/widgets/pager.svg | 0 .../widgets/panel-background.svg | 0 .../widgets/plasmoidheading.svg | 0 .../{Psion => psion}/widgets/radiobutton.svg | 0 .../{Psion => psion}/widgets/scrollbar.svg | 0 .../{Psion => psion}/widgets/slider.svg | 0 .../{Psion => psion}/widgets/switch.svg | 0 .../{Psion => psion}/widgets/tabbar.svg | 0 .../{Psion => psion}/widgets/tasks.svg | 0 .../{Psion => psion}/widgets/tooltip.svg | 0 .../{Psion => psion}/widgets/viewitem.svg | 0 .../contents/splash/images/spinner1.png | Bin 6648 -> 0 bytes .../contents/splash/images/spinner2.png | Bin 6688 -> 0 bytes .../contents/splash/images/spinner3.png | Bin 6668 -> 0 bytes .../contents/splash/images/spinner4.png | Bin 6627 -> 0 bytes .../contents/splash/images/spinner5.png | Bin 6691 -> 0 bytes .../contents/splash/images/spinner6.png | Bin 6678 -> 0 bytes .../contents/splash/images/spinner7.png | Bin 6690 -> 0 bytes .../contents/splash/images/spinner8.png | Bin 6684 -> 0 bytes 78 files changed, 9600 insertions(+), 242 deletions(-) create mode 100644 aurorae/themes/psion/LICENSE create mode 100644 aurorae/themes/psion/alldesktops.svg create mode 100644 aurorae/themes/psion/close.svg create mode 100644 aurorae/themes/psion/decoration.svg create mode 100644 aurorae/themes/psion/keepabove.svg create mode 100644 aurorae/themes/psion/keepbelow.svg create mode 100644 aurorae/themes/psion/maximize.svg create mode 100644 aurorae/themes/psion/metadata.desktop create mode 100644 aurorae/themes/psion/metadata.json create mode 100644 aurorae/themes/psion/minimize.svg create mode 100644 aurorae/themes/psion/psionrc create mode 100644 aurorae/themes/psion/restore.svg create mode 100644 aurorae/themes/psion/shade.svg rename plasma/desktoptheme/{Psion => psion}/README.md (100%) rename plasma/desktoptheme/{Psion => psion}/dialogs/background.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/Zoom.png (100%) rename plasma/desktoptheme/{Psion => psion}/icons/applications.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/audio.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/battery.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/bookmarks.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/cantata.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/compass.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/computer.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/configure.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/device.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/images/image1.png (100%) rename plasma/desktoptheme/{Psion => psion}/icons/images/image3059.png (100%) rename plasma/desktoptheme/{Psion => psion}/icons/klipper.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/konv_message.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/konversation.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/media.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/network.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/notification.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/printer.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/start.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/system.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/video.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/view.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/vlc.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/window.svg (100%) rename plasma/desktoptheme/{Psion => psion}/icons/zoom.png (100%) rename plasma/desktoptheme/{Psion => psion}/metadata.desktop (91%) rename plasma/desktoptheme/{Psion => psion}/metadata.json (90%) rename plasma/desktoptheme/{Psion => psion}/widgets/action-overlays.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/actionbutton.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/arrows.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/background.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/bar_meter_horizontal.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/busywidget.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/button.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/calendar.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/checkmarks.svg (100%) create mode 100644 plasma/desktoptheme/psion/widgets/clock-orig.svg rename plasma/desktoptheme/{Psion => psion}/widgets/clock.svg (81%) rename plasma/desktoptheme/{Psion => psion}/widgets/containment-controls.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/frame.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/line.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/lineedit.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/pager.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/panel-background.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/plasmoidheading.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/radiobutton.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/scrollbar.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/slider.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/switch.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/tabbar.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/tasks.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/tooltip.svg (100%) rename plasma/desktoptheme/{Psion => psion}/widgets/viewitem.svg (100%) delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner1.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner2.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner3.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner4.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner5.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner6.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner7.png delete mode 100644 plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner8.png diff --git a/.gitignore b/.gitignore index d9dc5fd..e259bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # ---> exclude clone dir -psion/ + # ---> ArchLinuxPackages *.tar diff --git a/aurorae/themes/psion/LICENSE b/aurorae/themes/psion/LICENSE new file mode 100644 index 0000000..ebcb39e --- /dev/null +++ b/aurorae/themes/psion/LICENSE @@ -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. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + 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: + + PlayBar2 Copyright (C) 2015 Johan Smith AR + 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/aurorae/themes/psion/alldesktops.svg b/aurorae/themes/psion/alldesktops.svg new file mode 100644 index 0000000..f99fa45 --- /dev/null +++ b/aurorae/themes/psion/alldesktops.svg @@ -0,0 +1,829 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/close.svg b/aurorae/themes/psion/close.svg new file mode 100644 index 0000000..df9e9d8 --- /dev/null +++ b/aurorae/themes/psion/close.svg @@ -0,0 +1,806 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/decoration.svg b/aurorae/themes/psion/decoration.svg new file mode 100644 index 0000000..16d25ae --- /dev/null +++ b/aurorae/themes/psion/decoration.svg @@ -0,0 +1,1266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/keepabove.svg b/aurorae/themes/psion/keepabove.svg new file mode 100644 index 0000000..20dbfae --- /dev/null +++ b/aurorae/themes/psion/keepabove.svg @@ -0,0 +1,647 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/keepbelow.svg b/aurorae/themes/psion/keepbelow.svg new file mode 100644 index 0000000..3b7cd5a --- /dev/null +++ b/aurorae/themes/psion/keepbelow.svg @@ -0,0 +1,640 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/maximize.svg b/aurorae/themes/psion/maximize.svg new file mode 100644 index 0000000..6b1e4d1 --- /dev/null +++ b/aurorae/themes/psion/maximize.svg @@ -0,0 +1,854 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/metadata.desktop b/aurorae/themes/psion/metadata.desktop new file mode 100644 index 0000000..d7cde51 --- /dev/null +++ b/aurorae/themes/psion/metadata.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Psion +Comment=Not Steampunk + +X-KDE-PluginInfo-Author=Phobian347 +X-KDE-PluginInfo-Email=phobian@tutanota.com +X-KDE-PluginInfo-Name=psion +X-KDE-PluginInfo-Version=6.6 +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Depends= +X-KDE-PluginInfo-License=GPL3 +X-KDE-PluginInfo-EnabledByDefault=true diff --git a/aurorae/themes/psion/metadata.json b/aurorae/themes/psion/metadata.json new file mode 100644 index 0000000..f12caa5 --- /dev/null +++ b/aurorae/themes/psion/metadata.json @@ -0,0 +1,23 @@ +{ + "KPackageStructure": "KWin/Aurorae", + "KPlugin": { + "Authors": [ + { + "Email": "phobian@tutanota.com", + "Name": "Mark Whittaker" + } + ], + "Category": "Plasma 6 Window Decorations", + "ServiceTypes": [ + "KWin/Aurorae" + ], + "EnabledByDefault": true, + "Name": "Psion", + "Description" : "Not Steampunk", + "Id": "psion", + "Version": "6.6", + "License": "GPL-2.0+", + "X-KPackage-Dependencies": [ + ] + } +} diff --git a/aurorae/themes/psion/minimize.svg b/aurorae/themes/psion/minimize.svg new file mode 100644 index 0000000..9a81d80 --- /dev/null +++ b/aurorae/themes/psion/minimize.svg @@ -0,0 +1,852 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/psionrc b/aurorae/themes/psion/psionrc new file mode 100644 index 0000000..1bf8a15 --- /dev/null +++ b/aurorae/themes/psion/psionrc @@ -0,0 +1,31 @@ +[General] +ActiveTextColor=255,255,255 +InactiveTextColor=192,192,192 +TitleAlignment=Left +TitleVerticalAlignment=Top +Animation=0 +Shadow=true + +[Layout] +TitleEdgeTop=4 +TitleEdgeBottom=-4 +TitleEdgeLeft=5 +TitleEdgeRight=7 +TitleBorderLeft=7 +#TitleBorderRight=0 +TitleHeight=24 +ButtonWidth=24 +ButtonHeight=19 +ButtonSpacing=0 +ButtonMarginTop=-4 +ButtonWidthClose=37 +PaddingBottom=10 +BorderBottom=5 +PaddingRight=10 +BorderRight=5 +PaddingLeft=10 +BorderLeft=5 +PaddingTop=10 +TitleHeightMaximized=24 +TitleEdgeTopMaximized=4 +TitleEdgeBottomMaximized=0 diff --git a/aurorae/themes/psion/restore.svg b/aurorae/themes/psion/restore.svg new file mode 100644 index 0000000..940a9c5 --- /dev/null +++ b/aurorae/themes/psion/restore.svg @@ -0,0 +1,854 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/aurorae/themes/psion/shade.svg b/aurorae/themes/psion/shade.svg new file mode 100644 index 0000000..7a6374f --- /dev/null +++ b/aurorae/themes/psion/shade.svg @@ -0,0 +1,671 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plasma/desktoptheme/Psion/README.md b/plasma/desktoptheme/psion/README.md similarity index 100% rename from plasma/desktoptheme/Psion/README.md rename to plasma/desktoptheme/psion/README.md diff --git a/plasma/desktoptheme/Psion/dialogs/background.svg b/plasma/desktoptheme/psion/dialogs/background.svg similarity index 100% rename from plasma/desktoptheme/Psion/dialogs/background.svg rename to plasma/desktoptheme/psion/dialogs/background.svg diff --git a/plasma/desktoptheme/Psion/icons/Zoom.png b/plasma/desktoptheme/psion/icons/Zoom.png similarity index 100% rename from plasma/desktoptheme/Psion/icons/Zoom.png rename to plasma/desktoptheme/psion/icons/Zoom.png diff --git a/plasma/desktoptheme/Psion/icons/applications.svg b/plasma/desktoptheme/psion/icons/applications.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/applications.svg rename to plasma/desktoptheme/psion/icons/applications.svg diff --git a/plasma/desktoptheme/Psion/icons/audio.svg b/plasma/desktoptheme/psion/icons/audio.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/audio.svg rename to plasma/desktoptheme/psion/icons/audio.svg diff --git a/plasma/desktoptheme/Psion/icons/battery.svg b/plasma/desktoptheme/psion/icons/battery.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/battery.svg rename to plasma/desktoptheme/psion/icons/battery.svg diff --git a/plasma/desktoptheme/Psion/icons/bookmarks.svg b/plasma/desktoptheme/psion/icons/bookmarks.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/bookmarks.svg rename to plasma/desktoptheme/psion/icons/bookmarks.svg diff --git a/plasma/desktoptheme/Psion/icons/cantata.svg b/plasma/desktoptheme/psion/icons/cantata.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/cantata.svg rename to plasma/desktoptheme/psion/icons/cantata.svg diff --git a/plasma/desktoptheme/Psion/icons/compass.svg b/plasma/desktoptheme/psion/icons/compass.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/compass.svg rename to plasma/desktoptheme/psion/icons/compass.svg diff --git a/plasma/desktoptheme/Psion/icons/computer.svg b/plasma/desktoptheme/psion/icons/computer.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/computer.svg rename to plasma/desktoptheme/psion/icons/computer.svg diff --git a/plasma/desktoptheme/Psion/icons/configure.svg b/plasma/desktoptheme/psion/icons/configure.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/configure.svg rename to plasma/desktoptheme/psion/icons/configure.svg diff --git a/plasma/desktoptheme/Psion/icons/device.svg b/plasma/desktoptheme/psion/icons/device.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/device.svg rename to plasma/desktoptheme/psion/icons/device.svg diff --git a/plasma/desktoptheme/Psion/icons/images/image1.png b/plasma/desktoptheme/psion/icons/images/image1.png similarity index 100% rename from plasma/desktoptheme/Psion/icons/images/image1.png rename to plasma/desktoptheme/psion/icons/images/image1.png diff --git a/plasma/desktoptheme/Psion/icons/images/image3059.png b/plasma/desktoptheme/psion/icons/images/image3059.png similarity index 100% rename from plasma/desktoptheme/Psion/icons/images/image3059.png rename to plasma/desktoptheme/psion/icons/images/image3059.png diff --git a/plasma/desktoptheme/Psion/icons/klipper.svg b/plasma/desktoptheme/psion/icons/klipper.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/klipper.svg rename to plasma/desktoptheme/psion/icons/klipper.svg diff --git a/plasma/desktoptheme/Psion/icons/konv_message.svg b/plasma/desktoptheme/psion/icons/konv_message.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/konv_message.svg rename to plasma/desktoptheme/psion/icons/konv_message.svg diff --git a/plasma/desktoptheme/Psion/icons/konversation.svg b/plasma/desktoptheme/psion/icons/konversation.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/konversation.svg rename to plasma/desktoptheme/psion/icons/konversation.svg diff --git a/plasma/desktoptheme/Psion/icons/media.svg b/plasma/desktoptheme/psion/icons/media.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/media.svg rename to plasma/desktoptheme/psion/icons/media.svg diff --git a/plasma/desktoptheme/Psion/icons/network.svg b/plasma/desktoptheme/psion/icons/network.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/network.svg rename to plasma/desktoptheme/psion/icons/network.svg diff --git a/plasma/desktoptheme/Psion/icons/notification.svg b/plasma/desktoptheme/psion/icons/notification.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/notification.svg rename to plasma/desktoptheme/psion/icons/notification.svg diff --git a/plasma/desktoptheme/Psion/icons/printer.svg b/plasma/desktoptheme/psion/icons/printer.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/printer.svg rename to plasma/desktoptheme/psion/icons/printer.svg diff --git a/plasma/desktoptheme/Psion/icons/start.svg b/plasma/desktoptheme/psion/icons/start.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/start.svg rename to plasma/desktoptheme/psion/icons/start.svg diff --git a/plasma/desktoptheme/Psion/icons/system.svg b/plasma/desktoptheme/psion/icons/system.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/system.svg rename to plasma/desktoptheme/psion/icons/system.svg diff --git a/plasma/desktoptheme/Psion/icons/video.svg b/plasma/desktoptheme/psion/icons/video.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/video.svg rename to plasma/desktoptheme/psion/icons/video.svg diff --git a/plasma/desktoptheme/Psion/icons/view.svg b/plasma/desktoptheme/psion/icons/view.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/view.svg rename to plasma/desktoptheme/psion/icons/view.svg diff --git a/plasma/desktoptheme/Psion/icons/vlc.svg b/plasma/desktoptheme/psion/icons/vlc.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/vlc.svg rename to plasma/desktoptheme/psion/icons/vlc.svg diff --git a/plasma/desktoptheme/Psion/icons/window.svg b/plasma/desktoptheme/psion/icons/window.svg similarity index 100% rename from plasma/desktoptheme/Psion/icons/window.svg rename to plasma/desktoptheme/psion/icons/window.svg diff --git a/plasma/desktoptheme/Psion/icons/zoom.png b/plasma/desktoptheme/psion/icons/zoom.png similarity index 100% rename from plasma/desktoptheme/Psion/icons/zoom.png rename to plasma/desktoptheme/psion/icons/zoom.png diff --git a/plasma/desktoptheme/Psion/metadata.desktop b/plasma/desktoptheme/psion/metadata.desktop similarity index 91% rename from plasma/desktoptheme/Psion/metadata.desktop rename to plasma/desktoptheme/psion/metadata.desktop index 940ed16..f1f75fd 100644 --- a/plasma/desktoptheme/Psion/metadata.desktop +++ b/plasma/desktoptheme/psion/metadata.desktop @@ -4,7 +4,7 @@ Comment=Not Steampunk X-KDE-PluginInfo-Author=Mark Whittaker X-KDE-PluginInfo-Email=phobian@tutanota.com X-KDE-PluginInfo-Name=Psion -X-KDE-PluginInfo-Version=6.7 +X-KDE-PluginInfo-Version=6.8 X-KDE-PluginInfo-Website= X-KDE-PluginInfo-Category=Plasma Theme X-KDE-PluginInfo-License=GPL3 diff --git a/plasma/desktoptheme/Psion/metadata.json b/plasma/desktoptheme/psion/metadata.json similarity index 90% rename from plasma/desktoptheme/Psion/metadata.json rename to plasma/desktoptheme/psion/metadata.json index 661b4b3..8e57446 100644 --- a/plasma/desktoptheme/Psion/metadata.json +++ b/plasma/desktoptheme/psion/metadata.json @@ -14,8 +14,8 @@ "EnabledByDefault": true, "Name": "Psion", "Description": "Not Steampunk", - "Id": "Psion", - "Version": "6.7", + "Id": "psion", + "Version": "6.8", "License": "GPL-2.0+", "X-KPackage-Dependencies": [ ] diff --git a/plasma/desktoptheme/Psion/widgets/action-overlays.svg b/plasma/desktoptheme/psion/widgets/action-overlays.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/action-overlays.svg rename to plasma/desktoptheme/psion/widgets/action-overlays.svg diff --git a/plasma/desktoptheme/Psion/widgets/actionbutton.svg b/plasma/desktoptheme/psion/widgets/actionbutton.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/actionbutton.svg rename to plasma/desktoptheme/psion/widgets/actionbutton.svg diff --git a/plasma/desktoptheme/Psion/widgets/arrows.svg b/plasma/desktoptheme/psion/widgets/arrows.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/arrows.svg rename to plasma/desktoptheme/psion/widgets/arrows.svg diff --git a/plasma/desktoptheme/Psion/widgets/background.svg b/plasma/desktoptheme/psion/widgets/background.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/background.svg rename to plasma/desktoptheme/psion/widgets/background.svg diff --git a/plasma/desktoptheme/Psion/widgets/bar_meter_horizontal.svg b/plasma/desktoptheme/psion/widgets/bar_meter_horizontal.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/bar_meter_horizontal.svg rename to plasma/desktoptheme/psion/widgets/bar_meter_horizontal.svg diff --git a/plasma/desktoptheme/Psion/widgets/busywidget.svg b/plasma/desktoptheme/psion/widgets/busywidget.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/busywidget.svg rename to plasma/desktoptheme/psion/widgets/busywidget.svg diff --git a/plasma/desktoptheme/Psion/widgets/button.svg b/plasma/desktoptheme/psion/widgets/button.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/button.svg rename to plasma/desktoptheme/psion/widgets/button.svg diff --git a/plasma/desktoptheme/Psion/widgets/calendar.svg b/plasma/desktoptheme/psion/widgets/calendar.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/calendar.svg rename to plasma/desktoptheme/psion/widgets/calendar.svg diff --git a/plasma/desktoptheme/Psion/widgets/checkmarks.svg b/plasma/desktoptheme/psion/widgets/checkmarks.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/checkmarks.svg rename to plasma/desktoptheme/psion/widgets/checkmarks.svg diff --git a/plasma/desktoptheme/psion/widgets/clock-orig.svg b/plasma/desktoptheme/psion/widgets/clock-orig.svg new file mode 100644 index 0000000..312bb33 --- /dev/null +++ b/plasma/desktoptheme/psion/widgets/clock-orig.svg @@ -0,0 +1,1288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plasma/desktoptheme/Psion/widgets/clock.svg b/plasma/desktoptheme/psion/widgets/clock.svg similarity index 81% rename from plasma/desktoptheme/Psion/widgets/clock.svg rename to plasma/desktoptheme/psion/widgets/clock.svg index 6b4bbf0..596486d 100644 --- a/plasma/desktoptheme/Psion/widgets/clock.svg +++ b/plasma/desktoptheme/psion/widgets/clock.svg @@ -7,7 +7,7 @@ viewBox="0 0 237.748 150.70008" version="1.1" id="svg8" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)" + inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" sodipodi:docname="clock.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" @@ -24,9 +24,9 @@ borderopacity="1.0" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="1.4142135" - inkscape:cx="633.92126" - inkscape:cy="469.51892" + inkscape:zoom="31.999999" + inkscape:cx="801.93754" + inkscape:cy="267.26564" inkscape:document-units="px" inkscape:current-layer="g4510" showgrid="true" @@ -70,37 +70,14 @@ orientation="0,-1" id="guide2" inkscape:locked="false" /> + - - - - - - - - - @@ -125,18 +102,6 @@ offset="1" id="stop1776" /> - - - - - + gradientTransform="matrix(0.78874111,0,0,0.78874111,-68.390702,139.7738)" /> @@ -283,26 +237,6 @@ y2="334.99158" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1094135,0,0,1.1094135,16.126116,-26.359117)" /> - - @@ -340,7 +274,7 @@ aria-label="9" /> + style="opacity:1;fill:#776c5b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.368709;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + transform="matrix(1.0625,0,0,1.0625,-1.7319338,-1.0471166)" + style="stroke-width:0.941177"> + style="opacity:0.4;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.655541;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:none;fill-opacity:0.108108;fill-rule:nonzero;stroke:none;stroke-width:0.884523;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:url(#radialGradient2515);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient1780);stroke-width:0.612971;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="fill:url(#linearGradient2529);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.500634;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + r="1.8770342" /> + style="fill:#938670;fill-opacity:1;stroke:none;stroke-width:0.489913;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="2.2489586" + rx="2.2489586" /> - - - + r="74.803024" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:0.8;fill:#776c5b;fill-opacity:1;stroke:none;stroke-width:5.29167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - - - - - - - - - - - - + style="opacity:0.22;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.368709;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + + + + + + + + + + + + diff --git a/plasma/desktoptheme/Psion/widgets/containment-controls.svg b/plasma/desktoptheme/psion/widgets/containment-controls.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/containment-controls.svg rename to plasma/desktoptheme/psion/widgets/containment-controls.svg diff --git a/plasma/desktoptheme/Psion/widgets/frame.svg b/plasma/desktoptheme/psion/widgets/frame.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/frame.svg rename to plasma/desktoptheme/psion/widgets/frame.svg diff --git a/plasma/desktoptheme/Psion/widgets/line.svg b/plasma/desktoptheme/psion/widgets/line.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/line.svg rename to plasma/desktoptheme/psion/widgets/line.svg diff --git a/plasma/desktoptheme/Psion/widgets/lineedit.svg b/plasma/desktoptheme/psion/widgets/lineedit.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/lineedit.svg rename to plasma/desktoptheme/psion/widgets/lineedit.svg diff --git a/plasma/desktoptheme/Psion/widgets/pager.svg b/plasma/desktoptheme/psion/widgets/pager.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/pager.svg rename to plasma/desktoptheme/psion/widgets/pager.svg diff --git a/plasma/desktoptheme/Psion/widgets/panel-background.svg b/plasma/desktoptheme/psion/widgets/panel-background.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/panel-background.svg rename to plasma/desktoptheme/psion/widgets/panel-background.svg diff --git a/plasma/desktoptheme/Psion/widgets/plasmoidheading.svg b/plasma/desktoptheme/psion/widgets/plasmoidheading.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/plasmoidheading.svg rename to plasma/desktoptheme/psion/widgets/plasmoidheading.svg diff --git a/plasma/desktoptheme/Psion/widgets/radiobutton.svg b/plasma/desktoptheme/psion/widgets/radiobutton.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/radiobutton.svg rename to plasma/desktoptheme/psion/widgets/radiobutton.svg diff --git a/plasma/desktoptheme/Psion/widgets/scrollbar.svg b/plasma/desktoptheme/psion/widgets/scrollbar.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/scrollbar.svg rename to plasma/desktoptheme/psion/widgets/scrollbar.svg diff --git a/plasma/desktoptheme/Psion/widgets/slider.svg b/plasma/desktoptheme/psion/widgets/slider.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/slider.svg rename to plasma/desktoptheme/psion/widgets/slider.svg diff --git a/plasma/desktoptheme/Psion/widgets/switch.svg b/plasma/desktoptheme/psion/widgets/switch.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/switch.svg rename to plasma/desktoptheme/psion/widgets/switch.svg diff --git a/plasma/desktoptheme/Psion/widgets/tabbar.svg b/plasma/desktoptheme/psion/widgets/tabbar.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/tabbar.svg rename to plasma/desktoptheme/psion/widgets/tabbar.svg diff --git a/plasma/desktoptheme/Psion/widgets/tasks.svg b/plasma/desktoptheme/psion/widgets/tasks.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/tasks.svg rename to plasma/desktoptheme/psion/widgets/tasks.svg diff --git a/plasma/desktoptheme/Psion/widgets/tooltip.svg b/plasma/desktoptheme/psion/widgets/tooltip.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/tooltip.svg rename to plasma/desktoptheme/psion/widgets/tooltip.svg diff --git a/plasma/desktoptheme/Psion/widgets/viewitem.svg b/plasma/desktoptheme/psion/widgets/viewitem.svg similarity index 100% rename from plasma/desktoptheme/Psion/widgets/viewitem.svg rename to plasma/desktoptheme/psion/widgets/viewitem.svg diff --git a/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner1.png b/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner1.png deleted file mode 100644 index 47a834dcd3552d420050b9059799d4c2dc4ba5d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6648 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

vXgXb?pte0Xb#)u|rJ1sB zd5ICu1X8R99qORtr4LN+j%&l+l83n{=9z2%X-leoL*=~Pm(f#S-YyfuWG__ybUxW< z<5Ruc87@7?^JHBMn;SQnKx!?b7|JoB(d-lqgmmM{)Q)36i2(3IF&`~4+AFm>cTXebP)EhbPaXeGtWyU97Un$b-3^M`{Lvt)v``^lYDSN zJLFRCF7gGHkGBQ$EE|fd60O)ImG(CHjCvwzh3zK~l6%y_Ls?m2nlW{XC*SBhhk3M` ze1tZiW^b&@>ec`*F6Mj4Kf6cak1&H4~-eSCdKS0Vl4Y(wc{j3EXFQ z%eat#+j3F=(LR@>Yg4GC1yRW)$ z&u&fPL{!s}bs2&B=NeM(xUQE4tm5~rurR~tRal5_=QO8K@+6U5Pzuqz=ARJuGOTet%D-Y%$M8k;R7>CcA}{1*K~+AUo+-* zis-l_se5{(0rBjJ>66;>p~HzQcjjzg(G*L1qU)@b@;ubWruvYd=(itM|b(`1PiYDu=bD!3~k0 zlQrV!!Cy~*o%oAmYH0f5#BR^3GKa|evnnb3^8J#M_U3%_?kygysoT8B`^Yl-t#Wm3 zxI)E4>pjb@TPD7av&?na^@`OaieZ)M5%pOL{>CxG!(mV6AJ}FW|IF=0@dv6&zFBne znmJO`^iyWmstN1TPUZJ{9-E((fgSicb?{{glXelq($iAlY1#{B=cGH=#g2d6J{M!8 zU*}(>-b*T1R)&^e{Ai}#w>}nY+jGNm9N3mex@_@&osrMltR;x%M2v8%$i*5*Z7) zWM1<}pm6>~MCw~n{n?MMZEm}Ag5bP(4`O87{Dnr**IV*?brCIk73bXdRm6p;HJYW8kH*-I&@CPNwrqATN;{%`fSfx#()EULf;70Ys-lpRB0N?c zx9y!e=h*t_Rd^MG*(7=WUoh~7ZN4qV@A3vOccEt*nljSiJFga5&UBAQPHlUnf2f;e?RtVlkMv7e-w)X_wy&{4 zD`j!kxMk1N*4oZ31&?-nU=692kBkh%2|4|T#_O~S(+x){{n5AXBW1o!w^`S!`onR> zi<2FJqf4k$QJI=NsY&+Ca~5X{r(Xtt(Njf^t$lETwiFsx+AQC35X{~UkV^-Pasn^? zHC<$x4Kz6Ux{Q}vrONAQMiuivpFN(>j&;5^b@HOyJ)N4jLCdQSiKd@ z@3JO{DOf)HUuiG!H-{9@)Xlxv*6yD^KJ6?d?vu+2{N2Yw$sRjB6 z5>{sJ)UB`gFfP$5=Pbw0`C9mX_lF1uxH`!`UPtV2luZ@ zi%zjT{s-Zqd_cNyTVPK4?`h>PZf;P&IkvoI{RykBx@zYnWs#~~9!^pg4=y|_@^|h` zsB5$vf3L?g8a3XQL52B-?hUegr~TnYkMSC}XqOC0rP%PCbWg+;dED5Zsm!rhP)x}TqaCcy%j@4B{udO2(F`Adfj@Z-fy!Z- zP-vV@ph+}~E7~u>#x9ymp@xA1#3nF=!6qVKR@ER83>p#XXHG_wxej0`!#S1*ddIr? zP-DZWRy3rYt(;9X0U}_50tzCU#bomd(L|(}mjKx!wfiuCG zpiz#|j7TifRt{mqqtOXoB&RPF&>ayODiCl9rlwI*Q6^DlCLCUfDaOjm$`p+?#bQwq z0>zJE3n=oUQA$L|IwUAx29mzu-Zf zIn|8*1BE+}0YxQ+`QxlaR5XZ+iUzIlI7>8&MyF#?I5WH%iedrMP#7AGMzO@hDMTRlLu(;8 z@IZ=y!}H;Am_+2ar2DOz3>_yLML;1@1RzBEEe-p8O~cDE7y|n9^hI=J4vj&N`A=xk z;X&9ycxcO=8GLB`7_sZ~iSh=+Ki_@6WirG^34stF3Ic`tc?o<ZL=B~| zLqI5ddi5|PB`+u!ntn@$Uo;b?o&VwWWiS4RBS6%@2Kh(&{*vpLT>nUce+2#&UBBe| zM+*ES@UQ6lugN9%{dEdtL;nRuK`%=^`aK2Ei`KkNuB%A^4Tu1CS06nz40&X^&H;P? zkXI2E7;q>@9db$wT*!{nPb8G249)6oRQw>=Nf**epXmPQL2+E4?j>`ZAKwd#JYcUb zaWrFMUy@f~xZIv@+i``Ia(F=}M%S|EMV(>f@gAwH;*W)$Tb9se!q-u5U=C*+>E2ip zn37)HPAH)s+nR2>45KuMhVc`|fXlzGw=!bme`|`CHcb<^AN$b@C9>F~% zKBPI0x@S0dyqD^BjY|a_oIh3YLwc1v-fY9gSTEE1j-&H*l7<4{p2dm-=bV7K zy)CpbN$y}%qb+kF4fqt)uBH8`ieH^D?O`)I(>mrbSUiQ7xa>x1SeOCl9Z{H2CSY3F|GP^8z(!2Ed`~L71SL{h_WI?IW`H*k{>|Go}>F%fNvx)r?eLBM> z$q_@Fh8+PX1(IY^F0t6BGd*E)_k}j=r7Gs>@XG^*voU94U!}Yuyc{^UdG}!7s}3qq zfLy44pOc%?RjSsI&8lLW{Dtx4E6UqtZHWiY0`Yce=A9ApoAQ;pZ?|8+-n+ZWTB~V@ zSoyj+?NEtr^n;O+!=%w`3ZoMCvhs74N7<|oWistP8{*CjqZ#{qEyqa__sa8Q8Sc7X z7vQzp09XH#4)S)INj2|b&dlx$u^RHF^Cnn|`sqya>A=0di!aRlX?}ghK(GO_K5vmh zc`Sw5CvCg^$oN^lL6U|rbj6nKI|dwS>BmklUfhtaIo(lMDt(qrvU#i>7^6275u-;W4o<;v^m-}fCxpSJWfQ%ArR(?c8Qe>2 zhNfQ0paM}aNv~&x`NKCCb*AvhNiKfAsS7hQY_%}Ig~64YCKnB22P*WFSkm$PT}b1n zWozqB#AkJ%dtPf`rJj|ii?mxF$_h}i&xjpbz0&Tl)P~&k)Eey4DAFkT`HW3*P#=FK zsR{@!S91+0efUT4PGMf>g|W5S<)|>YkJE_3qT&PQ>uzr8<1c>E>^~W8u`!3_&uQ(r{b!9(_O+67j0?5qUgq!JG~y!9C27{g z;;u~6>yt>m14^fM2onMp1>Q?u)>wC^ES*GyB_(bsaD(UH^y*2E$V}}o7Jm9$VnuwF z@D|XHZ**Vo6$iT#IdB>2jM zprMgAkHsHE(R=gE`D?RU>t|%I>T>H1U5>Ry4b{AU9J2A}D?b_LtsJN_)+~wjCK(Gu zRkx53CuFNvip!5!=;vvyFFnvry!NSELTh4*s%b~(}vl)HWFvup5%FbkGHDD7~x z0*MVnY*96uclNL_xUIgsgjqMJ^F{;Mjp0W2DQBc*mp$0u5&bp^&g?(itfeMrS6i1U z-Mv}3z|iZkoUi184}QR1taE0Kv6tOtkL|lv<#(>)OS{?v!X{OL!+3hH3mwJl|3SaZZq(R7Qp9(aeEcJkxKRz)Bkk{xnL52n z#h#RH&vER4E6wHr@IMQP`;jLNFF)1kU}|5y^rlzB>8Y(phOyHyrOxBdN%_jG=|d&< za(m}eAFG;>1MGdkkwp1LQgX~V}&Yga~}P#o}kud-1Qx4=S0c_8~^ zBy2i~K*ndSEqZ2WkaT#UujJ^XGtHq_3fu3LLfcY%5;XhgfIMn`S*6qq*xWt542;vSpvax@w;6{`4cEJL;5| zJR{6c23}Y+l)?<9+v9RnZmhWLMrzf5!MQhg<50*Hd$6qd>P2;XOcHm<(QQxWBLQJ> zk=zdVwN4{9Ta0Uu&p*YqR{wCu>zP*-(oNXZ_N;!nZL9Qy!F0z|9S_6Kxxb(0ne9^4 z3Z3e_e8Ii><(;dJeb?@5ZbN7TP7?l5$_mU<96ixyU=W-F<-O~i;G{pxj{IXeO)u(KU48{{VFFq8BjCnEcs3T zz{81>WJ*w+ax#q!AXA>GWeK~AjJ&T`=-bb{OU`b~J-Yd9*8XbO*}XBa_xsMGtaHQQ z+v}7!gv-gh_DF7g&msV+b+NpKpw)b7;m zctJ)z^f>8~ng2G^_HyEpY`=Cb0d!iuNi>U$6RWRmSQPlFl07=uagPvWWWJ|;&Q%Ht z?8#0w3d=J~%*eLx`*7OoNB%=zO_J8)~`NW+oNb&VcH*Nrj1(SJ-yRp#=yFt zzOLC=TlnE#4~dj73*BEmN1atGsnoQM&QIGR{X9kT?_q<+hhy?f<*6Bua@OG z!;x>fZ+(FVvniQlS@pMqvdi{Zk6&1^Zt{+mo$V1JySZypnzuToOCzB{62Bb!<`7#+kF=Le;ikF9F<1wK#vuw%|pPa;?D%Fn8j&T3MYW_p{tn8pE+$?RAx8 zE-r<|*QH^J1``Konmpo}ovAPYdK{QrkLSE@fA4-bp?7oZj0b*I-p0mh)XDQBg{NSt zx3f~Ik8~~#MQq?-jW0!TB%e5VZ)SP+yBtvQl=bAK<~!?YMiRDNqcl!ld#jC6^+XBi+VCku&!(!yJP&ZZYK^;xJ~u!^B*eaql1`U8JiJDV0v7 zBXLp+g>Fb4mpUpERH=Xsy=Jn#Eou%&;D1kcv>BLg!`_ZuN5>VA5_kZX2qc7%*?@ugMwUa&f@T3- z8W{6{EVGdfJ%s$syaUJ!KFRxlZ1l-S4#)(A9Ha*3JTQnr)&g@e7`!bX_o@N1?4vaE z=Kv%b^5@y!k?DdWVhMOGi30rbL^2Ieq7f)40)I(%6-pE#6pSCNYmG#vbzX&yMD)8{i57y9za zYs7Vzbte}{rRusSZvR|pt*-th{@u89N$rwfbt4XSrH20wN-&1!;VtoII@8!fK94@+367=D;QOpBqTXK-mimZ@=Q)QpKFl#ccWWwc5d0i(!RG8T`q zjp0QR(U!_6iwF*v=Eku51OcAt=n#oSM8n~tqoc9WB&;wZ7)LNSH^knM#jr#; z0v39-IZ_7{IqWJK6ZIvh3* z4uko?R19_{e7B|S!hP|OQ4q}Ii)Oq4+22`8c-*gKeHWW-WhR|(0|D+|aKE$uocoM1 zuwpW43?VyG7M>%6j+X6D;|SS24sAxH;z?|3kf|w#$fcNJ$at8AF=vy^F)+oPV#eaY zL=u<$4V0rmEMW=QunY=-V|f6_95$r{5nw!qz#+pJvKb`^!y<497!r%X#j{|FX%L6< z4aC|A9;ixI*tb#1pf~`E%O+7dT$U*YCciBXWXD1S$pB(mvN{C-GkTB<&S!^Pe_&vH<$dyF1BH)$5fJeX; zD9@QMD3sC6K^cE<9UTJ8P5}^x!ILlq%6}&e_bFkVtY>`A*aG)III);9_@>DKzmGc5 zyg)C+eQAcDIFq%V|Hsd#v-p490YLxQu)E zrJ}@bOI_Xw?`LZB5}0jrWUTav>3W$T8s>3L``UEykpCYUC-D=A1Z#)Ox;Cz> zcWp~|aB^Jb)KOTBm^^b#5a!o4&sbY`wKn6Jl0oW{4IK;~=MO`-se29{+O9{D&K}4@ z1J4lGm@28g5oK9I;Fdt|;i3Gtx&FypN7>J51O8D7OV-8r-l9+EkVwzFb5ugeXH;$1 zZ>F2>&&jIrLU_xea?Bn)B2G6`)ylO!NkXh*Dcs@hD9* zQ}fQaw%&Gw!Y5HfC71no-;xGHKf}FR5CXj+xOc7^i`=WjzeMUcd8`oK=mv!vHZ^GU zh^&1(PqzE`*xx-RcHAG@Ufoo{?lslVHPrz$SU-!ipK~|&(!>0Nh$*ckc53Y#jlRs- z#`}89F~|JHCu;K~Oao2d@r}yUX8@(+dYaB<$`^+U3kWxp- zFZS?X7Q=Tv4`B2Q?`mB=nZUgz-alBiC~Kv6`BYKi*h+>8WTdideMRLgYfOz^r%AW_ z9@MBml&IpQw8srwMkw(~QsNBXnujhF{+*4*&AqQ{%^-z62)%M7<&UfOxllmstsDi^ z9XpNrkG1ML2e%$4qsuh!mF}HSK|l{GT<_EsFF94ah}Zp-!CS<=*yPSdYY@KsPxv!R zjd}Am4j43Hx;7xpLXV~=Ze~I}pJ0UdHq1+Bxdlf^)evF=UPIKP8>5;w3 z0h7yZlk}Y?{!VV#3zZu-r3Ri;RsTIB-Eu>XWb}d4yJB6}hTZj*J$B=7I#fUCCtVB2 z5u*3zSZNt_-!$p&Km#ZsuMFy=boLzTPy7yRiqr3b3V8>9Z#`)~YP5r;2%d;n2-HV(b zjy-EOrq@k|5^gP@YJR{|dXn$0t=~6AMV!(-apT6miXB%>2mAso;%nBP32a(2KA_Fm zw^(VSU`I!%&~f0Idfr^fB)%WS*_geSA+KCyRZ`kj zKzD|25Vxdz9Ga_6dfxD0aI;b3v1}{5dlXgH(>a<+BaPQf-EvOpY6TuI#-tR)-PXl- z*!@<7{^xob>!7JKe(oWq`$y=~tc;9|Je(!#K_lK+2GA{@^Wj&YZi|_ zOI&E~XL7;nrMEzdO<<=!o#)`|CAE2R>Qq~CeBu(F55D6Up4`gc^bqoE4%?v>1znVR z28S%}+a&kkc(?x{#^Hqu!H&kY6i!h)HZ`RD?7R1@W2Z0tye0ira(`d-*i?z`(nY0T zDuJxW3?n=~_!=B*ctUOF>59sU#aYa_L%FL{a@uqU5B5>zmNSy#qGRVJ*+a+FuOlG^ zC+?7@0nHan_0Rl^UyN0lURdW|b&gqCkn>1>f1Kyz`c;elEigO+lI%P0e{8_uDx5{ z$|xRFyHT!TZFH@;MKkTOg=8XRVvW;iyT>wzEU}H(dfm2O7?-DgvNWK)c}Z|nZEd*5 z`>XEm=F7w69J1ykE7?tQh(s>Z{xI71mlGTxbqYd>>>u0yQ_$P)d_#@#(ZhiY19(T% zhf|r5g2~*XGWT1WPjjb~yoc5M0YFr0bJUi#nS=WZ@6?Ustlve59{h8PD zlR=M79{uv;^y(mS*$&X5+mKrswU3@d(3YjQa6WS!nqHhcyTY(g8Csx4MCK!EA8B@a zF#IEZ(okm%8b;cNR{VYB)!Qcz-AlMc@n65+Et7j+P(ev7&W$fF!ItP3y423zRRF41 z9e7=>AEgoOSj)L2=`u{NL5Flu%IQb%)ME8=;1^%RbM|GLpqQV6#$)9 zT>rr&YNMIHN?~A)MgC=DXr7XR?x41TAUixfKdSt&;-h=d$;@j1@ zrK(t{Oxc<{lKOxP4a-k`NPC_zS&gW!**?+wcc)Gsjb-o$(Dijgc^QPPNLsy!5khMynW0Q}rcl3PIG<15-Yhe(wEE4=agB)$wFizV9CjS@5T^t4g diff --git a/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner5.png b/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner5.png deleted file mode 100644 index 176978fd44509f8bbad804e0161fbdb5be8856d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6691 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 lVSs$PL@H;fM$TP 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 diff --git a/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner8.png b/plasma/look-and-feel/org.magpie.psion.desktop/contents/splash/images/spinner8.png deleted file mode 100644 index 884c4e4b24f2b2f0a8a8876d8cde0c3e4a7ee27f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6684 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