Compare commits
	
		
			3 Commits
		
	
	
		
			013cc42e07
			...
			legacy-mac
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 7f00a3bef6 | ||
|   | 7e62f2d40c | ||
|   | 10fd26aae8 | 
							
								
								
									
										40
									
								
								.github/workflows/update-nix.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -1,40 +0,0 @@ | |||||||
| name: "Update Flake Packages" |  | ||||||
|  |  | ||||||
| permissions: |  | ||||||
|   contents: write |  | ||||||
|   pull-requests: write |  | ||||||
|  |  | ||||||
| on: |  | ||||||
|   pull_request: |  | ||||||
|     branches: [main] |  | ||||||
|     types: [labeled] |  | ||||||
|   schedule: |  | ||||||
|     - cron: "0 10 * * 0" # https://crontab.guru/#0_10_*_*_0 |  | ||||||
|  |  | ||||||
| jobs: |  | ||||||
|   build: |  | ||||||
|     if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'rebuild nix') |  | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     steps: |  | ||||||
|       - name: Checkout repository |  | ||||||
|         uses: actions/checkout@v4 |  | ||||||
|  |  | ||||||
|       - name: Install Nix |  | ||||||
|         uses: DeterminateSystems/nix-installer-action@main |  | ||||||
|         with: |  | ||||||
|           trust-runner-user: true |  | ||||||
|  |  | ||||||
|       - name: Set up cache |  | ||||||
|         uses: cachix/cachix-action@v15 |  | ||||||
|         with: |  | ||||||
|           name: winapps |  | ||||||
|           authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" |  | ||||||
|  |  | ||||||
|       - name: Update flake packages |  | ||||||
|         uses: winapps-org/nix-update-action@v1.4.0 |  | ||||||
|         with: |  | ||||||
|           extra-args: --version=branch |  | ||||||
|           skip-pr: "${{ github.event_name == 'pull_request' }}" |  | ||||||
|  |  | ||||||
|       - name: Build packages |  | ||||||
|         run: nix build .#winapps .#winapps-launcher |  | ||||||
							
								
								
									
										37
									
								
								.github/workflows/update-submodule.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -1,37 +0,0 @@ | |||||||
| name: Update submodules |  | ||||||
| on: |  | ||||||
|   repository_dispatch: |  | ||||||
|     types: update |  | ||||||
|  |  | ||||||
| jobs: |  | ||||||
|   update: |  | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     steps: |  | ||||||
|       - uses: actions/checkout@v4 |  | ||||||
|         with: |  | ||||||
|           submodules: recursive |  | ||||||
|  |  | ||||||
|       - name: Update module |  | ||||||
|         run: | |  | ||||||
|           pushd WinApps-Launcher |  | ||||||
|             branch=$(git rev-parse --abbrev-ref origin/HEAD | sed "s|origin/||") |  | ||||||
|             git config remote.origin.fetch "+refs/heads/$branch:refs/remotes/origin/$branch" |  | ||||||
|             git fetch --depth=1 origin "refs/heads/$branch" |  | ||||||
|           popd |  | ||||||
|  |  | ||||||
|           git submodule update --init --remote WinApps-Launcher |  | ||||||
|  |  | ||||||
|       - name: Commit and push |  | ||||||
|         uses: EndBug/add-and-commit@v9 |  | ||||||
|         with: |  | ||||||
|           add: WinApps-Launcher |  | ||||||
|           default_author: github_actions |  | ||||||
|           message: "Update submodules" |  | ||||||
|           push: false |  | ||||||
|  |  | ||||||
|       - name: Create PR |  | ||||||
|         uses: peter-evans/create-pull-request@v7 |  | ||||||
|         with: |  | ||||||
|           branch: chore/update_submodules |  | ||||||
|           delete-branch: true |  | ||||||
|           title: "Update submodules" |  | ||||||
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -1,3 +0,0 @@ | |||||||
| [submodule "WinApps-Launcher"] |  | ||||||
| 	path = WinApps-Launcher |  | ||||||
| 	url = https://github.com/winapps-org/WinApps-Launcher.git |  | ||||||
| @@ -1,52 +1,4 @@ | |||||||
| ci: | ci: | ||||||
|   autoupdate_branch: "rewrite" |   autoupdate_branch: "rewrite" | ||||||
|  |  | ||||||
| exclude: ^(.+)\.patch$ | repos: [] | ||||||
|  |  | ||||||
| repos: |  | ||||||
|   - repo: https://github.com/Lucas-C/pre-commit-hooks |  | ||||||
|     rev: v1.5.5 |  | ||||||
|     hooks: |  | ||||||
|       - id: chmod |  | ||||||
|         args: [ "775" ] |  | ||||||
|         files: (\.sh|winapps)$ |  | ||||||
|       - id: forbid-crlf |  | ||||||
|       - id: remove-crlf |  | ||||||
|       - id: forbid-tabs |  | ||||||
|       - id: remove-tabs |  | ||||||
|         args: [ --whitespaces-count, "4" ] |  | ||||||
|  |  | ||||||
|   - repo: https://github.com/pre-commit/pre-commit-hooks |  | ||||||
|     rev: v4.6.0 |  | ||||||
|     hooks: |  | ||||||
|       - id: check-added-large-files |  | ||||||
|       - id: check-case-conflict |  | ||||||
|       - id: check-executables-have-shebangs |  | ||||||
|       - id: check-json |  | ||||||
|       - id: check-merge-conflict |  | ||||||
|       - id: check-shebang-scripts-are-executable |  | ||||||
|       - id: check-symlinks |  | ||||||
|       - id: check-toml |  | ||||||
|       - id: check-vcs-permalinks |  | ||||||
|       - id: check-xml |  | ||||||
|       - id: check-yaml |  | ||||||
|       - id: destroyed-symlinks |  | ||||||
|       - id: detect-private-key |  | ||||||
|       - id: end-of-file-fixer |  | ||||||
|       - id: fix-byte-order-marker |  | ||||||
|       - id: mixed-line-ending |  | ||||||
|       - id: pretty-format-json |  | ||||||
|         args: [ "--autofix", "--no-sort-keys" ] |  | ||||||
|       - id: sort-simple-yaml |  | ||||||
|       - id: trailing-whitespace |  | ||||||
|  |  | ||||||
|   - repo: https://github.com/scop/pre-commit-shfmt |  | ||||||
|     rev: v3.8.0-1 |  | ||||||
|     hooks: |  | ||||||
|       - id: shfmt |  | ||||||
|         args: ["-i", "4", "-ci", "-s"] |  | ||||||
|  |  | ||||||
|   - repo: https://github.com/shellcheck-py/shellcheck-py |  | ||||||
|     rev: v0.10.0.1 |  | ||||||
|     hooks: |  | ||||||
|       - id: shellcheck |  | ||||||
|   | |||||||
| @@ -1,133 +0,0 @@ | |||||||
|  |  | ||||||
| # Contributor Covenant Code of Conduct |  | ||||||
|  |  | ||||||
| ## Our Pledge |  | ||||||
|  |  | ||||||
| We as members, contributors, and leaders pledge to make participation in our |  | ||||||
| community a harassment-free experience for everyone, regardless of age, body |  | ||||||
| size, visible or invisible disability, ethnicity, sex characteristics, gender |  | ||||||
| identity and expression, level of experience, education, socio-economic status, |  | ||||||
| nationality, personal appearance, race, caste, color, religion, or sexual |  | ||||||
| identity and orientation. |  | ||||||
|  |  | ||||||
| We pledge to act and interact in ways that contribute to an open, welcoming, |  | ||||||
| diverse, inclusive, and healthy community. |  | ||||||
|  |  | ||||||
| ## Our Standards |  | ||||||
|  |  | ||||||
| Examples of behavior that contributes to a positive environment for our |  | ||||||
| community include: |  | ||||||
|  |  | ||||||
| * Demonstrating empathy and kindness toward other people |  | ||||||
| * Being respectful of differing opinions, viewpoints, and experiences |  | ||||||
| * Giving and gracefully accepting constructive feedback |  | ||||||
| * Accepting responsibility and apologizing to those affected by our mistakes, |  | ||||||
|   and learning from the experience |  | ||||||
| * Focusing on what is best not just for us as individuals, but for the overall |  | ||||||
|   community |  | ||||||
|  |  | ||||||
| Examples of unacceptable behavior include: |  | ||||||
|  |  | ||||||
| * The use of sexualized language or imagery, and sexual attention or advances of |  | ||||||
|   any kind |  | ||||||
| * Trolling, insulting or derogatory comments, and personal or political attacks |  | ||||||
| * Public or private harassment |  | ||||||
| * Publishing others' private information, such as a physical or email address, |  | ||||||
|   without their explicit permission |  | ||||||
| * Other conduct which could reasonably be considered inappropriate in a |  | ||||||
|   professional setting |  | ||||||
|  |  | ||||||
| ## Enforcement Responsibilities |  | ||||||
|  |  | ||||||
| Community leaders are responsible for clarifying and enforcing our standards of |  | ||||||
| acceptable behavior and will take appropriate and fair corrective action in |  | ||||||
| response to any behavior that they deem inappropriate, threatening, offensive, |  | ||||||
| or harmful. |  | ||||||
|  |  | ||||||
| Community leaders have the right and responsibility to remove, edit, or reject |  | ||||||
| comments, commits, code, wiki edits, issues, and other contributions that are |  | ||||||
| not aligned to this Code of Conduct, and will communicate reasons for moderation |  | ||||||
| decisions when appropriate. |  | ||||||
|  |  | ||||||
| ## Scope |  | ||||||
|  |  | ||||||
| This Code of Conduct applies within all community spaces, and also applies when |  | ||||||
| an individual is officially representing the community in public spaces. |  | ||||||
| Examples of representing our community include using an official e-mail address, |  | ||||||
| posting via an official social media account, or acting as an appointed |  | ||||||
| representative at an online or offline event. |  | ||||||
|  |  | ||||||
| ## Enforcement |  | ||||||
|  |  | ||||||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be |  | ||||||
| reported to the community leaders responsible for enforcement at |  | ||||||
| https://matrix.to/#/#winapps:matrix.org. |  | ||||||
| All complaints will be reviewed and investigated promptly and fairly. |  | ||||||
|  |  | ||||||
| All community leaders are obligated to respect the privacy and security of the |  | ||||||
| reporter of any incident. |  | ||||||
|  |  | ||||||
| ## Enforcement Guidelines |  | ||||||
|  |  | ||||||
| Community leaders will follow these Community Impact Guidelines in determining |  | ||||||
| the consequences for any action they deem in violation of this Code of Conduct: |  | ||||||
|  |  | ||||||
| ### 1. Correction |  | ||||||
|  |  | ||||||
| **Community Impact**: Use of inappropriate language or other behavior deemed |  | ||||||
| unprofessional or unwelcome in the community. |  | ||||||
|  |  | ||||||
| **Consequence**: A private, written warning from community leaders, providing |  | ||||||
| clarity around the nature of the violation and an explanation of why the |  | ||||||
| behavior was inappropriate. A public apology may be requested. |  | ||||||
|  |  | ||||||
| ### 2. Warning |  | ||||||
|  |  | ||||||
| **Community Impact**: A violation through a single incident or series of |  | ||||||
| actions. |  | ||||||
|  |  | ||||||
| **Consequence**: A warning with consequences for continued behavior. No |  | ||||||
| interaction with the people involved, including unsolicited interaction with |  | ||||||
| those enforcing the Code of Conduct, for a specified period of time. This |  | ||||||
| includes avoiding interactions in community spaces as well as external channels |  | ||||||
| like social media. Violating these terms may lead to a temporary or permanent |  | ||||||
| ban. |  | ||||||
|  |  | ||||||
| ### 3. Temporary Ban |  | ||||||
|  |  | ||||||
| **Community Impact**: A serious violation of community standards, including |  | ||||||
| sustained inappropriate behavior. |  | ||||||
|  |  | ||||||
| **Consequence**: A temporary ban from any sort of interaction or public |  | ||||||
| communication with the community for a specified period of time. No public or |  | ||||||
| private interaction with the people involved, including unsolicited interaction |  | ||||||
| with those enforcing the Code of Conduct, is allowed during this period. |  | ||||||
| Violating these terms may lead to a permanent ban. |  | ||||||
|  |  | ||||||
| ### 4. Permanent Ban |  | ||||||
|  |  | ||||||
| **Community Impact**: Demonstrating a pattern of violation of community |  | ||||||
| standards, including sustained inappropriate behavior, harassment of an |  | ||||||
| individual, or aggression toward or disparagement of classes of individuals. |  | ||||||
|  |  | ||||||
| **Consequence**: A permanent ban from any sort of public interaction within the |  | ||||||
| community. |  | ||||||
|  |  | ||||||
| ## Attribution |  | ||||||
|  |  | ||||||
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], |  | ||||||
| version 2.1, available at |  | ||||||
| [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1]. |  | ||||||
|  |  | ||||||
| Community Impact Guidelines were inspired by |  | ||||||
| [Mozilla's code of conduct enforcement ladder][Mozilla CoC]. |  | ||||||
|  |  | ||||||
| For answers to common questions about this code of conduct, see the FAQ at |  | ||||||
| [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at |  | ||||||
| [https://www.contributor-covenant.org/translations][translations]. |  | ||||||
|  |  | ||||||
| [homepage]: https://www.contributor-covenant.org |  | ||||||
| [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html |  | ||||||
| [Mozilla CoC]: https://github.com/mozilla/diversity |  | ||||||
| [FAQ]: https://www.contributor-covenant.org/faq |  | ||||||
| [translations]: https://www.contributor-covenant.org/translations |  | ||||||
| @@ -1,8 +0,0 @@ | |||||||
| # Contribution Guidelines |  | ||||||
|  |  | ||||||
| Thank you for contributing to winapps! Before you can contribute, we ask some things of you: |  | ||||||
|  |  | ||||||
| - Please follow our Code of Conduct, the Contributor Covenant. You can find a copy in this repository or under https://www.contributor-covenant.org/ |  | ||||||
| - All Contributors have to sign [a CLA](https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5) for legal reasons. When opening a PR, @cla-assistant will prompt you and guide you through the process. However, if you contribute on behalf of a legal entity, we ask of you to sign [a different CLA](https://gist.github.com/oskardotglobal/75a8cc056e56a439fa6a1551129ae47f). In that case, please contact us. |  | ||||||
| - Please follow code conventions enforced by `pre-commit`. To keep down CI usage, please run it locally before committing too. |  | ||||||
|   See <https://pre-commit.com> for installation, then run `pre-commit install` inside the `winapps` repository you cloned. |  | ||||||
| @@ -1,8 +0,0 @@ | |||||||
| Some of the files are |  | ||||||
|  |  | ||||||
|     Copyright (c) 2024 fmstrat |  | ||||||
|  |  | ||||||
| Many files also contain contributions from third parties. |  | ||||||
| In this case the original copyright of the contributions can be traced through the history of the source version control system. |  | ||||||
|  |  | ||||||
| When that is not the case, the files contain a prominent notice stating the original copyright and applicable license, or come with their own dedicated COPYRIGHT and/or LICENSE file. |  | ||||||
							
								
								
									
										628
									
								
								LICENSE.md
									
									
									
									
									
								
							
							
						
						| @@ -1,628 +0,0 @@ | |||||||
| For copyright information, please see the [COPYRIGHT.md](./COPYRIGHT.md) file. |  | ||||||
|  |  | ||||||
| This project has files licensed under different licenses. |  | ||||||
|  |  | ||||||
| The original project by Fmstrat <https://github.com/Fmstrat/winapps/> is not free software. |  | ||||||
| Due to lack of a license, it is All Rights Reserved by the original author. |  | ||||||
|  |  | ||||||
| We have tried contacting Fmstrat about this, but they abandoned the project and did not reply nor apply an open-source license to the project. |  | ||||||
| However, almost all parts of the codebase have been rewritten and all new contributions require a Contributor License Agreement ([for individuals](https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5), [for legal entities](https://gist.github.com/oskardotglobal/75a8cc056e56a439fa6a1551129ae47f)) to be signed. Therefore, the below license is applied to all new contributions made to the project. |  | ||||||
|  |  | ||||||
| Refer to a specific file for it's respective license. |  | ||||||
|  |  | ||||||
| # GNU AFFERO GENERAL PUBLIC LICENSE |  | ||||||
|  |  | ||||||
| Version 3, 19 November 2007 |  | ||||||
|  |  | ||||||
| Copyright (C) 2007 Free Software Foundation, Inc. |  | ||||||
| <https://fsf.org/> |  | ||||||
|  |  | ||||||
| Everyone is permitted to copy and distribute verbatim copies of this |  | ||||||
| license document, but changing it is not allowed. |  | ||||||
|  |  | ||||||
| ## Preamble |  | ||||||
|  |  | ||||||
| The GNU Affero General Public License is a free, copyleft license for |  | ||||||
| software and other kinds of works, specifically designed to ensure |  | ||||||
| cooperation with the community in the case of network server software. |  | ||||||
|  |  | ||||||
| The licenses for most software and other practical works are designed |  | ||||||
| to take away your freedom to share and change the works. By contrast, |  | ||||||
| our General Public Licenses are 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. |  | ||||||
|  |  | ||||||
| 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. |  | ||||||
|  |  | ||||||
| Developers that use our General Public Licenses protect your rights |  | ||||||
| with two steps: (1) assert copyright on the software, and (2) offer |  | ||||||
| you this License which gives you legal permission to copy, distribute |  | ||||||
| and/or modify the software. |  | ||||||
|  |  | ||||||
| A secondary benefit of defending all users' freedom is that |  | ||||||
| improvements made in alternate versions of the program, if they |  | ||||||
| receive widespread use, become available for other developers to |  | ||||||
| incorporate. Many developers of free software are heartened and |  | ||||||
| encouraged by the resulting cooperation. However, in the case of |  | ||||||
| software used on network servers, this result may fail to come about. |  | ||||||
| The GNU General Public License permits making a modified version and |  | ||||||
| letting the public access it on a server without ever releasing its |  | ||||||
| source code to the public. |  | ||||||
|  |  | ||||||
| The GNU Affero General Public License is designed specifically to |  | ||||||
| ensure that, in such cases, the modified source code becomes available |  | ||||||
| to the community. It requires the operator of a network server to |  | ||||||
| provide the source code of the modified version running there to the |  | ||||||
| users of that server. Therefore, public use of a modified version, on |  | ||||||
| a publicly accessible server, gives the public access to the source |  | ||||||
| code of the modified version. |  | ||||||
|  |  | ||||||
| An older license, called the Affero General Public License and |  | ||||||
| published by Affero, was designed to accomplish similar goals. This is |  | ||||||
| a different license, not a version of the Affero GPL, but Affero has |  | ||||||
| released a new version of the Affero GPL which permits relicensing |  | ||||||
| under this license. |  | ||||||
|  |  | ||||||
| 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. |  | ||||||
|  |  | ||||||
| Notwithstanding any other provision of this License, if you modify the |  | ||||||
| Program, your modified version must prominently offer all users |  | ||||||
| interacting with it remotely through a computer network (if your |  | ||||||
| version supports such interaction) an opportunity to receive the |  | ||||||
| Corresponding Source of your version by providing access to the |  | ||||||
| Corresponding Source from a network server at no charge, through some |  | ||||||
| standard or customary means of facilitating copying of software. This |  | ||||||
| Corresponding Source shall include the Corresponding Source for any |  | ||||||
| work covered by version 3 of the GNU General Public License that is |  | ||||||
| incorporated pursuant to the following paragraph. |  | ||||||
|  |  | ||||||
| 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 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 work with which it is combined will remain governed by version |  | ||||||
| 3 of the GNU General Public License. |  | ||||||
|  |  | ||||||
| ### 14. Revised Versions of this License. |  | ||||||
|  |  | ||||||
| The Free Software Foundation may publish revised and/or new versions |  | ||||||
| of the GNU Affero 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 Affero 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 Affero 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 Affero 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 |  | ||||||
							
								
								
									
										703
									
								
								README.md
									
									
									
									
									
								
							
							
						
						| @@ -1,678 +1,67 @@ | |||||||
| <p align="center"><img align="center" width="700" src="./icons/banner_dark.svg#gh-dark-mode-only"/></p> | # winapps-mac | ||||||
| <p align="center"><img align="center" width="700" src="./icons/banner_light.svg#gh-light-mode-only"/></p> | The winapps main project <br /> | ||||||
| <hr> | Originally created by fmstrat https://github.com/Fmstrat/winapps/ | ||||||
|  |  | ||||||
| Run Windows applications (including [Microsoft 365](https://www.microsoft365.com/) and [Adobe Creative Cloud](https://www.adobe.com/creativecloud.html)) on GNU/Linux with `KDE Plasma`, `GNOME` or `XFCE`, integrated seamlessly as if they were native to the OS. |  | ||||||
|  |  | ||||||
| <p align="center"><img src="./demo/demo.png" width=1000 alt="WinApps Demonstration."></p> |  | ||||||
|  |  | ||||||
| ## Underlying Mechanism |  | ||||||
| WinApps works by: |  | ||||||
| 1. Running Windows in a `Docker`, `Podman` or `libvirt` virtual machine. |  | ||||||
| 2. Querying Windows for all installed applications. |  | ||||||
| 3. Creating shortcuts to selected Windows applications on the host GNU/Linux OS. |  | ||||||
| 4. Using [`FreeRDP`](https://www.freerdp.com/) as a backend to seamlessly render Windows applications alongside GNU/Linux applications. |  | ||||||
|  |  | ||||||
| ## Additional Features |  | ||||||
| - The GNU/Linux `/home` directory is accessible within Windows via the `\\tsclient\home` mount. |  | ||||||
| - Integration with `Nautilus`, allowing you to right-click files to open them with specific Windows applications based on the file MIME type. |  | ||||||
| - The [official taskbar widget](https://github.com/winapps-org/WinApps-Launcher) enables seamless administration of the Windows subsystem and offers an easy way to launch Windows applications. |  | ||||||
|  |  | ||||||
| ## Supported Applications |  | ||||||
| **WinApps supports <u>*ALL*</u> Windows applications.** |  | ||||||
|  |  | ||||||
| Universal application support is achieved by: |  | ||||||
| 1. Scanning Windows for any officially supported applications (list below). |  | ||||||
| 2. Scanning Windows for any other `.exe` files listed within the Windows Registry. |  | ||||||
|  |  | ||||||
| Officially supported applications benefit from high-resolution icons and pre-populated MIME types. This enables file managers to determine which Windows applications should open files based on file extensions. Icons for other detected applications are pulled from `.exe` files. |  | ||||||
|  |  | ||||||
| Contributing to the list of supported applications is encouraged through submission of pull requests! Please help us grow the WinApps community. |  | ||||||
|  |  | ||||||
| *Please note that the provided list of officially supported applications is community-driven. As such, some applications may not be tested and verified by the WinApps team.* |  | ||||||
|  |  | ||||||
| ### Officially Supported Applications |  | ||||||
| <table cellpadding="10" cellspacing="0" border="0"> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Adobe Acrobat Pro --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/acrobat-x-pro/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Acrobat Pro</b><br> |  | ||||||
|             (X)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_Acrobat_DC_logo_2020.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Adobe After Effects --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/aftereffects-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe After Effects</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_After_Effects_CC_icon.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Adobe Audition --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/audition-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Audition</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Adobe_Audition_CC_icon_%282020%29.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Adobe Bridge --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/bridge-cs6/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Bridge</b><br> |  | ||||||
|             (CS6, CC)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Adobe_Bridge_CC_icon.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Adobe Creative Cloud --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/adobe-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Creative Cloud</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://iconduck.com/icons/240218/adobe-creative-cloud">Icon</a> under <a href="https://iconduck.com/licenses/mit">MIT license</a>.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Adobe Illustrator --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/illustrator-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Illustrator</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_Illustrator_CC_icon.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Adobe InDesign --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/indesign-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe InDesign</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_InDesign_CC_icon.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Adobe Lightroom --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/lightroom-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Lightroom</b><br> |  | ||||||
|             (CC)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_Photoshop_Lightroom_CC_logo.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Adobe Photoshop --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/photoshop-cc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Adobe Photoshop</b><br> |  | ||||||
|             (CS6, CC, 2022)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Adobe_Photoshop_CC_icon.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Command Prompt --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/cmd/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Command Prompt</b><br> |  | ||||||
|             (cmd.exe)<br> |  | ||||||
|             <i><a href="https://github.com/microsoft/terminal/blob/main/res/terminal/Terminal.svg">Icon</a> under <a href="https://github.com/microsoft/terminal/blob/main/LICENSE">MIT license</a>.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- File Explorer --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/explorer/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>File Explorer</b><br> |  | ||||||
|             (Windows Explorer)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Windows_Explorer.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Internet Explorer --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/iexplorer/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Internet Explorer</b><br> |  | ||||||
|             (11)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Internet_Explorer_10%2B11_logo.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|          <!-- Microsoft Access --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/access/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Access</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://commons.wikimedia.org/wiki/File:Microsoft_Office_Access_(2019-present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Microsoft Excel --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/excel/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Excel</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_Excel_(2019%E2%80%93present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Microsoft Word --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/word/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Word</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_Word_(2019%E2%80%93present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Microsoft OneNote --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/onenote/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft OneNote</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_OneNote_(2019%E2%80%93present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Microsoft Outlook --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/outlook/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Outlook</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_Outlook_(2018%E2%80%93present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Microsoft PowerPoint --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/powerpoint/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft PowerPoint</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_PowerPoint_(2019%E2%80%93present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|             </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Microsoft Publisher --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/publisher/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Publisher</b><br> |  | ||||||
|             (2016, 2019, o365)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_Publisher_(2019-present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Microsoft Visio --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/visio/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Visio</b><br> |  | ||||||
|             (Standard/Pro. 2021, Plan 2)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Office_Visio_(2019).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Microsoft Project --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/project/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Project</b><br> |  | ||||||
|             (Standard/Pro. 2021, Plan 3/5)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Microsoft_Project_(2019–present).svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- Microsoft Visual Studio --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/visual-studio-pro/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Microsoft Visual Studio</b><br> |  | ||||||
|             (Comm./Pro./Ent. 2022)<br> |  | ||||||
|             <i><a href="https://en.m.wikipedia.org/wiki/File:Visual_Studio_Icon_2022.svg">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- mIRC --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/mirc/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>mIRC</b><br> |  | ||||||
|             <i><a href="https://en.wikipedia.org/wiki/MIRC#/media/File:Mircnewlogo.png">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|         <!-- PowerShell --> |  | ||||||
|         <td> |  | ||||||
|             <img src="apps/powershell/icon.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>PowerShell</b><br> |  | ||||||
|             <i><a href="https://iconduck.com/icons/102322/file-type-powershell">Icon</a> under <a href="https://iconduck.com/licenses/mit">MIT license</a>.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
|     <tr> |  | ||||||
|         <!-- Windows --> |  | ||||||
|         <td> |  | ||||||
|             <img src="icons/windows.svg" width="100"> |  | ||||||
|         </td> |  | ||||||
|         <td> |  | ||||||
|             <b>Windows</b><br> |  | ||||||
|             (Full RDP Session)<br> |  | ||||||
|             <i><a href="url">Icon</a> in the Public Domain.</i> |  | ||||||
|         </td> |  | ||||||
|     </tr> |  | ||||||
| </table> |  | ||||||
|  |  | ||||||
| ## Installation | ## Installation | ||||||
| ### Step 1: Configure a Windows VM |  | ||||||
| Both `Docker` and `Podman` are recommended backends for running the Windows virtual machine, as they facilitate an automated Windows installation process. WinApps is also compatible with `libvirt`. While this method requires considerably more manual configuration, it also provides greater virtual machine customisation options. All three methods leverage the `KVM` hypervisor, ensuring excellent virtual machine performance. Ultimately, the choice of backend depends on your specific use case. |  | ||||||
|  |  | ||||||
| The following guides are available: | ### Step 1: Set up a Windows Virtual Machine | ||||||
| - [Creating a Windows VM with `Docker` or `Podman`](docs/docker.md) | The best solution for running a VM as a subsystem for WinApps would be KVM. KVM is a CPU and memory-efficient virtualization engine. To set up the VM for WinApps, follow this guide: | ||||||
| - [Creating a Windows VM with `libvirt`](docs/libvirt.md) |  | ||||||
|  |  | ||||||
| If you already have a Windows VM or server you wish to use with WinApps, you will still have to follow the [final steps described in the `libvirt` documentation](docs/libvirt.md#final-configuration-steps). | - [Creating a Virtual Machine in KVM using UTM](docs/KVM.md) | ||||||
|  |  | ||||||
| ### Step 2: Install Dependencies | If you already have a Virtual Machine or server you wish to use with WinApps, you will need to merge `install/RDPApps.reg` into the VM's Windows Registry. If this VM is in KVM and you want to use auto-IP detection, you will need to name the machine `RDPWindows`. Directions for both of these can be found in the guide linked above. | ||||||
| Install the required dependencies. |  | ||||||
|   - Debian/Ubuntu: | ### Step 2: Download the repo and prerequisites | ||||||
|  | To get things going, use: | ||||||
| ``` bash | ``` bash | ||||||
|       sudo apt install -y curl dialog freerdp3-x11 git iproute2 libnotify-bin netcat-openbsd | brew install --cask xquartz # reboot after installing this | ||||||
|  | brew install coreutils freerdp | ||||||
|  | git clone -b legacy-macos https://github.com/winapps-org/winapps.git | ||||||
|  | cd winapps | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| > [!NOTE] |  | ||||||
| > On Debian you need to enable the `backports` repository for the `freerdp3-x11` package to become available. |  | ||||||
| > For instructions, see https://backports.debian.org/Instructions. |  | ||||||
|  |  | ||||||
|   - Fedora/RHEL: | ### Step 3: Creating your WinApps configuration file | ||||||
|  | You will need to create a `~/.config/winapps/winapps.conf` configuration file with the following information in it: | ||||||
| ``` bash | ``` bash | ||||||
|       sudo dnf install -y curl dialog freerdp git iproute libnotify nmap-ncat |  | ||||||
|       ``` |  | ||||||
|   - Arch Linux: |  | ||||||
|       ```bash |  | ||||||
|       sudo pacman -Syu --needed -y curl dialog freerdp git iproute2 libnotify gnu-netcat |  | ||||||
|       ``` |  | ||||||
|   - OpenSUSE: |  | ||||||
|       ```bash |  | ||||||
|       sudo zypper install -y curl dialog freerdp git iproute2 libnotify-tools netcat-openbsd |  | ||||||
|       ``` |  | ||||||
|   - Gentoo Linux: |  | ||||||
|       ```bash |  | ||||||
|       sudo emerge --ask=n net-misc/curl dev-util/dialog net-misc/freerdp:3 dev-vcs/git sys-apps/iproute2 x11-libs/libnotify net-analyzer/openbsd-netcat |  | ||||||
|       ``` |  | ||||||
|  |  | ||||||
| > [!NOTE] |  | ||||||
| > WinApps requires `FreeRDP` version 3 or later. If not available for your distribution through your package manager, you can install the [Flatpak](https://flathub.org/apps/com.freerdp.FreeRDP): |  | ||||||
| > ```bash |  | ||||||
| > flatpak install flathub com.freerdp.FreeRDP |  | ||||||
| > sudo flatpak override --filesystem=home com.freerdp.FreeRDP # To use `+home-drive` |  | ||||||
| > ``` |  | ||||||
| > However, if you have weird issues like [#233](https://github.com/winapps-org/winapps/issues/233) when running Flatpak, please compile FreeRDP from source according to [this guide](https://github.com/FreeRDP/FreeRDP/wiki/Compilation). |  | ||||||
|  |  | ||||||
| ### Step 3: Create a WinApps Configuration File |  | ||||||
| Create a configuration file at `~/.config/winapps/winapps.conf` containing the following: |  | ||||||
| ```bash |  | ||||||
| ################################## |  | ||||||
| #   WINAPPS CONFIGURATION FILE   # |  | ||||||
| ################################## |  | ||||||
|  |  | ||||||
| # INSTRUCTIONS |  | ||||||
| # - Leading and trailing whitespace are ignored. |  | ||||||
| # - Empty lines are ignored. |  | ||||||
| # - Lines starting with '#' are ignored. |  | ||||||
| # - All characters following a '#' are ignored. |  | ||||||
|  |  | ||||||
| # [WINDOWS USERNAME] |  | ||||||
| RDP_USER="MyWindowsUser" | RDP_USER="MyWindowsUser" | ||||||
|  |  | ||||||
| # [WINDOWS PASSWORD] |  | ||||||
| # NOTES: |  | ||||||
| # - If using FreeRDP v3.9.0 or greater, you *have* to set a password |  | ||||||
| RDP_PASS="MyWindowsPassword" | RDP_PASS="MyWindowsPassword" | ||||||
|  | #RDP_DOMAIN="MYDOMAIN" | ||||||
| # [WINDOWS DOMAIN] |  | ||||||
| # DEFAULT VALUE: '' (BLANK) |  | ||||||
| RDP_DOMAIN="" |  | ||||||
|  |  | ||||||
| # [WINDOWS IPV4 ADDRESS] |  | ||||||
| # NOTES: |  | ||||||
| # - If using 'libvirt', 'RDP_IP' will be determined by WinApps at runtime if left unspecified. |  | ||||||
| # DEFAULT VALUE: |  | ||||||
| # - 'docker': '127.0.0.1' |  | ||||||
| # - 'podman': '127.0.0.1' |  | ||||||
| # - 'libvirt': '' (BLANK) |  | ||||||
| RDP_IP="127.0.0.1" | RDP_IP="127.0.0.1" | ||||||
|  | #RDP_SCALE=100 | ||||||
| # [VM NAME] | #RDP_FLAGS="" | ||||||
| # NOTES: | #MULTIMON="true" | ||||||
| # - Only applicable when using 'libvirt' | #DEBUG="true" | ||||||
| # - The libvirt VM name must match so that WinApps can determine VM IP, start the VM, etc. |  | ||||||
| # DEFAULT VALUE: 'RDPWindows' |  | ||||||
| VM_NAME="RDPWindows" |  | ||||||
|  |  | ||||||
| # [WINAPPS BACKEND] |  | ||||||
| # DEFAULT VALUE: 'docker' |  | ||||||
| # VALID VALUES: |  | ||||||
| # - 'docker' |  | ||||||
| # - 'podman' |  | ||||||
| # - 'libvirt' |  | ||||||
| # - 'manual' |  | ||||||
| WAFLAVOR="docker" |  | ||||||
|  |  | ||||||
| # [DISPLAY SCALING FACTOR] |  | ||||||
| # NOTES: |  | ||||||
| # - If an unsupported value is specified, a warning will be displayed. |  | ||||||
| # - If an unsupported value is specified, WinApps will use the closest supported value. |  | ||||||
| # DEFAULT VALUE: '100' |  | ||||||
| # VALID VALUES: |  | ||||||
| # - '100' |  | ||||||
| # - '140' |  | ||||||
| # - '180' |  | ||||||
| RDP_SCALE="100" |  | ||||||
|  |  | ||||||
| # [MOUNTING REMOVABLE PATHS FOR FILES] |  | ||||||
| # NOTES: |  | ||||||
| # - By default, `udisks` (which you most likely have installed) uses /run/media for mounting removable devices. |  | ||||||
| #   This improves compatibility with most desktop environments (DEs). |  | ||||||
| # ATTENTION: The Filesystem Hierarchy Standard (FHS) recommends /media instead. Verify your system's configuration. |  | ||||||
| # - To manually mount devices, you may optionally use /mnt. |  | ||||||
| # REFERRENCE: https://wiki.archlinux.org/title/Udisks#Mount_to_/media |  | ||||||
| REMOVABLE_MEDIA="/run/media" |  | ||||||
|  |  | ||||||
| # [ADDITIONAL FREERDP FLAGS & ARGUMENTS] |  | ||||||
| # NOTES: |  | ||||||
| # - You can try adding /network:lan to these flags in order to increase performance, however, some users have faced issues with this. |  | ||||||
| # DEFAULT VALUE: '/cert:tofu /sound /microphone' |  | ||||||
| # VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown |  | ||||||
| RDP_FLAGS="/cert:tofu /sound /microphone" |  | ||||||
|  |  | ||||||
| # [MULTIPLE MONITORS] |  | ||||||
| # NOTES: |  | ||||||
| # - If enabled, a FreeRDP bug *might* produce a black screen. |  | ||||||
| # DEFAULT VALUE: 'false' |  | ||||||
| # VALID VALUES: |  | ||||||
| # - 'true' |  | ||||||
| # - 'false' |  | ||||||
| MULTIMON="false" |  | ||||||
|  |  | ||||||
| # [DEBUG WINAPPS] |  | ||||||
| # NOTES: |  | ||||||
| # - Creates and appends to ~/.local/share/winapps/winapps.log when running WinApps. |  | ||||||
| # DEFAULT VALUE: 'true' |  | ||||||
| # VALID VALUES: |  | ||||||
| # - 'true' |  | ||||||
| # - 'false' |  | ||||||
| DEBUG="true" |  | ||||||
|  |  | ||||||
| # [AUTOMATICALLY PAUSE WINDOWS] |  | ||||||
| # NOTES: |  | ||||||
| # - This is currently INCOMPATIBLE with 'docker' and 'manual'. |  | ||||||
| # - See https://github.com/dockur/windows/issues/674 |  | ||||||
| # DEFAULT VALUE: 'off' |  | ||||||
| # VALID VALUES: |  | ||||||
| # - 'on' |  | ||||||
| # - 'off' |  | ||||||
| AUTOPAUSE="off" |  | ||||||
|  |  | ||||||
| # [AUTOMATICALLY PAUSE WINDOWS TIMEOUT] |  | ||||||
| # NOTES: |  | ||||||
| # - This setting determines the duration of inactivity to tolerate before Windows is automatically paused. |  | ||||||
| # - This setting is ignored if 'AUTOPAUSE' is set to 'off'. |  | ||||||
| # - The value must be specified in seconds (to the nearest 10 seconds e.g., '30', '40', '50', etc.). |  | ||||||
| # - For RemoteApp RDP sessions, there is a mandatory 20-second delay, so the minimum value that can be specified here is '20'. |  | ||||||
| # - Source: https://techcommunity.microsoft.com/t5/security-compliance-and-identity/terminal-services-remoteapp-8482-session-termination-logic/ba-p/246566 |  | ||||||
| # DEFAULT VALUE: '300' |  | ||||||
| # VALID VALUES: >=20 |  | ||||||
| AUTOPAUSE_TIME="300" |  | ||||||
|  |  | ||||||
| # [FREERDP COMMAND] |  | ||||||
| # NOTES: |  | ||||||
| # - WinApps will attempt to automatically detect the correct command to use for your system. |  | ||||||
| # DEFAULT VALUE: '' (BLANK) |  | ||||||
| # VALID VALUES: The command required to run FreeRDPv3 on your system (e.g., 'xfreerdp', 'xfreerdp3', etc.). |  | ||||||
| FREERDP_COMMAND="" |  | ||||||
| ``` | ``` | ||||||
|  | The username and password should be a full user account and password, such as the one created when setting up Windows or a domain user. It cannot be a user/PIN combination as those are not valid for RDP access. | ||||||
|  |  | ||||||
| > [!IMPORTANT] | Options: | ||||||
| > `RDP_USER` and `RDP_PASS` must correspond to a complete Windows user account and password, such as those created during Windows setup or for a domain user. User/PIN combinations are not valid for RDP access. | - When using a pre-existing non-KVM RDP server, you can use the `RDP_IP` to specify it's location | ||||||
|  | - For domain users, you can uncomment and change `RDP_DOMAIN` | ||||||
|  | - On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like [100|140|160|180] | ||||||
|  | - To add flags to the FreeRDP call, such as `/audio-mode:1` to pass in a mic, use the `RDP_FLAGS` configuration option | ||||||
|  | - For multi-monitor setups, you can try enabling `MULTIMON`, however if you get a black screen (FreeRDP bug) you will need to revert back | ||||||
|  | - If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log` | ||||||
|  |  | ||||||
| > [!IMPORTANT] | ### Step 4: Run the WinApps installer | ||||||
| > If you wish to use an alternative WinApps backend (other than `Docker`), uncomment and change `WAFLAVOR="docker"` to `WAFLAVOR="podman"` or `WAFLAVOR="libvirt"`. | Lastly, check that FreeRDP can connect with: | ||||||
|  | ``` | ||||||
|  | bin/winapps check | ||||||
|  | ``` | ||||||
|  | You will see output from FreeRDP, as well as potentially have to accept the initial certificate. After that, a Windows Explorer window should pop up. You can close this window and press `Ctrl-C` to cancel out of FreeRDP. | ||||||
|  |  | ||||||
| #### Configuration Options Explained | If this step fails, try restarting the VM, or your problem could be related to: | ||||||
| - If using a pre-existing Windows RDP server on your LAN, you must use `RDP_IP` to specify the location of the Windows server. You may also wish to configure a static IP address for this server. | - You need to accept the security cert the first time you connect (with 'check') | ||||||
| - If running a Windows VM using `libvirt` with NAT enabled, leave `RDP_IP` commented out and WinApps will auto-detect the local IP address for the VM. | - Not enabling RDP in the Windows VM | ||||||
| - For domain users, you can uncomment and change `RDP_DOMAIN`. | - Not being able to connect to the IP of the VM | ||||||
| - On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like to use (100, 140 or 180). | - Incorrect user credentials in `~/.config/winapps/winapps.conf` | ||||||
| - To add additional flags to the FreeRDP call (e.g. `/prevent-session-lock 120`), uncomment and use the `RDP_FLAGS` configuration option. | - Not merging `install/RDPApps.reg` into the VM | ||||||
| - For multi-monitor setups, you can try enabling `MULTIMON`. A FreeRDP bug may result in a black screen however, in which case you should revert this change. |  | ||||||
| - If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log`. |  | ||||||
| - If using a system on which the FreeRDP command is not `xfreerdp` or `xfreerdp3`, the correct command can be specified using `FREERDP_COMMAND`. |  | ||||||
|  |  | ||||||
| ### Step 4: Test FreeRDP |  | ||||||
| 1. Test establishing an RDP session by running the following command, replacing the `/u:`, `/p:`, and `/v:` values with the correct values specified in `~/.config/winapps/winapps.conf`. |  | ||||||
|  |  | ||||||
|  | ## Running applications manually | ||||||
|  | WinApps offers a manual mode for running applications that are not configured. This is completed with the `manual` flag. Executables that are in the path do not require full path definition. | ||||||
| ``` bash | ``` bash | ||||||
|     xfreerdp3 /u:"Your Windows Username" /p:"Your Windows Password" /v:192.168.122.2 /cert:tofu | ./bin/winapps manual "C:\my\directory\executableNotInPath.exe" | ||||||
|  | ./bin/winapps manual executableInPath.exe | ||||||
|     # Or, if you installed FreeRDP using Flatpak |  | ||||||
|     flatpak run --command=xfreerdp com.freerdp.FreeRDP /u:"Your Windows Username" /p:"Your Windows Password" /v:192.168.122.2 /cert:tofu |  | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|     - Please note that the correct `FreeRDP` command may vary depending on your system (e.g. `xfreerdp`, `xfreerdp3`, etc.). | Currently, this is the only mode supported on macOS  | ||||||
|     - Ensure you use the correct IP address for your Windows instance in the above command. |  | ||||||
|     - If prompted within the terminal window, choose to accept the certificate permanently. |  | ||||||
|  |  | ||||||
|     If the Windows desktop appears in a `FreeRDP` window, the configuration was successful and the correct RDP TLS certificate was enrolled on the Linux host. Disconnect from the RDP session and skip the following debugging step. |  | ||||||
|  |  | ||||||
| 2. [DEBUGGING STEP] If an outdated or expired certificate is detected, the `FreeRDP` command will display output resembling the following. In this case, the old certificate will need to be removed and a new RDP TLS certificate installed. |  | ||||||
|  |  | ||||||
|     ``` |  | ||||||
|     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |  | ||||||
|     @           WARNING: CERTIFICATE NAME MISMATCH!           @ |  | ||||||
|     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |  | ||||||
|  |  | ||||||
|     The hostname used for this connection (192.168.122.2:3389) |  | ||||||
|     does not match the name given in the certificate: |  | ||||||
|     Common Name (CN): |  | ||||||
|             RDPWindows |  | ||||||
|     A valid certificate for the wrong name should NOT be trusted! |  | ||||||
|  |  | ||||||
|     The host key for 192.168.122.2:3389 has changed |  | ||||||
|  |  | ||||||
|     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |  | ||||||
|     @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @ |  | ||||||
|     @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |  | ||||||
|  |  | ||||||
|     IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! |  | ||||||
|     Someone could be eavesdropping on you right now (man-in-the-middle attack)! |  | ||||||
|     It is also possible that a host key has just been changed. |  | ||||||
|     The fingerprint for the host key sent by the remote host is 8e:b4:d2:8e:4e:14:e7:4e:82:9b:07:5b:e1:68:40:18:bc:db:5f:bc:29:0d:91:83:f9:17:f9:13:e6:51:dc:36 |  | ||||||
|     Please contact your system administrator. |  | ||||||
|     Add correct host key in /home/rohanbarar/.config/freerdp/server/192.168.122.2_3389.pem to get rid of this message. |  | ||||||
|     ``` |  | ||||||
|  |  | ||||||
|     If you experience the above error, delete any old or outdated RDP TLS certificates associated with Windows, as they can prevent `FreeRDP` from establishing a connection. |  | ||||||
|  |  | ||||||
|     These certificates are located within `~/.config/freerdp/server/` and follow the naming format `<Windows-VM-IPv4-Address>_<RDP-Port>.pem` (e.g., `192.168.122.2_3389.pem`, `127.0.0.1_3389.pem`, etc.). |  | ||||||
|  |  | ||||||
|     If you use FreeRDP for purposes other than WinApps, ensure you only remove certificates related to the relevant Windows VM. If no relevant certificates are found, no action is needed. |  | ||||||
|  |  | ||||||
|     Following deletion, re-attempt establishing an RDP session. |  | ||||||
|  |  | ||||||
| ### Step 5: Run the WinApps Installer |  | ||||||
| With Windows still powered on, run the WinApps installer. |  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh) |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| Once WinApps is installed, a list of additional arguments can be accessed by running `winapps-setup --help`. |  | ||||||
|  |  | ||||||
| <img src="./demo/installer.gif" width=1000 alt="WinApps Installer Animation."> |  | ||||||
|  |  | ||||||
| ## Adding Additional Pre-defined Applications |  | ||||||
| Adding your own applications with custom icons and MIME types to the installer is easy. Simply copy one of the application configurations in the `apps` folder located within the WinApps repository, and: |  | ||||||
| 1. Modify the name and variables to reflect the appropriate/desired values for your application. |  | ||||||
| 2. Replace `icon.svg` with an SVG for your application (ensuring the icon is appropriately licensed). |  | ||||||
| 3. Remove and reinstall WinApps. |  | ||||||
| 4. Submit a pull request to add your application to WinApps as an officially supported application once you have tested and verified your configuration (optional, but encouraged). |  | ||||||
|  |  | ||||||
| ## Running Applications Manually |  | ||||||
| WinApps offers a manual mode for running applications that were not configured by the WinApps installer. This is completed with the `manual` flag. Executables that are in the Windows PATH do not require full path definition. |  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| winapps manual "C:\my\directory\executableNotInPath.exe" |  | ||||||
| winapps manual executableInPath.exe |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## Updating WinApps |  | ||||||
| The installer can be run multiple times. To update your installation of WinApps: |  | ||||||
| 1. Run the WinApps installer to remove WinApps from your system. |  | ||||||
| 2. Pull the latest changes from the WinApps GitHub repository. |  | ||||||
| 3. Re-install WinApps using the WinApps installer by running `winapps-setup`. |  | ||||||
|  |  | ||||||
| ## Installation using Nix |  | ||||||
|  |  | ||||||
| First, follow Step 1 of the normal installation guide to create your VM. |  | ||||||
| Then, install WinApps according to the following instructions. |  | ||||||
|  |  | ||||||
| After installation, it will be available under `winapps`, with the installer being available under `winapps-setup` |  | ||||||
| and the optional launcher being available under `winapps-launcher.` |  | ||||||
|  |  | ||||||
| ### Using standalone Nix |  | ||||||
|  |  | ||||||
| First, make sure Flakes and the `nix` command are enabled. |  | ||||||
| In your `~/.config/nix/nix.conf`: |  | ||||||
| ``` |  | ||||||
| experimental-features = nix-command flakes |  | ||||||
| # specify to use binary cache (optional) |  | ||||||
| extra-substituters = https://winapps.cachix.org/ |  | ||||||
| extra-trusted-public-keys = winapps.cachix.org-1:HI82jWrXZsQRar/PChgIx1unmuEsiQMQq+zt05CD36g= |  | ||||||
| extra-trusted-users = <your-username> # replace with your username |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| nix profile install github:winapps-org/winapps#winapps |  | ||||||
| nix profile install github:winapps-org/winapps#winapps-launcher # optional |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### On NixOS using Flakes |  | ||||||
|  |  | ||||||
| ```nix |  | ||||||
| # flake.nix |  | ||||||
| { |  | ||||||
|   description = "My configuration"; |  | ||||||
|  |  | ||||||
|   inputs = { |  | ||||||
|     nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; |  | ||||||
|  |  | ||||||
|     winapps = { |  | ||||||
|       url = "github:winapps-org/winapps"; |  | ||||||
|       inputs.nixpkgs.follows = "nixpkgs"; |  | ||||||
|     }; |  | ||||||
|   }; |  | ||||||
|  |  | ||||||
|   outputs = |  | ||||||
|     inputs@{ |  | ||||||
|       nixpkgs, |  | ||||||
|       winapps, |  | ||||||
|       ... |  | ||||||
|     }: |  | ||||||
|     { |  | ||||||
|       nixosConfigurations.hostname = nixpkgs.lib.nixosSystem rec { |  | ||||||
|         system = "x86_64-linux"; |  | ||||||
|  |  | ||||||
|         specialArgs = { |  | ||||||
|           inherit inputs system; |  | ||||||
|         }; |  | ||||||
|  |  | ||||||
|         modules = [ |  | ||||||
|           ./configuration.nix |  | ||||||
|           ( |  | ||||||
|             { |  | ||||||
|               pkgs, |  | ||||||
|               system ? pkgs.system, |  | ||||||
|               ... |  | ||||||
|             }: |  | ||||||
|             { |  | ||||||
|               # set up binary cache (optional) |  | ||||||
|               nix.settings = { |  | ||||||
|                 substituters = [ "https://winapps.cachix.org/" ]; |  | ||||||
|                 trusted-public-keys = [ "winapps.cachix.org-1:HI82jWrXZsQRar/PChgIx1unmuEsiQMQq+zt05CD36g=" ]; |  | ||||||
|               }; |  | ||||||
|  |  | ||||||
|               environment.systemPackages = [ |  | ||||||
|                 winapps.packages."${system}".winapps |  | ||||||
|                 winapps.packages."${system}".winapps-launcher # optional |  | ||||||
|               ]; |  | ||||||
|             } |  | ||||||
|           ) |  | ||||||
|         ]; |  | ||||||
|       }; |  | ||||||
|     }; |  | ||||||
| } |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ### On NixOS without Flakes |  | ||||||
|  |  | ||||||
| [Flakes aren't real and they can't hurt you.](https://jade.fyi/blog/flakes-arent-real/). |  | ||||||
| However, if you still don't want to use flakes, you can use WinApps with flake-compat like: |  | ||||||
|  |  | ||||||
| ```nix |  | ||||||
| # configuration.nix |  | ||||||
| { |  | ||||||
|   pkgs, |  | ||||||
|   system ? pkgs.system, |  | ||||||
|   ... |  | ||||||
| }: |  | ||||||
| { |  | ||||||
|   # set up binary cache (optional) |  | ||||||
|   nix.settings = { |  | ||||||
|     substituters = [ "https://winapps.cachix.org/" ]; |  | ||||||
|     trusted-public-keys = [ "winapps.cachix.org-1:HI82jWrXZsQRar/PChgIx1unmuEsiQMQq+zt05CD36g=" ]; |  | ||||||
|     trusted-users = [ "<your username>" ]; # replace with your username |  | ||||||
|   }; |  | ||||||
|  |  | ||||||
|   environment.systemPackages = |  | ||||||
|     let |  | ||||||
|       winapps = |  | ||||||
|         (import (builtins.fetchTarball "https://github.com/winapps-org/winapps/archive/main.tar.gz")) |  | ||||||
|         .packages."${system}"; |  | ||||||
|     in |  | ||||||
|     [ |  | ||||||
|       winapps.winapps |  | ||||||
|       winapps.winapps-launcher # optional |  | ||||||
|     ]; |  | ||||||
| } |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| ## Star History |  | ||||||
| <a href="https://star-history.com/#winapps-org/winapps&Date"> |  | ||||||
|  <picture> |  | ||||||
|    <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=winapps-org/winapps&type=Date&theme=dark"/> |  | ||||||
|    <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=winapps-org/winapps&type=Date"/> |  | ||||||
|    <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=winapps-org/winapps&type=Date"/> |  | ||||||
|  </picture> |  | ||||||
| </a> |  | ||||||
|   | |||||||
| @@ -1,18 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1993.481 1947.121"> |  | ||||||
|   <path fill="#881421" d="M463.6 1251.72v463.6c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8v-463.6H463.6z"/> |  | ||||||
|   <path fill="#AF2031" d="M463.6 741.76v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V741.76H463.6z"/> |  | ||||||
|   <path fill="#C94F60" d="M463.6 231.8v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V231.8H463.6z"/> |  | ||||||
|   <ellipse cx="1228.541" cy="231.8" fill="#E08095" rx="764.94" ry="231.8"/> |  | ||||||
|   <path d="M1027.662 417.24H463.6v1159h564.062c46.869-.153 84.825-38.109 84.978-84.978V502.218c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".1"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1159h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1066.28h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M934.943 463.6H463.6v1066.28h471.342c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.977-84.978z" opacity=".2"/> |  | ||||||
|   <linearGradient id="a" x1="177.1808" x2="842.7396" y1="1551.9205" y2="399.2002" gradientTransform="matrix(1 0 0 -1 0 1949.1207)" gradientUnits="userSpaceOnUse"> |  | ||||||
|     <stop offset="0" stop-color="#b72c3f"/> |  | ||||||
|     <stop offset=".5" stop-color="#b12334"/> |  | ||||||
|     <stop offset="1" stop-color="#9d1623"/> |  | ||||||
|   </linearGradient> |  | ||||||
|   <path fill="url(#a)" d="M84.978 463.6h849.965c46.932 0 84.978 38.046 84.978 84.978v849.964c0 46.932-38.046 84.978-84.978 84.978H84.978C38.046 1483.52 0 1445.474 0 1398.542V548.578C0 501.646 38.046 463.6 84.978 463.6z"/> |  | ||||||
|   <path fill="#FFF" d="M448.904 697.301h125.172l201.11 552.472H656.968l-44.32-131.755H405.743l-43.532 131.755H244.735l204.169-552.472zm137.133 335.6L521.736 832.95c-5.257-14.656-9.198-29.752-11.775-45.108h-2.318c-2.39 15.78-6.255 31.302-11.544 46.36l-64.904 198.792 154.842-.093z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.0 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Access" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Access" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\MSACCESS.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/x-msaccess;" |  | ||||||
| @@ -1,18 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1993.481 1947.121"> |  | ||||||
|   <path fill="#881421" d="M463.6 1251.72v463.6c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8v-463.6H463.6z"/> |  | ||||||
|   <path fill="#AF2031" d="M463.6 741.76v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V741.76H463.6z"/> |  | ||||||
|   <path fill="#C94F60" d="M463.6 231.8v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V231.8H463.6z"/> |  | ||||||
|   <ellipse cx="1228.541" cy="231.8" fill="#E08095" rx="764.94" ry="231.8"/> |  | ||||||
|   <path d="M1027.662 417.24H463.6v1159h564.062c46.869-.153 84.825-38.109 84.978-84.978V502.218c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".1"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1159h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1066.28h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M934.943 463.6H463.6v1066.28h471.342c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.977-84.978z" opacity=".2"/> |  | ||||||
|   <linearGradient id="a" x1="177.1808" x2="842.7396" y1="1551.9205" y2="399.2002" gradientTransform="matrix(1 0 0 -1 0 1949.1207)" gradientUnits="userSpaceOnUse"> |  | ||||||
|     <stop offset="0" stop-color="#b72c3f"/> |  | ||||||
|     <stop offset=".5" stop-color="#b12334"/> |  | ||||||
|     <stop offset="1" stop-color="#9d1623"/> |  | ||||||
|   </linearGradient> |  | ||||||
|   <path fill="url(#a)" d="M84.978 463.6h849.965c46.932 0 84.978 38.046 84.978 84.978v849.964c0 46.932-38.046 84.978-84.978 84.978H84.978C38.046 1483.52 0 1445.474 0 1398.542V548.578C0 501.646 38.046 463.6 84.978 463.6z"/> |  | ||||||
|   <path fill="#FFF" d="M448.904 697.301h125.172l201.11 552.472H656.968l-44.32-131.755H405.743l-43.532 131.755H244.735l204.169-552.472zm137.133 335.6L521.736 832.95c-5.257-14.656-9.198-29.752-11.775-45.108h-2.318c-2.39 15.78-6.255 31.302-11.544 46.36l-64.904 198.792 154.842-.093z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.0 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Jon Champagne |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Access" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Access" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\MSACCESS.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/x-msaccess;" |  | ||||||
| @@ -1,18 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1993.481 1947.121"> |  | ||||||
|   <path fill="#881421" d="M463.6 1251.72v463.6c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8v-463.6H463.6z"/> |  | ||||||
|   <path fill="#AF2031" d="M463.6 741.76v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V741.76H463.6z"/> |  | ||||||
|   <path fill="#C94F60" d="M463.6 231.8v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V231.8H463.6z"/> |  | ||||||
|   <ellipse cx="1228.541" cy="231.8" fill="#E08095" rx="764.94" ry="231.8"/> |  | ||||||
|   <path d="M1027.662 417.24H463.6v1159h564.062c46.869-.153 84.825-38.109 84.978-84.978V502.218c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".1"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1159h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1066.28h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M934.943 463.6H463.6v1066.28h471.342c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.977-84.978z" opacity=".2"/> |  | ||||||
|   <linearGradient id="a" x1="177.1808" x2="842.7396" y1="1551.9205" y2="399.2002" gradientTransform="matrix(1 0 0 -1 0 1949.1207)" gradientUnits="userSpaceOnUse"> |  | ||||||
|     <stop offset="0" stop-color="#b72c3f"/> |  | ||||||
|     <stop offset=".5" stop-color="#b12334"/> |  | ||||||
|     <stop offset="1" stop-color="#9d1623"/> |  | ||||||
|   </linearGradient> |  | ||||||
|   <path fill="url(#a)" d="M84.978 463.6h849.965c46.932 0 84.978 38.046 84.978 84.978v849.964c0 46.932-38.046 84.978-84.978 84.978H84.978C38.046 1483.52 0 1445.474 0 1398.542V548.578C0 501.646 38.046 463.6 84.978 463.6z"/> |  | ||||||
|   <path fill="#FFF" d="M448.904 697.301h125.172l201.11 552.472H656.968l-44.32-131.755H405.743l-43.532 131.755H244.735l204.169-552.472zm137.133 335.6L521.736 832.95c-5.257-14.656-9.198-29.752-11.775-45.108h-2.318c-2.39 15.78-6.255 31.302-11.544 46.36l-64.904 198.792 154.842-.093z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.0 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Access" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Access" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\MSACCESS.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/x-msaccess;" |  | ||||||
| @@ -1,18 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 1993.481 1947.121"> |  | ||||||
|   <path fill="#881421" d="M463.6 1251.72v463.6c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8v-463.6H463.6z"/> |  | ||||||
|   <path fill="#AF2031" d="M463.6 741.76v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V741.76H463.6z"/> |  | ||||||
|   <path fill="#C94F60" d="M463.6 231.8v509.96c0 128 342.462 231.8 764.94 231.8s764.94-103.8 764.94-231.8V231.8H463.6z"/> |  | ||||||
|   <ellipse cx="1228.541" cy="231.8" fill="#E08095" rx="764.94" ry="231.8"/> |  | ||||||
|   <path d="M1027.662 417.24H463.6v1159h564.062c46.869-.153 84.825-38.109 84.978-84.978V502.218c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".1"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1159h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M981.302 463.6H463.6v1066.28h517.702c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.978-84.978z" opacity=".2"/> |  | ||||||
|   <path d="M934.943 463.6H463.6v1066.28h471.342c46.869-.153 84.825-38.109 84.978-84.978V548.578c-.152-46.869-38.109-84.825-84.977-84.978z" opacity=".2"/> |  | ||||||
|   <linearGradient id="a" x1="177.1808" x2="842.7396" y1="1551.9205" y2="399.2002" gradientTransform="matrix(1 0 0 -1 0 1949.1207)" gradientUnits="userSpaceOnUse"> |  | ||||||
|     <stop offset="0" stop-color="#b72c3f"/> |  | ||||||
|     <stop offset=".5" stop-color="#b12334"/> |  | ||||||
|     <stop offset="1" stop-color="#9d1623"/> |  | ||||||
|   </linearGradient> |  | ||||||
|   <path fill="url(#a)" d="M84.978 463.6h849.965c46.932 0 84.978 38.046 84.978 84.978v849.964c0 46.932-38.046 84.978-84.978 84.978H84.978C38.046 1483.52 0 1445.474 0 1398.542V548.578C0 501.646 38.046 463.6 84.978 463.6z"/> |  | ||||||
|   <path fill="#FFF" d="M448.904 697.301h125.172l201.11 552.472H656.968l-44.32-131.755H405.743l-43.532 131.755H244.735l204.169-552.472zm137.133 335.6L521.736 832.95c-5.257-14.656-9.198-29.752-11.775-45.108h-2.318c-2.39 15.78-6.255 31.302-11.544 46.36l-64.904 198.792 154.842-.093z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.0 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Access" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Access" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/x-msaccess;" |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| <svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"><path fill="#FA0F00" d="M45.257 0h165.485C235.886 0 256 20.114 256 45.257v165.486C256 235.886 235.886 256 210.742 256H45.257C20.114 256 0 235.886 0 210.743V45.257C0 20.114 20.114 0 45.257 0z"/><path fill="#FFF" d="M204.144 147.657c-11.887-12.343-44.344-7.314-52.115-6.4-11.428-10.972-19.199-24.229-21.942-28.8 4.114-12.343 6.856-24.686 7.314-37.942 0-11.429-4.571-23.771-17.372-23.771-4.571 0-8.686 2.742-10.972 6.399-5.485 9.601-3.2 28.801 5.486 48.458-5.028 14.171-9.6 27.885-22.4 52.114-13.257 5.484-41.143 18.285-43.429 32-.914 4.113.457 8.229 3.657 11.428 3.2 2.743 7.314 4.114 11.429 4.114 16.914 0 33.371-23.313 44.8-42.972 9.6-3.199 24.686-7.771 39.772-10.514 17.828 15.543 33.371 17.828 41.6 17.828 10.971 0 15.086-4.571 16.457-8.686 2.285-4.57.914-9.599-2.285-13.256zm-11.43 7.772c-.457 3.2-4.57 6.399-11.885 4.571-8.686-2.285-16.457-6.4-23.314-11.886 5.943-.915 19.199-2.286 28.8-.457 3.657.914 7.314 3.2 6.399 7.772zm-76.342-94.172c.914-1.371 2.286-2.285 3.657-2.285 4.114 0 5.028 5.028 5.028 9.143-.457 9.601-2.286 19.2-5.485 28.343-6.858-18.286-5.486-31.087-3.2-35.201zm-.914 88.686c3.657-7.314 8.686-20.115 10.514-25.601 4.114 6.856 10.971 15.086 14.629 18.743 0 .458-14.172 3.2-25.143 6.858zm-26.972 18.286C77.972 185.6 67 196.571 61.057 196.571c-.914 0-1.829-.457-2.743-.914-1.372-.915-1.829-2.286-1.372-4.114 1.372-6.4 13.258-15.086 31.544-23.314z"/></svg> |  | ||||||
| Before Width: | Height: | Size: 1.4 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Acrobat X Pro" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Acrobat X Pro" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Documents" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/pdf;" |  | ||||||
| @@ -1,3 +0,0 @@ | |||||||
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"> |  | ||||||
|     <path d="m 12.816862,8.6991205 c -0.355549,-0.380587 -1.083672,-0.599424 -2.115263,-0.599424 -0.550849,0 -1.1893342,0.05508 -1.882904,0.185286 C 8.4270909,7.8993875 8.0364884,7.4486925 7.6634129,6.9228805 7.3980035,6.5523095 7.1661459,6.1617065 6.952316,5.7761125 c 0.407128,-1.271962 0.6039316,-2.308561 0.6039316,-3.054712 0,-0.837292 -0.3019658,-1.710639 -1.1718075,-1.710639 -0.2669118,0 -0.5338235,0.162751 -0.6760429,0.400618 -0.3921048,0.705087 -0.2153321,2.24997 0.4592084,3.775824 -0.2518886,0.761174 -0.5182995,1.488797 -0.8513132,2.306057 -0.2894465,0.689063 -0.6229609,1.399159 -0.9629854,2.051164 -1.9550157,0.7932245 -3.2199669,1.7196525 -3.33865,2.4457735 -0.0520803,0.273922 0.037057,0.525811 0.2288531,0.72612 0.066603,0.05509 0.3184912,0.272921 0.7411432,0.272921 1.2970006,0 2.6641094,-2.143306 3.3586808,-3.4352995 0.5333227,-0.180278 1.0666454,-0.344031 1.5989665,-0.508284 0.5849022,-0.16175 1.1718075,-0.29195 1.7051302,-0.383091 1.3696122,1.253934 2.5769742,1.4522405 3.1839112,1.4522405 0.747152,0 1.013563,-0.3089765 1.103201,-0.5618675 0.140217,-0.325502 0.03505,-0.686058 -0.126194,-0.871344 l 0.01001,0.02003 z m -0.69357,0.527815 c -0.05208,0.27242 -0.319493,0.453699 -0.694071,0.453699 -0.105162,0 -0.195301,-0.01853 -0.301965,-0.03606 -0.681051,-0.162751 -1.3185339,-0.508785 -1.9545149,-1.054627 0.6259656,-0.107165 1.1567849,-0.125193 1.4923019,-0.125193 0.370571,0 0.691066,0.01602 0.906398,0.07211 0.245378,0.05308 0.635981,0.217836 0.548346,0.691066 l 0.01002,0 z M 8.3559812,8.3721165 c -0.4607106,0.09515 -0.9584785,0.20732 -1.4742741,0.347035 -0.4086303,0.111673 -0.8342869,0.237366 -1.2619466,0.385595 0.2318577,-0.451697 0.4276597,-0.88837 0.6049331,-1.303511 0.2143307,-0.510788 0.3906026,-1.036599 0.5683768,-1.525353 0.1752703,0.305472 0.3705716,0.615951 0.5658729,0.891375 0.3204943,0.435672 0.6560119,0.851314 0.9915294,1.21187 l 0,-0.01002 z M 6.0273893,1.6191995 c 0.072612,-0.145224 0.2153322,-0.218336 0.3395237,-0.218336 0.3730755,0 0.4441852,0.43467 0.4441852,0.781205 0,0.584902 -0.1772735,1.473272 -0.4807416,2.487336 C 5.7985363,3.2572265 5.7619799,2.0754035 6.0283908,1.6197005 Z M 4.0733752,10.080753 c -0.9063982,1.52385 -1.7767407,2.47031 -2.3100633,2.47031 -0.1051623,0 -0.193799,-0.03756 -0.2654094,-0.09164 C 1.3907372,12.351255 1.3376553,12.223057 1.3737109,12.078835 1.4803754,11.532993 2.4934381,10.770316 4.073876,10.080753 Z" fill="#EF4642"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.4 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Acrobat 9" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Acrobat 9" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Documents" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/pdf;" |  | ||||||
| Before Width: | Height: | Size: 7.3 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Creative Cloud" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Creative Cloud" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeUpdate" |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| <svg fill="none" height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="m2 12.1333c0-3.54697 0-5.32047.69029-6.67524.6072-1.19169 1.57608-2.16057 2.76777-2.76777 1.35477-.69029 3.12827-.69029 6.67524-.69029h7.7334c3.547 0 5.3205 0 6.6752.69029 1.1917.6072 2.1606 1.57608 2.7678 2.76777.6903 1.35477.6903 3.12827.6903 6.67524v7.7334c0 3.547 0 5.3205-.6903 6.6752-.6072 1.1917-1.5761 2.1606-2.7678 2.7678-1.3547.6903-3.1282.6903-6.6752.6903h-7.7334c-3.54697 0-5.32047 0-6.67524-.6903-1.19169-.6072-2.16057-1.5761-2.76777-2.7678-.69029-1.3547-.69029-3.1282-.69029-6.6752z" fill="#00005b"/><g fill="#99f"><path d="m13.7893 19.5638h-4.3389l-.88281 2.8181c-.02451.1045-.12074.1785-.22541.1734h-2.19764c-.12532 0-.16915-.0706-.13148-.2119l3.75663-11.0508c.0376-.1155.07514-.2285.11274-.3763.04913-.2571.07429-.5183.07513-.7802-.01076-.0774.05604-.14596.13144-.1349h2.9866c.0875 0 .1375.0321.1502.0963l4.2639 12.2651c.0375.1286-.0001.1928-.1127.1927h-2.4419c-.0856.0097-.1674-.049-.1878-.1349zm-3.6627-2.3761h2.9678c-.4876-1.6662-1.0379-3.3104-1.4839-4.9896-.5054 1.7418-.9721 3.3572-1.4839 4.9896z"/><path d="m20.6608 18.4757c.1727 1.4309 1.3743 2.1131 2.7048 2.084.7503-.0147 1.5521-.1312 2.2532-.4149.0624-.0511.0939-.0192.0939.0964v1.8301c.0059.0952-.0339.1803-.1127.2312-.8714.3958-1.8716.5152-2.8167.5-2.8178 0-4.7529-1.9854-4.7521-4.874-.0074-2.7374 1.7685-5.0468 4.5267-5.0468 2.3381-.0606 3.9568 1.8113 3.9633 4.1414 0 .4243-.0237.8502-.0751 1.2714-.01.0868-.0839.1542-.1691.1542-1.8673 0-3.7437.027-5.6162.027zm0-1.755c1.0407 0 2.0874.0368 3.1274-.0096.1563-.016.2724-.0457.2724-.2082-.0217-.8638-.7507-1.5743-1.5966-1.5412-1.022-.0634-1.6761.7994-1.8032 1.759z"/></g></svg> |  | ||||||
| Before Width: | Height: | Size: 1.7 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="After Effects CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe After Effects CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe After Effects 2020\Support Files\AfterFX.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.adobe.aftereffects.project;application/vnd.adobe.aftereffects.template;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeAfterEffect" |  | ||||||
| @@ -1,39 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256.4 250" |  | ||||||
|      enable-background="new 0 0 256.4 250" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="250" width="256.4" x="-8.2" y="-8"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <g> |  | ||||||
|     <path fill="#00005B" d="M45.4,0H211c25.1,0,45.4,20.3,45.4,45.4v159.2c0,25.1-20.3,45.4-45.4,45.4H45.4C20.3,250,0,229.7,0,204.6 |  | ||||||
|         V45.4C0,20.3,20.3,0,45.4,0z"/> |  | ||||||
|     <g> |  | ||||||
|         <path fill="#9999FF" d="M100.7,149.6H61l-8.1,25.2c-0.2,1-1.1,1.6-2,1.5H30.8c-1.2,0-1.5-0.6-1.2-1.9L64,75.6 |  | ||||||
|             c0.3-1.1,0.6-2.2,1.1-3.5c0.5-2.2,0.9-4.5,0.9-6.8c-0.1-0.5,0.3-1.1,0.9-1.2c0.1,0,0.2,0,0.3,0h27.4c0.7,0,1.3,0.3,1.4,0.9 |  | ||||||
|             l38.8,109.6c0.3,1.2,0,1.7-1.1,1.7h-22.3c-0.7,0.1-1.5-0.4-1.7-1.2L100.7,149.6z M67.2,128.3h27.1c-0.6-2.2-1.5-4.9-2.5-7.7 |  | ||||||
|             c-1-2.9-1.9-6-2.9-9.2c-1.1-3.3-2-6.5-3.1-9.8s-2-6.4-2.9-9.5c-0.9-3-1.6-5.8-2.4-8.3h-0.2c-1,4.6-2.1,9.2-3.6,13.8 |  | ||||||
|             c-1.6,5.1-3.2,10.5-4.9,15.8C70.5,118.8,68.8,123.8,67.2,128.3L67.2,128.3z"/> |  | ||||||
|         <path fill="#9999FF" d="M216.7,92.1v65.5c0,2.9,0,5.4,0.1,7.7c0.1,2.2,0.2,4.2,0.3,5.9c0.2,1.7,0.3,2.7,0.4,3.8 |  | ||||||
|             c0.1,1-0.3,1.4-1.2,1.4H198c-0.9,0.1-1.7-0.4-2-1.2c-0.2-0.9-0.4-1.8-0.6-2.7c-0.2-0.7-0.2-1.5-0.2-2.2c-3.4,3.1-7.6,5.3-12.1,6.6 |  | ||||||
|             c-3.8,1.1-7.9,1.6-11.9,1.6c-4,0-7.9-0.5-11.6-1.8c-3.4-1.2-6.6-3.2-9.1-5.9c-2.8-3-4.8-6.5-6-10.4c-1.5-4.9-2.2-10-2.1-15.2v-53 |  | ||||||
|             c-0.1-0.6,0.3-1.3,1.1-1.4c0.1,0,0.2,0,0.3,0h20.4c0.6-0.1,1.3,0.3,1.4,1.1c0,0.1,0,0.2,0,0.3v50.2c0,4.7,1.1,8.4,3.1,11.1 |  | ||||||
|             c2,2.7,6.2,4.1,11,4.1c2.5,0,4.9-0.4,7.3-1.3c2.5-0.9,4.7-2,6.7-3.5V92.1c0-0.7,0.5-1.2,1.5-1.2h20.4c0.5-0.1,1.2,0.3,1.2,0.9 |  | ||||||
|             C216.7,91.9,216.7,92,216.7,92.1z"/> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.7 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Audition CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Audition CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Audition 2020\Adobe Audition.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeAudition" |  | ||||||
| @@ -1,25 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#000B1D;} |  | ||||||
|     .st1{fill:#FFFFFF;} |  | ||||||
| </style> |  | ||||||
| <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|     C0,19,19,0,42.5,0z"/> |  | ||||||
| <path class="st1" d="M55.1,164.2L55,62c0-1,0.3-1.5,1-1.6c1.8-0.1,4.6-0.2,8.4-0.2c3.8-0.1,7.4-0.1,11.8-0.2 |  | ||||||
|     c4.4-0.1,8.4-0.1,12.1-0.1c8.8,0,16,0.6,21.2,2.6c5.2,1.9,9.2,4.4,12,7.3c2.7,2.6,4.7,5.8,5.9,9.3c0.9,2.9,1.4,5.8,1.4,8.9 |  | ||||||
|     c0,3.2-0.7,6.4-1.9,9.4c-0.9,2.5-2.2,4.8-3.9,6.8c-1.2,1.6-2.7,2.9-4.3,4c2.3,1.2,4.4,2.7,6.4,4.4c2.5,2.2,4.6,5,6,8 |  | ||||||
|     c1.9,3.8,2.9,8,2.8,12.2c0,6.2-1.9,12.3-5.6,17.3c-3.6,4.9-8.7,8.8-15.5,11.5c-7.7,3-15.8,4.5-24.1,4.3H78.1c-3.4,0-6.2,0-9.1-0.1 |  | ||||||
|     c-2.8-0.1-5.3-0.1-7.4-0.2c-2.1-0.1-3.9-0.1-5.4-0.1C55.4,165.5,55.1,165,55.1,164.2z M76.8,78.9l0.1,22.3h10.5 |  | ||||||
|     c2.9,0,5.7,0.1,8.5,0.2c2,0,4,0.2,6,0.6c1.4-1.2,2.6-2.7,3.5-4.3c1.1-1.9,1.6-4,1.6-6.2c0-2.6-0.8-5.2-2.4-7.4 |  | ||||||
|     c-1.6-1.9-3.7-3.4-6-4.1c-3.3-1-6.7-1.4-10.2-1.3h-4.7c-1.4,0-2.3,0-3.4,0.1C79.3,78.8,78.1,78.9,76.8,78.9z M76.9,119.9v26.8 |  | ||||||
|     c1.8,0.1,3.2,0.2,5.1,0.2c1.8,0.1,4,0.1,6.6,0.1c3.9,0.1,7.9-0.4,11.7-1.4c2.9-0.7,5.6-2.3,7.6-4.5c1.9-2.1,3-4.8,3.1-7.6 |  | ||||||
|     c-0.1-2.7-1-5.4-2.7-7.6c-1.4-2.1-4-3.9-7.7-4.9c-1.5-0.4-2.9-0.6-4.4-0.8c-2-0.2-3.9-0.3-5.9-0.3L76.9,119.9z"/> |  | ||||||
| <path class="st1" d="M148.2,85h17.5c1,0,1.8,0.7,2.1,1.6c0.4,0.7,0.7,1.5,0.8,2.3c0.2,1,0.4,2.1,0.5,3.1c0.1,1.1,0.2,2.7,0.2,4 |  | ||||||
|     c3-3.6,6.6-6.7,10.7-9c4.3-2.4,8.9-3,14.5-3c0.7-0.1,1.3,0.4,1.4,1.1c0,0.1,0,0.2,0,0.4v19.2c0,0.8-0.5,1.1-1.6,1.1 |  | ||||||
|     c-3.4-0.2-6.8,0-10.2,0.7c-2.9,0.6-5.7,1.5-8.4,2.7c-2.2,0.9-4.2,2.1-5.9,3.7v50.7c0,1-0.4,1.4-1.3,1.4h-19 |  | ||||||
|     c-0.8,0.1-1.5-0.4-1.6-1.2c0-0.1,0-0.3,0-0.4v-55c0-2.4,0-4.9-0.1-7.5c-0.1-2.6-0.1-5.2-0.2-7.8c-0.1-2.3-0.3-4.7-0.6-7 |  | ||||||
|     c-0.1-0.5,0.2-1,0.7-1.1C147.9,85,148,85,148.2,85z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.1 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Bridge CS6" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Bridge CS6" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Bridge CS6 (64 Bit)\Bridge.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeBridge" |  | ||||||
| @@ -1,25 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#000B1D;} |  | ||||||
|     .st1{fill:#FFFFFF;} |  | ||||||
| </style> |  | ||||||
| <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|     C0,19,19,0,42.5,0z"/> |  | ||||||
| <path class="st1" d="M55.1,164.2L55,62c0-1,0.3-1.5,1-1.6c1.8-0.1,4.6-0.2,8.4-0.2c3.8-0.1,7.4-0.1,11.8-0.2 |  | ||||||
|     c4.4-0.1,8.4-0.1,12.1-0.1c8.8,0,16,0.6,21.2,2.6c5.2,1.9,9.2,4.4,12,7.3c2.7,2.6,4.7,5.8,5.9,9.3c0.9,2.9,1.4,5.8,1.4,8.9 |  | ||||||
|     c0,3.2-0.7,6.4-1.9,9.4c-0.9,2.5-2.2,4.8-3.9,6.8c-1.2,1.6-2.7,2.9-4.3,4c2.3,1.2,4.4,2.7,6.4,4.4c2.5,2.2,4.6,5,6,8 |  | ||||||
|     c1.9,3.8,2.9,8,2.8,12.2c0,6.2-1.9,12.3-5.6,17.3c-3.6,4.9-8.7,8.8-15.5,11.5c-7.7,3-15.8,4.5-24.1,4.3H78.1c-3.4,0-6.2,0-9.1-0.1 |  | ||||||
|     c-2.8-0.1-5.3-0.1-7.4-0.2c-2.1-0.1-3.9-0.1-5.4-0.1C55.4,165.5,55.1,165,55.1,164.2z M76.8,78.9l0.1,22.3h10.5 |  | ||||||
|     c2.9,0,5.7,0.1,8.5,0.2c2,0,4,0.2,6,0.6c1.4-1.2,2.6-2.7,3.5-4.3c1.1-1.9,1.6-4,1.6-6.2c0-2.6-0.8-5.2-2.4-7.4 |  | ||||||
|     c-1.6-1.9-3.7-3.4-6-4.1c-3.3-1-6.7-1.4-10.2-1.3h-4.7c-1.4,0-2.3,0-3.4,0.1C79.3,78.8,78.1,78.9,76.8,78.9z M76.9,119.9v26.8 |  | ||||||
|     c1.8,0.1,3.2,0.2,5.1,0.2c1.8,0.1,4,0.1,6.6,0.1c3.9,0.1,7.9-0.4,11.7-1.4c2.9-0.7,5.6-2.3,7.6-4.5c1.9-2.1,3-4.8,3.1-7.6 |  | ||||||
|     c-0.1-2.7-1-5.4-2.7-7.6c-1.4-2.1-4-3.9-7.7-4.9c-1.5-0.4-2.9-0.6-4.4-0.8c-2-0.2-3.9-0.3-5.9-0.3L76.9,119.9z"/> |  | ||||||
| <path class="st1" d="M148.2,85h17.5c1,0,1.8,0.7,2.1,1.6c0.4,0.7,0.7,1.5,0.8,2.3c0.2,1,0.4,2.1,0.5,3.1c0.1,1.1,0.2,2.7,0.2,4 |  | ||||||
|     c3-3.6,6.6-6.7,10.7-9c4.3-2.4,8.9-3,14.5-3c0.7-0.1,1.3,0.4,1.4,1.1c0,0.1,0,0.2,0,0.4v19.2c0,0.8-0.5,1.1-1.6,1.1 |  | ||||||
|     c-3.4-0.2-6.8,0-10.2,0.7c-2.9,0.6-5.7,1.5-8.4,2.7c-2.2,0.9-4.2,2.1-5.9,3.7v50.7c0,1-0.4,1.4-1.3,1.4h-19 |  | ||||||
|     c-0.8,0.1-1.5-0.4-1.6-1.2c0-0.1,0-0.3,0-0.4v-55c0-2.4,0-4.9-0.1-7.5c-0.1-2.6-0.1-5.2-0.2-7.8c-0.1-2.3-0.3-4.7-0.6-7 |  | ||||||
|     c-0.1-0.5,0.2-1,0.7-1.1C147.9,85,148,85,148.2,85z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.1 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Bridge CS6" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Bridge CS6" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Adobe Bridge CS6\Bridge.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeBridge" |  | ||||||
| @@ -1,25 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#000B1D;} |  | ||||||
|     .st1{fill:#FFFFFF;} |  | ||||||
| </style> |  | ||||||
| <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|     C0,19,19,0,42.5,0z"/> |  | ||||||
| <path class="st1" d="M55.1,164.2L55,62c0-1,0.3-1.5,1-1.6c1.8-0.1,4.6-0.2,8.4-0.2c3.8-0.1,7.4-0.1,11.8-0.2 |  | ||||||
|     c4.4-0.1,8.4-0.1,12.1-0.1c8.8,0,16,0.6,21.2,2.6c5.2,1.9,9.2,4.4,12,7.3c2.7,2.6,4.7,5.8,5.9,9.3c0.9,2.9,1.4,5.8,1.4,8.9 |  | ||||||
|     c0,3.2-0.7,6.4-1.9,9.4c-0.9,2.5-2.2,4.8-3.9,6.8c-1.2,1.6-2.7,2.9-4.3,4c2.3,1.2,4.4,2.7,6.4,4.4c2.5,2.2,4.6,5,6,8 |  | ||||||
|     c1.9,3.8,2.9,8,2.8,12.2c0,6.2-1.9,12.3-5.6,17.3c-3.6,4.9-8.7,8.8-15.5,11.5c-7.7,3-15.8,4.5-24.1,4.3H78.1c-3.4,0-6.2,0-9.1-0.1 |  | ||||||
|     c-2.8-0.1-5.3-0.1-7.4-0.2c-2.1-0.1-3.9-0.1-5.4-0.1C55.4,165.5,55.1,165,55.1,164.2z M76.8,78.9l0.1,22.3h10.5 |  | ||||||
|     c2.9,0,5.7,0.1,8.5,0.2c2,0,4,0.2,6,0.6c1.4-1.2,2.6-2.7,3.5-4.3c1.1-1.9,1.6-4,1.6-6.2c0-2.6-0.8-5.2-2.4-7.4 |  | ||||||
|     c-1.6-1.9-3.7-3.4-6-4.1c-3.3-1-6.7-1.4-10.2-1.3h-4.7c-1.4,0-2.3,0-3.4,0.1C79.3,78.8,78.1,78.9,76.8,78.9z M76.9,119.9v26.8 |  | ||||||
|     c1.8,0.1,3.2,0.2,5.1,0.2c1.8,0.1,4,0.1,6.6,0.1c3.9,0.1,7.9-0.4,11.7-1.4c2.9-0.7,5.6-2.3,7.6-4.5c1.9-2.1,3-4.8,3.1-7.6 |  | ||||||
|     c-0.1-2.7-1-5.4-2.7-7.6c-1.4-2.1-4-3.9-7.7-4.9c-1.5-0.4-2.9-0.6-4.4-0.8c-2-0.2-3.9-0.3-5.9-0.3L76.9,119.9z"/> |  | ||||||
| <path class="st1" d="M148.2,85h17.5c1,0,1.8,0.7,2.1,1.6c0.4,0.7,0.7,1.5,0.8,2.3c0.2,1,0.4,2.1,0.5,3.1c0.1,1.1,0.2,2.7,0.2,4 |  | ||||||
|     c3-3.6,6.6-6.7,10.7-9c4.3-2.4,8.9-3,14.5-3c0.7-0.1,1.3,0.4,1.4,1.1c0,0.1,0,0.2,0,0.4v19.2c0,0.8-0.5,1.1-1.6,1.1 |  | ||||||
|     c-3.4-0.2-6.8,0-10.2,0.7c-2.9,0.6-5.7,1.5-8.4,2.7c-2.2,0.9-4.2,2.1-5.9,3.7v50.7c0,1-0.4,1.4-1.3,1.4h-19 |  | ||||||
|     c-0.8,0.1-1.5-0.4-1.6-1.2c0-0.1,0-0.3,0-0.4v-55c0-2.4,0-4.9-0.1-7.5c-0.1-2.6-0.1-5.2-0.2-7.8c-0.1-2.3-0.3-4.7-0.6-7 |  | ||||||
|     c-0.1-0.5,0.2-1,0.7-1.1C147.9,85,148,85,148.2,85z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.1 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Bridge CS6" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Bridge CS6" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Bridge 2020\Bridge.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeBridge" |  | ||||||
| @@ -1,90 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> |  | ||||||
| <path d="M0 13H16V6H2C0.9 6 0 6.9 0 8V13Z" fill="#CCCCCC"/> |  | ||||||
| <path d="M32 6H16V13H32V6Z" fill="#999999"/> |  | ||||||
| <path d="M48 13H32V6H46C47.1 6 48 6.9 48 8V13Z" fill="#666666"/> |  | ||||||
| <path d="M46 42H2C0.9 42 0 41.1 0 40V12H48V40C48 41.1 47.1 42 46 42Z" fill="url(#paint0_linear)"/> |  | ||||||
| <g filter="url(#filter0_dd)"> |  | ||||||
| <path d="M15.2 24.3L6.39999 33.1C5.89999 33.6 5.89999 34.3 6.39999 34.7L8.19999 36.5C8.69999 37 9.4 37 9.8 36.5L18.6 27.7C19.1 27.2 19.1 26.5 18.6 26.1L16.8 24.3C16.4 23.9 15.6 23.9 15.2 24.3Z" fill="url(#paint1_linear)"/> |  | ||||||
| <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="6" y="24" width="13" height="13"> |  | ||||||
| <path d="M15.2 24.3L6.39999 33.1C5.89999 33.6 5.89999 34.3 6.39999 34.7L8.19999 36.5C8.69999 37 9.4 37 9.8 36.5L18.6 27.7C19.1 27.2 19.1 26.5 18.6 26.1L16.8 24.3C16.4 23.9 15.6 23.9 15.2 24.3Z" fill="url(#paint2_linear)"/> |  | ||||||
| </mask> |  | ||||||
| <g mask="url(#mask0)"> |  | ||||||
| <g filter="url(#filter1_dd)"> |  | ||||||
| <path d="M9.8 17.3L18.6 26.1C19.1 26.6 19.1 27.3 18.6 27.7L16.8 29.5C16.3 30 15.6 30 15.2 29.5L6.39999 20.7C5.89999 20.2 5.89999 19.5 6.39999 19.1L8.19999 17.3C8.59999 16.9 9.4 16.9 9.8 17.3Z" fill="url(#paint3_linear)"/> |  | ||||||
| </g> |  | ||||||
| </g> |  | ||||||
| <path d="M9.8 17.3L18.6 26.1C19.1 26.6 19.1 27.3 18.6 27.7L16.8 29.5C16.3 30 15.6 30 15.2 29.5L6.39999 20.7C5.89999 20.2 5.89999 19.5 6.39999 19.1L8.19999 17.3C8.59999 16.9 9.4 16.9 9.8 17.3Z" fill="url(#paint4_linear)"/> |  | ||||||
| </g> |  | ||||||
| <g filter="url(#filter2_dd)"> |  | ||||||
| <path d="M40 32H24C23.4 32 23 32.4 23 33V36C23 36.6 23.4 37 24 37H40C40.6 37 41 36.6 41 36V33C41 32.4 40.6 32 40 32Z" fill="url(#paint5_linear)"/> |  | ||||||
| </g> |  | ||||||
| <defs> |  | ||||||
| <filter id="filter0_dd" x="3.02499" y="15" width="18.95" height="25.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> |  | ||||||
| <feFlood flood-opacity="0" result="BackgroundImageFix"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="0.5"/> |  | ||||||
| <feGaussianBlur stdDeviation="0.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/> |  | ||||||
| <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="1"/> |  | ||||||
| <feGaussianBlur stdDeviation="1.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/> |  | ||||||
| <feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/> |  | ||||||
| <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/> |  | ||||||
| </filter> |  | ||||||
| <filter id="filter1_dd" x="3.02499" y="15" width="18.95" height="18.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> |  | ||||||
| <feFlood flood-opacity="0" result="BackgroundImageFix"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="0.5"/> |  | ||||||
| <feGaussianBlur stdDeviation="0.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/> |  | ||||||
| <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="1"/> |  | ||||||
| <feGaussianBlur stdDeviation="1.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/> |  | ||||||
| <feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/> |  | ||||||
| <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/> |  | ||||||
| </filter> |  | ||||||
| <filter id="filter2_dd" x="20" y="30" width="24" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> |  | ||||||
| <feFlood flood-opacity="0" result="BackgroundImageFix"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="0.5"/> |  | ||||||
| <feGaussianBlur stdDeviation="0.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/> |  | ||||||
| <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> |  | ||||||
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> |  | ||||||
| <feOffset dy="1"/> |  | ||||||
| <feGaussianBlur stdDeviation="1.5"/> |  | ||||||
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/> |  | ||||||
| <feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/> |  | ||||||
| <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/> |  | ||||||
| </filter> |  | ||||||
| <linearGradient id="paint0_linear" x1="36.4462" y1="47.8257" x2="11.8217" y2="5.1748" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#333333"/> |  | ||||||
| <stop offset="1" stop-color="#4D4D4D"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="paint1_linear" x1="14.5276" y1="33.9959" x2="10.4841" y2="26.9924" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#999999"/> |  | ||||||
| <stop offset="1" stop-color="#B3B3B3"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="paint2_linear" x1="14.5276" y1="33.9959" x2="10.4841" y2="26.9924" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#999999"/> |  | ||||||
| <stop offset="1" stop-color="#B3B3B3"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="paint3_linear" x1="16.2747" y1="30.0336" x2="8.73699" y2="16.9781" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#CCCCCC"/> |  | ||||||
| <stop offset="1" stop-color="#E6E6E6"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="paint4_linear" x1="16.2747" y1="30.0336" x2="8.73699" y2="16.9781" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#CCCCCC"/> |  | ||||||
| <stop offset="1" stop-color="#E6E6E6"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="paint5_linear" x1="35.1496" y1="39.9553" x2="28.8504" y2="29.0447" gradientUnits="userSpaceOnUse"> |  | ||||||
| <stop stop-color="#CCCCCC"/> |  | ||||||
| <stop offset="1" stop-color="#E6E6E6"/> |  | ||||||
| </linearGradient> |  | ||||||
| </defs> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 5.6 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Cmd" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Command Prompt" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Windows\System32\cmd.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Windows" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="Terminal" |  | ||||||
| Before Width: | Height: | Size: 8.3 KiB | 
| @@ -1,17 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="DYMO Connect" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Software for DYMO label printers" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\DYMO\DYMO Connect\DYMOConnect.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="DYMOConnect" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2289.75 2130" |  | ||||||
|      enable-background="new 0 0 2289.75 2130" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2130" width="2289.75" x="-1147.5" y="-1041"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#185C37" d="M1437.75,1011.75L532.5,852v1180.393c0,53.907,43.7,97.607,97.607,97.607l0,0h1562.036 |  | ||||||
|     c53.907,0,97.607-43.7,97.607-97.607l0,0V1597.5L1437.75,1011.75z"/> |  | ||||||
| <path fill="#21A366" d="M1437.75,0H630.107C576.2,0,532.5,43.7,532.5,97.607c0,0,0,0,0,0V532.5l905.25,532.5L1917,1224.75 |  | ||||||
|     L2289.75,1065V532.5L1437.75,0z"/> |  | ||||||
| <path fill="#107C41" d="M532.5,532.5h905.25V1065H532.5V532.5z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1180.393,426H532.5v1331.25h647.893c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V523.607C1277.825,469.773,1234.227,426.175,1180.393,426z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1810.5h594.643 |  | ||||||
|     c53.834-0.175,97.432-43.773,97.607-97.607V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1704h594.643c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1073.893,479.25H532.5V1704h541.393c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1171.325,523.023,1127.727,479.425,1073.893,479.25z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.5132" y1="1729.0183" x2="967.9868" y2="404.9817" gradientTransform="matrix(1 0 0 -1 0 2132)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#18884F"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#117E43"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#0B6631"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M97.607,479.25h976.285c53.907,0,97.607,43.7,97.607,97.607v976.285 |  | ||||||
|     c0,53.907-43.7,97.607-97.607,97.607H97.607C43.7,1650.75,0,1607.05,0,1553.143V576.857C0,522.95,43.7,479.25,97.607,479.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M302.3,1382.264l205.332-318.169L319.5,747.683h151.336l102.666,202.35 |  | ||||||
|     c9.479,19.223,15.975,33.494,19.49,42.919h1.331c6.745-15.336,13.845-30.228,21.3-44.677L725.371,747.79h138.929l-192.925,314.548 |  | ||||||
|     L869.2,1382.263H721.378L602.79,1160.158c-5.586-9.45-10.326-19.376-14.164-29.66h-1.757c-3.474,10.075-8.083,19.722-13.739,28.755 |  | ||||||
|     l-122.102,223.011H302.3z"/> |  | ||||||
| <path fill="#33C481" d="M2192.143,0H1437.75v532.5h852V97.607C2289.75,43.7,2246.05,0,2192.143,0L2192.143,0z"/> |  | ||||||
| <path fill="#107C41" d="M1437.75,1065h852v532.5h-852V1065z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Excel" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Excel" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-excel"s |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2289.75 2130" |  | ||||||
|      enable-background="new 0 0 2289.75 2130" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2130" width="2289.75" x="-1147.5" y="-1041"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#185C37" d="M1437.75,1011.75L532.5,852v1180.393c0,53.907,43.7,97.607,97.607,97.607l0,0h1562.036 |  | ||||||
|     c53.907,0,97.607-43.7,97.607-97.607l0,0V1597.5L1437.75,1011.75z"/> |  | ||||||
| <path fill="#21A366" d="M1437.75,0H630.107C576.2,0,532.5,43.7,532.5,97.607c0,0,0,0,0,0V532.5l905.25,532.5L1917,1224.75 |  | ||||||
|     L2289.75,1065V532.5L1437.75,0z"/> |  | ||||||
| <path fill="#107C41" d="M532.5,532.5h905.25V1065H532.5V532.5z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1180.393,426H532.5v1331.25h647.893c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V523.607C1277.825,469.773,1234.227,426.175,1180.393,426z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1810.5h594.643 |  | ||||||
|     c53.834-0.175,97.432-43.773,97.607-97.607V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1704h594.643c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1073.893,479.25H532.5V1704h541.393c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1171.325,523.023,1127.727,479.425,1073.893,479.25z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.5132" y1="1729.0183" x2="967.9868" y2="404.9817" gradientTransform="matrix(1 0 0 -1 0 2132)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#18884F"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#117E43"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#0B6631"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M97.607,479.25h976.285c53.907,0,97.607,43.7,97.607,97.607v976.285 |  | ||||||
|     c0,53.907-43.7,97.607-97.607,97.607H97.607C43.7,1650.75,0,1607.05,0,1553.143V576.857C0,522.95,43.7,479.25,97.607,479.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M302.3,1382.264l205.332-318.169L319.5,747.683h151.336l102.666,202.35 |  | ||||||
|     c9.479,19.223,15.975,33.494,19.49,42.919h1.331c6.745-15.336,13.845-30.228,21.3-44.677L725.371,747.79h138.929l-192.925,314.548 |  | ||||||
|     L869.2,1382.263H721.378L602.79,1160.158c-5.586-9.45-10.326-19.376-14.164-29.66h-1.757c-3.474,10.075-8.083,19.722-13.739,28.755 |  | ||||||
|     l-122.102,223.011H302.3z"/> |  | ||||||
| <path fill="#33C481" d="M2192.143,0H1437.75v532.5h852V97.607C2289.75,43.7,2246.05,0,2192.143,0L2192.143,0z"/> |  | ||||||
| <path fill="#107C41" d="M1437.75,1065h852v532.5h-852V1065z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Jon Champagne |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Excel" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Excel" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-excel" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2289.75 2130" |  | ||||||
|      enable-background="new 0 0 2289.75 2130" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2130" width="2289.75" x="-1147.5" y="-1041"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#185C37" d="M1437.75,1011.75L532.5,852v1180.393c0,53.907,43.7,97.607,97.607,97.607l0,0h1562.036 |  | ||||||
|     c53.907,0,97.607-43.7,97.607-97.607l0,0V1597.5L1437.75,1011.75z"/> |  | ||||||
| <path fill="#21A366" d="M1437.75,0H630.107C576.2,0,532.5,43.7,532.5,97.607c0,0,0,0,0,0V532.5l905.25,532.5L1917,1224.75 |  | ||||||
|     L2289.75,1065V532.5L1437.75,0z"/> |  | ||||||
| <path fill="#107C41" d="M532.5,532.5h905.25V1065H532.5V532.5z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1180.393,426H532.5v1331.25h647.893c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V523.607C1277.825,469.773,1234.227,426.175,1180.393,426z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1810.5h594.643 |  | ||||||
|     c53.834-0.175,97.432-43.773,97.607-97.607V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1704h594.643c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1073.893,479.25H532.5V1704h541.393c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1171.325,523.023,1127.727,479.425,1073.893,479.25z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.5132" y1="1729.0183" x2="967.9868" y2="404.9817" gradientTransform="matrix(1 0 0 -1 0 2132)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#18884F"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#117E43"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#0B6631"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M97.607,479.25h976.285c53.907,0,97.607,43.7,97.607,97.607v976.285 |  | ||||||
|     c0,53.907-43.7,97.607-97.607,97.607H97.607C43.7,1650.75,0,1607.05,0,1553.143V576.857C0,522.95,43.7,479.25,97.607,479.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M302.3,1382.264l205.332-318.169L319.5,747.683h151.336l102.666,202.35 |  | ||||||
|     c9.479,19.223,15.975,33.494,19.49,42.919h1.331c6.745-15.336,13.845-30.228,21.3-44.677L725.371,747.79h138.929l-192.925,314.548 |  | ||||||
|     L869.2,1382.263H721.378L602.79,1160.158c-5.586-9.45-10.326-19.376-14.164-29.66h-1.757c-3.474,10.075-8.083,19.722-13.739,28.755 |  | ||||||
|     l-122.102,223.011H302.3z"/> |  | ||||||
| <path fill="#33C481" d="M2192.143,0H1437.75v532.5h852V97.607C2289.75,43.7,2246.05,0,2192.143,0L2192.143,0z"/> |  | ||||||
| <path fill="#107C41" d="M1437.75,1065h852v532.5h-852V1065z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Excel" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Excel" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office14\EXCEL.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2289.75 2130" |  | ||||||
|      enable-background="new 0 0 2289.75 2130" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2130" width="2289.75" x="-1147.5" y="-1041"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#185C37" d="M1437.75,1011.75L532.5,852v1180.393c0,53.907,43.7,97.607,97.607,97.607l0,0h1562.036 |  | ||||||
|     c53.907,0,97.607-43.7,97.607-97.607l0,0V1597.5L1437.75,1011.75z"/> |  | ||||||
| <path fill="#21A366" d="M1437.75,0H630.107C576.2,0,532.5,43.7,532.5,97.607c0,0,0,0,0,0V532.5l905.25,532.5L1917,1224.75 |  | ||||||
|     L2289.75,1065V532.5L1437.75,0z"/> |  | ||||||
| <path fill="#107C41" d="M532.5,532.5h905.25V1065H532.5V532.5z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1180.393,426H532.5v1331.25h647.893c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V523.607C1277.825,469.773,1234.227,426.175,1180.393,426z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1810.5h594.643 |  | ||||||
|     c53.834-0.175,97.432-43.773,97.607-97.607V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1704h594.643c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1073.893,479.25H532.5V1704h541.393c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1171.325,523.023,1127.727,479.425,1073.893,479.25z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.5132" y1="1729.0183" x2="967.9868" y2="404.9817" gradientTransform="matrix(1 0 0 -1 0 2132)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#18884F"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#117E43"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#0B6631"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M97.607,479.25h976.285c53.907,0,97.607,43.7,97.607,97.607v976.285 |  | ||||||
|     c0,53.907-43.7,97.607-97.607,97.607H97.607C43.7,1650.75,0,1607.05,0,1553.143V576.857C0,522.95,43.7,479.25,97.607,479.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M302.3,1382.264l205.332-318.169L319.5,747.683h151.336l102.666,202.35 |  | ||||||
|     c9.479,19.223,15.975,33.494,19.49,42.919h1.331c6.745-15.336,13.845-30.228,21.3-44.677L725.371,747.79h138.929l-192.925,314.548 |  | ||||||
|     L869.2,1382.263H721.378L602.79,1160.158c-5.586-9.45-10.326-19.376-14.164-29.66h-1.757c-3.474,10.075-8.083,19.722-13.739,28.755 |  | ||||||
|     l-122.102,223.011H302.3z"/> |  | ||||||
| <path fill="#33C481" d="M2192.143,0H1437.75v532.5h852V97.607C2289.75,43.7,2246.05,0,2192.143,0L2192.143,0z"/> |  | ||||||
| <path fill="#107C41" d="M1437.75,1065h852v532.5h-852V1065z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Excel" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Excel" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\EXCEL.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-excel" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2289.75 2130" |  | ||||||
|      enable-background="new 0 0 2289.75 2130" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2130" width="2289.75" x="-1147.5" y="-1041"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#185C37" d="M1437.75,1011.75L532.5,852v1180.393c0,53.907,43.7,97.607,97.607,97.607l0,0h1562.036 |  | ||||||
|     c53.907,0,97.607-43.7,97.607-97.607l0,0V1597.5L1437.75,1011.75z"/> |  | ||||||
| <path fill="#21A366" d="M1437.75,0H630.107C576.2,0,532.5,43.7,532.5,97.607c0,0,0,0,0,0V532.5l905.25,532.5L1917,1224.75 |  | ||||||
|     L2289.75,1065V532.5L1437.75,0z"/> |  | ||||||
| <path fill="#107C41" d="M532.5,532.5h905.25V1065H532.5V532.5z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1180.393,426H532.5v1331.25h647.893c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V523.607C1277.825,469.773,1234.227,426.175,1180.393,426z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1810.5h594.643 |  | ||||||
|     c53.834-0.175,97.432-43.773,97.607-97.607V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1127.143,479.25H532.5V1704h594.643c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1224.575,523.023,1180.977,479.425,1127.143,479.25z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1073.893,479.25H532.5V1704h541.393c53.834-0.175,97.432-43.773,97.607-97.607 |  | ||||||
|     V576.857C1171.325,523.023,1127.727,479.425,1073.893,479.25z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="203.5132" y1="1729.0183" x2="967.9868" y2="404.9817" gradientTransform="matrix(1 0 0 -1 0 2132)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#18884F"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#117E43"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#0B6631"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M97.607,479.25h976.285c53.907,0,97.607,43.7,97.607,97.607v976.285 |  | ||||||
|     c0,53.907-43.7,97.607-97.607,97.607H97.607C43.7,1650.75,0,1607.05,0,1553.143V576.857C0,522.95,43.7,479.25,97.607,479.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M302.3,1382.264l205.332-318.169L319.5,747.683h151.336l102.666,202.35 |  | ||||||
|     c9.479,19.223,15.975,33.494,19.49,42.919h1.331c6.745-15.336,13.845-30.228,21.3-44.677L725.371,747.79h138.929l-192.925,314.548 |  | ||||||
|     L869.2,1382.263H721.378L602.79,1160.158c-5.586-9.45-10.326-19.376-14.164-29.66h-1.757c-3.474,10.075-8.083,19.722-13.739,28.755 |  | ||||||
|     l-122.102,223.011H302.3z"/> |  | ||||||
| <path fill="#33C481" d="M2192.143,0H1437.75v532.5h852V97.607C2289.75,43.7,2246.05,0,2192.143,0L2192.143,0z"/> |  | ||||||
| <path fill="#107C41" d="M1437.75,1065h852v532.5h-852V1065z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Excel" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Excel" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\EXCEL.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-excel" |  | ||||||
| @@ -1,39 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="252pt" height="252pt" viewBox="0 0 252 252" version="1.1"> |  | ||||||
| <defs> |  | ||||||
| <linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="6" y1="2" x2="6" y2="8.5" gradientTransform="matrix(10.5,0,0,10.5,0,0)"> |  | ||||||
| <stop offset="0" style="stop-color:rgb(0%,0%,0%);stop-opacity:0;"/> |  | ||||||
| <stop offset="1" style="stop-color:rgb(0%,0%,0%);stop-opacity:0.101961;"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="10" y1="14" x2="16.5" y2="20.5" gradientTransform="matrix(10.5,0,0,10.5,0,0)"> |  | ||||||
| <stop offset="0" style="stop-color:rgb(0%,0%,0%);stop-opacity:0.101961;"/> |  | ||||||
| <stop offset="1" style="stop-color:rgb(0%,0%,0%);stop-opacity:0;"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="17.641174" y1="14.441162" x2="23.80711" y2="20.607098" gradientTransform="matrix(10.5,0,0,10.5,0,0)"> |  | ||||||
| <stop offset="0" style="stop-color:rgb(0%,0%,0%);stop-opacity:0.101961;"/> |  | ||||||
| <stop offset="1" style="stop-color:rgb(0%,0%,0%);stop-opacity:0;"/> |  | ||||||
| </linearGradient> |  | ||||||
| <linearGradient id="linear3" gradientUnits="userSpaceOnUse" x1="-1.580572" y1="6.16727" x2="24.814522" y2="18.475504" gradientTransform="matrix(10.5,0,0,10.5,0,0)"> |  | ||||||
| <stop offset="0" style="stop-color:rgb(100%,100%,100%);stop-opacity:0.2;"/> |  | ||||||
| <stop offset="1" style="stop-color:rgb(100%,100%,100%);stop-opacity:0;"/> |  | ||||||
| </linearGradient> |  | ||||||
| </defs> |  | ||||||
| <g id="surface1"> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,89.803922%,36.862745%);fill-opacity:1;" d="M 126 89.25 L 0 89.25 L 0 31.5 C 0 25.699219 4.699219 21 10.5 21 L 99.75 21 L 126 42 Z M 126 89.25 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 126 89.25 L 0 89.25 L 0 31.5 C 0 25.699219 4.699219 21 10.5 21 L 99.75 21 L 126 42 Z M 126 89.25 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:0.2;" d="M 99.75 21 L 10.5 21 C 4.699219 21 0 25.699219 0 31.5 L 0 34.125 C 0 28.324219 4.699219 23.625 10.5 23.625 L 99.75 23.625 L 126 44.625 L 126 42 Z M 99.75 21 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,86.666667%,33.333333%);fill-opacity:1;" d="M 241.5 42 L 126 42 L 99.75 63 L 10.5 63 C 4.699219 63 0 67.699219 0 73.5 L 0 210 C 0 215.800781 4.699219 220.5 10.5 220.5 L 241.5 220.5 C 247.300781 220.5 252 215.800781 252 210 L 252 52.5 C 252 46.699219 247.300781 42 241.5 42 Z M 241.5 42 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.101961;" d="M 241.5 217.875 L 10.5 217.875 C 4.699219 217.875 0 213.171875 0 207.375 L 0 210 C 0 215.796875 4.699219 220.5 10.5 220.5 L 241.5 220.5 C 247.300781 220.5 252 215.796875 252 210 L 252 207.375 C 252 213.171875 247.300781 217.875 241.5 217.875 Z M 241.5 217.875 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(8.235294%,74.509804%,94.117647%);fill-opacity:1;" d="M 199.5 126 L 52.5 126 C 46.699219 126 42 130.699219 42 136.5 L 42 225.75 C 42 228.648438 44.351562 231 47.25 231 L 78.75 231 C 81.648438 231 84 228.648438 84 225.75 L 84 168 L 168 168 L 168 225.75 C 168 228.648438 170.351562 231 173.25 231 L 204.75 231 C 207.648438 231 210 228.648438 210 225.75 L 210 136.5 C 210 130.699219 205.300781 126 199.5 126 Z M 199.5 126 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:0.2;" d="M 241.5 42 L 126 42 L 99.75 63 L 10.5 63 C 4.699219 63 0 67.699219 0 73.5 L 0 76.125 C 0 70.324219 4.699219 65.625 10.5 65.625 L 99.75 65.625 L 126 44.625 L 241.5 44.625 C 247.300781 44.625 252 49.324219 252 55.125 L 252 52.5 C 252 46.699219 247.300781 42 241.5 42 Z M 241.5 42 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:0.2;" d="M 199.5 126 L 52.5 126 C 46.699219 126 42 130.699219 42 136.5 L 42 139.125 C 42 133.324219 46.699219 128.625 52.5 128.625 L 199.5 128.625 C 205.300781 128.625 210 133.324219 210 139.125 L 210 136.5 C 210 130.699219 205.300781 126 199.5 126 Z M 199.5 126 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.101961;" d="M 204.75 228.375 L 173.25 228.375 C 170.351562 228.375 168 226.023438 168 223.125 L 168 225.75 C 168 228.648438 170.351562 231 173.25 231 L 204.75 231 C 207.648438 231 210 228.648438 210 225.75 L 210 223.125 C 210 226.023438 207.648438 228.375 204.75 228.375 Z M 204.75 228.375 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.101961;" d="M 78.75 228.375 L 47.25 228.375 C 44.351562 228.375 42 226.023438 42 223.125 L 42 225.75 C 42 228.648438 44.351562 231 47.25 231 L 78.75 231 C 81.648438 231 84 228.648438 84 225.75 L 84 223.125 C 84 226.023438 81.648438 228.375 78.75 228.375 Z M 78.75 228.375 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:0.101961;" d="M 84 165.375 L 168 165.375 L 168 168 L 84 168 Z M 84 165.375 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 21 36.75 L 94.5 36.75 L 94.5 47.25 L 21 47.25 Z M 21 36.75 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:rgb(50.980392%,76.470588%,25.490196%);fill-opacity:1;" d="M 21 36.75 L 36.75 36.75 L 36.75 47.25 L 21 47.25 Z M 21 36.75 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 84 168 L 136.5 220.5 L 168 220.5 L 168 168 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 207.28125 129.582031 L 207.28125 129.601562 C 208.921875 131.453125 210 133.828125 210 136.5 L 210 220.5 L 241.5 220.5 C 247.300781 220.5 252 215.796875 252 210 L 252 174.300781 Z M 207.28125 129.582031 "/> |  | ||||||
| <path style=" stroke:none;fill-rule:nonzero;fill:url(#linear3);" d="M 241.5 42 L 126 42 L 99.75 21 L 10.5 21 C 4.699219 21 0 25.699219 0 31.5 L 0 210 C 0 215.796875 4.699219 220.5 10.5 220.5 L 42 220.5 L 42 225.75 C 42 228.648438 44.351562 231 47.25 231 L 78.75 231 C 81.648438 231 84 228.648438 84 225.75 L 84 220.5 L 168 220.5 L 168 225.75 C 168 228.648438 170.351562 231 173.25 231 L 204.75 231 C 207.648438 231 210 228.648438 210 225.75 L 210 220.5 L 241.5 220.5 C 247.300781 220.5 252 215.796875 252 210 L 252 52.5 C 252 46.699219 247.300781 42 241.5 42 Z M 241.5 42 "/> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.1 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Explorer" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Explorer" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Windows\explorer.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Windows" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
| @@ -1,16 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |  | ||||||
| <!-- Created with Inkscape (http://www.inkscape.org/) --> |  | ||||||
| <svg id="svg3769" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="218.79" width="222.64" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> |  | ||||||
|  <metadata id="metadata3774"> |  | ||||||
|   <rdf:RDF> |  | ||||||
|    <cc:Work rdf:about=""> |  | ||||||
|     <dc:format>image/svg+xml</dc:format> |  | ||||||
|     <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> |  | ||||||
|     <dc:title/> |  | ||||||
|    </cc:Work> |  | ||||||
|   </rdf:RDF> |  | ||||||
|  </metadata> |  | ||||||
|  <g id="layer1" transform="translate(-314.39 -274.4)"> |  | ||||||
|   <path id="svg" fill="#1ebbee" d="m533.03 388.73c0-16.968-4.387-32.909-12.08-46.761 32.791-74.213-35.136-63.343-38.918-62.603-14.391 2.816-27.705 7.337-39.986 13.068-1.811-0.102-3.633-0.158-5.469-0.158-45.833 0-84.198 31.968-94.017 74.823 24.157-27.101 41.063-38.036 51.187-42.412-1.616 1.444-3.198 2.904-4.754 4.375-0.518 0.489-1.017 0.985-1.528 1.477-1.026 0.987-2.05 1.975-3.05 2.972-0.595 0.593-1.174 1.191-1.76 1.788-0.887 0.903-1.772 1.805-2.638 2.713-0.615 0.645-1.215 1.292-1.819 1.938-0.809 0.866-1.613 1.733-2.402 2.603-0.613 0.676-1.216 1.352-1.818 2.03-0.748 0.842-1.489 1.684-2.22 2.528-0.606 0.7-1.207 1.4-1.801 2.101-0.693 0.818-1.377 1.636-2.054 2.454-0.599 0.724-1.196 1.447-1.782 2.17-0.634 0.782-1.254 1.563-1.873 2.343-0.6 0.756-1.2 1.511-1.786 2.266-0.558 0.719-1.1 1.435-1.646 2.152-0.616 0.81-1.237 1.62-1.837 2.426-0.429 0.577-0.841 1.148-1.262 1.723-3.811 5.2-7.293 10.3-10.438 15.199-0.008 0.012-0.016 0.024-0.023 0.036-0.828 1.29-1.627 2.561-2.41 3.821-0.042 0.068-0.086 0.137-0.128 0.206-0.784 1.265-1.541 2.508-2.279 3.738-0.026 0.043-0.053 0.087-0.079 0.13-1.984 3.311-3.824 6.503-5.481 9.506-8.687 15.743-12.916 26.742-13.099 27.395-27.432 98.072 58.184 56.657 70.131 50.475 12.864 6.355 27.346 9.932 42.666 9.932 41.94 0 77.623-26.771 90.905-64.156h-50.68c-7.499 12.669-21.936 21.25-38.522 21.25-24.301 0-44-18.412-44-41.125h137.96c0.523-4.068 0.794-8.214 0.794-12.423zm-18.018-94.916c8.306 5.606 14.968 14.41 3.527 44.059-10.973-17.647-27.482-31.49-47.104-39.099 8.926-4.311 31.031-13.429 43.577-4.96zm-176.52 181.24c-6.765-6.938-7.961-23.836 6.967-54.628 7.534 21.661 22.568 39.811 42 51.33-9.664 5.319-35.32 17.295-48.967 3.298zm55.571-100.28c0.771-22.075 19.983-39.75 43.588-39.75 23.604 0 42.817 17.675 43.588 39.75h-87.176z"/> |  | ||||||
|  </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.4 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Internet Explorer" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Internet Explorer" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Internet Explorer\iexplore.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Network;WebBrowser;" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;" |  | ||||||
| @@ -1,5 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 240 234"> |  | ||||||
|   <path fill="#300" d="M42.5 0h155C221 0 240 19 240 42.5v149c0 23.5-19 42.5-42.5 42.5h-155C19 234 0 215 0 191.5v-149C0 19 19 0 42.5 0z"/> |  | ||||||
|   <path fill="#ff9a00" d="M116 140H78.8l-7.6 23.5c-.2.9-1 1.5-1.9 1.4H50.5c-1.1 0-1.4-.6-1.1-1.8l32.2-92.7c.3-1 .6-2.1 1-3.3.4-2.1.6-4.3.6-6.5-.1-.5.3-1 .8-1.1h25.9c.8 0 1.2.3 1.3.8l36.5 103c.3 1.1 0 1.6-1 1.6h-20.9c-.7.1-1.4-.4-1.6-1.1L116 140zm-31.4-20.3H110c-.6-2.1-1.4-4.6-2.3-7.2-.9-2.7-1.8-5.6-2.7-8.6-1-3.1-1.9-6.1-2.9-9.2s-1.9-6-2.7-8.9c-.8-2.8-1.5-5.4-2.2-7.8H97c-.9 4.3-2 8.6-3.4 12.9-1.5 4.8-3 9.8-4.6 14.8-1.4 5.1-2.9 9.8-4.4 14zM170 77c-3.3.1-6.5-1.2-8.9-3.5-2.3-2.5-3.5-5.8-3.4-9.2-.1-3.4 1.2-6.6 3.6-8.9s5.6-3.5 8.9-3.5c3.9 0 6.9 1.2 9.1 3.5 2.2 2.4 3.4 5.6 3.3 8.9.1 3.4-1.1 6.7-3.5 9.2-2.3 2.4-5.7 3.7-9.1 3.5zm-11.2 86.8v-77c0-1 .4-1.4 1.3-1.4h19.8c.9 0 1.3.5 1.3 1.4v77c0 1.1-.4 1.6-1.3 1.6h-19.6c-1 0-1.5-.6-1.5-1.6z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1008 B | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Illustrator CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Illustrator CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Illustrator 2021\Support Files\Contents\Windows\Illustrator.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/illustrator;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeIllustrator" |  | ||||||
| @@ -1,16 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <svg style="enable-background:new 0 0 240 234" version="1.1" viewBox="0 0 240 234" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> |  | ||||||
| <title>Adobe InDesign CC logo</title> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#49021F;} |  | ||||||
|     .st1{fill:#FF3366;} |  | ||||||
| </style> |  | ||||||
|     <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149   C0,19,19,0,42.5,0z"/> |  | ||||||
|     <g id="vlpa"> |  | ||||||
|         <g id="vlpb"> |  | ||||||
|             <path class="st1" d="m87.2 61.2v103c0 1.1-0.5 1.6-1.4 1.6h-19.6c-0.9 0-1.3-0.5-1.3-1.6v-103c0-0.9 0.5-1.3 1.4-1.3h19.5c0.6-0.1 1.2 0.3 1.3 1 0.1 0.1 0.1 0.2 0.1 0.3z"/> |  | ||||||
|             <path class="st1" d="m145 167c-7.4 0.1-14.8-1.4-21.5-4.5-6.3-2.9-11.5-7.7-15.1-13.6-3.7-6.1-5.5-13.7-5.5-22.8-0.1-7.4 1.8-14.7 5.5-21.1 3.8-6.5 9.3-11.9 15.9-15.5 7-3.9 15.4-5.8 25.3-5.8 0.5 0 1.2 0 2.1 0.1s1.9 0.1 3.1 0.2v-31.6c0-0.7 0.3-1.1 1-1.1h20.3c0.5-0.1 0.9 0.3 1 0.7v0.2 95.2c0 1.8 0.1 3.8 0.2 6 0.2 2.1 0.3 4.1 0.4 5.8 0 0.7-0.3 1.3-1 1.6-5.2 2.2-10.7 3.8-16.3 4.8-5 0.9-10.2 1.4-15.4 1.4zm9.8-20v-44c-0.9-0.2-1.8-0.4-2.7-0.5-1.1-0.1-2.2-0.2-3.3-0.2-3.9 0-7.8 0.8-11.3 2.6-3.4 1.7-6.3 4.2-8.5 7.4s-3.3 7.5-3.3 12.7c-0.1 3.5 0.5 7 1.7 10.3 1 2.7 2.5 5.1 4.5 7.1 1.9 1.8 4.2 3.2 6.8 4 2.7 0.9 5.5 1.3 8.3 1.3 1.5 0 2.9-0.1 4.2-0.2 1.3 0.1 2.5-0.1 3.6-0.5z"/> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
|  |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 1.3 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="InDesign CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe InDesign CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe InDesign 2021\InDesign.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/x-adobe-indesign-interchange;application/x-adobe-indesign;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeIndesign" |  | ||||||
| @@ -1,36 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256.4 250" |  | ||||||
|      enable-background="new 0 0 256.4 250" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="250" width="256.4" x="-8.2" y="-8"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <g id="Layer_2_1_"> |  | ||||||
|     <path fill="#001E36" d="M45.4,0H211c25.1,0,45.4,20.3,45.4,45.4v159.2c0,25.1-20.3,45.4-45.4,45.4H45.4C20.3,250,0,229.7,0,204.6 |  | ||||||
|         V45.4C0,20.3,20.3,0,45.4,0z"/> |  | ||||||
|     <g id="Lr"> |  | ||||||
|         <path fill="#31A8FF" d="M134.6,176.7H66.9c-1.2,0-1.7-0.6-1.7-1.9V65.6c-0.1-0.7,0.4-1.4,1.2-1.5c0.1,0,0.2,0,0.4,0h20.9 |  | ||||||
|             c0.5-0.1,1.2,0.3,1.2,0.9c0,0.1,0,0.2,0,0.3V155h49.4c1.1,0,1.4,0.5,1.2,1.5l-3.1,18.6c0,0.5-0.3,1-0.6,1.3 |  | ||||||
|             C135.4,176.6,135,176.7,134.6,176.7z"/> |  | ||||||
|         <path fill="#31A8FF" d="M151.7,91.2h18.7c1.1,0,1.9,0.7,2.2,1.7c0.4,0.7,0.7,1.6,0.9,2.5c0.2,1.1,0.4,2.2,0.5,3.3 |  | ||||||
|             c0.1,1.2,0.2,2.5,0.2,3.8c3.2-3.7,7.1-6.8,11.4-9.2c4.9-2.7,10.4-4,15.9-3.8c0.7-0.1,1.4,0.4,1.5,1.2c0,0.1,0,0.2,0,0.4V112 |  | ||||||
|             c0,0.9-0.5,1.2-1.7,1.2c-6.9-0.4-13.9,0.9-20.2,3.6c-2.1,1-4.2,2.2-5.8,4v54.5c0,1.1-0.4,1.5-1.4,1.5h-20.8 |  | ||||||
|             c-0.9,0.1-1.6-0.4-1.7-1.3c0-0.1,0-0.3,0-0.4v-59.2c0-2.6,0-5.2-0.1-8c-0.1-2.8-0.1-5.6-0.2-8.3c-0.1-2.4-0.3-4.7-0.6-7.1 |  | ||||||
|             c-0.1-0.5,0.2-1.1,0.7-1.2C151.4,91.1,151.5,91.1,151.7,91.2L151.7,91.2z"/> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.3 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Lightroom CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Lightroom CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Lightroom CC\lightroom.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobeLightroom" |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| <svg height="512" width="485" xmlns="http://www.w3.org/2000/svg"><path d="m70.9856796.099867 147.1711121 21.1684494c4.9958038.7186089 9.4206696 3.6028881 12.0942841 7.8835335l186.6232452 298.7956543 57.4749451 24.1019287c7.645813 3.2071838 11.9003601 11.4268799 10.1008911 19.5205688l-28.2246018 127.0107173c-1.741394 7.8406982-8.6961365 13.419281-16.7278442 13.419281h-99.7940979c-7.125061 0-13.5059204-4.4081116-16.026947-11.0715027l-64.8904114-171.496521-33.5339355 10.1796265-70.4281006 162.0817871c-2.7193909 6.257782-8.8930359 10.3066101-15.7168732 10.3066101h-96.77005c-7.6413727 0-14.3593845-5.0597839-16.4699287-12.4033813l-25.2005348-87.697876c-1.6572304-5.7675781-.1771913-11.9810791 3.9016533-16.3813171l182.9347229-197.3772888-20.0501709-34.7536011-57.9149628-11.582901c-5.8025284-1.1605988-10.5960388-5.2325439-12.6790237-10.7717438l-44.3529436-117.9385052c-3.7618599-11.4255447 3.7893296-24.361076 18.4795723-22.9935187zm280.5562821 477.6273974h74.2096558l22.1351318-99.6100159-49.2886963-20.6693725c-3.268219-1.3702698-6.030426-3.7200317-7.9076538-6.7254028l-185.2913666-296.663929-110.6150894-15.9103012 30.805191 81.9140472 56.1917801 11.2383575c4.8348541.9671631 9.0185394 3.969574 11.4824829 8.2403717l30.2406464 52.4171143c3.7544861 6.5073547 2.8321075 14.7019501-2.2749481 20.2121124l-184.9527245 199.5542717 18.9663582 66.0027466h72.6262665l69.107048-159.0409546c2.0032501-4.6099243 5.9295197-8.1074829 10.7392731-9.5673523l56.4487152-17.1363525c8.6380615-2.6244202 17.8136292 1.8988953 21.0050354 10.3322144z"/></svg> |  | ||||||
| Before Width: | Height: | Size: 1.5 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="LINQPad8" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="LINQPad 8" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\LINQPad8\LINQPad8.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Development" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="text/cs" |  | ||||||
| Before Width: | Height: | Size: 54 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat | App tested by whitewolf101 02/22/2025 |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="mIRC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="mIRC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\mIRC\mirc.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Network;IRCclient;" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="mIRC" |  | ||||||
| @@ -1,56 +0,0 @@ | |||||||
| <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="4096" height="4096"> |  | ||||||
|   <rect width="100%" height="100%" fill="rgba(255,255,255,0)"/> |  | ||||||
|   <g transform="translate(2048.00693508 1958.53022285) scale(6.1623)"> |  | ||||||
|     <linearGradient id="a" x1="198.04672" x2="309.49811" y1="93.277061" y2="236.8008" gradientTransform="translate(-601.2903 -296.4701) scale(3.7795)" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#3ac8f3"/> |  | ||||||
|       <stop offset="100%" stop-color="#1b9de3"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <path fill="url(#a)" d="M371.125.00976563C310.53187.45132284 241.55744 15.667119 183.09375 53.042969 105.14216 102.87744 45.882386 192.10557 19.28125 263.99609-7.3198864 335.88661-1.2601241 390.43565 7.2421875 430.8418 15.744499 471.24795 26.687683 497.51113 39.0625 513c12.374817 15.48887 26.180879 20.20163 40.070312 20.11719 13.889434-.08444 27.862138-4.96691 44.445308-17.59375 16.58318-12.62685 35.77543-32.99709 51.68555-49.32813 15.91012-16.33103 28.53751-28.62041 39.06055-34.76562 10.52304-6.14521 18.94029-6.14546 27.7793-3.36719 8.839 2.77827 18.09827 8.3337 24.66406 15.06836 6.56578 6.73466 10.43899 14.64741 11.61719 23.57031 1.17819 8.9229-.33728 18.85491-6.56641 27.69336-6.22914 8.83845-17.1716 16.58361-26.43164 30.89453-9.26004 14.31093-16.83777 35.18672-12.88086 54.7168 3.95691 19.53008 19.44668 37.71282 36.45117 47.98242 17.00449 10.2696 35.52263 12.62664 87.37695-8.25 51.85433-20.87663 137.04336-64.98615 191.42383-129.13086 54.38048-64.14471 77.94909-148.32234 79.46485-219.70703 1.51575-71.38469-19.02253-129.97284-51.51563-175.935546-32.4931-45.96271-76.93954-79.296896-147.48242-90.746094C410.58889 1.3564504 391.32271-.13742012 371.125.00976562zM342.90625 315.36914A42.594088 42.594088 0 0 1 385.5 357.96289a42.594088 42.594088 0 0 1-42.59375 42.5957 42.594088 42.594088 0 0 1-42.59375-42.5957 42.594088 42.594088 0 0 1 42.59375-42.59375z" style="is-custom-font:none;font-file-url:none" transform="translate(-313.6506 -317.8246)"/> |  | ||||||
|   </g> |  | ||||||
|   <path fill="gray" d="M273.18694 128.03818c-2.37244 0-4.28191 1.91001-4.28191 4.28242 0 .34907.0454.68635.12351 1.01079 3.39492 7.50647 7.92401 14.92375 11.42824 21.25659h18.34978l10.31927-19.27583c.56129-.97587 1.06508-2.05893 1.08056-2.99155 0-2.37241-1.90999-4.28242-4.28243-4.28242zm7.26984 26.55032v9.06094c-.003.0713-.004.14269-.001.21446l.001.0269v2.41484h.0925l2.38642 62.37862c4.69604-3.01908 9.38317-6.41238 13.77642-10.16785l1.99057-52.21077h.10387v-11.71711z" style="is-custom-font:none;font-file-url:none" transform="translate(-3540.28818071 -1826.91493161) scale(23.2904)"/> |  | ||||||
|   <g transform="translate(3205.26777195 2956.45801469) scale(6.1623)"> |  | ||||||
|     <linearGradient id="b" x1="1179.8582" x2="1089.9546" y1="633.36566" y2="935.40125" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#78400a"/> |  | ||||||
|       <stop offset="100%" stop-color="#9a5605"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <path fill="url(#b)" d="M1106.7937 591.31055c-12.4969 0-47.3957 12.50642-46.8022 28.01757l12.1218 316.84296c.5934 15.51116 10.0617 24.98908 22.5586 24.98908 12.4968 0 21.9653-9.47784 22.5566-24.98908l12.0772-316.79832c.5913-15.51123-10.0152-28.06221-22.512-28.06221z" style="is-custom-font:none;font-file-url:none" transform="translate(-1094.6567 -776.2354)"/> |  | ||||||
|   </g> |  | ||||||
|   <g transform="translate(3205.3571253 1909.95959048) scale(23.2904)"> |  | ||||||
|     <linearGradient id="c" x1="279.83121" x2="303.61819" y1="168.91434" y2="154.48178" gradientTransform="translate(-289.6318 -160.4467)" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#ececec"/> |  | ||||||
|       <stop offset="100%" stop-color="#9396a0"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <rect width="18.3497" height="11.7173" x="-9.17485" y="-5.85865" fill="url(#c)" rx="0" ry="0" style="is-custom-font:none;font-file-url:none"/> |  | ||||||
|   </g> |  | ||||||
|   <g transform="translate(3203.58669651 1464.32670368) scale(6.1623)"> |  | ||||||
|     <linearGradient id="d" x1="1053.5891" x2="1154.6044" y1="481.84277" y2="582.85803" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#f0d69f"/> |  | ||||||
|       <stop offset="100%" stop-color="#c39360"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <path fill="url(#d)" d="M1032.5176 483.92383c-8.9667 0-16.1836 7.2189-16.1836 16.18555 0 1.31932.1717 2.5941.4668 3.82031 12.8312 28.37087 29.949 56.40471 43.1933 80.33984h69.3536l39.0036-72.8548c2.1214-3.68834 4.0238-7.78051 4.0823-11.30535 0-8.96665-7.2189-16.18555-16.1856-16.18555z" style="is-custom-font:none;font-file-url:none" transform="translate(-1094.3838 -534.0967)"/> |  | ||||||
|   </g> |  | ||||||
|   <circle r="15.096695" fill="gray" style="is-custom-font:none;font-file-url:none" transform="translate(698.38004403 2055.30852812) scale(23.2904)"/> |  | ||||||
|   <g transform="translate(696.98120193 2030.80845578) scale(23.2904)"> |  | ||||||
|     <linearGradient id="e" x1="172.12158" x2="200.18488" y1="151.27455" y2="179.33784" gradientTransform="translate(-185.2428 -165.6356)" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#db5317"/> |  | ||||||
|       <stop offset="100%" stop-color="#c23807"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <circle r="15.096695" fill="url(#e)" style="is-custom-font:none;font-file-url:none"/> |  | ||||||
|   </g> |  | ||||||
|   <circle r="15.096695" fill="gray" style="is-custom-font:none;font-file-url:none" transform="translate(1147.34735136 1168.37793257) scale(23.2904)"/> |  | ||||||
|   <g transform="translate(1145.94850926 1143.877244) scale(23.2904)"> |  | ||||||
|     <linearGradient id="f" x1="193.7704" x2="216.75558" y1="110.11504" y2="138.17834" gradientTransform="translate(-204.5196 -127.5545)" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#4fb412"/> |  | ||||||
|       <stop offset="100%" stop-color="#188313"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <circle r="15.096695" fill="url(#f)" style="is-custom-font:none;font-file-url:none"/> |  | ||||||
|   </g> |  | ||||||
|   <circle r="15.096695" fill="#666" style="is-custom-font:none;font-file-url:none" transform="translate(2115.70904403 803.04104723) scale(23.2904)"/> |  | ||||||
|   <g transform="translate(2114.31020193 778.54097489) scale(23.2904)"> |  | ||||||
|     <linearGradient id="g" x1="235.19719" x2="260.5878" y1="102.89877" y2="125.61668" gradientTransform="translate(-246.0969 -111.8684)" gradientUnits="userSpaceOnUse"> |  | ||||||
|       <stop offset="0%" stop-color="#fddd01"/> |  | ||||||
|       <stop offset="100%" stop-color="#f7a810"/> |  | ||||||
|     </linearGradient> |  | ||||||
|     <circle r="15.096695" fill="url(#g)" style="is-custom-font:none;font-file-url:none"/> |  | ||||||
|   </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.2 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Paint" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Paint" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\windows\system32\mspaint.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Graphics" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/png;image/bmp;image/jpeg;image/jpe;image/jpeg;image/tiff;image/tif;image/x-ms-bmp;image/dib;image/vnd.microsoft.icon;image/x-icon;image/ico;image/icon;text/ico;application/ico" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2744.833 2553.333" |  | ||||||
|      enable-background="new 0 0 2744.833 2553.333" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2553.333" width="2744.833" x="-1380.333" y="-1252.667"> |  | ||||||
|             </sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#CA64EA" d="M2106.5,2553.333H755.212c-64.55,0-116.879-52.328-116.879-116.879l0,0V116.879 |  | ||||||
|     C638.333,52.328,690.662,0,755.212,0l0,0h1872.742c64.551,0,116.879,52.328,116.879,116.879c0,0,0,0,0,0v521.454L2106.5,2553.333z" |  | ||||||
|     /> |  | ||||||
| <path fill="#AE4BD5" d="M2744.833,1276.667l-319.167,191.5l-319.167-191.5V638.333h638.333V1276.667z"/> |  | ||||||
| <path fill="#9332BF" d="M2744.833,1915l-319.167,191.5L2106.5,1915v-638.333h638.333V1915z"/> |  | ||||||
| <path fill="#7719AA" d="M2106.5,1915h638.333v518.646c0,66.102-53.586,119.688-119.688,119.688H2106.5V1915z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1414.994,510.667h-776.66V2106.5h776.66 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V627.673C1531.79,563.14,1479.527,510.877,1414.994,510.667z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1351.16,574.5H638.333v1595.833h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1351.16,574.5H638.333v1468.167h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1287.327,574.5H638.333v1468.167h648.993 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.007-117.006V691.507C1404.123,626.973,1351.86,574.71,1287.327,574.5z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="243.9611" y1="2072.2598" x2="1160.3723" y2="485.0735" gradientTransform="matrix(1 0 0 -1 0 2555.3333)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#8324B3"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#7A1BAC"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#621197"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M117.007,574.5h1170.32c64.621,0,117.007,52.386,117.007,117.007v1170.32 |  | ||||||
|     c0,64.621-52.386,117.007-117.007,117.007H117.007C52.386,1978.833,0,1926.448,0,1861.827V691.507 |  | ||||||
|     C0,626.886,52.386,574.5,117.007,574.5z"/> |  | ||||||
| <path fill="#FFFFFF" d="M384.66,896.348h158.626l311.698,504.283c14.171,22.597,24.81,40.789,31.917,54.577h2.043 |  | ||||||
|     c-3.856-34.327-5.391-68.876-4.596-103.41V896.348h135.327v760.638H871.197l-323.38-518.263 |  | ||||||
|     c-10.953-17.099-20.598-35.003-28.853-53.556h-2.553c3.26,37.74,4.602,75.62,4.021,113.496v458.323H384.66V896.348z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="OneNote" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft OneNote" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\ONENOTE.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/msonenote;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2744.833 2553.333" |  | ||||||
|      enable-background="new 0 0 2744.833 2553.333" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2553.333" width="2744.833" x="-1380.333" y="-1252.667"> |  | ||||||
|             </sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#CA64EA" d="M2106.5,2553.333H755.212c-64.55,0-116.879-52.328-116.879-116.879l0,0V116.879 |  | ||||||
|     C638.333,52.328,690.662,0,755.212,0l0,0h1872.742c64.551,0,116.879,52.328,116.879,116.879c0,0,0,0,0,0v521.454L2106.5,2553.333z" |  | ||||||
|     /> |  | ||||||
| <path fill="#AE4BD5" d="M2744.833,1276.667l-319.167,191.5l-319.167-191.5V638.333h638.333V1276.667z"/> |  | ||||||
| <path fill="#9332BF" d="M2744.833,1915l-319.167,191.5L2106.5,1915v-638.333h638.333V1915z"/> |  | ||||||
| <path fill="#7719AA" d="M2106.5,1915h638.333v518.646c0,66.102-53.586,119.688-119.688,119.688H2106.5V1915z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1414.994,510.667h-776.66V2106.5h776.66 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V627.673C1531.79,563.14,1479.527,510.877,1414.994,510.667z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1351.16,574.5H638.333v1595.833h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1351.16,574.5H638.333v1468.167h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1287.327,574.5H638.333v1468.167h648.993 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.007-117.006V691.507C1404.123,626.973,1351.86,574.71,1287.327,574.5z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="243.9611" y1="2072.2598" x2="1160.3723" y2="485.0735" gradientTransform="matrix(1 0 0 -1 0 2555.3333)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#8324B3"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#7A1BAC"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#621197"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M117.007,574.5h1170.32c64.621,0,117.007,52.386,117.007,117.007v1170.32 |  | ||||||
|     c0,64.621-52.386,117.007-117.007,117.007H117.007C52.386,1978.833,0,1926.448,0,1861.827V691.507 |  | ||||||
|     C0,626.886,52.386,574.5,117.007,574.5z"/> |  | ||||||
| <path fill="#FFFFFF" d="M384.66,896.348h158.626l311.698,504.283c14.171,22.597,24.81,40.789,31.917,54.577h2.043 |  | ||||||
|     c-3.856-34.327-5.391-68.876-4.596-103.41V896.348h135.327v760.638H871.197l-323.38-518.263 |  | ||||||
|     c-10.953-17.099-20.598-35.003-28.853-53.556h-2.553c3.26,37.74,4.602,75.62,4.021,113.496v458.323H384.66V896.348z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Jon Champagne |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="OneNote" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft OneNote" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\ONENOTE.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/msonenote;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2744.833 2553.333" |  | ||||||
|      enable-background="new 0 0 2744.833 2553.333" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2553.333" width="2744.833" x="-1380.333" y="-1252.667"> |  | ||||||
|             </sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#CA64EA" d="M2106.5,2553.333H755.212c-64.55,0-116.879-52.328-116.879-116.879l0,0V116.879 |  | ||||||
|     C638.333,52.328,690.662,0,755.212,0l0,0h1872.742c64.551,0,116.879,52.328,116.879,116.879c0,0,0,0,0,0v521.454L2106.5,2553.333z" |  | ||||||
|     /> |  | ||||||
| <path fill="#AE4BD5" d="M2744.833,1276.667l-319.167,191.5l-319.167-191.5V638.333h638.333V1276.667z"/> |  | ||||||
| <path fill="#9332BF" d="M2744.833,1915l-319.167,191.5L2106.5,1915v-638.333h638.333V1915z"/> |  | ||||||
| <path fill="#7719AA" d="M2106.5,1915h638.333v518.646c0,66.102-53.586,119.688-119.688,119.688H2106.5V1915z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1414.994,510.667h-776.66V2106.5h776.66 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V627.673C1531.79,563.14,1479.527,510.877,1414.994,510.667z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1351.16,574.5H638.333v1595.833h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1351.16,574.5H638.333v1468.167h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1287.327,574.5H638.333v1468.167h648.993 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.007-117.006V691.507C1404.123,626.973,1351.86,574.71,1287.327,574.5z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="243.9611" y1="2072.2598" x2="1160.3723" y2="485.0735" gradientTransform="matrix(1 0 0 -1 0 2555.3333)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#8324B3"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#7A1BAC"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#621197"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M117.007,574.5h1170.32c64.621,0,117.007,52.386,117.007,117.007v1170.32 |  | ||||||
|     c0,64.621-52.386,117.007-117.007,117.007H117.007C52.386,1978.833,0,1926.448,0,1861.827V691.507 |  | ||||||
|     C0,626.886,52.386,574.5,117.007,574.5z"/> |  | ||||||
| <path fill="#FFFFFF" d="M384.66,896.348h158.626l311.698,504.283c14.171,22.597,24.81,40.789,31.917,54.577h2.043 |  | ||||||
|     c-3.856-34.327-5.391-68.876-4.596-103.41V896.348h135.327v760.638H871.197l-323.38-518.263 |  | ||||||
|     c-10.953-17.099-20.598-35.003-28.853-53.556h-2.553c3.26,37.74,4.602,75.62,4.021,113.496v458.323H384.66V896.348z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="OneNote" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft OneNote" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\ONENOTE.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/msonenote;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-onenote" |  | ||||||
| @@ -1,48 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2744.833 2553.333" |  | ||||||
|      enable-background="new 0 0 2744.833 2553.333" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="2553.333" width="2744.833" x="-1380.333" y="-1252.667"> |  | ||||||
|             </sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#CA64EA" d="M2106.5,2553.333H755.212c-64.55,0-116.879-52.328-116.879-116.879l0,0V116.879 |  | ||||||
|     C638.333,52.328,690.662,0,755.212,0l0,0h1872.742c64.551,0,116.879,52.328,116.879,116.879c0,0,0,0,0,0v521.454L2106.5,2553.333z" |  | ||||||
|     /> |  | ||||||
| <path fill="#AE4BD5" d="M2744.833,1276.667l-319.167,191.5l-319.167-191.5V638.333h638.333V1276.667z"/> |  | ||||||
| <path fill="#9332BF" d="M2744.833,1915l-319.167,191.5L2106.5,1915v-638.333h638.333V1915z"/> |  | ||||||
| <path fill="#7719AA" d="M2106.5,1915h638.333v518.646c0,66.102-53.586,119.688-119.688,119.688H2106.5V1915z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1414.994,510.667h-776.66V2106.5h776.66 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V627.673C1531.79,563.14,1479.527,510.877,1414.994,510.667z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1351.16,574.5H638.333v1595.833h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1351.16,574.5H638.333v1468.167h712.827 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.006-117.006V691.507C1467.957,626.973,1415.694,574.71,1351.16,574.5z"/> |  | ||||||
| <path opacity="0.5" enable-background="new    " d="M1287.327,574.5H638.333v1468.167h648.993 |  | ||||||
|     c64.534-0.21,116.796-52.473,117.007-117.006V691.507C1404.123,626.973,1351.86,574.71,1287.327,574.5z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="243.9611" y1="2072.2598" x2="1160.3723" y2="485.0735" gradientTransform="matrix(1 0 0 -1 0 2555.3333)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#8324B3"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#7A1BAC"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#621197"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M117.007,574.5h1170.32c64.621,0,117.007,52.386,117.007,117.007v1170.32 |  | ||||||
|     c0,64.621-52.386,117.007-117.007,117.007H117.007C52.386,1978.833,0,1926.448,0,1861.827V691.507 |  | ||||||
|     C0,626.886,52.386,574.5,117.007,574.5z"/> |  | ||||||
| <path fill="#FFFFFF" d="M384.66,896.348h158.626l311.698,504.283c14.171,22.597,24.81,40.789,31.917,54.577h2.043 |  | ||||||
|     c-3.856-34.327-5.391-68.876-4.596-103.41V896.348h135.327v760.638H871.197l-323.38-518.263 |  | ||||||
|     c-10.953-17.099-20.598-35.003-28.853-53.556h-2.553c3.26,37.74,4.602,75.62,4.021,113.496v458.323H384.66V896.348z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 3.5 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="OneNote" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft OneNote" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\ONENOTE.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/msonenote;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,35 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1831.085 1703.335" enable-background="new 0 0 1831.085 1703.335" xml:space="preserve"> |  | ||||||
| <path fill="#0A2767" d="M1831.083,894.25c0.1-14.318-7.298-27.644-19.503-35.131h-0.213l-0.767-0.426l-634.492-375.585  c-2.74-1.851-5.583-3.543-8.517-5.067c-24.498-12.639-53.599-12.639-78.098,0c-2.934,1.525-5.777,3.216-8.517,5.067L446.486,858.693  l-0.766,0.426c-19.392,12.059-25.337,37.556-13.278,56.948c3.553,5.714,8.447,10.474,14.257,13.868l634.492,375.585  c2.749,1.835,5.592,3.527,8.517,5.068c24.498,12.639,53.599,12.639,78.098,0c2.925-1.541,5.767-3.232,8.517-5.068l634.492-375.585  C1823.49,922.545,1831.228,908.923,1831.083,894.25z"/> |  | ||||||
| <path fill="#0364B8" d="M520.453,643.477h416.38v381.674h-416.38V643.477z M1745.917,255.5V80.908  c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552,1.046,510,37.256,511,80.908V255.5l638.75,170.333L1745.917,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M511,255.5h425.833v383.25H511V255.5z"/> |  | ||||||
| <path fill="#28A8EA" d="M1362.667,255.5H936.833v383.25L1362.667,1022h383.25V638.75L1362.667,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M936.833,638.75h425.833V1022H936.833V638.75z"/> |  | ||||||
| <path fill="#0364B8" d="M936.833,1022h425.833v383.25H936.833V1022z"/> |  | ||||||
| <path fill="#14447D" d="M520.453,1025.151h416.38v346.969h-416.38V1025.151z"/> |  | ||||||
| <path fill="#0078D4" d="M1362.667,1022h383.25v383.25h-383.25V1022z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1128.4584" y1="811.0833" x2="1128.4584" y2="1.9982" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#35B8F1"/> |  | ||||||
|     <stop offset="1" style="stop-color:#28A8EA"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M1811.58,927.593l-0.809,0.426l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-10.777,5.132-22.481,8.029-34.407,8.517l-34.663-20.27c-2.929-1.47-5.773-3.105-8.517-4.897L447.167,906.003h-0.298  l-21.036-11.753v722.384c0.328,48.196,39.653,87.006,87.849,86.7h1230.914c0.724,0,1.363-0.341,2.129-0.341  c10.18-0.651,20.216-2.745,29.808-6.217c4.145-1.756,8.146-3.835,11.966-6.217c2.853-1.618,7.75-5.152,7.75-5.152  c21.814-16.142,34.726-41.635,34.833-68.772V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.5" fill="#0A2767" enable-background="new    " d="M1797.017,891.397v44.287l-663.448,456.791L446.699,906.301  c0-0.235-0.191-0.426-0.426-0.426l0,0l-63.023-37.899v-31.938l25.976-0.426l54.932,31.512l1.277,0.426l4.684,2.981  c0,0,645.563,368.346,647.267,369.197l24.698,14.478c2.129-0.852,4.258-1.703,6.813-2.555  c1.278-0.852,640.879-360.681,640.879-360.681L1797.017,891.397z"/> |  | ||||||
| <path fill="#1490DF" d="M1811.58,927.593l-0.809,0.468l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-24.641,12.038-53.457,12.038-78.098,0c-2.918-1.445-5.76-3.037-8.517-4.769L446.657,928.061l-0.766-0.468  c-12.25-6.642-19.93-19.409-20.057-33.343v722.384c0.305,48.188,39.616,87.004,87.803,86.7c0.001,0,0.002,0,0.004,0h1229.636  c48.188,0.307,87.5-38.509,87.807-86.696c0-0.001,0-0.002,0-0.004V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1185.52,1279.629l-9.496,5.323c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l241.405,285.479l421.107,101.476c11.539-8.716,20.717-20.178,26.7-33.343L1185.52,1279.629  z"/> |  | ||||||
| <path opacity="0.05" enable-background="new    " d="M1228.529,1255.442l-52.505,29.51c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l113.101,311.838l549.538,74.989c21.649-16.254,34.394-41.743,34.407-68.815v-9.326  L1228.529,1255.442z"/> |  | ||||||
| <path fill="#28A8EA" d="M514.833,1703.333h1228.316c18.901,0.096,37.335-5.874,52.59-17.033l-697.089-408.331  c-2.929-1.47-5.773-3.105-8.517-4.897L447.125,906.088h-0.298l-20.993-11.838v719.914  C425.786,1663.364,465.632,1703.286,514.833,1703.333C514.832,1703.333,514.832,1703.333,514.833,1703.333z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1022,418.722v908.303c-0.076,31.846-19.44,60.471-48.971,72.392  c-9.148,3.931-19,5.96-28.957,5.962H425.833V383.25H511v-42.583h433.073C987.092,340.83,1021.907,375.702,1022,418.722z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v908.302c0.107,10.287-2.074,20.469-6.388,29.808  c-11.826,29.149-40.083,48.273-71.54,48.417H425.833V383.25h475.656c12.356-0.124,24.533,2.958,35.344,8.943  C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v823.136c-0.208,43-34.928,77.853-77.927,78.225H425.833V383.25  h475.656c12.356-0.124,24.533,2.958,35.344,8.943C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M936.833,461.305v823.136c-0.046,43.067-34.861,78.015-77.927,78.225H425.833  V383.25h433.072c43.062,0.023,77.951,34.951,77.927,78.013C936.833,461.277,936.833,461.291,936.833,461.305z"/> |  | ||||||
| <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="162.7469" y1="1383.0741" x2="774.0864" y2="324.2592" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#1784D9"/> |  | ||||||
|     <stop offset="0.5" style="stop-color:#107AD5"/> |  | ||||||
|     <stop offset="1" style="stop-color:#0A63C9"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_2_)" d="M78.055,383.25h780.723c43.109,0,78.055,34.947,78.055,78.055v780.723  c0,43.109-34.946,78.055-78.055,78.055H78.055c-43.109,0-78.055-34.947-78.055-78.055V461.305  C0,418.197,34.947,383.25,78.055,383.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M243.96,710.631c19.238-40.988,50.29-75.289,89.17-98.495c43.057-24.651,92.081-36.94,141.675-35.515  c45.965-0.997,91.321,10.655,131.114,33.683c37.414,22.312,67.547,55.004,86.742,94.109c20.904,43.09,31.322,90.512,30.405,138.396  c1.013,50.043-9.706,99.628-31.299,144.783c-19.652,40.503-50.741,74.36-89.425,97.388c-41.327,23.734-88.367,35.692-136.011,34.578  c-46.947,1.133-93.303-10.651-134.01-34.067c-37.738-22.341-68.249-55.07-87.892-94.28c-21.028-42.467-31.57-89.355-30.745-136.735  C212.808,804.859,223.158,755.686,243.96,710.631z M339.006,941.858c10.257,25.912,27.651,48.385,50.163,64.812  c22.93,16.026,50.387,24.294,78.353,23.591c29.783,1.178,59.14-7.372,83.634-24.358c22.227-16.375,39.164-38.909,48.715-64.812  c10.677-28.928,15.946-59.572,15.543-90.404c0.33-31.127-4.623-62.084-14.649-91.554c-8.855-26.607-25.246-50.069-47.182-67.537  c-23.88-17.79-53.158-26.813-82.91-25.55c-28.572-0.74-56.644,7.593-80.184,23.804c-22.893,16.496-40.617,39.168-51.1,65.365  c-23.255,60.049-23.376,126.595-0.341,186.728L339.006,941.858z"/> |  | ||||||
| <path fill="#50D9FF" d="M1362.667,255.5h383.25v383.25h-383.25V255.5z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Outlook" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Outlook" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,35 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1831.085 1703.335" enable-background="new 0 0 1831.085 1703.335" xml:space="preserve"> |  | ||||||
| <path fill="#0A2767" d="M1831.083,894.25c0.1-14.318-7.298-27.644-19.503-35.131h-0.213l-0.767-0.426l-634.492-375.585  c-2.74-1.851-5.583-3.543-8.517-5.067c-24.498-12.639-53.599-12.639-78.098,0c-2.934,1.525-5.777,3.216-8.517,5.067L446.486,858.693  l-0.766,0.426c-19.392,12.059-25.337,37.556-13.278,56.948c3.553,5.714,8.447,10.474,14.257,13.868l634.492,375.585  c2.749,1.835,5.592,3.527,8.517,5.068c24.498,12.639,53.599,12.639,78.098,0c2.925-1.541,5.767-3.232,8.517-5.068l634.492-375.585  C1823.49,922.545,1831.228,908.923,1831.083,894.25z"/> |  | ||||||
| <path fill="#0364B8" d="M520.453,643.477h416.38v381.674h-416.38V643.477z M1745.917,255.5V80.908  c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552,1.046,510,37.256,511,80.908V255.5l638.75,170.333L1745.917,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M511,255.5h425.833v383.25H511V255.5z"/> |  | ||||||
| <path fill="#28A8EA" d="M1362.667,255.5H936.833v383.25L1362.667,1022h383.25V638.75L1362.667,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M936.833,638.75h425.833V1022H936.833V638.75z"/> |  | ||||||
| <path fill="#0364B8" d="M936.833,1022h425.833v383.25H936.833V1022z"/> |  | ||||||
| <path fill="#14447D" d="M520.453,1025.151h416.38v346.969h-416.38V1025.151z"/> |  | ||||||
| <path fill="#0078D4" d="M1362.667,1022h383.25v383.25h-383.25V1022z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1128.4584" y1="811.0833" x2="1128.4584" y2="1.9982" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#35B8F1"/> |  | ||||||
|     <stop offset="1" style="stop-color:#28A8EA"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M1811.58,927.593l-0.809,0.426l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-10.777,5.132-22.481,8.029-34.407,8.517l-34.663-20.27c-2.929-1.47-5.773-3.105-8.517-4.897L447.167,906.003h-0.298  l-21.036-11.753v722.384c0.328,48.196,39.653,87.006,87.849,86.7h1230.914c0.724,0,1.363-0.341,2.129-0.341  c10.18-0.651,20.216-2.745,29.808-6.217c4.145-1.756,8.146-3.835,11.966-6.217c2.853-1.618,7.75-5.152,7.75-5.152  c21.814-16.142,34.726-41.635,34.833-68.772V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.5" fill="#0A2767" enable-background="new    " d="M1797.017,891.397v44.287l-663.448,456.791L446.699,906.301  c0-0.235-0.191-0.426-0.426-0.426l0,0l-63.023-37.899v-31.938l25.976-0.426l54.932,31.512l1.277,0.426l4.684,2.981  c0,0,645.563,368.346,647.267,369.197l24.698,14.478c2.129-0.852,4.258-1.703,6.813-2.555  c1.278-0.852,640.879-360.681,640.879-360.681L1797.017,891.397z"/> |  | ||||||
| <path fill="#1490DF" d="M1811.58,927.593l-0.809,0.468l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-24.641,12.038-53.457,12.038-78.098,0c-2.918-1.445-5.76-3.037-8.517-4.769L446.657,928.061l-0.766-0.468  c-12.25-6.642-19.93-19.409-20.057-33.343v722.384c0.305,48.188,39.616,87.004,87.803,86.7c0.001,0,0.002,0,0.004,0h1229.636  c48.188,0.307,87.5-38.509,87.807-86.696c0-0.001,0-0.002,0-0.004V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1185.52,1279.629l-9.496,5.323c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l241.405,285.479l421.107,101.476c11.539-8.716,20.717-20.178,26.7-33.343L1185.52,1279.629  z"/> |  | ||||||
| <path opacity="0.05" enable-background="new    " d="M1228.529,1255.442l-52.505,29.51c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l113.101,311.838l549.538,74.989c21.649-16.254,34.394-41.743,34.407-68.815v-9.326  L1228.529,1255.442z"/> |  | ||||||
| <path fill="#28A8EA" d="M514.833,1703.333h1228.316c18.901,0.096,37.335-5.874,52.59-17.033l-697.089-408.331  c-2.929-1.47-5.773-3.105-8.517-4.897L447.125,906.088h-0.298l-20.993-11.838v719.914  C425.786,1663.364,465.632,1703.286,514.833,1703.333C514.832,1703.333,514.832,1703.333,514.833,1703.333z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1022,418.722v908.303c-0.076,31.846-19.44,60.471-48.971,72.392  c-9.148,3.931-19,5.96-28.957,5.962H425.833V383.25H511v-42.583h433.073C987.092,340.83,1021.907,375.702,1022,418.722z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v908.302c0.107,10.287-2.074,20.469-6.388,29.808  c-11.826,29.149-40.083,48.273-71.54,48.417H425.833V383.25h475.656c12.356-0.124,24.533,2.958,35.344,8.943  C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v823.136c-0.208,43-34.928,77.853-77.927,78.225H425.833V383.25  h475.656c12.356-0.124,24.533,2.958,35.344,8.943C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M936.833,461.305v823.136c-0.046,43.067-34.861,78.015-77.927,78.225H425.833  V383.25h433.072c43.062,0.023,77.951,34.951,77.927,78.013C936.833,461.277,936.833,461.291,936.833,461.305z"/> |  | ||||||
| <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="162.7469" y1="1383.0741" x2="774.0864" y2="324.2592" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#1784D9"/> |  | ||||||
|     <stop offset="0.5" style="stop-color:#107AD5"/> |  | ||||||
|     <stop offset="1" style="stop-color:#0A63C9"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_2_)" d="M78.055,383.25h780.723c43.109,0,78.055,34.947,78.055,78.055v780.723  c0,43.109-34.946,78.055-78.055,78.055H78.055c-43.109,0-78.055-34.947-78.055-78.055V461.305  C0,418.197,34.947,383.25,78.055,383.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M243.96,710.631c19.238-40.988,50.29-75.289,89.17-98.495c43.057-24.651,92.081-36.94,141.675-35.515  c45.965-0.997,91.321,10.655,131.114,33.683c37.414,22.312,67.547,55.004,86.742,94.109c20.904,43.09,31.322,90.512,30.405,138.396  c1.013,50.043-9.706,99.628-31.299,144.783c-19.652,40.503-50.741,74.36-89.425,97.388c-41.327,23.734-88.367,35.692-136.011,34.578  c-46.947,1.133-93.303-10.651-134.01-34.067c-37.738-22.341-68.249-55.07-87.892-94.28c-21.028-42.467-31.57-89.355-30.745-136.735  C212.808,804.859,223.158,755.686,243.96,710.631z M339.006,941.858c10.257,25.912,27.651,48.385,50.163,64.812  c22.93,16.026,50.387,24.294,78.353,23.591c29.783,1.178,59.14-7.372,83.634-24.358c22.227-16.375,39.164-38.909,48.715-64.812  c10.677-28.928,15.946-59.572,15.543-90.404c0.33-31.127-4.623-62.084-14.649-91.554c-8.855-26.607-25.246-50.069-47.182-67.537  c-23.88-17.79-53.158-26.813-82.91-25.55c-28.572-0.74-56.644,7.593-80.184,23.804c-22.893,16.496-40.617,39.168-51.1,65.365  c-23.255,60.049-23.376,126.595-0.341,186.728L339.006,941.858z"/> |  | ||||||
| <path fill="#50D9FF" d="M1362.667,255.5h383.25v383.25h-383.25V255.5z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Jon Champagne |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Outlook" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Outlook" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,35 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1831.085 1703.335" enable-background="new 0 0 1831.085 1703.335" xml:space="preserve"> |  | ||||||
| <path fill="#0A2767" d="M1831.083,894.25c0.1-14.318-7.298-27.644-19.503-35.131h-0.213l-0.767-0.426l-634.492-375.585  c-2.74-1.851-5.583-3.543-8.517-5.067c-24.498-12.639-53.599-12.639-78.098,0c-2.934,1.525-5.777,3.216-8.517,5.067L446.486,858.693  l-0.766,0.426c-19.392,12.059-25.337,37.556-13.278,56.948c3.553,5.714,8.447,10.474,14.257,13.868l634.492,375.585  c2.749,1.835,5.592,3.527,8.517,5.068c24.498,12.639,53.599,12.639,78.098,0c2.925-1.541,5.767-3.232,8.517-5.068l634.492-375.585  C1823.49,922.545,1831.228,908.923,1831.083,894.25z"/> |  | ||||||
| <path fill="#0364B8" d="M520.453,643.477h416.38v381.674h-416.38V643.477z M1745.917,255.5V80.908  c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552,1.046,510,37.256,511,80.908V255.5l638.75,170.333L1745.917,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M511,255.5h425.833v383.25H511V255.5z"/> |  | ||||||
| <path fill="#28A8EA" d="M1362.667,255.5H936.833v383.25L1362.667,1022h383.25V638.75L1362.667,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M936.833,638.75h425.833V1022H936.833V638.75z"/> |  | ||||||
| <path fill="#0364B8" d="M936.833,1022h425.833v383.25H936.833V1022z"/> |  | ||||||
| <path fill="#14447D" d="M520.453,1025.151h416.38v346.969h-416.38V1025.151z"/> |  | ||||||
| <path fill="#0078D4" d="M1362.667,1022h383.25v383.25h-383.25V1022z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1128.4584" y1="811.0833" x2="1128.4584" y2="1.9982" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#35B8F1"/> |  | ||||||
|     <stop offset="1" style="stop-color:#28A8EA"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M1811.58,927.593l-0.809,0.426l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-10.777,5.132-22.481,8.029-34.407,8.517l-34.663-20.27c-2.929-1.47-5.773-3.105-8.517-4.897L447.167,906.003h-0.298  l-21.036-11.753v722.384c0.328,48.196,39.653,87.006,87.849,86.7h1230.914c0.724,0,1.363-0.341,2.129-0.341  c10.18-0.651,20.216-2.745,29.808-6.217c4.145-1.756,8.146-3.835,11.966-6.217c2.853-1.618,7.75-5.152,7.75-5.152  c21.814-16.142,34.726-41.635,34.833-68.772V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.5" fill="#0A2767" enable-background="new    " d="M1797.017,891.397v44.287l-663.448,456.791L446.699,906.301  c0-0.235-0.191-0.426-0.426-0.426l0,0l-63.023-37.899v-31.938l25.976-0.426l54.932,31.512l1.277,0.426l4.684,2.981  c0,0,645.563,368.346,647.267,369.197l24.698,14.478c2.129-0.852,4.258-1.703,6.813-2.555  c1.278-0.852,640.879-360.681,640.879-360.681L1797.017,891.397z"/> |  | ||||||
| <path fill="#1490DF" d="M1811.58,927.593l-0.809,0.468l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-24.641,12.038-53.457,12.038-78.098,0c-2.918-1.445-5.76-3.037-8.517-4.769L446.657,928.061l-0.766-0.468  c-12.25-6.642-19.93-19.409-20.057-33.343v722.384c0.305,48.188,39.616,87.004,87.803,86.7c0.001,0,0.002,0,0.004,0h1229.636  c48.188,0.307,87.5-38.509,87.807-86.696c0-0.001,0-0.002,0-0.004V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1185.52,1279.629l-9.496,5.323c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l241.405,285.479l421.107,101.476c11.539-8.716,20.717-20.178,26.7-33.343L1185.52,1279.629  z"/> |  | ||||||
| <path opacity="0.05" enable-background="new    " d="M1228.529,1255.442l-52.505,29.51c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l113.101,311.838l549.538,74.989c21.649-16.254,34.394-41.743,34.407-68.815v-9.326  L1228.529,1255.442z"/> |  | ||||||
| <path fill="#28A8EA" d="M514.833,1703.333h1228.316c18.901,0.096,37.335-5.874,52.59-17.033l-697.089-408.331  c-2.929-1.47-5.773-3.105-8.517-4.897L447.125,906.088h-0.298l-20.993-11.838v719.914  C425.786,1663.364,465.632,1703.286,514.833,1703.333C514.832,1703.333,514.832,1703.333,514.833,1703.333z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1022,418.722v908.303c-0.076,31.846-19.44,60.471-48.971,72.392  c-9.148,3.931-19,5.96-28.957,5.962H425.833V383.25H511v-42.583h433.073C987.092,340.83,1021.907,375.702,1022,418.722z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v908.302c0.107,10.287-2.074,20.469-6.388,29.808  c-11.826,29.149-40.083,48.273-71.54,48.417H425.833V383.25h475.656c12.356-0.124,24.533,2.958,35.344,8.943  C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v823.136c-0.208,43-34.928,77.853-77.927,78.225H425.833V383.25  h475.656c12.356-0.124,24.533,2.958,35.344,8.943C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M936.833,461.305v823.136c-0.046,43.067-34.861,78.015-77.927,78.225H425.833  V383.25h433.072c43.062,0.023,77.951,34.951,77.927,78.013C936.833,461.277,936.833,461.291,936.833,461.305z"/> |  | ||||||
| <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="162.7469" y1="1383.0741" x2="774.0864" y2="324.2592" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#1784D9"/> |  | ||||||
|     <stop offset="0.5" style="stop-color:#107AD5"/> |  | ||||||
|     <stop offset="1" style="stop-color:#0A63C9"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_2_)" d="M78.055,383.25h780.723c43.109,0,78.055,34.947,78.055,78.055v780.723  c0,43.109-34.946,78.055-78.055,78.055H78.055c-43.109,0-78.055-34.947-78.055-78.055V461.305  C0,418.197,34.947,383.25,78.055,383.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M243.96,710.631c19.238-40.988,50.29-75.289,89.17-98.495c43.057-24.651,92.081-36.94,141.675-35.515  c45.965-0.997,91.321,10.655,131.114,33.683c37.414,22.312,67.547,55.004,86.742,94.109c20.904,43.09,31.322,90.512,30.405,138.396  c1.013,50.043-9.706,99.628-31.299,144.783c-19.652,40.503-50.741,74.36-89.425,97.388c-41.327,23.734-88.367,35.692-136.011,34.578  c-46.947,1.133-93.303-10.651-134.01-34.067c-37.738-22.341-68.249-55.07-87.892-94.28c-21.028-42.467-31.57-89.355-30.745-136.735  C212.808,804.859,223.158,755.686,243.96,710.631z M339.006,941.858c10.257,25.912,27.651,48.385,50.163,64.812  c22.93,16.026,50.387,24.294,78.353,23.591c29.783,1.178,59.14-7.372,83.634-24.358c22.227-16.375,39.164-38.909,48.715-64.812  c10.677-28.928,15.946-59.572,15.543-90.404c0.33-31.127-4.623-62.084-14.649-91.554c-8.855-26.607-25.246-50.069-47.182-67.537  c-23.88-17.79-53.158-26.813-82.91-25.55c-28.572-0.74-56.644,7.593-80.184,23.804c-22.893,16.496-40.617,39.168-51.1,65.365  c-23.255,60.049-23.376,126.595-0.341,186.728L339.006,941.858z"/> |  | ||||||
| <path fill="#50D9FF" d="M1362.667,255.5h383.25v383.25h-383.25V255.5z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Outlook" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Outlook" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\OUTLOOK.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,35 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1831.085 1703.335" enable-background="new 0 0 1831.085 1703.335" xml:space="preserve"> |  | ||||||
| <path fill="#0A2767" d="M1831.083,894.25c0.1-14.318-7.298-27.644-19.503-35.131h-0.213l-0.767-0.426l-634.492-375.585  c-2.74-1.851-5.583-3.543-8.517-5.067c-24.498-12.639-53.599-12.639-78.098,0c-2.934,1.525-5.777,3.216-8.517,5.067L446.486,858.693  l-0.766,0.426c-19.392,12.059-25.337,37.556-13.278,56.948c3.553,5.714,8.447,10.474,14.257,13.868l634.492,375.585  c2.749,1.835,5.592,3.527,8.517,5.068c24.498,12.639,53.599,12.639,78.098,0c2.925-1.541,5.767-3.232,8.517-5.068l634.492-375.585  C1823.49,922.545,1831.228,908.923,1831.083,894.25z"/> |  | ||||||
| <path fill="#0364B8" d="M520.453,643.477h416.38v381.674h-416.38V643.477z M1745.917,255.5V80.908  c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552,1.046,510,37.256,511,80.908V255.5l638.75,170.333L1745.917,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M511,255.5h425.833v383.25H511V255.5z"/> |  | ||||||
| <path fill="#28A8EA" d="M1362.667,255.5H936.833v383.25L1362.667,1022h383.25V638.75L1362.667,255.5z"/> |  | ||||||
| <path fill="#0078D4" d="M936.833,638.75h425.833V1022H936.833V638.75z"/> |  | ||||||
| <path fill="#0364B8" d="M936.833,1022h425.833v383.25H936.833V1022z"/> |  | ||||||
| <path fill="#14447D" d="M520.453,1025.151h416.38v346.969h-416.38V1025.151z"/> |  | ||||||
| <path fill="#0078D4" d="M1362.667,1022h383.25v383.25h-383.25V1022z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1128.4584" y1="811.0833" x2="1128.4584" y2="1.9982" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#35B8F1"/> |  | ||||||
|     <stop offset="1" style="stop-color:#28A8EA"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M1811.58,927.593l-0.809,0.426l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-10.777,5.132-22.481,8.029-34.407,8.517l-34.663-20.27c-2.929-1.47-5.773-3.105-8.517-4.897L447.167,906.003h-0.298  l-21.036-11.753v722.384c0.328,48.196,39.653,87.006,87.849,86.7h1230.914c0.724,0,1.363-0.341,2.129-0.341  c10.18-0.651,20.216-2.745,29.808-6.217c4.145-1.756,8.146-3.835,11.966-6.217c2.853-1.618,7.75-5.152,7.75-5.152  c21.814-16.142,34.726-41.635,34.833-68.772V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.5" fill="#0A2767" enable-background="new    " d="M1797.017,891.397v44.287l-663.448,456.791L446.699,906.301  c0-0.235-0.191-0.426-0.426-0.426l0,0l-63.023-37.899v-31.938l25.976-0.426l54.932,31.512l1.277,0.426l4.684,2.981  c0,0,645.563,368.346,647.267,369.197l24.698,14.478c2.129-0.852,4.258-1.703,6.813-2.555  c1.278-0.852,640.879-360.681,640.879-360.681L1797.017,891.397z"/> |  | ||||||
| <path fill="#1490DF" d="M1811.58,927.593l-0.809,0.468l-634.492,356.848c-2.768,1.703-5.578,3.321-8.517,4.769  c-24.641,12.038-53.457,12.038-78.098,0c-2.918-1.445-5.76-3.037-8.517-4.769L446.657,928.061l-0.766-0.468  c-12.25-6.642-19.93-19.409-20.057-33.343v722.384c0.305,48.188,39.616,87.004,87.803,86.7c0.001,0,0.002,0,0.004,0h1229.636  c48.188,0.307,87.5-38.509,87.807-86.696c0-0.001,0-0.002,0-0.004V894.25C1831.068,908.067,1823.616,920.807,1811.58,927.593z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1185.52,1279.629l-9.496,5.323c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l241.405,285.479l421.107,101.476c11.539-8.716,20.717-20.178,26.7-33.343L1185.52,1279.629  z"/> |  | ||||||
| <path opacity="0.05" enable-background="new    " d="M1228.529,1255.442l-52.505,29.51c-2.752,1.752-5.595,3.359-8.517,4.812  c-10.462,5.135-21.838,8.146-33.47,8.857l113.101,311.838l549.538,74.989c21.649-16.254,34.394-41.743,34.407-68.815v-9.326  L1228.529,1255.442z"/> |  | ||||||
| <path fill="#28A8EA" d="M514.833,1703.333h1228.316c18.901,0.096,37.335-5.874,52.59-17.033l-697.089-408.331  c-2.929-1.47-5.773-3.105-8.517-4.897L447.125,906.088h-0.298l-20.993-11.838v719.914  C425.786,1663.364,465.632,1703.286,514.833,1703.333C514.832,1703.333,514.832,1703.333,514.833,1703.333z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1022,418.722v908.303c-0.076,31.846-19.44,60.471-48.971,72.392  c-9.148,3.931-19,5.96-28.957,5.962H425.833V383.25H511v-42.583h433.073C987.092,340.83,1021.907,375.702,1022,418.722z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v908.302c0.107,10.287-2.074,20.469-6.388,29.808  c-11.826,29.149-40.083,48.273-71.54,48.417H425.833V383.25h475.656c12.356-0.124,24.533,2.958,35.344,8.943  C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M979.417,461.305v823.136c-0.208,43-34.928,77.853-77.927,78.225H425.833V383.25  h475.656c12.356-0.124,24.533,2.958,35.344,8.943C962.937,405.344,979.407,432.076,979.417,461.305z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M936.833,461.305v823.136c-0.046,43.067-34.861,78.015-77.927,78.225H425.833  V383.25h433.072c43.062,0.023,77.951,34.951,77.927,78.013C936.833,461.277,936.833,461.291,936.833,461.305z"/> |  | ||||||
| <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="162.7469" y1="1383.0741" x2="774.0864" y2="324.2592" gradientTransform="matrix(1 0 0 -1 0 1705.3334)"> |  | ||||||
|     <stop offset="0" style="stop-color:#1784D9"/> |  | ||||||
|     <stop offset="0.5" style="stop-color:#107AD5"/> |  | ||||||
|     <stop offset="1" style="stop-color:#0A63C9"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_2_)" d="M78.055,383.25h780.723c43.109,0,78.055,34.947,78.055,78.055v780.723  c0,43.109-34.946,78.055-78.055,78.055H78.055c-43.109,0-78.055-34.947-78.055-78.055V461.305  C0,418.197,34.947,383.25,78.055,383.25z"/> |  | ||||||
| <path fill="#FFFFFF" d="M243.96,710.631c19.238-40.988,50.29-75.289,89.17-98.495c43.057-24.651,92.081-36.94,141.675-35.515  c45.965-0.997,91.321,10.655,131.114,33.683c37.414,22.312,67.547,55.004,86.742,94.109c20.904,43.09,31.322,90.512,30.405,138.396  c1.013,50.043-9.706,99.628-31.299,144.783c-19.652,40.503-50.741,74.36-89.425,97.388c-41.327,23.734-88.367,35.692-136.011,34.578  c-46.947,1.133-93.303-10.651-134.01-34.067c-37.738-22.341-68.249-55.07-87.892-94.28c-21.028-42.467-31.57-89.355-30.745-136.735  C212.808,804.859,223.158,755.686,243.96,710.631z M339.006,941.858c10.257,25.912,27.651,48.385,50.163,64.812  c22.93,16.026,50.387,24.294,78.353,23.591c29.783,1.178,59.14-7.372,83.634-24.358c22.227-16.375,39.164-38.909,48.715-64.812  c10.677-28.928,15.946-59.572,15.543-90.404c0.33-31.127-4.623-62.084-14.649-91.554c-8.855-26.607-25.246-50.069-47.182-67.537  c-23.88-17.79-53.158-26.813-82.91-25.55c-28.572-0.74-56.644,7.593-80.184,23.804c-22.893,16.496-40.617,39.168-51.1,65.365  c-23.255,60.049-23.376,126.595-0.341,186.728L339.006,941.858z"/> |  | ||||||
| <path fill="#50D9FF" d="M1362.667,255.5h383.25v383.25h-383.25V255.5z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 6.8 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Outlook" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Outlook" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\OUTLOOK.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-outlook" |  | ||||||
| @@ -1,37 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#001E36;} |  | ||||||
|     .st1{fill:#31A8FF;} |  | ||||||
| </style> |  | ||||||
| <g id="Layer_2_1_"> |  | ||||||
|     <g id="Surfaces"> |  | ||||||
|         <g id="Photo_Surface"> |  | ||||||
|             <g id="Outline_no_shadow"> |  | ||||||
|                 <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|                     C0,19,19,0,42.5,0z"/> |  | ||||||
|             </g> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
|     <g id="Outlined_Mnemonics_Logos"> |  | ||||||
|         <g id="Ps"> |  | ||||||
|             <path class="st1" d="M54,164.1V61.2c0-0.7,0.3-1.1,1-1.1c1.7,0,3.3,0,5.6-0.1c2.4-0.1,4.9-0.1,7.6-0.2c2.7-0.1,5.6-0.1,8.7-0.2 |  | ||||||
|                 c3.1-0.1,6.1-0.1,9.1-0.1c8.2,0,15,1,20.6,3.1c5,1.7,9.6,4.5,13.4,8.2c3.2,3.2,5.7,7.1,7.3,11.4c1.5,4.2,2.3,8.5,2.3,13 |  | ||||||
|                 c0,8.6-2,15.7-6,21.3c-4,5.6-9.6,9.8-16.1,12.2c-6.8,2.5-14.3,3.4-22.5,3.4c-2.4,0-4,0-5-0.1c-1-0.1-2.4-0.1-4.3-0.1v32.1 |  | ||||||
|                 c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.4,0H55.2C54.4,165.4,54,165,54,164.1z M75.8,79.4V113c1.4,0.1,2.7,0.2,3.9,0.2H85 |  | ||||||
|                 c3.9,0,7.8-0.6,11.5-1.8c3.2-0.9,6-2.8,8.2-5.3c2.1-2.5,3.1-5.9,3.1-10.3c0.1-3.1-0.7-6.2-2.3-8.9c-1.7-2.6-4.1-4.6-7-5.7 |  | ||||||
|                 c-3.7-1.5-7.7-2.1-11.8-2c-2.6,0-4.9,0-6.8,0.1C77.9,79.2,76.5,79.3,75.8,79.4L75.8,79.4z"/> |  | ||||||
|             <path class="st1" d="M192,106.9c-3-1.6-6.2-2.7-9.6-3.4c-3.7-0.8-7.4-1.3-11.2-1.3c-2-0.1-4.1,0.2-6,0.7c-1.3,0.3-2.4,1-3.1,2 |  | ||||||
|                 c-0.5,0.8-0.8,1.8-0.8,2.7c0,0.9,0.4,1.8,1,2.6c0.9,1.1,2.1,2,3.4,2.7c2.3,1.2,4.7,2.3,7.1,3.3c5.4,1.8,10.6,4.3,15.4,7.3 |  | ||||||
|                 c3.3,2.1,6,4.9,7.9,8.3c1.6,3.2,2.4,6.7,2.3,10.3c0.1,4.7-1.3,9.4-3.9,13.3c-2.8,4-6.7,7.1-11.2,8.9c-4.9,2.1-10.9,3.2-18.1,3.2 |  | ||||||
|                 c-4.6,0-9.1-0.4-13.6-1.3c-3.5-0.6-7-1.7-10.2-3.2c-0.7-0.4-1.2-1.1-1.1-1.9v-17.4c0-0.3,0.1-0.7,0.4-0.9 |  | ||||||
|                 c0.3-0.2,0.6-0.1,0.9,0.1c3.9,2.3,8,3.9,12.4,4.9c3.8,1,7.8,1.5,11.8,1.5c3.8,0,6.5-0.5,8.3-1.4c1.6-0.7,2.7-2.4,2.7-4.2 |  | ||||||
|                 c0-1.4-0.8-2.7-2.4-4c-1.6-1.3-4.9-2.8-9.8-4.7c-5.1-1.8-9.8-4.2-14.2-7.2c-3.1-2.2-5.7-5.1-7.6-8.5c-1.6-3.2-2.4-6.7-2.3-10.2 |  | ||||||
|                 c0-4.3,1.2-8.4,3.4-12.1c2.5-4,6.2-7.2,10.5-9.2c4.7-2.4,10.6-3.5,17.7-3.5c4.1,0,8.3,0.3,12.4,0.9c3,0.4,5.9,1.2,8.6,2.3 |  | ||||||
|                 c0.4,0.1,0.8,0.5,1,0.9c0.1,0.4,0.2,0.8,0.2,1.2v16.3c0,0.4-0.2,0.8-0.5,1C192.9,107.1,192.4,107.1,192,106.9z"/> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @@ -1,17 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Photoshop 2022" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Photoshop 2022" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Photoshop 2022\Photoshop.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobePhotoshop" |  | ||||||
| @@ -1,37 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#001E36;} |  | ||||||
|     .st1{fill:#31A8FF;} |  | ||||||
| </style> |  | ||||||
| <g id="Layer_2_1_"> |  | ||||||
|     <g id="Surfaces"> |  | ||||||
|         <g id="Photo_Surface"> |  | ||||||
|             <g id="Outline_no_shadow"> |  | ||||||
|                 <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|                     C0,19,19,0,42.5,0z"/> |  | ||||||
|             </g> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
|     <g id="Outlined_Mnemonics_Logos"> |  | ||||||
|         <g id="Ps"> |  | ||||||
|             <path class="st1" d="M54,164.1V61.2c0-0.7,0.3-1.1,1-1.1c1.7,0,3.3,0,5.6-0.1c2.4-0.1,4.9-0.1,7.6-0.2c2.7-0.1,5.6-0.1,8.7-0.2 |  | ||||||
|                 c3.1-0.1,6.1-0.1,9.1-0.1c8.2,0,15,1,20.6,3.1c5,1.7,9.6,4.5,13.4,8.2c3.2,3.2,5.7,7.1,7.3,11.4c1.5,4.2,2.3,8.5,2.3,13 |  | ||||||
|                 c0,8.6-2,15.7-6,21.3c-4,5.6-9.6,9.8-16.1,12.2c-6.8,2.5-14.3,3.4-22.5,3.4c-2.4,0-4,0-5-0.1c-1-0.1-2.4-0.1-4.3-0.1v32.1 |  | ||||||
|                 c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.4,0H55.2C54.4,165.4,54,165,54,164.1z M75.8,79.4V113c1.4,0.1,2.7,0.2,3.9,0.2H85 |  | ||||||
|                 c3.9,0,7.8-0.6,11.5-1.8c3.2-0.9,6-2.8,8.2-5.3c2.1-2.5,3.1-5.9,3.1-10.3c0.1-3.1-0.7-6.2-2.3-8.9c-1.7-2.6-4.1-4.6-7-5.7 |  | ||||||
|                 c-3.7-1.5-7.7-2.1-11.8-2c-2.6,0-4.9,0-6.8,0.1C77.9,79.2,76.5,79.3,75.8,79.4L75.8,79.4z"/> |  | ||||||
|             <path class="st1" d="M192,106.9c-3-1.6-6.2-2.7-9.6-3.4c-3.7-0.8-7.4-1.3-11.2-1.3c-2-0.1-4.1,0.2-6,0.7c-1.3,0.3-2.4,1-3.1,2 |  | ||||||
|                 c-0.5,0.8-0.8,1.8-0.8,2.7c0,0.9,0.4,1.8,1,2.6c0.9,1.1,2.1,2,3.4,2.7c2.3,1.2,4.7,2.3,7.1,3.3c5.4,1.8,10.6,4.3,15.4,7.3 |  | ||||||
|                 c3.3,2.1,6,4.9,7.9,8.3c1.6,3.2,2.4,6.7,2.3,10.3c0.1,4.7-1.3,9.4-3.9,13.3c-2.8,4-6.7,7.1-11.2,8.9c-4.9,2.1-10.9,3.2-18.1,3.2 |  | ||||||
|                 c-4.6,0-9.1-0.4-13.6-1.3c-3.5-0.6-7-1.7-10.2-3.2c-0.7-0.4-1.2-1.1-1.1-1.9v-17.4c0-0.3,0.1-0.7,0.4-0.9 |  | ||||||
|                 c0.3-0.2,0.6-0.1,0.9,0.1c3.9,2.3,8,3.9,12.4,4.9c3.8,1,7.8,1.5,11.8,1.5c3.8,0,6.5-0.5,8.3-1.4c1.6-0.7,2.7-2.4,2.7-4.2 |  | ||||||
|                 c0-1.4-0.8-2.7-2.4-4c-1.6-1.3-4.9-2.8-9.8-4.7c-5.1-1.8-9.8-4.2-14.2-7.2c-3.1-2.2-5.7-5.1-7.6-8.5c-1.6-3.2-2.4-6.7-2.3-10.2 |  | ||||||
|                 c0-4.3,1.2-8.4,3.4-12.1c2.5-4,6.2-7.2,10.5-9.2c4.7-2.4,10.6-3.5,17.7-3.5c4.1,0,8.3,0.3,12.4,0.9c3,0.4,5.9,1.2,8.6,2.3 |  | ||||||
|                 c0.4,0.1,0.8,0.5,1,0.9c0.1,0.4,0.2,0.8,0.2,1.2v16.3c0,0.4-0.2,0.8-0.5,1C192.9,107.1,192.4,107.1,192,106.9z"/> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Photoshop CC" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Photoshop CC" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Photoshop 2020\Photoshop.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobePhotoshop" |  | ||||||
| @@ -1,37 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#001E36;} |  | ||||||
|     .st1{fill:#31A8FF;} |  | ||||||
| </style> |  | ||||||
| <g id="Layer_2_1_"> |  | ||||||
|     <g id="Surfaces"> |  | ||||||
|         <g id="Photo_Surface"> |  | ||||||
|             <g id="Outline_no_shadow"> |  | ||||||
|                 <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|                     C0,19,19,0,42.5,0z"/> |  | ||||||
|             </g> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
|     <g id="Outlined_Mnemonics_Logos"> |  | ||||||
|         <g id="Ps"> |  | ||||||
|             <path class="st1" d="M54,164.1V61.2c0-0.7,0.3-1.1,1-1.1c1.7,0,3.3,0,5.6-0.1c2.4-0.1,4.9-0.1,7.6-0.2c2.7-0.1,5.6-0.1,8.7-0.2 |  | ||||||
|                 c3.1-0.1,6.1-0.1,9.1-0.1c8.2,0,15,1,20.6,3.1c5,1.7,9.6,4.5,13.4,8.2c3.2,3.2,5.7,7.1,7.3,11.4c1.5,4.2,2.3,8.5,2.3,13 |  | ||||||
|                 c0,8.6-2,15.7-6,21.3c-4,5.6-9.6,9.8-16.1,12.2c-6.8,2.5-14.3,3.4-22.5,3.4c-2.4,0-4,0-5-0.1c-1-0.1-2.4-0.1-4.3-0.1v32.1 |  | ||||||
|                 c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.4,0H55.2C54.4,165.4,54,165,54,164.1z M75.8,79.4V113c1.4,0.1,2.7,0.2,3.9,0.2H85 |  | ||||||
|                 c3.9,0,7.8-0.6,11.5-1.8c3.2-0.9,6-2.8,8.2-5.3c2.1-2.5,3.1-5.9,3.1-10.3c0.1-3.1-0.7-6.2-2.3-8.9c-1.7-2.6-4.1-4.6-7-5.7 |  | ||||||
|                 c-3.7-1.5-7.7-2.1-11.8-2c-2.6,0-4.9,0-6.8,0.1C77.9,79.2,76.5,79.3,75.8,79.4L75.8,79.4z"/> |  | ||||||
|             <path class="st1" d="M192,106.9c-3-1.6-6.2-2.7-9.6-3.4c-3.7-0.8-7.4-1.3-11.2-1.3c-2-0.1-4.1,0.2-6,0.7c-1.3,0.3-2.4,1-3.1,2 |  | ||||||
|                 c-0.5,0.8-0.8,1.8-0.8,2.7c0,0.9,0.4,1.8,1,2.6c0.9,1.1,2.1,2,3.4,2.7c2.3,1.2,4.7,2.3,7.1,3.3c5.4,1.8,10.6,4.3,15.4,7.3 |  | ||||||
|                 c3.3,2.1,6,4.9,7.9,8.3c1.6,3.2,2.4,6.7,2.3,10.3c0.1,4.7-1.3,9.4-3.9,13.3c-2.8,4-6.7,7.1-11.2,8.9c-4.9,2.1-10.9,3.2-18.1,3.2 |  | ||||||
|                 c-4.6,0-9.1-0.4-13.6-1.3c-3.5-0.6-7-1.7-10.2-3.2c-0.7-0.4-1.2-1.1-1.1-1.9v-17.4c0-0.3,0.1-0.7,0.4-0.9 |  | ||||||
|                 c0.3-0.2,0.6-0.1,0.9,0.1c3.9,2.3,8,3.9,12.4,4.9c3.8,1,7.8,1.5,11.8,1.5c3.8,0,6.5-0.5,8.3-1.4c1.6-0.7,2.7-2.4,2.7-4.2 |  | ||||||
|                 c0-1.4-0.8-2.7-2.4-4c-1.6-1.3-4.9-2.8-9.8-4.7c-5.1-1.8-9.8-4.2-14.2-7.2c-3.1-2.2-5.7-5.1-7.6-8.5c-1.6-3.2-2.4-6.7-2.3-10.2 |  | ||||||
|                 c0-4.3,1.2-8.4,3.4-12.1c2.5-4,6.2-7.2,10.5-9.2c4.7-2.4,10.6-3.5,17.7-3.5c4.1,0,8.3,0.3,12.4,0.9c3,0.4,5.9,1.2,8.6,2.3 |  | ||||||
|                 c0.4,0.1,0.8,0.5,1,0.9c0.1,0.4,0.2,0.8,0.2,1.2v16.3c0,0.4-0.2,0.8-0.5,1C192.9,107.1,192.4,107.1,192,106.9z"/> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Photoshop CS6" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Photoshop CS6" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Photoshop.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobePhotoshop" |  | ||||||
| @@ -1,37 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |  | ||||||
|      viewBox="0 0 240 234" style="enable-background:new 0 0 240 234;" xml:space="preserve"> |  | ||||||
| <style type="text/css"> |  | ||||||
|     .st0{fill:#001E36;} |  | ||||||
|     .st1{fill:#31A8FF;} |  | ||||||
| </style> |  | ||||||
| <g id="Layer_2_1_"> |  | ||||||
|     <g id="Surfaces"> |  | ||||||
|         <g id="Photo_Surface"> |  | ||||||
|             <g id="Outline_no_shadow"> |  | ||||||
|                 <path class="st0" d="M42.5,0h155C221,0,240,19,240,42.5v149c0,23.5-19,42.5-42.5,42.5h-155C19,234,0,215,0,191.5v-149 |  | ||||||
|                     C0,19,19,0,42.5,0z"/> |  | ||||||
|             </g> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
|     <g id="Outlined_Mnemonics_Logos"> |  | ||||||
|         <g id="Ps"> |  | ||||||
|             <path class="st1" d="M54,164.1V61.2c0-0.7,0.3-1.1,1-1.1c1.7,0,3.3,0,5.6-0.1c2.4-0.1,4.9-0.1,7.6-0.2c2.7-0.1,5.6-0.1,8.7-0.2 |  | ||||||
|                 c3.1-0.1,6.1-0.1,9.1-0.1c8.2,0,15,1,20.6,3.1c5,1.7,9.6,4.5,13.4,8.2c3.2,3.2,5.7,7.1,7.3,11.4c1.5,4.2,2.3,8.5,2.3,13 |  | ||||||
|                 c0,8.6-2,15.7-6,21.3c-4,5.6-9.6,9.8-16.1,12.2c-6.8,2.5-14.3,3.4-22.5,3.4c-2.4,0-4,0-5-0.1c-1-0.1-2.4-0.1-4.3-0.1v32.1 |  | ||||||
|                 c0.1,0.7-0.4,1.3-1.1,1.4c-0.1,0-0.2,0-0.4,0H55.2C54.4,165.4,54,165,54,164.1z M75.8,79.4V113c1.4,0.1,2.7,0.2,3.9,0.2H85 |  | ||||||
|                 c3.9,0,7.8-0.6,11.5-1.8c3.2-0.9,6-2.8,8.2-5.3c2.1-2.5,3.1-5.9,3.1-10.3c0.1-3.1-0.7-6.2-2.3-8.9c-1.7-2.6-4.1-4.6-7-5.7 |  | ||||||
|                 c-3.7-1.5-7.7-2.1-11.8-2c-2.6,0-4.9,0-6.8,0.1C77.9,79.2,76.5,79.3,75.8,79.4L75.8,79.4z"/> |  | ||||||
|             <path class="st1" d="M192,106.9c-3-1.6-6.2-2.7-9.6-3.4c-3.7-0.8-7.4-1.3-11.2-1.3c-2-0.1-4.1,0.2-6,0.7c-1.3,0.3-2.4,1-3.1,2 |  | ||||||
|                 c-0.5,0.8-0.8,1.8-0.8,2.7c0,0.9,0.4,1.8,1,2.6c0.9,1.1,2.1,2,3.4,2.7c2.3,1.2,4.7,2.3,7.1,3.3c5.4,1.8,10.6,4.3,15.4,7.3 |  | ||||||
|                 c3.3,2.1,6,4.9,7.9,8.3c1.6,3.2,2.4,6.7,2.3,10.3c0.1,4.7-1.3,9.4-3.9,13.3c-2.8,4-6.7,7.1-11.2,8.9c-4.9,2.1-10.9,3.2-18.1,3.2 |  | ||||||
|                 c-4.6,0-9.1-0.4-13.6-1.3c-3.5-0.6-7-1.7-10.2-3.2c-0.7-0.4-1.2-1.1-1.1-1.9v-17.4c0-0.3,0.1-0.7,0.4-0.9 |  | ||||||
|                 c0.3-0.2,0.6-0.1,0.9,0.1c3.9,2.3,8,3.9,12.4,4.9c3.8,1,7.8,1.5,11.8,1.5c3.8,0,6.5-0.5,8.3-1.4c1.6-0.7,2.7-2.4,2.7-4.2 |  | ||||||
|                 c0-1.4-0.8-2.7-2.4-4c-1.6-1.3-4.9-2.8-9.8-4.7c-5.1-1.8-9.8-4.2-14.2-7.2c-3.1-2.2-5.7-5.1-7.6-8.5c-1.6-3.2-2.4-6.7-2.3-10.2 |  | ||||||
|                 c0-4.3,1.2-8.4,3.4-12.1c2.5-4,6.2-7.2,10.5-9.2c4.7-2.4,10.6-3.5,17.7-3.5c4.1,0,8.3,0.3,12.4,0.9c3,0.4,5.9,1.2,8.6,2.3 |  | ||||||
|                 c0.4,0.1,0.8,0.5,1,0.9c0.1,0.4,0.2,0.8,0.2,1.2v16.3c0,0.4-0.2,0.8-0.5,1C192.9,107.1,192.4,107.1,192,106.9z"/> |  | ||||||
|         </g> |  | ||||||
|     </g> |  | ||||||
| </g> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 2.6 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Photoshop CS6" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Adobe Photoshop CS6" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Adobe" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="image/vnd.adobe.photoshop;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="AdobePhotoshop" |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1919.95 1786" |  | ||||||
|      enable-background="new 0 0 1919.95 1786" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="1786" width="1919.95" x="-936.475" y="-869"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#ED6C47" d="M1160.9,982.3L1026.95,0h-10.002C529.872,1.422,135.372,395.922,133.95,882.998V893L1160.9,982.3z"/> |  | ||||||
| <path fill="#FF8F6B" d="M1036.952,0h-10.002v893l446.5,178.6l446.5-178.6v-10.002C1918.528,395.922,1524.028,1.422,1036.952,0z"/> |  | ||||||
| <path fill="#D35230" d="M1919.95,893v9.823c-1.398,487.185-395.992,881.779-883.177,883.177h-19.646 |  | ||||||
|     c-487.185-1.398-881.779-395.992-883.177-883.177V893H1919.95z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1071.6,438.909v952.831c-0.222,33.109-20.286,62.852-50.901,75.458 |  | ||||||
|     c-9.748,4.123-20.224,6.249-30.809,6.251H344.698c-12.502-14.288-24.557-29.469-35.72-44.65 |  | ||||||
|     c-113.755-151.749-175.176-336.324-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327 |  | ||||||
|     c9.823-15.181,20.092-30.362,31.255-44.65h680.912C1034.876,357.54,1071.26,393.924,1071.6,438.909z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v952.831c-0.002,10.584-2.128,21.061-6.251,30.808 |  | ||||||
|     c-12.606,30.615-42.35,50.679-75.459,50.901H385.329c-14.127-14.342-27.682-29.237-40.632-44.65 |  | ||||||
|     c-12.502-14.288-24.557-29.469-35.72-44.65c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646 |  | ||||||
|     c-0.261-171.062,49.733-338.433,143.773-481.327H945.24C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327H945.24 |  | ||||||
|     C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M982.3,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327h622.867 |  | ||||||
|     C945.576,402.19,981.96,438.574,982.3,483.56z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="170.6454" y1="1450.1008" x2="811.6547" y2="339.8992" gradientTransform="matrix(1 0 0 -1 0 1788)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#CA4C28"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#C5401E"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#B62F14"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M81.843,401.85h818.613c45.201,0,81.843,36.643,81.843,81.843v818.613 |  | ||||||
|     c0,45.201-36.643,81.844-81.843,81.844H81.843C36.643,1384.15,0,1347.507,0,1302.307V483.693C0,438.493,36.643,401.85,81.843,401.85 |  | ||||||
|     z"/> |  | ||||||
| <path fill="#FFFFFF" d="M500.08,620.144c53.289-3.596,106.119,11.883,149.042,43.668c35.8,31.961,54.929,78.599,51.883,126.493 |  | ||||||
|     c0.585,33.294-8.287,66.071-25.584,94.524c-17.512,27.964-42.742,50.263-72.646,64.207c-34.187,15.9-71.564,23.751-109.259,22.95 |  | ||||||
|     H389.973v192.441H283.929V620.144H500.08z M389.884,888.848h91.265c28.933,2.125,57.641-6.438,80.683-24.066 |  | ||||||
|     c19.058-18.282,29.047-44.063,27.281-70.413c0-59.98-34.857-89.97-104.57-89.97h-94.658V888.848z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.0 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="PowerPoint" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft PowerPoint" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\POWERPNT.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-powerpoint" |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1919.95 1786" |  | ||||||
|      enable-background="new 0 0 1919.95 1786" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="1786" width="1919.95" x="-936.475" y="-869"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#ED6C47" d="M1160.9,982.3L1026.95,0h-10.002C529.872,1.422,135.372,395.922,133.95,882.998V893L1160.9,982.3z"/> |  | ||||||
| <path fill="#FF8F6B" d="M1036.952,0h-10.002v893l446.5,178.6l446.5-178.6v-10.002C1918.528,395.922,1524.028,1.422,1036.952,0z"/> |  | ||||||
| <path fill="#D35230" d="M1919.95,893v9.823c-1.398,487.185-395.992,881.779-883.177,883.177h-19.646 |  | ||||||
|     c-487.185-1.398-881.779-395.992-883.177-883.177V893H1919.95z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1071.6,438.909v952.831c-0.222,33.109-20.286,62.852-50.901,75.458 |  | ||||||
|     c-9.748,4.123-20.224,6.249-30.809,6.251H344.698c-12.502-14.288-24.557-29.469-35.72-44.65 |  | ||||||
|     c-113.755-151.749-175.176-336.324-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327 |  | ||||||
|     c9.823-15.181,20.092-30.362,31.255-44.65h680.912C1034.876,357.54,1071.26,393.924,1071.6,438.909z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v952.831c-0.002,10.584-2.128,21.061-6.251,30.808 |  | ||||||
|     c-12.606,30.615-42.35,50.679-75.459,50.901H385.329c-14.127-14.342-27.682-29.237-40.632-44.65 |  | ||||||
|     c-12.502-14.288-24.557-29.469-35.72-44.65c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646 |  | ||||||
|     c-0.261-171.062,49.733-338.433,143.773-481.327H945.24C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327H945.24 |  | ||||||
|     C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M982.3,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327h622.867 |  | ||||||
|     C945.576,402.19,981.96,438.574,982.3,483.56z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="170.6454" y1="1450.1008" x2="811.6547" y2="339.8992" gradientTransform="matrix(1 0 0 -1 0 1788)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#CA4C28"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#C5401E"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#B62F14"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M81.843,401.85h818.613c45.201,0,81.843,36.643,81.843,81.843v818.613 |  | ||||||
|     c0,45.201-36.643,81.844-81.843,81.844H81.843C36.643,1384.15,0,1347.507,0,1302.307V483.693C0,438.493,36.643,401.85,81.843,401.85 |  | ||||||
|     z"/> |  | ||||||
| <path fill="#FFFFFF" d="M500.08,620.144c53.289-3.596,106.119,11.883,149.042,43.668c35.8,31.961,54.929,78.599,51.883,126.493 |  | ||||||
|     c0.585,33.294-8.287,66.071-25.584,94.524c-17.512,27.964-42.742,50.263-72.646,64.207c-34.187,15.9-71.564,23.751-109.259,22.95 |  | ||||||
|     H389.973v192.441H283.929V620.144H500.08z M389.884,888.848h91.265c28.933,2.125,57.641-6.438,80.683-24.066 |  | ||||||
|     c19.058-18.282,29.047-44.063,27.281-70.413c0-59.98-34.857-89.97-104.57-89.97h-94.658V888.848z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.0 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Jon Champagne |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="PowerPoint" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft PowerPoint" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\POWERPNT.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-powerpoint" |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1919.95 1786" |  | ||||||
|      enable-background="new 0 0 1919.95 1786" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="1786" width="1919.95" x="-936.475" y="-869"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#ED6C47" d="M1160.9,982.3L1026.95,0h-10.002C529.872,1.422,135.372,395.922,133.95,882.998V893L1160.9,982.3z"/> |  | ||||||
| <path fill="#FF8F6B" d="M1036.952,0h-10.002v893l446.5,178.6l446.5-178.6v-10.002C1918.528,395.922,1524.028,1.422,1036.952,0z"/> |  | ||||||
| <path fill="#D35230" d="M1919.95,893v9.823c-1.398,487.185-395.992,881.779-883.177,883.177h-19.646 |  | ||||||
|     c-487.185-1.398-881.779-395.992-883.177-883.177V893H1919.95z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1071.6,438.909v952.831c-0.222,33.109-20.286,62.852-50.901,75.458 |  | ||||||
|     c-9.748,4.123-20.224,6.249-30.809,6.251H344.698c-12.502-14.288-24.557-29.469-35.72-44.65 |  | ||||||
|     c-113.755-151.749-175.176-336.324-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327 |  | ||||||
|     c9.823-15.181,20.092-30.362,31.255-44.65h680.912C1034.876,357.54,1071.26,393.924,1071.6,438.909z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v952.831c-0.002,10.584-2.128,21.061-6.251,30.808 |  | ||||||
|     c-12.606,30.615-42.35,50.679-75.459,50.901H385.329c-14.127-14.342-27.682-29.237-40.632-44.65 |  | ||||||
|     c-12.502-14.288-24.557-29.469-35.72-44.65c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646 |  | ||||||
|     c-0.261-171.062,49.733-338.433,143.773-481.327H945.24C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327H945.24 |  | ||||||
|     C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M982.3,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327h622.867 |  | ||||||
|     C945.576,402.19,981.96,438.574,982.3,483.56z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="170.6454" y1="1450.1008" x2="811.6547" y2="339.8992" gradientTransform="matrix(1 0 0 -1 0 1788)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#CA4C28"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#C5401E"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#B62F14"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M81.843,401.85h818.613c45.201,0,81.843,36.643,81.843,81.843v818.613 |  | ||||||
|     c0,45.201-36.643,81.844-81.843,81.844H81.843C36.643,1384.15,0,1347.507,0,1302.307V483.693C0,438.493,36.643,401.85,81.843,401.85 |  | ||||||
|     z"/> |  | ||||||
| <path fill="#FFFFFF" d="M500.08,620.144c53.289-3.596,106.119,11.883,149.042,43.668c35.8,31.961,54.929,78.599,51.883,126.493 |  | ||||||
|     c0.585,33.294-8.287,66.071-25.584,94.524c-17.512,27.964-42.742,50.263-72.646,64.207c-34.187,15.9-71.564,23.751-109.259,22.95 |  | ||||||
|     H389.973v192.441H283.929V620.144H500.08z M389.884,888.848h91.265c28.933,2.125,57.641-6.438,80.683-24.066 |  | ||||||
|     c19.058-18.282,29.047-44.063,27.281-70.413c0-59.98-34.857-89.97-104.57-89.97h-94.658V888.848z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.0 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="PowerPoint" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft PowerPoint" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\POWERPNT.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-powerpoint" |  | ||||||
| @@ -1,52 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> |  | ||||||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ |  | ||||||
|     <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/"> |  | ||||||
|     <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/"> |  | ||||||
|     <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/"> |  | ||||||
|     <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/"> |  | ||||||
|     <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/"> |  | ||||||
|     <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/"> |  | ||||||
|     <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/"> |  | ||||||
|     <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/"> |  | ||||||
| ]> |  | ||||||
| <svg version="1.1" id="Livello_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;" |  | ||||||
|      xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1919.95 1786" |  | ||||||
|      enable-background="new 0 0 1919.95 1786" xml:space="preserve"> |  | ||||||
| <metadata> |  | ||||||
|     <sfw  xmlns="&ns_sfw;"> |  | ||||||
|         <slices></slices> |  | ||||||
|         <sliceSourceBounds  bottomLeftOrigin="true" height="1786" width="1919.95" x="-936.475" y="-869"></sliceSourceBounds> |  | ||||||
|     </sfw> |  | ||||||
| </metadata> |  | ||||||
| <path fill="#ED6C47" d="M1160.9,982.3L1026.95,0h-10.002C529.872,1.422,135.372,395.922,133.95,882.998V893L1160.9,982.3z"/> |  | ||||||
| <path fill="#FF8F6B" d="M1036.952,0h-10.002v893l446.5,178.6l446.5-178.6v-10.002C1918.528,395.922,1524.028,1.422,1036.952,0z"/> |  | ||||||
| <path fill="#D35230" d="M1919.95,893v9.823c-1.398,487.185-395.992,881.779-883.177,883.177h-19.646 |  | ||||||
|     c-487.185-1.398-881.779-395.992-883.177-883.177V893H1919.95z"/> |  | ||||||
| <path opacity="0.1" enable-background="new    " d="M1071.6,438.909v952.831c-0.222,33.109-20.286,62.852-50.901,75.458 |  | ||||||
|     c-9.748,4.123-20.224,6.249-30.809,6.251H344.698c-12.502-14.288-24.557-29.469-35.72-44.65 |  | ||||||
|     c-113.755-151.749-175.176-336.324-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327 |  | ||||||
|     c9.823-15.181,20.092-30.362,31.255-44.65h680.912C1034.876,357.54,1071.26,393.924,1071.6,438.909z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v952.831c-0.002,10.584-2.128,21.061-6.251,30.808 |  | ||||||
|     c-12.606,30.615-42.35,50.679-75.459,50.901H385.329c-14.127-14.342-27.682-29.237-40.632-44.65 |  | ||||||
|     c-12.502-14.288-24.557-29.469-35.72-44.65c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646 |  | ||||||
|     c-0.261-171.062,49.733-338.433,143.773-481.327H945.24C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M1026.95,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327H945.24 |  | ||||||
|     C990.226,402.19,1026.61,438.574,1026.95,483.56z"/> |  | ||||||
| <path opacity="0.2" enable-background="new    " d="M982.3,483.56v863.531c-0.34,44.985-36.724,81.369-81.709,81.71H308.978 |  | ||||||
|     c-113.755-151.749-175.176-336.325-175.028-525.977v-19.646c-0.261-171.062,49.733-338.433,143.773-481.327h622.867 |  | ||||||
|     C945.576,402.19,981.96,438.574,982.3,483.56z"/> |  | ||||||
| <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="170.6454" y1="1450.1008" x2="811.6547" y2="339.8992" gradientTransform="matrix(1 0 0 -1 0 1788)"> |  | ||||||
|     <stop  offset="0" style="stop-color:#CA4C28"/> |  | ||||||
|     <stop  offset="0.5" style="stop-color:#C5401E"/> |  | ||||||
|     <stop  offset="1" style="stop-color:#B62F14"/> |  | ||||||
| </linearGradient> |  | ||||||
| <path fill="url(#SVGID_1_)" d="M81.843,401.85h818.613c45.201,0,81.843,36.643,81.843,81.843v818.613 |  | ||||||
|     c0,45.201-36.643,81.844-81.843,81.844H81.843C36.643,1384.15,0,1347.507,0,1302.307V483.693C0,438.493,36.643,401.85,81.843,401.85 |  | ||||||
|     z"/> |  | ||||||
| <path fill="#FFFFFF" d="M500.08,620.144c53.289-3.596,106.119,11.883,149.042,43.668c35.8,31.961,54.929,78.599,51.883,126.493 |  | ||||||
|     c0.585,33.294-8.287,66.071-25.584,94.524c-17.512,27.964-42.742,50.263-72.646,64.207c-34.187,15.9-71.564,23.751-109.259,22.95 |  | ||||||
|     H389.973v192.441H283.929V620.144H500.08z M389.884,888.848h91.265c28.933,2.125,57.641-6.438,80.683-24.066 |  | ||||||
|     c19.058-18.282,29.047-44.063,27.281-70.413c0-59.98-34.857-89.97-104.57-89.97h-94.658V888.848z"/> |  | ||||||
| </svg> |  | ||||||
| Before Width: | Height: | Size: 4.0 KiB | 
| @@ -1,22 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="PowerPoint" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft PowerPoint" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\POWERPNT.EXE" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Office" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" |  | ||||||
|  |  | ||||||
| # System Icon |  | ||||||
| ICON="ms-powerpoint" |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193"><stop offset="0" stop-color="#5391fe"/><stop offset="1" stop-color="#3e6dbf"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" xlink:href="#a" y1="-104.002" y2="-118.292"/><g fill-rule="evenodd"><path d="m3.174 26.589a1.154 1.154 0 0 1 -.928-.423 1.234 1.234 0 0 1 -.21-1.052l4.197-18.334a1.8 1.8 0 0 1 1.681-1.37h20.912a1.157 1.157 0 0 1 .928.423 1.235 1.235 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1 -1.681 1.37h-20.909z" fill="url(#a)"/><path d="m7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1 -1.451 1.187h-20.909a.913.913 0 0 1 -.908-1.187l4.2-18.334a1.574 1.574 0 0 1 1.448-1.187z" fill="url(#b)"/><path d="m16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234h-5.086a1.118 1.118 0 0 1 0-2.234z" fill="#2c5591"/><path d="m19.339 16.578a1.762 1.762 0 0 1 -.591.6l-9.439 6.775a1.224 1.224 0 0 1 -1.438-1.977l8.512-6.164v-.126l-5.348-5.686a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423z" fill="#2c5591"/><g fill="#fff"><path d="m19.1 16.342a1.749 1.749 0 0 1 -.59.6l-9.436 6.776a1.225 1.225 0 0 1 -1.439-1.977l8.513-6.164v-.127l-5.348-5.689a1.224 1.224 0 0 1 1.783-1.672l6.417 6.827a1.162 1.162 0 0 1 .1 1.426z"/><path d="m15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118h-5.086a1.059 1.059 0 1 1 0-2.118z"/></g></g></svg> |  | ||||||
| Before Width: | Height: | Size: 1.5 KiB | 
| @@ -1,14 +0,0 @@ | |||||||
| # GNOME shortcut name |  | ||||||
| NAME="Powershell" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Powershell" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Windows" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||
| @@ -1 +0,0 @@ | |||||||
| <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193"><stop offset="0" stop-color="#5391fe"/><stop offset="1" stop-color="#3e6dbf"/></linearGradient><linearGradient id="b" x1="7.1" x2="23.001" xlink:href="#a" y1="-104.002" y2="-118.292"/><g fill-rule="evenodd"><path d="m3.174 26.589a1.154 1.154 0 0 1 -.928-.423 1.234 1.234 0 0 1 -.21-1.052l4.197-18.334a1.8 1.8 0 0 1 1.681-1.37h20.912a1.157 1.157 0 0 1 .928.423 1.235 1.235 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1 -1.681 1.37h-20.909z" fill="url(#a)"/><path d="m7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1 -1.451 1.187h-20.909a.913.913 0 0 1 -.908-1.187l4.2-18.334a1.574 1.574 0 0 1 1.448-1.187z" fill="url(#b)"/><path d="m16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234h-5.086a1.118 1.118 0 0 1 0-2.234z" fill="#2c5591"/><path d="m19.339 16.578a1.762 1.762 0 0 1 -.591.6l-9.439 6.775a1.224 1.224 0 0 1 -1.438-1.977l8.512-6.164v-.126l-5.348-5.686a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423z" fill="#2c5591"/><g fill="#fff"><path d="m19.1 16.342a1.749 1.749 0 0 1 -.59.6l-9.436 6.776a1.225 1.225 0 0 1 -1.439-1.977l8.513-6.164v-.127l-5.348-5.689a1.224 1.224 0 0 1 1.783-1.672l6.417 6.827a1.162 1.162 0 0 1 .1 1.426z"/><path d="m15.9 21.412h5.086a1.059 1.059 0 1 1 0 2.118h-5.086a1.059 1.059 0 1 1 0-2.118z"/></g></g></svg> |  | ||||||
| Before Width: | Height: | Size: 1.5 KiB | 
| @@ -1,19 +0,0 @@ | |||||||
| # Copyright (c) 2024 Fmstrat |  | ||||||
| # All rights reserved. |  | ||||||
| # |  | ||||||
| # SPDX-License-Identifier: Proprietary |  | ||||||
|  |  | ||||||
| # GNOME shortcut name |  | ||||||
| NAME="Powershell" |  | ||||||
|  |  | ||||||
| # Used for descriptions and window class |  | ||||||
| FULL_NAME="Microsoft Powershell" |  | ||||||
|  |  | ||||||
| # The executable inside windows |  | ||||||
| WIN_EXECUTABLE="C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" |  | ||||||
|  |  | ||||||
| # GNOME categories |  | ||||||
| CATEGORIES="WinApps;Windows" |  | ||||||
|  |  | ||||||
| # GNOME mimetypes |  | ||||||
| MIME_TYPES="" |  | ||||||