From 6a7dea17b111152e332904efa0680578184b074a Mon Sep 17 00:00:00 2001 From: Roman Vlasenko <56698047+Klavionik@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:01:40 +0300 Subject: [PATCH] Add shadowsocks-switch@Klavionik (#5029) --- shadowsocks-switch@Klavionik/README.md | 39 + .../shadowsocks-switch@Klavionik/LICENSE | 674 ++++++++++++++++++ .../shadowsocks-switch@Klavionik/README.md | 39 + .../shadowsocks-switch@Klavionik/applet.js | 207 ++++++ .../icon-connected.png | Bin 0 -> 4379 bytes .../shadowsocks-switch@Klavionik/icon.png | Bin 0 -> 3684 bytes .../metadata.json | 5 + .../shadowsocks-switch@Klavionik/po/ru.po | 59 ++ .../po/shadowsocks-switch@Klavionik.pot | 59 ++ .../settings-schema.json | 11 + shadowsocks-switch@Klavionik/info.json | 3 + shadowsocks-switch@Klavionik/screenshot.png | Bin 0 -> 24158 bytes 12 files changed, 1096 insertions(+) create mode 100644 shadowsocks-switch@Klavionik/README.md create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/LICENSE create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/README.md create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/applet.js create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon-connected.png create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon.png create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/metadata.json create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/po/ru.po create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/po/shadowsocks-switch@Klavionik.pot create mode 100644 shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/settings-schema.json create mode 100644 shadowsocks-switch@Klavionik/info.json create mode 100644 shadowsocks-switch@Klavionik/screenshot.png diff --git a/shadowsocks-switch@Klavionik/README.md b/shadowsocks-switch@Klavionik/README.md new file mode 100644 index 00000000000..a56d0a49e94 --- /dev/null +++ b/shadowsocks-switch@Klavionik/README.md @@ -0,0 +1,39 @@ +# Shadowsocks Switch +Shadowsocks Switch simplifies enabling and disabling Shadowsocks. + +## Requirements +This applet acts as a wrapper around `ss-local` utility and therefore requires +`shadowsocks-libev` to be present. Run `apt-get install shadowsocks-libev` to install +it before using this applet. + +## Rationale +Shadowsocks is a secure proxy that is made to bypass internet censorship, so the use +case is a lot like we use VPN nowadays. While other VPN protocols have Network Manager +plugins that add convenient GUI to quickly enable/disable the VPN connection, Shadowsocks +doesn't have one. + +I'm using Shadowsocks myself, so I wanted a simple and convenient UI to quickly +enable/disable the Shadowsocks connection. + +## How it works +Upon installation this applet adds an icon with a pop-up toggle in the system tray. + +When you switch the proxy on, the applet does the following. + +1. Reads and saves your current system proxy settings (proxy mode, SOCKS5 host and port). +2. Runs `ss-local -c ` in background (`` defaults to + `/etc/shadowsocks-libev/config.json`). +3. Sets your system proxy mode to `Manual`, SOCKS5 host to `localhost` and SOCKS5 port + to the `local_port` value from ``. + +When you are done using Shadowsocks, you switch it off and the applet restores your +previous system proxy settings and stops the proxy. + +## Settings +The applet uses a Shadowsocks configuration file to discover the local proxy port. The +default path to the configuration file is `/etc/shadowsocks-libev/config.json`, but +you can point the applet to any other configuration file via applet settings (click on +the cog icon in the Applets window). + +## Credits +Shadowsocks tray icon is based on [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme). diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/LICENSE b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/LICENSE new file mode 100644 index 00000000000..f288702d2fa --- /dev/null +++ b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/LICENSE @@ -0,0 +1,674 @@ + 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/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/README.md b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/README.md new file mode 100644 index 00000000000..a56d0a49e94 --- /dev/null +++ b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/README.md @@ -0,0 +1,39 @@ +# Shadowsocks Switch +Shadowsocks Switch simplifies enabling and disabling Shadowsocks. + +## Requirements +This applet acts as a wrapper around `ss-local` utility and therefore requires +`shadowsocks-libev` to be present. Run `apt-get install shadowsocks-libev` to install +it before using this applet. + +## Rationale +Shadowsocks is a secure proxy that is made to bypass internet censorship, so the use +case is a lot like we use VPN nowadays. While other VPN protocols have Network Manager +plugins that add convenient GUI to quickly enable/disable the VPN connection, Shadowsocks +doesn't have one. + +I'm using Shadowsocks myself, so I wanted a simple and convenient UI to quickly +enable/disable the Shadowsocks connection. + +## How it works +Upon installation this applet adds an icon with a pop-up toggle in the system tray. + +When you switch the proxy on, the applet does the following. + +1. Reads and saves your current system proxy settings (proxy mode, SOCKS5 host and port). +2. Runs `ss-local -c ` in background (`` defaults to + `/etc/shadowsocks-libev/config.json`). +3. Sets your system proxy mode to `Manual`, SOCKS5 host to `localhost` and SOCKS5 port + to the `local_port` value from ``. + +When you are done using Shadowsocks, you switch it off and the applet restores your +previous system proxy settings and stops the proxy. + +## Settings +The applet uses a Shadowsocks configuration file to discover the local proxy port. The +default path to the configuration file is `/etc/shadowsocks-libev/config.json`, but +you can point the applet to any other configuration file via applet settings (click on +the cog icon in the Applets window). + +## Credits +Shadowsocks tray icon is based on [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme). diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/applet.js b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/applet.js new file mode 100644 index 00000000000..c80106ba281 --- /dev/null +++ b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/applet.js @@ -0,0 +1,207 @@ +const Applet = imports.ui.applet +const Util = imports.misc.util +const PopupMenu = imports.ui.popupMenu +const Main = imports.ui.main +const Settings = imports.ui.settings +const GLib = imports.gi.GLib +const Gettext = imports.gettext + +const UUID = "shadowsocks-switch@Klavionik" + +Gettext.bindtextdomain(UUID, GLib.get_home_dir() + "/.local/share/locale") + +function _(string) { + return Gettext.dgettext(UUID, string) +} + +function logError(error) { + global.logError("\n[" + UUID + "]: " + error + "\n") +} + +function fileURItoPath(uri) { + return uri.slice(7) // Remove file:// scheme. +} + +function notify(msg) { + const title = _("Shadowsocks Switch") + Main.notify(title, msg) +} + +class ShadowsocksAppletMenu extends Applet.AppletPopupMenu { + constructor(launcher, orientation) { + super(launcher, orientation) + this.toggleRef = this._makeToggle() + this.addMenuItem(this.toggleRef) + } + + _makeToggle() { + const toggle = new PopupMenu.PopupSwitchMenuItem(_("Enable Shadowsocks"), false) + toggle.connect("toggled", () => (this.emit("toggle-proxy"))) + return toggle + } +} + +class ShadowsocksAppletError extends Error {} + +class ShadowsocksApplet extends Applet.IconApplet { + constructor(metadata, orientation, panel_height, instance_id) { + super(orientation, panel_height, instance_id) + this._metadata = metadata + this._ssConfigFileURI = "" + this._host = "localhost" + this._port = -1 + this._savedMode = "" + this._savedHost = "" + this._savedPort = -1 + this._clientPid = -1 + this._connected = false + this._settingsProvider = undefined + + this._configureApplet() + this.menu = this._createMenu(orientation) + } + + _configureApplet() { + this.set_applet_icon_path(this._metadata.path + "/icon.png") + this.set_applet_tooltip(_("Toggle Shadowsocks proxy")) + + this._settingsProvider = new Settings.AppletSettings(this, this._metadata.uuid) + this._settingsProvider.bindProperty( + Settings.BindingDirection.IN, + "config", + "_ssConfigFileURI", + () => {} + ) + } + + _configureConnection() { + const {port} = this._loadConfig() + this._port = port + } + + _createMenu(orientation) { + const menuManager = new PopupMenu.PopupMenuManager(this) + const menu = new ShadowsocksAppletMenu(this, orientation) + + menu.connect("toggle-proxy", this._onToggleProxy.bind(this)) + menuManager.addMenu(menu) + return menu + } + + _onToggleProxy() { + this._connected ? this._disconnect() : this._connect() + } + + _loadConfig() { + let content + + try { + const [_, buffer] = GLib.file_get_contents(fileURItoPath(this._ssConfigFileURI)) + content = buffer + } catch (e) { + const msg = _(`Cannot read Shadowsocks config.`) + notify(`${msg} ${String(e)}`) + throw new ShadowsocksAppletError(msg) + } + + const config = JSON.parse(content) + + if (!config.hasOwnProperty("local_port")) { + const msg = _("Shadowsocks config is missing local port.") + notify(msg) + throw new ShadowsocksAppletError(msg) + } + + return {port: config.local_port} + } + + _connect() { + try { + this._configureConnection() + this._saveProxySettings() + this._clientPid = this._runClient() + this._setupProxy() + } catch (e) { + this.menu.toggleRef.setToggleState(false) + this._restoreProxySettings() + + if (this._clientPid !== -1) { + this._stopClient() + } + + logError(String(e)) + throw e + } + + this._connected = true + this.set_applet_icon_path(this._metadata.path + "/icon-connected.png") + notify(_("Connection established.")) + } + + _runClient() { + const cmd = `ss-local -c ${fileURItoPath(this._ssConfigFileURI)}` + return Util.trySpawnCommandLine(cmd) + } + + _stopClient() { + const cmd = `kill -s SIGINT ${this._clientPid}` + Util.spawnCommandLine(cmd) + this._clientPid = -1 + } + + _saveProxySettings() { + Util.spawnCommandLineAsyncIO("gsettings get org.gnome.system.proxy mode", (stdout) => { + this._savedMode = stdout + }) + + Util.spawnCommandLineAsyncIO("gsettings get org.gnome.system.proxy.socks host", (stdout) => { + this._savedHost = stdout + }) + + Util.spawnCommandLineAsyncIO("gsettings get org.gnome.system.proxy.socks port", (stdout) => { + this._savedPort = stdout + }) + } + + _restoreProxySettings() { + const restoreMode = `gsettings set org.gnome.system.proxy mode ${this._savedMode}` + const restoreHost = `gsettings set org.gnome.system.proxy.socks host ${this._savedHost}` + const restorePort = `gsettings set org.gnome.system.proxy.socks port ${this._savedPort}` + + const cmd = `sh -c "${restoreMode} ${restoreHost} ${restorePort}"` + Util.trySpawnCommandLine(cmd) + } + + _setupProxy() { + const setMode = "gsettings set org.gnome.system.proxy mode 'manual'" + const setHost = `gsettings set org.gnome.system.proxy.socks host ${this._host}` + const setPort = `gsettings set org.gnome.system.proxy.socks port ${this._port}` + + const cmd = `sh -c "${setMode}; ${setHost}; ${setPort}"` + Util.trySpawnCommandLine(cmd) + } + + _disconnect() { + this._restoreProxySettings() + this._stopClient() + + this._connected = false + notify(_("Disconnected.")) + this.set_applet_icon_path(this._metadata.path + "/icon.png") + } + + on_applet_clicked() { + this.menu.toggle() + } + + on_applet_removed_from_panel(deleteConfig) { + if (this._connected) { + this._disconnect() + } + } +} + + +function main(metadata, orientation, panel_height, instance_id) { + return new ShadowsocksApplet(metadata, orientation, panel_height, instance_id) +} diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon-connected.png b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon-connected.png new file mode 100644 index 0000000000000000000000000000000000000000..e5523aca3fdb313111f23a66b2b48455e6c7dfcf GIT binary patch literal 4379 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 VwwkihA)){P002ovPDHLkV1k~gnDPJs literal 0 HcmV?d00001 diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon.png b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c2122324e93b1b00caf7c5dce60d90719906564a GIT binary patch literal 3684 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, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-12 00:22+0300\n" +"PO-Revision-Date: 2023-09-12 00:26+0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 3.3.2\n" + +#. metadata.json->name +#: applet.js:26 +msgid "Shadowsocks Switch" +msgstr "Переключатель Shadowsocks" + +#: applet.js:38 +msgid "Enable Shadowsocks" +msgstr "Включить Shadowsocks" + +#: applet.js:66 +msgid "Toggle Shadowsocks proxy" +msgstr "Управление Shadowsocks" + +#: applet.js:102 +msgid "Cannot read Shadowsocks config." +msgstr "Невозможно прочитать конфигурацию Shadowsocks." + +#: applet.js:110 +msgid "Shadowsocks config is missing local port." +msgstr "В конфигурации Shadowsocks отсутствует локальный порт." + +#: applet.js:138 +msgid "Connection established." +msgstr "Соединение установлено." + +#: applet.js:189 +msgid "Disconnected." +msgstr "Соединение разорвано." + +#. metadata.json->description +msgid "Quickly toggle Shadowsocks proxy from the system tray" +msgstr "Быстрое управление Shadowsocks из системной панели" + +#. settings-schema.json->section1->description +msgid "General" +msgstr "Общие" + +#. settings-schema.json->config->description +msgid "Shadowsocks configuration" +msgstr "Конфигурация Shadowsocks" diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/po/shadowsocks-switch@Klavionik.pot b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/po/shadowsocks-switch@Klavionik.pot new file mode 100644 index 00000000000..d5259d4c4c5 --- /dev/null +++ b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/po/shadowsocks-switch@Klavionik.pot @@ -0,0 +1,59 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-09-12 00:22+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. metadata.json->name +#: applet.js:26 +msgid "Shadowsocks Switch" +msgstr "" + +#: applet.js:38 +msgid "Enable Shadowsocks" +msgstr "" + +#: applet.js:66 +msgid "Toggle Shadowsocks proxy" +msgstr "" + +#: applet.js:102 +msgid "Cannot read Shadowsocks config." +msgstr "" + +#: applet.js:110 +msgid "Shadowsocks config is missing local port." +msgstr "" + +#: applet.js:138 +msgid "Connection established." +msgstr "" + +#: applet.js:189 +msgid "Disconnected." +msgstr "" + +#. metadata.json->description +msgid "Quickly toggle Shadowsocks proxy from the system tray" +msgstr "" + +#. settings-schema.json->section1->description +msgid "General" +msgstr "" + +#. settings-schema.json->config->description +msgid "Shadowsocks configuration" +msgstr "" diff --git a/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/settings-schema.json b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/settings-schema.json new file mode 100644 index 00000000000..21ab033cb9d --- /dev/null +++ b/shadowsocks-switch@Klavionik/files/shadowsocks-switch@Klavionik/settings-schema.json @@ -0,0 +1,11 @@ +{ + "section1": { + "type": "section", + "description": "General" + }, + "config": { + "type": "filechooser", + "description": "Shadowsocks configuration", + "default": "file:///etc/shadowsocks-libev/config.json" + } +} \ No newline at end of file diff --git a/shadowsocks-switch@Klavionik/info.json b/shadowsocks-switch@Klavionik/info.json new file mode 100644 index 00000000000..cb210512b85 --- /dev/null +++ b/shadowsocks-switch@Klavionik/info.json @@ -0,0 +1,3 @@ +{ + "author": "Klavionik" +} diff --git a/shadowsocks-switch@Klavionik/screenshot.png b/shadowsocks-switch@Klavionik/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..fdb5717140dad4ed6dd9bf753eef936a967efd70 GIT binary patch literal 24158 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 literal 0 HcmV?d00001