Compare commits

...

No commits in common. "quicktui-0.33" and "dev" have entirely different histories.

340 changed files with 963113 additions and 4334 deletions

View File

@ -1,20 +0,0 @@
root = true
[quickemu]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[quickget]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

5
.github/FUNDING.yml vendored
View File

@ -1,5 +0,0 @@
# These are supported funding model platforms
github: flexiondotorg
patreon: wimpysworld
custom: https://wimpysworld.io/tip

BIN
.github/Logo.bmp vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View File

@ -1,7 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

View File

@ -1,24 +0,0 @@
#### Expected behaviour
Describe the your expected behaviour.
#### Actual behaviour
Describe the actual behaviour.
#### Steps to reproduce the behaviour
Outline the step to reproduce the issue you've encountered.
#### Quickemu output
Run `quickemu` or `quickget` and paste the output here.
#### Linux Distribution & Kernel
Run the following and paste the output.
```bash
lsb_release --all
uname -a
```

BIN
.github/logo.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
.github/screenshot.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
.github/tux.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,36 +0,0 @@
name: Publish PPA 📦️
on:
workflow_dispatch:
jobs:
publish-ppa:
name: Publish PPA
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Import gpg key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install debhelper-compat distro-info dput devscripts
- name: Publish to PPA
env:
DEBEMAIL: ${{ secrets.DEBEMAIL }}
DEBFULLNAME: ${{ secrets.DEBFULLNAME }}
run: |
REL_VER=$(grep "^readonly VERSION" quickemu | cut -d'"' -f2)
STAMP=$(date +%y%j.%H%M)
for CODENAME in $(distro-info --supported); do
rm debian/changelog
dch --package quickemu --newversion="${REL_VER}-1~${CODENAME}${STAMP}" --distribution=${CODENAME} "New upstream release." --create
dpkg-buildpackage -d -S -sa
dput ppa:flexiondotorg/quickemu ../quickemu_${REL_VER}-1~${CODENAME}${STAMP}_source.changes
done

View File

@ -1,50 +0,0 @@
name: Build 🏗️ and Publish 📦️
on:
push:
tags: ['*']
jobs:
create-release:
name: Create Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Create release ${{ github.ref }} as a draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ github.ref }}" --draft --generate-notes
build-release:
needs: [create-release]
name: Build Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build and Upload .deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
sudo apt-get -y update
sudo apt-get -y install debhelper devscripts
REL_VER=$(grep "^readonly VERSION" quickemu | cut -d'"' -f2)
rm debian/changelog
dch --package quickemu --newversion="${REL_VER}-1" --distribution=unstable "New upstream release." --create
dpkg-buildpackage --build=binary --no-check-builddeps --compression=gzip
gh release upload "${{ github.ref }}" "../quickemu_${REL_VER}-1_all.deb" --clobber
publish-release:
needs: [build-release]
name: Publish Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Publish release ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [ "$(gh release view "${{ github.ref }}" --json assets --template '{{len .assets}}')" -lt 0 ]; then
exit 1
fi
gh release edit "${{ github.ref }}" --draft=false

10
.gitignore vendored
View File

@ -1,5 +1,8 @@
*.chunklist
*.conf
logo
config/vms_ready/
config/vms_supported/
#*.chunklist
#*.conf
*.dmg
*.fd
*.img
@ -12,7 +15,8 @@
*.pid
*.ports
*.qcow2
*.sh
#*.sh
*.sock
*.xml
*.zs-old
*.kate-swp

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "build-docs"]
path = build-docs
url = git@github.com:philclifford/quickemu-docs.git
[submodule "quickemu-origin"]
path = quickemu-origin
url = https://github.com/quickemu-project/quickemu

674
LICENSE
View File

@ -1,21 +1,661 @@
MIT License
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (c) 2020 Wimpy's World
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.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Preamble
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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 SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.

1
README-web.md Symbolic link
View File

@ -0,0 +1 @@
docs/README.md

1117
README.md

File diff suppressed because it is too large Load Diff

6
about.desktop Normal file
View File

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=About DistroHopper
Exec=yad --image=/usr/share/icons/distroicons/hop.svg --info --text "About Distrohopper \n\n Quickly download, create and run VM of any operating system. \n Source Code: https://github.com/oSoWoSo/DistroHopper \n License: AGPL-3-only" --no-buttons
Icon=/usr/share/icons/distroicons/hop.svg
Categories=System;Virtualization;Settings;

92
auto-translate Executable file
View File

@ -0,0 +1,92 @@
#!/usr/bin/env bash
#
# Copyright (c) 2023 darkmaster @grm34
#
# This script automatically translates base language strings and adds
# them into the various translations (original will be used on error).
# It also removes duplicate strings and rearranges them alphabetically.
_sort_strings() {
# RM duplicate strings from an array and sorts them alphabetically.
# Usage: _sort_strings "$@" (array of strings)
# Returns: $sorted_strings (array)
local string strings
declare -A strings
for string in "${@}"; do
[[ $string ]] && IFS=" " strings["${string:- }"]=1
done
# shellcheck disable=SC2207
IFS=$'\n' sorted_strings=($(sort <<< "${!strings[*]}"))
}
_clean_cfg_files() {
# RM duplicates lines and sorts them alphabetically.
# Usage: _clean_cfg_files "$@" (array of files)
local file
for file in "$@"; do
mapfile -t strings < "$file"
_sort_strings "${strings[@]}"
printf "%s\n" "${sorted_strings[@]}" > "$file"
done
}
_get_strings_from_cfg() {
# Grabs strings from CFG files.
# Usage: _get_strings_from_cfg "$@" (array of files)
# Returns: $<language_code>_strings $cfg_list (arrays)
local file name
for file in "$@"; do
name=${file##*/}; name="${name/.cfg/_strings}"
mapfile -t "$name" < "$file"
[[ $name != en_strings ]] && cfg_list+=("$name")
done
}
_get_string_data() {
# Grabs string name and string value
# Returns: $data (array)
IFS=$'\n' read -d "" -ra data <<< "${1//=/$'\n'}"
data[1]=${data[1]//\"}
}
_translate_string() {
# Usage: _translate_string "string" "language code"
# Returns: $translated (string)
translated="$(curl -s https://api-free.deepl.com/v2/translate \
-d auth_key=f1414922-db81-5454-67bd-9608cdca44b3:fx \
-d "text=$1" -d "target_lang=${2^^}" \
| grep -o '"text":"[^"]*' | grep -o '[^"]*$')"
}
_translate_and_add_missing_strings_into_cfg() {
# Translates then write missing strings from base language
# into the various translation files (from $cfg_list).
local line language trad_strings
for line in "${en_strings[@]:?}"; do
_get_string_data "$line"
for language in "${cfg_list[@]}"; do
declare -n trad_strings="$language"
if [[ "${trad_strings[*]}" != *"${data[0]}="* ]]; then
_translate_string "${data[1]}" "${language/_strings}"
[[ -n $translated ]] && line="${data[0]}=\"${translated}\""
[[ -n $translated ]] && note="translated" || note="original"
trad_strings+=("$line"); file="${language/_strings/.cfg}"
printf "%s\n" "${trad_strings[@]}" > "lang/$file"
echo "=> ${data[0]} (${note}) added into $file"
fi
done
done
}
# Run auto-translate.
if [[ $1 == dh ]]; then
echo "Running auto-translate (this could take a while)..."
_clean_cfg_files lang/*.cfg
_get_strings_from_cfg lang/*.cfg
_translate_and_add_missing_strings_into_cfg
_clean_cfg_files lang/*.cfg
[[ $note ]] && echo "==> done" || echo "==> nothing to translate"
else
echo "ERROR: you must specify 'dh' as argument"
fi

@ -1 +0,0 @@
Subproject commit d6acc32a36447b5c0ef62c5adc125f21bfc269e7

204
debian/changelog vendored
View File

@ -1,204 +0,0 @@
quickemu (4.9.1-1) unstable; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 10 Nov 2023 14:49:08 +0000
quickemu (4.8-1~mantic1.0) mantic; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.8
-- Martin Wimpress <code@wimpress.io> Wed, 14 Jun 2023 12:40:56 +0100
quickemu (4.7-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.7
-- Martin Wimpress <code@wimpress.io> Wed, 26 Apr 2023 12:00:35 +0100
quickemu (4.6-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.6
-- Martin Wimpress <code@wimpress.io> Sat, 04 Feb 2023 00:32:47 +0000
quickemu (4.5-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.5
-- Martin Wimpress <code@wimpress.io> Sun, 11 Dec 2022 20:54:52 +0000
quickemu (4.4-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.4
-- Martin Wimpress <code@wimpress.io> Fri, 21 Oct 2022 08:52:12 +0100
quickemu (4.3-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.3
-- Martin Wimpress <code@wimpress.io> Thu, 22 Sep 2022 09:22:00 +0100
quickemu (4.2-1~focal1.0) focal; urgency=medium
* New upstream release.
+ https://github.com/quickemu-project/quickemu/releases/tag/4.2
-- Martin Wimpress <code@wimpress.io> Wed, 21 Sep 2022 23:34:24 +0100
quickemu (4.1-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Sat, 20 Aug 2022 00:03:33 +0100
quickemu (4.0-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Mon, 01 Aug 2022 11:24:48 +0100
quickemu (3.16-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 29 Jul 2022 11:50:32 +0100
quickemu (3.15-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 22 Apr 2022 09:55:13 +0100
quickemu (3.14-1~focal1.0) focal; urgency=medium
* New Upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 11 Mar 2022 16:20:05 +0000
quickemu (3.13-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Thu, 24 Feb 2022 23:00:05 +0000
quickemu (3.12-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Tue, 22 Feb 2022 12:13:16 +0000
quickemu (3.11-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Wed, 08 Dec 2021 11:01:04 +0000
quickemu (2.3.4-1~jammy1.0) jammy; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Mon, 06 Dec 2021 11:53:50 +0000
quickemu (2.3.3-1~jammy1.0) jammy; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 03 Dec 2021 11:38:10 +0000
quickemu (2.3.2-1~jammy1.0) jammy; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Sun, 14 Nov 2021 10:25:06 +0000
quickemu (2.3.1-1~jammy1.0) jammy; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Mon, 08 Nov 2021 00:54:38 +0000
quickemu (2.3.0-1~focal1.0) focal; urgency=medium
* New upstream release
-- Martin Wimpress <code@wimpress.io> Fri, 29 Oct 2021 10:03:58 +0100
quickemu (2.2.9-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Thu, 28 Oct 2021 22:46:37 +0100
quickemu (2.2.8-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Thu, 28 Oct 2021 16:13:20 +0100
quickemu (2.2.7-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Wed, 27 Oct 2021 12:57:59 +0100
quickemu (2.2.6-1~jammy1.0) jammy; urgency=medium
* New upstream release
-- Martin Wimpress <code@wimpress.io> Thu, 21 Oct 2021 10:57:35 +0100
quickemu (2.2.5-1~jammy1.0) jammy; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Sat, 16 Oct 2021 11:35:41 +0100
quickemu (2.2.4-1~impish1.0) impish; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 15 Oct 2021 12:50:05 +0100
quickemu (2.2.3-1~impish1.0) impish; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 08 Oct 2021 15:06:50 +0100
quickemu (2.2.2-1~impish1.0) impish; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Fri, 08 Oct 2021 02:39:00 +0100
quickemu (2.2.1-1~impish1.0) impish; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Thu, 07 Oct 2021 16:23:33 +0100
quickemu (2.2.0-1~impish1.0) impish; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Wed, 06 Oct 2021 11:08:33 +0100
quickemu (2.1.0-1~focal1.0) focal; urgency=medium
* New upstream release.
-- Martin Wimpress <code@wimpress.io> Tue, 05 Oct 2021 17:12:48 +0100
quickemu (1.0.0-1~focal1.2) focal; urgency=medium
* Initial release.
-- Martin Wimpress <code@wimpress.io> Mon, 06 Sep 2021 23:11:44 +0100

42
debian/control vendored
View File

@ -1,42 +0,0 @@
Source: quickemu
Section: utils
Priority: optional
Maintainer: Martin Wimpress <code@wimpress.io>
Build-Depends:
debhelper-compat (= 12),
Standards-Version: 4.5.1
Homepage: https://github.com/wimpysworld/quickemu
Vcs-Browser: https://github.com/wimpysworld/quickemu
Vcs-Git: https://github.com/wimpysworld/quickemu.git
Rules-Requires-Root: no
Package: quickemu
Architecture: all
Depends:
coreutils,
genisoimage,
jq,
procps,
python3-minimal,
qemu-system (>= 6.0),
socat,
spice-client-gtk,
swtpm,
usbutils,
util-linux,
wget,
x11-xserver-utils,
xdg-user-dirs,
zsync,
${misc:Depends},
${shlibs:Depends},
Suggests:
virt-viewer,
Description: Quickemu creates and runs optimised virtual machines.
Simple script to "manage" Qemu virtual machines. Each virtual machine
configuration is a few lines long requiring minimal setup. The main objective
of the project is to enable quick testing of desktop Linux distributions where
the virtual machines configuration and disk images can be stored anywhere,
such as external USB storage or your home directory. Windows and macOS guests
are also supported.
.

45
debian/copyright vendored
View File

@ -1,45 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: quickemu
Upstream-Contact: Martin Wimpress <code@wimpress.io>
Source: https://github.com/wimpysworld/quickemu
Files: *
Copyright: 2020-2021 Martin Wimpress <code@wimpress.io>
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2021 Martin Wimpress <code@wimpress.io>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

4
debian/install vendored
View File

@ -1,4 +0,0 @@
macrecovery usr/bin
quickemu usr/bin
quickget usr/bin
windowskey usr/bin

7
debian/rules vendored
View File

@ -1,7 +0,0 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_builddeb:
dh_builddeb -- -Zgzip

View File

@ -1 +0,0 @@
3.0 (native)

5
debian/watch vendored
View File

@ -1,5 +0,0 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%quickemu-$1.tar.gz%" \
https://github.com/wimpysworld/quickemu/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz

781
dh Executable file
View File

@ -0,0 +1,781 @@
#!/usr/bin/env bash
# shellcheck disable=1078,1079,1091,2027,2034
# shellcheck source=/dev/null
if [[ -f "lang/${LANGUAGE}.cfg" ]]; then
source "lang/${LANGUAGE}.cfg"
elif [[ -f "lang/${LANG:0:5}.cfg" ]]; then
source "lang/${LANG:0:5}.cfg"
elif [[ -f "lang/${LANG:0:2}.cfg" ]]; then
source "lang/${LANG:0:2}.cfg"
else
source "lang/en.cfg"
fi
trap 'exit' SIGINT SIGTERM SIGQUIT
set -e
echo "$MSG_RUNNING"
function variables_set() {
# DEBUG mod
#bash -x ./dh 2>&1 | tee output.log
#progname="${progname:="${0##*/}"}"
progname="DistroHopper"
version="0.80"
#GTK_THEME="alt-dialog"
DH_CONFIG_DIR="$HOME/.config/distrohopper"
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
DH_ICON_DIR="/usr/share/icons/distrohopper"
PATH_PREFIX="/usr/bin/"
TMP_DIR="/tmp"
terminal="sakura"
replace='"!"'
#export "DH_CONFIG_DIR" "DH_CONFIG" "replace" "DH_ICON_DIR" "PATH_PREFIX" "TMP_DIR" "terminal"
check_and_set_mode
# Set traps to catch the signals and exit gracefully
trap "exit" INT
trap "exit" EXIT
}
function bugs_notice_show() {
echo ""
echo "$MSG_DONE"
echo ""
echo "$MSG_BUGS"
echo "$MSG_FEEDBACK"
echo "$MSG_LIKE"
echo "$MSG_IMPROVE"
echo "$MSG_KNOW"
echo ""
echo "$MSG_FLAWLESS"
echo " zenobit"
}
function help_show() {
echo "DistroHopper v. $version"
echo "quickemu v. $("$portable_prefix"quickemu --version)"
printf "$MSG_H_FIRST ./dh i && dh s g\n"
echo "$MSG_ARGUMENTS"
printf $"\th\thelp\t\t\t$MSG_H_HELP\n"
echo "---------------------------------------------------------"
printf $"\td\tdir\t\t\t$MSG_H_DIR\n"
printf $"\ti\tinstall\t\t\t$MSG_H_INSTALL\n"
echo "---------------------------------------------------------"
printf $"\tm\tmode\t\t\t$MSG_H_MODE\n"
echo "---------------------------------------------------------"
printf $"\ts\tsupported\t\t$MSG_H_SUPPORTED\n"
printf $"\tr\tready\t\t\t$MSG_H_READY\n"
echo "---------------------------------------------------------"
printf $"\tt\ttui\t\t\t$MSG_H_TUI\n"
printf $"\tg\tgui\t\t\t$MSG_H_GUI\n"
echo "---------------------------------------------------------"
printf $"\ta\tadd\t\t\t$MSG_H_ADD\n"
printf $"\tf\tfunctions\t\t$MSG_H_SORT\n"
printf $"\tp\tpush\t\t\t$MSG_H_PUSH\n"
echo "---------------------------------------------------------"
printf $"\tc\tcopy\t\t\t$MSG_H_COPY\n"
echo "---------------------------------------------------------"
printf $"\tl\tlanguage\t\t$MSG_H_TRANSLATE\n"
echo "---------------------------------------------------------"
echo "$MSG_HOMEPAGE"
echo "$MSG_HOSTED"
echo "$MSG_CHAT"
}
function check_and_set_mode() {
[ -f "$DH_CONFIG" ] && work_in_choosed_dir || work_in_current_dir
}
function work_in_current_dir() {
VMS_DIR="./"
DH_CONFIG_DIR="./"
DH_ICON_DIR="./icons"
portable_prefix='./'
#export "VMS_DIR" "DH_CONFIG_DIR" "DH_ICON_DIR" "terminal" "replace" "portable_prefix"
}
function work_in_choosed_dir() {
# shellcheck source=distrohopper.conf
source "$DH_CONFIG"
portable_prefix=''
#export "portable_prefix"
}
# installation ---------------------------------------------------------
function dependencies_check_gui() {
[ -f "$PATH_PREFIX/yad" ] || echo "$MSG_YAD"
}
function dependencies_check_tui() {
[ -f "$PATH_PREFIX/fzf" ] || echo "$MSG_FZF"
}
function desktop_entry_create() {
cat <<EOF > ${DESKTOP_FILE}
[Desktop Entry]
Version=$version
Type=$type
Name=$name
GenericName=$gname
Comment=$comment
Exec=$execmd
Icon=$icon
Terminal=$terminal
X-MultipleArgs=$args
Type=$type
Categories=$categories
StartupNotify=$notify
MimeType=$mime
Keywords=$keyword
EOF
}
function directory_structure_create() {
source distrohopper.conf
echo "$MSG_CONFIG"
mkdir -p "$DH_CONFIG_DIR"
echo "$MSG_ICONS"
mkdir -p "$DH_ICON_DIR" >/dev/null 2>&1 || sudo mkdir -p "$DH_ICON_DIR"
}
function desktop_entry_distrohopper() {
echo "$MSG_INTERM"
run_in_terminal
DESKTOP_FILE="${TMP_DIR}/dh.desktop"
type='Application'
name='DistroHopper'
comment='Quickly download, create and run VM of any#TODO operating system.'
version="${version}"
execmd="sh -c 'cd ${VMS_DIR} && dh g'"
if [ "$interminal" == "yes" ]; then
terminal='true'
fi
icon="$DH_ICON_DIR/hop.svg"
categories='System;Virtualization;'
desktop_entry_create
sudo cp ${TMP_DIR}/dh.desktop /usr/share/applications/
}
function virtual_machines_directory_choose() {
NEWDIR="$(yad --width=900 --height=900 --file --directory --title="Where to save VMs?")"
VMS_DIR="$NEWDIR"
echo "VMS_DIR=\"$VMS_DIR\"
export \"VMS_DIR\"" >> "$DH_CONFIG"
}
function dependencies_install() {
# Find the current distribution and install dependecies
if [ -f /etc/os-release ]; then
if [ -f "$PATH_PREFIX/pacman" ]; then
install_needed_pacman
elif [ -f "$PATH_PREFIX/apt" ]; then
install_needed_apt
elif [ -f "$PATH_PREFIX/xbps-install" ]; then
install_needed_xbps
elif [ -f "$PATH_PREFIX/dnf" ]; then
install_needed_dnf
else
echo "$MSG_ERROR: $MSG_NO_DISTRO"
exit 1
fi
fi
}
function install_needed_atp() {
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip yad fzf
}
function install_needed_pacman() {
sudo pacman -S cdrtools coreutils edk2-ovmf grep jq procps python3 qemu-full sed socat spice-gtk swtpm usbutils util-linux wget xdg-user-dirs xorg-xrandr zsync getext yad fzf
}
function install_needed_xbps() {
sudo xbps-install -S qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat yad fzf
}
function install_needed_dnf() {
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip yad fzf
}
function distrohopper_install() {
cp dh quickget quickemu macrecovery windowskey "$PATH_PREFIX" >/dev/null 2>&1 || sudo cp dh quickget quickemu macrecovery windowskey "$PATH_PREFIX"
# quickget also to config directory for adding new distros...
cp quickget "$DH_CONFIG_DIR/"
echo "$MSG_C_ICONS"
cp icons/* "$DH_ICON_DIR/" >/dev/null 2>&1 || sudo cp icons/* "$DH_ICON_DIR/"
echo "$MSG_C_ENTRIES"
cp -r ready "$DH_CONFIG_DIR/"
cp -r supported "$DH_CONFIG_DIR/"
cp -r lang "$DH_CONFIG_DIR/"
}
function installation_process() {
dependencies_check_tui
dependencies_check_gui
echo "$MSG_NEEDED"
dependencies_install
echo "$MSG_STRUCTURE" \
&& directory_structure_create \
&& echo "$MSG_SETTINGUP" \
&& virtual_machines_directory_choose \
&& echo "$MSG_INSTALLING" \
&& distrohopper_install \
&& echo "$MSG_C_ENTRY" \
&& desktop_entry_distrohopper
}
# basic ----------------------------------------------------------------
function run_in_terminal() {
read -r response
if [[ "$response" =~ ^[YyAa]$ ]]; then
interminal="yes"
else
interminal="no"
fi
}
function virtual_machines_update_ready() {
cd "$VMS_DIR" || exit 1
rm "$DH_CONFIG_DIR"/ready/*.desktop 2>/dev/null
for vm_conf in $(pwd)
do
if [ "${vm_conf}" == "distrohopper.conf" ]; then
echo "continue" # skip processing distrohopper.conf
fi
echo "creating..."
vm_desktop=$(basename "$VMS_DIR/$vm_conf" .conf)
# Use fuzzy matching to find the best matching icon file (ready to run VMs)
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f -2)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
# If no icon was found, try shorter name (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f1)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
elif [ -z "$icon_file" ]; then
icon_file="$DH_ICON_DIR/tux.svg"
fi
DESKTOP_FILE="${DH_CONFIG_DIR}/ready/${vm_desktop}.desktop"
type='Application'
name="${vm_desktop}"
comment='Quickly download, create and run VM of any#TODO operating system.'
version="${version}"
execmd="sh -c 'cd ${VMS_DIR} && ${portable_prefix}quickemu -vm ${vm_conf};$SHELL'"
icon="${icon_file}"
categories='System;Virtualization;'
desktop_entry_create
done
}
function renew_ready() {
cd "$VMS_DIR" || exit 1
# for files in "$VMS_DIR"/*; do
# if [ ! -e *.conf ]; then
# echo $"No .conf files found"
# return
# fi
for vm_conf in *.conf; do
if [ "$vm_conf" == "distrohopper.conf" ]; then
continue # skip processing distrohopper.conf
fi
vm_desktop=$(basename "$VMS_DIR/$vm_conf" .conf)
# Use fuzzy matching to find the best matching icon file (ready to run VMs)
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f -2)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
# If no icon was found, try shorter name (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f1)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
elif [ -z "$icon_file" ]; then
icon_file="$DH_ICON_DIR/tux.svg"
fi
# content of desktop files (ready to run VMs)
cat <<EOF > "$DH_CONFIG_DIR"/ready/"$vm_desktop".desktop
[Desktop Entry]
Type=Application
Name=$vm_desktop
Exec=sh -c 'cd ${VMS_DIR} && ${portable_prefix}quickemu -vm ${vm_conf}'
Icon=$icon_file
Categories=System;Virtualization;
EOF
done
}
function virtual_machines_update_supported() {
rm "$DH_CONFIG_DIR"/supported/*.desktop
echo "$MSG_INTERM"
run_in_terminal
# get supported VMs
"$portable_prefix"quickget | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' > "$DH_CONFIG_DIR/supported.md"
while read -r get_name; do
vm_desktop=$(echo "$get_name" | tr ' ' '_')
releases=$("$portable_prefix"quickget "$vm_desktop" | grep 'Releases' | cut -d':' -f2 | sed 's/^ //' | sed 's/ *$//')
editions=$("$portable_prefix"quickget "$vm_desktop" | grep 'Editions' | cut -d':' -f2 | sed 's/^ //' | sed 's/ *$//')
icon_name="$DH_ICON_DIR/$get_name"
if [ -f "$icon_name.svg" ]; then
icon_file="$icon_name.svg"
elif [ -f "$icon_name.png" ]; then
icon_file="$icon_name.png"
else
icon_file="$DH_ICON_DIR/tux.svg"
fi
echo "$MSG_CREATING $vm_desktop $MSG_DESKTOP_ENTRY"
echo ""
# Check if there are editions
DESKTOP_FILE="$DH_CONFIG_DIR/supported/$vm_desktop.desktop"
type="Application"
name="$get_name"
if [ -z "$editions" ]; then
execmd="sh -c 'cd ${VMS_DIR} && yad --form --field=\"Release:CB\" \"${releases// /$replace}\" | cut -d\"|\" -f1 | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
elif [ "$interminal" == "yes" ]; then
terminal="true"
else
execmd="sh -c 'cd ${VMS_DIR} && yad --form --separator=\" \" --field=\"Release:CB\" \"${releases// /$replace}\" --field=\"Edition:CB\" \"${editions// /$replace}\" | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
fi
icon="$icon_file"
categories='System;Virtualization;'
desktop_entry_create
done < "$DH_CONFIG_DIR"/supported.md
}
function distrohopper_run_gui() {
dependencies_check_gui
key=$((RANDOM % 9000 + 1000))
yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/ready --sort-by-name --no-buttons --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/supported --sort-by-name --no-buttons --borders=0 --icon-size=46 --item-width=76 &
yad --dynamic --notebook --key="$key" --monitor --listen --window-icon="$DH_ICON_DIR"/hop.svg --width=900 --height=900 --title="DistroHopper" --tab="run VM" --tab="download VM"
}
function WIP_buttons() {
#define functions for buttons
ABOUT="distrohopper_about"
HELP="help_show"
DIR=""
LANG=""
INSTALL=""
MODE=""
SUPPORTED=""
READY=""
TUI=""
ADD=""
SORT=""
PUSH=""
COPY=""
TRANSLATE=""
TEST=""
dependencies_check_gui
key=$((RANDOM % 9000 + 1000))
yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/ready --sort-by-name --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/supported --sort-by-name --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=3 --monitor --icons --borders=0 --icon-size=46 --item-width=76 --columns=2 --form --text-align=center \
--field="Help!!Show this help and exit":fbtn "$HELP" \
--field="Set VMs Directory!Set default directory where VMs are stored":DIR "$DIR" \
--field="Language!Enter new language string" "${lang:-$lang}" \
--field="Install DistroHopper!!Install DistroHopper":fbtn "$INSTALL" \
--field="Portable mode!Portable mode":fbtn "$MODE" \
--field="Supported!!Update supported VMs":fbtn "$SUPPORTED" \
--field="Ready!!Update ready to run VMs":fbtn "$READY" \
--field="Tui!!Run terminal user interface (TUI)":fbtn "$TUI" \
--field="Add!!Add new distro to quickget":fbtn "$ADD" \
--field="Sort!!Sort functions in quickget":fbtn "$SORT" \
--field="Push!!Push changed quickget to quickemu project #todo":fbtn "$PUSH" \
--field="Copy!!Copy all ISOs to target dir (for Ventoy)":fbtn "$COPY" \
--field="Translate DistroHopper!!Translate DistroHopper":fbtn "$TRANSLATE" \
--field="Test!!Work in Progress":fbtn "$TEST" \
--field="About!!Show info about DistroHopper":fbtn "$ABOUT" \
--button="Exit":0 &
yad --dynamic --notebook --key="$key" --monitor --listen --no-buttons \
--mouse --selectable-labels \
--window-icon="$DH_ICON_DIR/hop.svg" --width=900 --height=900 \
--title="DistroHopper" --tab="run VM" --tab="download VM" --tab="Options"
# posible: --undecorated --fixed ontop --buttons-layout=spread edge start end center --keep-icon-size --image=IMAGE --splash
VAR1="$?"
echo " DEBUG: VAR1 = $VAR1"
echo $?
}
distrohopper_about() {
yad --about --pname=DistroHopper --image="$DH_ICON_DIR"/hop.svg --pversion="$version" \
--copyright=AGPL3 --comments="random comment" --license=ALGPL3 --authors=zenobit --website=dh.osowoso.xyz \
--website-label="oSoWoSo"
}
function distrohopper_run_tui() {
dependencies_check_tui
tui_run
if [ "$todo" = "create" ]; then
virtual_machine_create
if [ "$os" = windows ]; then
tui_windows
else
quickget_get_releases_and_editions
fzf_choose_release
if [ "$(echo "$choices" | wc -l)" = 1 ]; then
quickget_download_os_release
else
fzf_choose_edition
quickget_download_os_release_edition
fi
fi
else
fzf_choose_virtual_machine_to_run
virtual_machine_run
fi
}
tui_run() {
cd "$VMS_DIR" || exit 1
vms=(*.conf)
printf "$MSG_PREPARED:\n-------------\n\n"
# Check if there are any VMs
if [ ${#vms[@]} -eq 0 ]; then
echo "$MSG_NO_VM"
exit 1
fi
# Print the names of the available VMs
printf "%s\n" "${vms[@]%.*}"
echo "-------------"
# Action prompt
echo "$MSG_NEW (c)"
printf "$MSG_OR_RUN\n"
read -rn 1 -s start
case $start in
c )
todo="create"
;;
esac
}
tui_windows() {
fzf_choose_language_windows_other
if [ "$answer" = "Choose other language" ]; then
fzf_choose_release_windows
quickget_get_windows_languages_list
fzf_choose_language_windows
quickget_download_windows
fi
}
function fzf_choose_release() {
release=$(echo "$releases" | fzf --cycle --header='Choose Release
or CTRL-c or ESC to quit')
}
function fzf_choose_edition() {
edition=$(echo "$editions" | fzf --cycle --header='Choose Edition
or CTRL-c or ESC to quit')
}
function fzf_choose_release_windows() {
wrelease=$(echo "8
10
11" | fzf --cycle)
}
function fzf_choose_language_windows() {
wlang=$(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | head -n $wlend | cut -d'=' -f2 | tail -c +2 | head -c -2 | sed 's/^[ \t]*//' | fzf --cycle --header='Choose Language
or CTRL-c or ESC to quit')
}
function fzf_choose_language_windows_other() {
answer=$(echo "Default English
Choose other language" | fzf --cycle)
}
function fzf_choose_virtual_machine_to_run() {
choosed=$(echo "$(ls ***.conf 2>/dev/null | sed 's/\.conf$//')" | fzf --cycle --header='Choose VM to run
or CTRL-c or ESC to quit')
}
function quickget_get_releases_and_editions() {
result=$(quickget "$choices" | sed 1d | cut -d':' -f2 | grep -o '[^ ]*')
releases=$(echo "$result" | head -1)
editions=$(echo "$result" | tail -1)
}
function quickget_get_windows_languages_list() {
wlend=$(($(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | grep -n '}' | cut -d':' -f1 | head -n 1) - 1))
}
function quickget_download_os_release() {
printf $"\n $MSG_TRYING %s %s...\n\n" "$os" "$release"
"$portable_prefix"quickget "$os" "$release"
}
function quickget_download_os_release_edition() {
printf $"\n $MSG_TRYING %s %s %s...\n\n" "$os" "$release" "$edition"
"$portable_prefix"quickget "$os" "$release" "$edition"
}
function quickget_download_windows() {
printf $"\n $MSG_TRYING %s %s...\n\n" "$wrelease" "$wlang"
"$portable_prefix"quickget "windows" "$wrelease" "$wlang"
}
function virtual_machine_create() {
os=$("$portable_prefix"quickget | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' | fzf --cycle --header='Choose OS to download
or CTRL-c or ESC to quit')
}
function virtual_machine_run() {
printf $"\n $MSG_STARTING %s...\n\n" "$choosed"
"$portable_prefix"quickemu -vm "$choosed.conf"
}
# more -----------------------------------------------------------------
function TOOL_copy_ISOs_to_dir() {
yad --width=900 --height=900 --file --directory > target
cd "$VMS_DIR" || exit 1
# shellcheck disable=2154
cp ./*glob*/*.iso "$target"
}
# shellcheck disable=2086
function TOOL_quickget_add_distro() {
yad --form --field="Pretty name" "" --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" "" --field="Checksum file" "" > ${TMP_DIR}/template.tmp
PRETTY_NAME="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f1)"
NAME="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f2)"
RELEASES="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f3)"
EDITIONS="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f4)"
URL="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f5)"
ISO="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f6)"
CHECKSUM_FILE="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f7)"
cat <<EOF > ${TMP_DIR}/template.tmp
#32
$NAME) PRETTY_NAME="$PRETTY_NAME";;
#184+
$NAME \\
#262+
function releases_$NAME() {
echo $RELEASES
}
function editions_$NAME() {
echo $EDITIONS
}
#1052+
function get_$NAME() {
local EDITION="\${1:-}"
local HASH=""
local ISO="$ISO"
local URL="$URL"
HASH="\$(wget -q -O- \${URL}/\${CHECKSUM_FILE} | grep (\${ISO} | cut -d' ' -f4)"
echo "\${URL}/\${ISO}" "\${HASH}"
}
EOF
echo "$MSG_DONE"
meld "${TMP_DIR}"/template.tmp "$DH_CONFIG_DIR"/quickget
}
function TOOL_quickget_sort_functions() {
#TODO
# Get the name of the script from the command line argument
script_name=$1
# Get a list of all the function names in the script
function_names=$(grep -oP '^[[:space:]]*function \K\w+' "$script_name")
# Sort the function names alphabetically
sorted_function_names=$(echo "$function_names" | sort)
# Loop through the sorted function names and print the function definitions
for function_name in $sorted_function_names
do
# Print the function definition to stdout
grep -A "$(wc -l < "$script_name")" -w "function $function_name" "$script_name"
done
}
function TOOL_dh_translate() {
echo "$MSG_LANG_CHANGE"
echo "$MSG_LANG_CODE"
read lang
echo "$MSG_LANG: $lang"
echo "$MSG_DUMP"
bash --dump-po-strings dh > "$DH_CONFIG_DIR"/lang/dh-source.pot
echo "$MSG_MERGING"
meld "$DH_CONFIG_DIR"/lang/dh-source.pot "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".pot
echo "$MSG_MO"
msgfmt -o "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".mo "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".pot
echo "$MSG_COPY $lang $MSG_TRANSLATION '/usr/share/local' $MSG_AS_ROOT"
read response
if [[ "$response" =~ ^[YyAa]$ ]]; then
echo "$MSG_C_TRANSLATION '/usr/share/local'..."
sudo cp "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".mo /usr/share/lang/"$lang"/LC_MESSAGES/distrohopper.mo
fi
}
function WIP() {
echo ""
}
TOOL_set_default_terminal() {
echo "$MSG_DEFAULT_TERMINAL:"
select term in alacritty foot gnome-terminal kitty konsole mate-terminal roxterm sakura st tilix xfce4-terminal xterm custom; do
case $term in
alacritty)
export terminal=alacritty
break
;;
foot)
export terminal=foot
break
;;
gnome-terminal)
export terminal=gnome-terminal
break
;;
kitty)
export terminal=kitty
break
;;
konsole)
export terminal=konsole
break
;;
mate-terminal)
export terminal=mate-terminal
break
;;
roxterm)
export terminal=roxterm
break
;;
sakura)
export terminal=sakura
break
;;
st)
export terminal=st
break
;;
tilix)
export terminal=tilix
break
;;
xfce4-terminal)
export terminal=xfce4-terminal
break
;;
xterm)
export terminal=xterm
break
;;
custom)
read -p "Enter the command to launch your preferred terminal emulator: " custom_terminal
export terminal=$custom_terminal
break
;;
*)
echo "$MSG_INVALID_AGAIN"
;;
esac
done
echo "$MSG_TERMINAL_SET $terminal."
}
# run ------------------------------------------------------------------
while true
do
variables_set
if [[ $# -eq 0 ]]; then
printf "$MSG_NO\n\n"
help_show
fi
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
h|help)
help_show
shift
;;
d|dir)
virtual_machines_directory_choose
shift
;;
i|install)
echo "$MSG_S_INSTALLATION"
installation_process
shift
;;
m|mode)
echo "$MSG_MODE"
work_in_current_dir
shift
;;
s|supported)
echo "$MSG_U_SUPPORTED"
virtual_machines_update_supported
shift
;;
r|ready)
echo "$MSG_U_READY"
#virtual_machines_update_ready
renew_ready
shift
;;
t|tui)
echo "$MSG_S_TUI"
distrohopper_run_tui
shift
;;
g|gui)
echo "$MSG_S_GUI"
distrohopper_run_gui
shift
;;
a|add)
echo "$MSG_ADD_STARTED"
TOOL_quickget_add_distro
shift
;;
f|functions)
echo "$MSG_SORTING"
TOOL_quickget_sort_functions
shift
;;
p|push)
echo "$MSG_PUSHING"
push_changes
shift
;;
c|copy)
echo "$MSG_C_ISOS"
TOOL_copy_ISOs_to_dir
shift
;;
l|language)
TOOL_dh_translate
shift
;;
z)
WIP
shift
;;
*)
echo "$MSG_INVALID: $1"
echo ""
help_show
exit 1
;;
esac
done
bugs_notice_show
exit 0
done

9
dh.desktop Executable file
View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=DistroHopper
Description=Quickly download, create and run VM of any#TODO operating system.
version=0.77b
Exec=sh -c './dh m g'
Icon=/home/zen/git/distrohopper/icons/hop.svg
Categories=System;Virtualization;

8
distrohopper.conf Normal file
View File

@ -0,0 +1,8 @@
DH_CONFIG_DIR="$HOME/.config/distrohopper"
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
replace='"!"'
DH_ICON_DIR="/usr/share/icons/distrohopper"
PREFIX="/usr/bin/"
TERMINAL=sakura
export "DH_CONFIG_DIR" "DH_CONFIG" "replace" "DH_ICON_DIR" "PREFIX" "TERMINAL"

661
docs/LICENSE Normal file
View File

@ -0,0 +1,661 @@
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
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.

299
docs/README.md Normal file
View File

@ -0,0 +1,299 @@
![](https://img.shields.io/github/stars/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=instatus&logoColor=000000)
![](https://img.shields.io/github/forks/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=git&logoColor=000000)
![](https://img.shields.io/github/license/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=apache&logoColor=000000)
![](https://img.shields.io/github/repo-size/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=files&logoColor=000000)
![](https://img.shields.io/github/last-commit/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=codeigniter&logoColor=000000)
![](https://img.shields.io/badge/language-shell-green?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000)
![](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000&alt="Gitmoji")
---
# Looking to try out a new operating system?
try
# **DistroHopper**
Quickly download, create and run VM of any#TODO operating system.
Linux![Tux](tux23.png) required...
---
Click on Hop for latest download
[![Hop](hop120.png)](https://sourceforge.net/projects/distrohopper/files/latest/download)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
Licensed under AGPL3
# Still Beta version!
<details>
<summary>Click for screenshot</summary>
![supported Operating systems](distrohopper.png)
</details>
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu) (Link to project page)
<details>
<summary>Click for Quickemu old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/AOTYWEgw0hI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
You can download new distro with **few clicks** of a mouse
# Features
- GUI using yad
<details>
<summary>Click for old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/RrFQECcwLRA" title="DistroHopper" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
- TUI using fzf
<details>
<summary>Click for old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/gJ5hqYEskOw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
- Desktop(shortcuts) entries generator
- Set dir where VMs will be stored
- Install DistroHopper systemwide
- Portable mode (dependecies still must be installed)
- Add new operating system to quickget (bit easier)
- Copy all downloaded ISOs to destination directory
- Translate DistroHopper (Currently supported English and Czech language)
Developed in English and translated into Czech language.
## Welcome translations!
---
# Why am I doing it?
Because I wanna learn
- Linux
- Bash
- yad
- project management
And contribute to open source
play with Quickemu
And easily add new distros to it
---
## How to run DistroHopper?
You need fullfill the requirement first...
## Requirements (For running VMs)
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL, SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
If you install DistroHopper, it should take care of dependencies on Arch, Debian, Ubuntu, openSuse and Fedora
### For DistroHopper to work you need
`wget yad fzf`
quickemu is included
For adding new distros, or adding/improving translations you will need also meld.
# How to install DistroHopper?
You need get copy of distrohopper
If you want more stable experience, download latest release from
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases) or SourceForge [![SourceForge](https://img.shields.io/sourceforge/dt/distrohopper.svg)](https://sourceforge.net/projects/distrohopper/files/latest/download)
---
If you want latest developer version... (could have bugs and break anytime)
Or you want translate DistroHopper
`git clone https://github.com/oSoWoSo/DistroHopper`
Enter created/unpacked distrohopper directory
Now you should be good to go...
---
# How to run DistroHopper
Just run from terminal
`./dh`
And you will see what next...
I am usually run DistroHopper as:
`./dh m r s l && ./dh i && dh g`
(But...)
## Desktop files
All desktop files will be storred in your .config/distrohopper
in directories *ready* and *supported*
Fell free to copy them anywhere you want...
### Currently supported Operating Systems and tools:
- agarimos - alma - alpine - android - archlinux - archcraft - arcolinux
- batocera - blendos - cachyos - centos-stream - cereus - debian - deepin
- devuan - dietpi - dragonflybsd - elementary - endeavouros - endless
- fedora - freebsd - freedos - fvoid - gabeeos - garuda - gentoo
- ghostbsd - haiku - kali - kdeneon - kolibrios - kubuntu - linuxmint
- lmde - mageia - manjaro - miyo - mxlinux - netboot - netbsd - nixos
- lubuntu - macos - openbsd - opensuse - oraclelinux - popos - reactos
- rebornos - rockylinux - siduction - slackware - slitaz - solus
- steamos - tails - truenas-core - truenas-scale - ubuntu - ubuntu-budgie
- ubuntukylin - ubuntu-mate - ubuntustudio - ubuntu-unity - ventoy - void
- voidpup - vxlinux - windows - xerolinux - xubuntu - zorin
Also with posible planned: [in discusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
---
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions) on github
# Join DistroHopper chat group:
[![SimpleX](simplex.svg)](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) (click SimpleX logo)
(check the software! even if you don't want chat about DistroHopper)
[Simplex website](https://simplex.chat)
# Without these amazing projects it wouldn't be posible:
#### [bash](https://www.gnu.org/software/bash/)
#### [QEMU](https://www.qemu.org/)
#### [quickemu](https://github.com/quickemu-project/quickemu)
GUI depends on
#### [yad](https://github.com/v1cont/yad)
TUI depends on
#### [fzf](https://github.com/junegunn/fzf)
----
For
- easy of use
#### [fish](https://fishshell.com)
- commiting and working with github
#### [lazygit](https://github.com/jesseduffield/lazygit)
#### [opencommit](https://github.com/di-sukharev/opencommit)
- Editing
#### [geany](https://geany.org/)
#### [Kate](https://apps.kde.org/kate)
- diff
#### [Meld](https://meld.app/)
- Logo and icons
#### [GIMP](https://www.gimp.org)
and
#### [Inkscape](https://inkscape.org)
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
- Updating translation
#### [Poedit](https://poeditor.com/)
Everything done on
#### [Void Linux](https://voidlinux.org)
---
# Mirrored on
#### [GitHub](https://github.com/oSoWoSo/DistroHopper)
#### [SourceForge](https://sourceforge.net/projects/distrohopper)
#### [Disroot](https://git.disroot.org/oSoWoSo/DistroHopper)
#### [Codeberg](https://codeberg.org/oSoWoSo/DistroHopper)
#### [GitLab](https://gitlab.com/osowoso/distrohopper)
#### [SourceHut](https://git.sr.ht/~osowoso/DistroHopper)
---
For Homepage click on Hop
[![Hop](hop120.png)](https://dh.osowoso.xyz/)
# donate
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
@zen0bit at github
mailto: <zenobit@osowoso.xyz>
[up](./)
#### parent site [oSoWoSo](https://osowoso.xyz)

33
docs/_config.yml Normal file
View File

@ -0,0 +1,33 @@
# Theme supports custom buttons
buttons:
- text: oSoWoSo
href: https://osowoso.xyz
# remote theme
remote_theme: oSoWoSo/cayman-vb-dark
# web title
title: DistroHopper
# web desription
description: Quickly download, create and run VM of any#TODO operating system
# Header buttons for downloads from github repo
show_downloads: true
# Header buttons link to github repo
show_github: true
# Header buttons for google analytics
#google_analytics:
# web PNG favicon
favicon: logo.svg
# Icon shown in header. From Fontawesome https://fontawesome.com/icons?m=free
#icon: fas fa-pencil-alt
# Colour gradient for the header
#header-colours:
# right: "#8a108c"
# left: "#cc580c"

BIN
docs/distrohopper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

298
docs/hop-big.svg Normal file
View File

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="560"
height="560"
viewBox="0 0 560 560"
version="1.1"
id="SVGRoot"
sodipodi:docname="hopB.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview460"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="px"
showgrid="true"
inkscape:zoom="0.27496365"
inkscape:cx="-158.20273"
inkscape:cy="1214.706"
inkscape:window-width="3440"
inkscape:window-height="1440"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1">
<inkscape:grid
type="xygrid"
id="grid466" />
</sodipodi:namedview>
<defs
id="defs455" />
<g
inkscape:label="Vrstva 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g236"
transform="matrix(1.4002461,0,0,1.4002461,24.902044,64.835941)">
<g
id="g238">
<g
id="g240">
<path
id="path242"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 1.5,236.16 c -0.004,-12.97 10.514,-23.49 23.49,-23.5 12.977,0 23.496,10.53 23.493,23.5 z" />
<g
id="g244">
<path
id="path246"
style="fill:#8bc53f"
d="m 32.152,229.69 c 0,0 19.769,-113.59 23.814,-137.78 3.201,-19.139 15.393,-18.975 22.186,-13.222 17.223,14.586 51.998,61.002 51.998,61.002 l 18,-14 c 0,0 -55.121634,-49.760407 -71.080634,-65.720407 C 67.466366,50.366593 51.322,58.771 44.966,77.914 37.237,101.19 16.152,215.694 16.152,215.694 l 16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g248">
<path
id="path250"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 14.152,220.69 c 0,0 24.769,-112.59 28.814,-136.78 3.201,-19.139 19.686,-38.722 36.186,-22.222 15.959,15.959 68.998,64.002 68.998,64.002" />
<path
id="path252"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 34.152,219.69 C 49.121,121.36 50.043,126.36 54.966,96.91 58.932,73.2 68.554,70.091 83.152,84.688 99.111,100.65 131.15,139.69 131.15,139.69" />
</g>
</g>
</g>
<g
id="g254">
<path
id="path256"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 364.15,236.16 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.5 -12.98,0 -23.49,10.53 -23.49,23.5 z" />
<g
id="g258">
<path
id="path260"
style="fill:#8bc53f"
d="m 333.5,229.69 c 0,0 -19.77,-113.59 -23.81,-137.78 -3.21,-19.139 -15.4,-18.975 -22.19,-13.222 -17.22,14.586 -52,61.002 -52,61.002 l -18,-14 c 0,0 55.41772,-51.621245 71.37772,-67.581245 9.6,-9.603 25.45228,0.662245 31.81228,19.805245 7.73,23.276 28.81,137.78 28.81,137.78 l -16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g262">
<path
id="path264"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 351.5,220.69 c 0,0 -24.77,-112.59 -28.81,-136.78 C 319.48,64.771 303,45.188 286.5,61.688 c -15.96,15.959 -69,64.002 -69,64.002" />
<path
id="path266"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 331.5,219.69 C 316.53,121.36 315.61,126.36 310.69,96.91 306.72,73.2 297.1,70.091 282.5,84.688 c -15.96,15.962 -48,55.002 -48,55.002" />
</g>
</g>
</g>
</g>
<g
id="g268">
<g
id="g270">
<path
id="path272"
style="fill:#f7a03a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,42.44 34.39,76.86 76.83,76.86 42.45,0 76.85,-34.41 76.85,-76.86 z" />
<path
id="path274"
style="fill:#d37d1a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,25.67 34.39,63.07 76.83,63.07 42.45,0 76.85,-37.4 76.85,-63.07 z" />
<path
id="path276"
style="display:none;fill:#b06815;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,17.88 34.39,48.97 76.83,48.97 42.45,0 76.85,-31.08 76.85,-48.97 z" />
</g>
<g
id="g278">
<path
id="path280"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 182.94,113.83 c -42.56,0 -77.05,34.57 -77.04,77.19 h 77.04 z" />
<path
id="path282"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 259.75,191.02 c 0.01,-42.63 -34.48,-77.19 -77.03,-77.19 v 77.19 z" />
</g>
</g>
<g
id="g284">
<g
id="g286">
<path
id="path288"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 36.584,267.68 c -0.004,-12.97 10.515,-23.5 23.49,-23.5 12.978,0 23.496,10.52 23.493,23.5 z" />
<g
id="g290">
<path
id="path292"
style="fill:#8bc53f"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 23.004,32 23.004,32 l 2,-23 c 0,0 -11.47,-9.64 -28.004,-25 -17.75,-16.503 -29.883,-7.4 -32.186,20.22 l -7.814,115.78 z" />
<g
id="g294">
<path
id="path296"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 53.655,249.69 7.814,-116.78 c 2.303,-27.62 14.436,-36.722 32.186,-20.22 16.535,15.36 28.005,25 28.005,25" />
<path
id="path298"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 22.004,34 22.004,34" />
</g>
</g>
</g>
<g
id="g300">
<path
id="path302"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 329.07,267.68 c 0,-12.97 -10.52,-23.5 -23.49,-23.5 -12.98,0 -23.5,10.52 -23.5,23.5 z" />
<g
id="g304">
<path
id="path306"
style="fill:#8bc53f"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -23,32 -23,32 l -2,-23 c 0,0 11.47,-9.64 28,-25 17.75,-16.502 29.88,-7.4 32.18,20.22 L 312,248.69 Z" />
<g
id="g308">
<path
id="path310"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 312,249.69 -7.82,-116.78 c -2.3,-27.62 -14.43,-36.722 -32.18,-20.22 -16.53,15.36 -28,25 -28,25" />
<path
id="path312"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -22,34 -22,34" />
</g>
</g>
</g>
</g>
<g
id="g314">
<path
id="path2383"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 240.49,185.01 c 0.01,31.85 -25.81,57.68 -57.67,57.68 -31.85,0 -57.67,-25.83 -57.66,-57.69 -0.01,-31.85 25.82,-57.68 57.67,-57.68 31.85,0.01 57.67,25.84 57.66,57.69 z" />
<g
id="g317">
<g
id="g319">
<g
id="g321">
<path
id="path323"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 171.09,141.5 c 0,0 14,-135.5 -110.5,-135.5" />
<circle
id="circle325"
cy="6"
cx="60.591"
r="6" />
</g>
<g
id="g327">
<path
id="path329"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 194.56,143.69 c 0,0 -14,-135.5 110.5,-135.5" />
<circle
id="circle331"
cy="8.1870003"
cx="305.06"
r="6" />
</g>
</g>
<path
id="path333"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 145.2,193.86 c -0.01,20.78 16.84,37.63 37.62,37.63 20.79,0.01 37.64,-16.85 37.63,-37.63" />
<g
id="g335">
<g
id="g337">
<path
id="path3159_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.72,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.85 -0.01,-16.49 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.85 z" />
<path
id="path3161_1_"
d="m 220.2,151.79 c 0,5.49 -4.46,9.95 -9.95,9.95 -5.49,0 -9.95,-4.46 -9.95,-9.95 0,-5.5 4.46,-9.95 9.95,-9.95 5.5,0 9.95,4.45 9.95,9.95 z" />
</g>
<g
id="g341">
<path
id="path3157_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 178.61,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.86 -0.01,-16.48 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.86 z" />
<path
id="path3163_1_"
d="m 166.18,151.78 c 0,5.5 -4.45,9.95 -9.95,9.95 -5.49,0 -9.95,-4.45 -9.94,-9.95 -0.01,-5.49 4.45,-9.95 9.94,-9.95 5.5,0 9.95,4.46 9.95,9.95 z" />
</g>
</g>
</g>
</g>
<g
id="g345">
<g
id="g347">
<path
id="path349"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 89.5,297.41 c -0.004,-12.97 10.51,-23.49 23.49,-23.49 12.98,0 23.5,10.52 23.49,23.49 z" />
<path
id="path351"
style="fill:#8bc53f"
d="m 119.35,279.79 -18.07,-75.07 c -10.25,-39.95 -1.19,-48.26 12.07,-21.93 l 4,-13 C 98.655,138.15 76.405,141.1 82.276,168.72 l 22.074,115.07 z" />
<g
id="g353">
<path
id="path355"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 104.35,283.79 82.276,168.72 c -5.395,-25.38 11.307,-32.32 31.794,-5.6 5.96,7.78 10.96,7.65 10.96,7.65" />
<path
id="path357"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 119.35,279.79 -18.07,-75.07 c -9.672,-36.09 -4.625,-46.53 8.68,-25.25 1.47,2.35 1.2,7.68 1.2,7.68" />
</g>
</g>
<g
id="g359">
<path
id="path361"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 276.15,297.41 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.49 -12.98,0 -23.49,10.52 -23.49,23.49 z" />
<path
id="path363"
style="fill:#8bc53f"
d="m 246.3,279.79 18.08,-75.07 c 10.24,-39.95 1.18,-48.26 -12.08,-21.93 l -4,-13 c 18.7,-31.64 40.95,-28.69 35.08,-1.07 L 261.3,283.79 Z" />
<g
id="g365">
<path
id="path367"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 261.3,283.79 22.08,-115.07 c 5.39,-25.38 -11.31,-32.32 -31.8,-5.6 -5.96,7.78 -10.96,7.65 -10.96,7.65" />
<path
id="path369"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.3,279.79 18.08,-75.07 c 9.66,-36.09 4.62,-46.53 -8.69,-25.25 -1.47,2.35 -1.19,7.68 -1.19,7.68" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/hop120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/hop18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

BIN
docs/hop20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
docs/hop220.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/hop320.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
docs/hop420.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/hop48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
docs/hop520.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/hop60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

298
docs/logo.svg Normal file
View File

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
id="Layer_1"
xml:space="preserve"
version="1.0"
viewBox="0 0 511.99999 418.54757"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="hop.svg"
width="512"
height="418.54758"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><defs
id="defs77" /><sodipodi:namedview
id="namedview75"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="66.5"
inkscape:cy="269.75"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />
<g
id="g236"
transform="matrix(1.4002461,0,0,1.4002461,1.5922901e-6,0)">
<g
id="g238">
<g
id="g240">
<path
id="path242"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 1.5,236.16 c -0.004,-12.97 10.514,-23.49 23.49,-23.5 12.977,0 23.496,10.53 23.493,23.5 z" />
<g
id="g244">
<path
id="path246"
style="fill:#8bc53f"
d="m 32.152,229.69 c 0,0 19.769,-113.59 23.814,-137.78 3.201,-19.139 15.393,-18.975 22.186,-13.222 17.223,14.586 51.998,61.002 51.998,61.002 l 18,-14 c 0,0 -55.121634,-49.760407 -71.080634,-65.720407 C 67.466366,50.366593 51.322,58.771 44.966,77.914 37.237,101.19 16.152,215.694 16.152,215.694 l 16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g248">
<path
id="path250"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 14.152,220.69 c 0,0 24.769,-112.59 28.814,-136.78 3.201,-19.139 19.686,-38.722 36.186,-22.222 15.959,15.959 68.998,64.002 68.998,64.002" />
<path
id="path252"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 34.152,219.69 C 49.121,121.36 50.043,126.36 54.966,96.91 58.932,73.2 68.554,70.091 83.152,84.688 99.111,100.65 131.15,139.69 131.15,139.69" />
</g>
</g>
</g>
<g
id="g254">
<path
id="path256"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 364.15,236.16 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.5 -12.98,0 -23.49,10.53 -23.49,23.5 z" />
<g
id="g258">
<path
id="path260"
style="fill:#8bc53f"
d="m 333.5,229.69 c 0,0 -19.77,-113.59 -23.81,-137.78 -3.21,-19.139 -15.4,-18.975 -22.19,-13.222 -17.22,14.586 -52,61.002 -52,61.002 l -18,-14 c 0,0 55.41772,-51.621245 71.37772,-67.581245 9.6,-9.603 25.45228,0.662245 31.81228,19.805245 7.73,23.276 28.81,137.78 28.81,137.78 l -16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g262">
<path
id="path264"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 351.5,220.69 c 0,0 -24.77,-112.59 -28.81,-136.78 C 319.48,64.771 303,45.188 286.5,61.688 c -15.96,15.959 -69,64.002 -69,64.002" />
<path
id="path266"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 331.5,219.69 C 316.53,121.36 315.61,126.36 310.69,96.91 306.72,73.2 297.1,70.091 282.5,84.688 c -15.96,15.962 -48,55.002 -48,55.002" />
</g>
</g>
</g>
</g>
<g
id="g268">
<g
id="g270">
<path
id="path272"
style="fill:#f7a03a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,42.44 34.39,76.86 76.83,76.86 42.45,0 76.85,-34.41 76.85,-76.86 z" />
<path
id="path274"
style="fill:#d37d1a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,25.67 34.39,63.07 76.83,63.07 42.45,0 76.85,-37.4 76.85,-63.07 z" />
<path
id="path276"
style="display:none;fill:#b06815;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,17.88 34.39,48.97 76.83,48.97 42.45,0 76.85,-31.08 76.85,-48.97 z" />
</g>
<g
id="g278">
<path
id="path280"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 182.94,113.83 c -42.56,0 -77.05,34.57 -77.04,77.19 h 77.04 z" />
<path
id="path282"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 259.75,191.02 c 0.01,-42.63 -34.48,-77.19 -77.03,-77.19 v 77.19 z" />
</g>
</g>
<g
id="g284">
<g
id="g286">
<path
id="path288"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 36.584,267.68 c -0.004,-12.97 10.515,-23.5 23.49,-23.5 12.978,0 23.496,10.52 23.493,23.5 z" />
<g
id="g290">
<path
id="path292"
style="fill:#8bc53f"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 23.004,32 23.004,32 l 2,-23 c 0,0 -11.47,-9.64 -28.004,-25 -17.75,-16.503 -29.883,-7.4 -32.186,20.22 l -7.814,115.78 z" />
<g
id="g294">
<path
id="path296"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 53.655,249.69 7.814,-116.78 c 2.303,-27.62 14.436,-36.722 32.186,-20.22 16.535,15.36 28.005,25 28.005,25" />
<path
id="path298"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 22.004,34 22.004,34" />
</g>
</g>
</g>
<g
id="g300">
<path
id="path302"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 329.07,267.68 c 0,-12.97 -10.52,-23.5 -23.49,-23.5 -12.98,0 -23.5,10.52 -23.5,23.5 z" />
<g
id="g304">
<path
id="path306"
style="fill:#8bc53f"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -23,32 -23,32 l -2,-23 c 0,0 11.47,-9.64 28,-25 17.75,-16.502 29.88,-7.4 32.18,20.22 L 312,248.69 Z" />
<g
id="g308">
<path
id="path310"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 312,249.69 -7.82,-116.78 c -2.3,-27.62 -14.43,-36.722 -32.18,-20.22 -16.53,15.36 -28,25 -28,25" />
<path
id="path312"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -22,34 -22,34" />
</g>
</g>
</g>
</g>
<g
id="g314">
<path
id="path2383"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 240.49,185.01 c 0.01,31.85 -25.81,57.68 -57.67,57.68 -31.85,0 -57.67,-25.83 -57.66,-57.69 -0.01,-31.85 25.82,-57.68 57.67,-57.68 31.85,0.01 57.67,25.84 57.66,57.69 z" />
<g
id="g317">
<g
id="g319">
<g
id="g321">
<path
id="path323"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 171.09,141.5 c 0,0 14,-135.5 -110.5,-135.5" />
<circle
id="circle325"
cy="6"
cx="60.591"
r="6" />
</g>
<g
id="g327">
<path
id="path329"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 194.56,143.69 c 0,0 -14,-135.5 110.5,-135.5" />
<circle
id="circle331"
cy="8.1870003"
cx="305.06"
r="6" />
</g>
</g>
<path
id="path333"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 145.2,193.86 c -0.01,20.78 16.84,37.63 37.62,37.63 20.79,0.01 37.64,-16.85 37.63,-37.63" />
<g
id="g335">
<g
id="g337">
<path
id="path3159_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.72,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.85 -0.01,-16.49 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.85 z" />
<path
id="path3161_1_"
d="m 220.2,151.79 c 0,5.49 -4.46,9.95 -9.95,9.95 -5.49,0 -9.95,-4.46 -9.95,-9.95 0,-5.5 4.46,-9.95 9.95,-9.95 5.5,0 9.95,4.45 9.95,9.95 z" />
</g>
<g
id="g341">
<path
id="path3157_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 178.61,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.86 -0.01,-16.48 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.86 z" />
<path
id="path3163_1_"
d="m 166.18,151.78 c 0,5.5 -4.45,9.95 -9.95,9.95 -5.49,0 -9.95,-4.45 -9.94,-9.95 -0.01,-5.49 4.45,-9.95 9.94,-9.95 5.5,0 9.95,4.46 9.95,9.95 z" />
</g>
</g>
</g>
</g>
<g
id="g345">
<g
id="g347">
<path
id="path349"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 89.5,297.41 c -0.004,-12.97 10.51,-23.49 23.49,-23.49 12.98,0 23.5,10.52 23.49,23.49 z" />
<path
id="path351"
style="fill:#8bc53f"
d="m 119.35,279.79 -18.07,-75.07 c -10.25,-39.95 -1.19,-48.26 12.07,-21.93 l 4,-13 C 98.655,138.15 76.405,141.1 82.276,168.72 l 22.074,115.07 z" />
<g
id="g353">
<path
id="path355"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 104.35,283.79 82.276,168.72 c -5.395,-25.38 11.307,-32.32 31.794,-5.6 5.96,7.78 10.96,7.65 10.96,7.65" />
<path
id="path357"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 119.35,279.79 -18.07,-75.07 c -9.672,-36.09 -4.625,-46.53 8.68,-25.25 1.47,2.35 1.2,7.68 1.2,7.68" />
</g>
</g>
<g
id="g359">
<path
id="path361"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 276.15,297.41 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.49 -12.98,0 -23.49,10.52 -23.49,23.49 z" />
<path
id="path363"
style="fill:#8bc53f"
d="m 246.3,279.79 18.08,-75.07 c 10.24,-39.95 1.18,-48.26 -12.08,-21.93 l -4,-13 c 18.7,-31.64 40.95,-28.69 35.08,-1.07 L 261.3,283.79 Z" />
<g
id="g365">
<path
id="path367"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 261.3,283.79 22.08,-115.07 c 5.39,-25.38 -11.31,-32.32 -31.8,-5.6 -5.96,7.78 -10.96,7.65 -10.96,7.65" />
<path
id="path369"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.3,279.79 18.08,-75.07 c 9.66,-36.09 4.62,-46.53 -8.69,-25.25 -1.47,2.35 -1.19,7.68 -1.19,7.68" />
</g>
</g>
</g>
</g>
<metadata
id="metadata72"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:date>2009-11-24T19:25:36</dc:date><dc:description>Cartoon Grasshopper in the style of Lemmling.</dc:description><dc:source>https://openclipart.org/detail/28477/cartoon-grasshopper-by-studiofibonacci</dc:source><dc:creator><cc:Agent><dc:title>StudioFibonacci</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>bug</rdf:li><rdf:li>cartoon</rdf:li><rdf:li>cricket</rdf:li><rdf:li>grasshopper</rdf:li><rdf:li>insect</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: November 26, 2023
date: November 17, 2023
footer: quickemu
header: Quickemu User Manual
section: 1
@ -210,18 +210,6 @@ sudo apt update
sudo apt install quickgui
```
### quickemu quickget X terminal project
From Nov 2023, there is also a multi option desktop integrated text
interface, with lots of unique tools and utilities to help you make
light work of installations, snapshots and disk management
- **[qqX](https://github.com/TuxVinyards/qqX)** is independently
curated by [Alex Genovese](https://github.com/TuxVinyards) (see the
github pages)
![qqX-vmm](https://github.com/TuxVinyards/qqX/assets/3956806/18e5c495-8072-49a5-8b9c-e1302549efcf)
## Ubuntu Guest
`quickget` will automatically download an Ubuntu release and create the
@ -267,7 +255,6 @@ with your preferred flavour.
- `ubuntucinnamon` (Ubuntu Cinnamon)
- `ubuntukylin` (Ubuntu Kylin)
- `ubuntu-mate` (Ubuntu MATE)
- `ubuntu-server` (Ubuntu Server)
- `ubuntustudio` (Ubuntu Studio)
- `ubuntu` (Ubuntu)
- `ubuntu-unity` (Ubuntu Unity)
@ -292,6 +279,7 @@ edition of windows)
`quickget` also supports:
- `agarimos` (AgarimOS)
- `alma` (Alma Linux)
- `alpine` (Alpine Linux)
- `android` (Android x86)
@ -299,15 +287,22 @@ edition of windows)
- `archcraft` (Archcraft)
- `archlinux` (Arch Linux)
- `arcolinux` (Arco Linux)
- `artixlinux` (Artix Linux)
- `athenaos` (Athenaos)
- `batocera` (Batocera)
- `bazzite` (Bazzite)
- `biglinux` (BigLinux)
- `blendos` (BlendOS)
- `bodhi` (Bodhi)
- `bodhi` (Bodhi Linux)
- `bunsenlabs` (Bunsenlabs)
- `cachyos` (CachyOS)
- `centos-stream` (CentOS Stream)
- `cereus` (Cereus Linux)
- `chimera` (Chimera Linux)
- `debian` (Debian)
- `deepin` (Deepin)
- `devuan` (Devuan)
- `dietpi` (DietPi)
- `dragonflybsd` (DragonFlyBSD)
- `elementary` (elementary OS)
- `endeavouros` (EndeavourOS)
@ -315,11 +310,13 @@ edition of windows)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `fvoid` (F-Void)
- `gabeeos` (gabeeOS Linux)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)
- `haiku` (Haiku)
- `holoiso` (SteamOS HoloISO)
- `holoiso` (Steam OS HoloISO)
- `kali` (Kali)
- `kdeneon` (KDE Neon)
- `kolibrios` (KolibriOS)
@ -328,6 +325,7 @@ edition of windows)
- `lmde` (Linux Mint Debian Edition)
- `mageia` (Mageia)
- `manjaro` (Manjaro)
- `miyolinux` (Miyo Linux)
- `mxlinux` (MX Linux)
- `netboot` (netboot.xyz)
- `netbsd` (NetBSD)
@ -339,19 +337,26 @@ edition of windows)
- `peppermint` (PeppermintOS)
- `popos` (Pop!\_OS)
- `porteus` (Porteus)
- `pureos` (PureOS)
- `reactos` (ReactOS)
- `rebornos` (RebornOS)
- `rockylinux` (Rocky Linux)
- `siduction` (Siduction)
- `slackware` (Slackware)
- `slax` (Slax)
- `slitaz` (SliTaz GNU/Linux)
- `solus` (Solus)
- `spiral` (Spiral)
- `sparkylinux` (SparkyLinux)
- `spiral` (SpiralLinux)
- `tails` (Tails)
- `tinycore` (Tiny Core Linux)
- `trisquel` (Trisquel)
- `truenas-core` (TrueNAS Core)
- `truenas-scale` (TrueNAS Scale)
- `tuxedoos` (TuxedoOS)
- `vanillaos` (Vanilla OS)
- `ventoy` (Ventoy)
- `voidpup` (Void Puppy)
- `void` (Void Linux)
- `vxlinux` (VX Linux)
- `xerolinux` (XeroLinux)

View File

@ -1,9 +1,26 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.TH "QUICKEMU_CONF" "1" "November 26, 2023" "quickemu_conf" "Quickemu Configuration Manual"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU_CONF" "1" "November 17, 2023" "quickemu_conf" "Quickemu Configuration Manual"
.hy
.SH NAME
.PP
quickemu_conf - Options and parameters in the quickemu <vm>.conf
.SH DESCRIPTION
.PP
\f[B]quickemu\f[R] will create and run highly optimised desktop virtual
machines for Linux, macOS and Windows.
It uses sensible defaults, but many configuration options can be
@ -11,9 +28,11 @@ overridden in the required configuration file, which will as a minimum
specify the path to the installation ISO and QEMU disk for the installed
VM
.SH OPTIONS
.PP
These are the options and defaults for the <vm>.conf file
.IP
.EX
.nf
\f[C]
# Lowercase variables are used in the VM config file only
boot=\[dq]efi\[dq]
cpu_cores=\[dq]\[dq]
@ -53,28 +72,33 @@ keyboard=\[dq]usb\[dq]
keyboard_layout=\[dq]en-us\[dq]
# options: ps2, usb, tablet, virtio
mouse=\[dq]tablet\[dq]
.EE
\f[R]
.fi
.SH EXAMPLES
.IP
.EX
.nf
\f[C]
guest_os=\[dq]linux\[dq]
disk_img=\[dq]debian-bullseye/disk.qcow2\[dq]
iso=\[dq]debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso\[dq]
.EE
\f[R]
.fi
.PP
The default macOS configuration looks like this:
.IP
.EX
.nf
\f[C]
guest_os=\[dq]macos\[dq]
img=\[dq]macos-catalina/RecoveryImage.img\[dq]
disk_img=\[dq]macos-catalina/disk.qcow2\[dq]
macos_release=\[dq]catalina\[dq]
.EE
\f[R]
.fi
.IP \[bu] 2
\f[CR]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
\f[V]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
macOS.
.IP \[bu] 2
\f[CR]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
\f[V]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
optimise for a particular macOS release.
.RS 2
.IP \[bu] 2
@ -87,30 +111,34 @@ newer.
.PP
The default Windows 11 configuration looks like this:
.IP
.EX
.nf
\f[C]
guest_os=\[dq]windows\[dq]
disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/Win11_EnglishInternational_x64.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]on\[dq]
.EE
\f[R]
.fi
.IP \[bu] 2
\f[CR]guest_os=\[dq]windows\[dq]\f[R] instructs \f[CR]quickemu\f[R] to
\f[V]guest_os=\[dq]windows\[dq]\f[R] instructs \f[V]quickemu\f[R] to
optimise for Windows.
.IP \[bu] 2
\f[CR]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
\f[V]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
drivers.
.IP \[bu] 2
\f[CR]tpm=\[dq]on\[dq]\f[R] instructs \f[CR]quickemu\f[R] to create a
software emulated TPM device using \f[CR]swtpm\f[R].
\f[V]tpm=\[dq]on\[dq]\f[R] instructs \f[V]quickemu\f[R] to create a
software emulated TPM device using \f[V]swtpm\f[R].
.SH BIOS and EFI
Since Quickemu 2.1.0 \f[CR]efi\f[R] is the default boot option.
.PP
Since Quickemu 2.1.0 \f[V]efi\f[R] is the default boot option.
If you want to override this behaviour then add the following line to
you VM configuration to enable legacy BIOS.
.IP \[bu] 2
\f[CR]boot=\[dq]legacy\[dq]\f[R] - Enable Legacy BIOS boot
\f[V]boot=\[dq]legacy\[dq]\f[R] - Enable Legacy BIOS boot
.SH Tuning CPU cores, RAM & disks
.PP
By default, Quickemu will calculate the number of CPUs cores and RAM to
allocate to a VM based on the specifications of your host computer.
You can override this default behaviour and tune the VM configuration to
@ -118,17 +146,18 @@ your liking.
.PP
Add additional lines to your virtual machine configuration:
.IP \[bu] 2
\f[CR]cpu_cores=\[dq]4\[dq]\f[R] - Specify the number of CPU cores
\f[V]cpu_cores=\[dq]4\[dq]\f[R] - Specify the number of CPU cores
allocated to the VM
.IP \[bu] 2
\f[CR]ram=\[dq]4G\[dq]\f[R] - Specify the amount of RAM to allocate to
\f[V]ram=\[dq]4G\[dq]\f[R] - Specify the amount of RAM to allocate to
the VM
.IP \[bu] 2
\f[CR]disk_size=\[dq]16G\[dq]\f[R] - Specify the size of the virtual
disk allocated to the VM
\f[V]disk_size=\[dq]16G\[dq]\f[R] - Specify the size of the virtual disk
allocated to the VM
.SS Disk preallocation
Preallocation mode (allowed values: \f[CR]off\f[R] (default),
\f[CR]metadata\f[R], \f[CR]falloc\f[R], \f[CR]full\f[R]).
.PP
Preallocation mode (allowed values: \f[V]off\f[R] (default),
\f[V]metadata\f[R], \f[V]falloc\f[R], \f[V]full\f[R]).
An image with preallocated metadata is initially larger but can improve
performance when the image needs to grow.
.PP
@ -136,58 +165,64 @@ Specify what disk preallocation should be used, if any, when creating
the system disk image by adding a line like this to your VM
configuration.
.IP \[bu] 2
\f[CR]preallocation=\[dq]metadata\[dq]\f[R]
\f[V]preallocation=\[dq]metadata\[dq]\f[R]
.SS CD-ROM disks
.PP
If you want to expose an ISO image from the host to guest add the
following line to the VM configuration:
.IP \[bu] 2
\f[CR]fixed_iso=\[dq]/path/to/image.iso\[dq]\f[R]
\f[V]fixed_iso=\[dq]/path/to/image.iso\[dq]\f[R]
.SS Floppy disks
If you\[cq]re like \c
.UR https://popey.com
Alan Pope
.UE \c
\ you\[cq]ll probably want to mount a floppy disk image in the guest.
.PP
If you\[cq]re like Alan Pope (https://popey.com) you\[cq]ll probably
want to mount a floppy disk image in the guest.
To do so add the following line to the VM configuration:
.IP \[bu] 2
\f[CR]floppy=\[dq]/path/to/floppy.img\[dq]\f[R]
\f[V]floppy=\[dq]/path/to/floppy.img\[dq]\f[R]
.SH File Sharing
All File Sharing options will only expose \f[CR]\[ti]/Public\f[R] (or
.PP
All File Sharing options will only expose \f[V]\[ti]/Public\f[R] (or
localised variations) for the current user to the guest VMs.
.SS Samba 🐧 🍏 🪟
If \f[CR]smbd\f[R] is available on the host, Quickemu will automatically
.SS Samba \[u1F427] \[u1F34F] \[u1FA9F]
.PP
If \f[V]smbd\f[R] is available on the host, Quickemu will automatically
enable the built-in QEMU support for exposing a Samba share from the
host to the guest.
.PP
You can install the minimal Samba components on Ubuntu using:
.IP
.EX
.nf
\f[C]
sudo apt install --no-install-recommends samba
.EE
\f[R]
.fi
.PP
If everything is set up correctly, the \f[CR]smbd\f[R] address will be
If everything is set up correctly, the \f[V]smbd\f[R] address will be
printed when the virtual machine is started.
For example:
.IP
.EX
.nf
\f[C]
- smbd: On guest: smb://10.0.2.4/qemu
.EE
\f[R]
.fi
.PP
If using a Windows guest, right-click on \[lq]This PC\[rq], click
\[lq]Add a network location\[rq], and paste this address, removing
\f[CR]smb:\f[R] and replacing forward slashes with backslashes (in this
example \f[CR]\[rs]\[rs]10.0.2.4\[rs]qemu\f[R]).
.SS SPICE WebDAV 🐧 🪟
\f[V]smb:\f[R] and replacing forward slashes with backslashes (in this
example \f[V]\[rs]\[rs]10.0.2.4\[rs]qemu\f[R]).
.SS SPICE WebDAV \[u1F427] \[u1FA9F]
.IP \[bu] 2
TBD
.SS VirtIO-9P 🐧 🍏
.SS VirtIO-9P \[u1F427] \[u1F34F]
.IP \[bu] 2
TBD
.SH Network port forwarding
.PP
Add an additional line to your virtual machine configuration.
For example:
.IP \[bu] 2
\f[CR]port_forwards=(\[dq]8123:8123\[dq] \[dq]8888:80\[dq])\f[R]
\f[V]port_forwards=(\[dq]8123:8123\[dq] \[dq]8888:80\[dq])\f[R]
.PP
In the example above:
.IP \[bu] 2
@ -195,11 +230,13 @@ Port 8123 on the host is forwarded to port 8123 on the guest.
.IP \[bu] 2
Port 8888 on the host is forwarded to port 80 on the guest.
.SH Disable networking
.PP
To completely disable all network interfaces in a guest VM add this
additional line to your virtual machine configuration:
.IP \[bu] 2
\f[CR]network=\[dq]none\[dq]\f[R]
\f[V]network=\[dq]none\[dq]\f[R]
.SH Restricted networking
.PP
You can isolate the guest from the host (and broader network) using the
restrict option, which will restrict networking to just the guest and
any virtual devices.
@ -208,32 +245,36 @@ This can be used to prevent software running inside the guest from
phoning home while still providing a network inside the guest.
Add this additional line to your virtual machine configuration:
.IP \[bu] 2
\f[CR]network=\[dq]restrict\[dq]\f[R]
\f[V]network=\[dq]restrict\[dq]\f[R]
.SH Bridged networking
.PP
Connect your virtual machine to a preconfigured network bridge.
Add an additional line to your virtual machine configuration:
.IP \[bu] 2
\f[CR]network=\[dq]br0\[dq]\f[R]
\f[V]network=\[dq]br0\[dq]\f[R]
.PP
If you want to have a persistent MAC address for your bridged network
interface in the guest VM you can add \f[CR]macaddr\f[R] to the virtual
interface in the guest VM you can add \f[V]macaddr\f[R] to the virtual
machine configuration.
QEMU requires that the MAC address is in the range:
\f[B]52:54:00:AB:00:00 - 52:54:00:AB:FF:FF\f[R]
.PP
So you can generate your own MAC addresses with:
.IP \[bu] 2
\f[CR]macaddr=\[dq]52:54:00:AB:51:AE\[dq]\f[R]
\f[V]macaddr=\[dq]52:54:00:AB:51:AE\[dq]\f[R]
.SH USB redirection
.PP
Quickemu supports USB redirection via SPICE pass-through and host
pass-through.
.SS SPICE redirection (recommended)
.PP
Using SPICE for USB pass-through is easiest as it doesn\[cq]t require
any elevated permission, start Quickemu with \f[CR]--display spice\f[R]
and then select \f[CR]Input\f[R] ->
\f[CR]Select USB Device for redirection\f[R] from the menu to choose
any elevated permission, start Quickemu with \f[V]--display spice\f[R]
and then select \f[V]Input\f[R] ->
\f[V]Select USB Device for redirection\f[R] from the menu to choose
which device(s) you want to attach to the guest.
.SS Host redirection \f[B]NOT Recommended\f[R]
.PP
\f[B]USB host redirection is not recommended\f[R], it is provided purely
for backwards compatibility to older versions of Quickemu.
Using SPICE is preferred, see above.
@ -241,7 +282,7 @@ Using SPICE is preferred, see above.
Add an additional line to your virtual machine configuration.
For example:
.IP \[bu] 2
\f[CR]usb_devices=(\[dq]046d:082d\[dq] \[dq]046d:085e\[dq])\f[R]
\f[V]usb_devices=(\[dq]046d:082d\[dq] \[dq]046d:085e\[dq])\f[R]
.PP
In the example above:
.IP \[bu] 2
@ -251,32 +292,35 @@ to the guest.
The USB device with vendor_id 046d and product_id 085e will be exposed
to the guest.
.PP
If the USB devices are not writable, \f[CR]quickemu\f[R] will display
the appropriate commands to modify the USB device(s) access permissions,
If the USB devices are not writable, \f[V]quickemu\f[R] will display the
appropriate commands to modify the USB device(s) access permissions,
like this:
.IP
.EX
.nf
\f[C]
- USB: Host pass-through requested:
- Sennheiser Communications EPOS GTW 270 on bus 001 device 005 needs permission changes:
sudo chown -v root:user /dev/bus/usb/001/005
ERROR! USB permission changes are required 👆
.EE
ERROR! USB permission changes are required \[u1F446]
\f[R]
.fi
.SH TPM
.PP
Since Quickemu 2.2.0 a software emulated TPM device can be added to
guest virtual machines.
Just add \f[CR]tpm=\[dq]on\[dq]\f[R] to your VM configuration.
\f[CR]quickget\f[R] will automatically add this line to Windows 11
Just add \f[V]tpm=\[dq]on\[dq]\f[R] to your VM configuration.
\f[V]quickget\f[R] will automatically add this line to Windows 11
virtual machines.
.SH AUTHORS
.PP
Written by Martin Wimpress.
.SH BUGS
Submit bug reports online at: \c
.UR https://github.com/quickemu-project/quickemu/issues
.UE \c
.PP
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
.SH SEE ALSO
Full sources at: \c
.UR https://github.com/quickemu-project/quickemu
.UE \c
.PP
Full sources at: <https://github.com/quickemu-project/quickemu>
.PP
quickget(1), quickemu(1), quickgui(1)
.SH AUTHORS

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: November 26, 2023
date: November 17, 2023
footer: quickemu_conf
header: Quickemu Configuration Manual
section: 1

Binary file not shown.

BIN
docs/quickfzf.mp4 Normal file

Binary file not shown.

View File

@ -1,14 +1,32 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.TH "QUICKGET" "1" "November 26, 2023" "quickget" "Quickget User Manual"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKGET" "1" "November 17, 2023" "quickget" "Quickget User Manual"
.hy
.SH NAME
.PP
quickget - download and prepare materials for building a quickemu VM
.SH SYNOPSIS
.PP
\f[B]quickget\f[R] [\f[I]os\f[R]] [\f[I]release\f[R]]
[\f[I]edition\f[R]] | [\f[I]OPTION\f[R]]*
.SH DESCRIPTION
.PP
\f[B]quickget\f[R] will download the requisite materials and prepare a
configuration for \f[CR]quickemu\f[R] to use to build and run
configuration for \f[V]quickemu\f[R] to use to build and run
.SH OPTIONS
.TP
\f[B]version | -version | \[en]version\f[R]
@ -17,13 +35,13 @@ show version (from Quickemu)
\f[B]list | list_csv | list_json\f[R]
provide a csv list of all supported guest OSes, versions and variants.
.TP
\f[B]\f[CB]--show-iso-url\f[B] | -s\f[R] {\f[B]os\f[R]} {\f[B]release\f[R]} [\f[B]edition\f[R]]
\f[B]\f[VB]--show-iso-url\f[B] | -s\f[R] {\f[B]os\f[R]} {\f[B]release\f[R]} [\f[B]edition\f[R]]
show ISO download URL
.TP
\f[B]\f[CB]--test-iso-url\f[B] | -t\f[R] {\f[B]os\f[R]} {\f[B]release\f[R]} [\f[B]edition\f[R]]
\f[B]\f[VB]--test-iso-url\f[B] | -t\f[R] {\f[B]os\f[R]} {\f[B]release\f[R]} [\f[B]edition\f[R]]
test if ISO is available
.TP
\f[B]\f[CB]--open-distro-homepage\f[B] | -o\f[R] {\f[B]os\f[R]}
\f[B]\f[VB]--open-distro-homepage\f[B] | -o\f[R] {\f[B]os\f[R]}
open OS homepage in browser
.TP
\f[B][OS] [Release] [Edition]\f[R]
@ -33,217 +51,261 @@ will exit.
Editions may not apply and will be defaulted if not provided.
.SH NOTES
.SS Ubuntu Guest
\f[CR]quickget\f[R] will automatically download an Ubuntu release and
.PP
\f[V]quickget\f[R] will automatically download an Ubuntu release and
create the virtual machine configuration.
.IP
.EX
.nf
\f[C]
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
.EE
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[CR]spice-vdagent\f[R]) in the guest to
enable copy/paste and USB redirection
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection
.RS 2
.IP \[bu] 2
\f[CR]sudo apt install spice-vdagent\f[R]
\f[V]sudo apt install spice-vdagent\f[R]
.RE
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[CR]spice-webdavd\f[R]) in the guest
to enable file sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RS 2
.IP \[bu] 2
\f[CR]sudo apt install spice-webdavd\f[R]
\f[V]sudo apt install spice-webdavd\f[R]
.RE
.RE
.SS Ubuntu devel (daily-live) images
\f[CR]quickget\f[R] can also download/refresh devel images via
\f[CR]zsync\f[R] for Ubuntu developers and testers.
.PP
\f[V]quickget\f[R] can also download/refresh devel images via
\f[V]zsync\f[R] for Ubuntu developers and testers.
.IP
.EX
.nf
\f[C]
quickget ubuntu devel
quickemu --vm ubuntu-devel.conf
.EE
\f[R]
.fi
.PP
You can run \f[CR]quickget ubuntu devel\f[R] to refresh your daily
You can run \f[V]quickget ubuntu devel\f[R] to refresh your daily
development image as often as you like, it will even automatically
switch to a new series.
.SS Ubuntu Flavours
All the official Ubuntu flavours are supported, just replace
\f[CR]ubuntu\f[R] with your preferred flavour.
.IP \[bu] 2
\f[CR]edubuntu\f[R] (Edubuntu)
.IP \[bu] 2
\f[CR]kubuntu\f[R] (Kubuntu)
.IP \[bu] 2
\f[CR]lubuntu\f[R] (Lubuntu)
.IP \[bu] 2
\f[CR]ubuntu-budgie\f[R] (Ubuntu Budgie)
.IP \[bu] 2
\f[CR]ubuntucinnamon\f[R] (Ubuntu Cinnamon)
.IP \[bu] 2
\f[CR]ubuntukylin\f[R] (Ubuntu Kylin)
.IP \[bu] 2
\f[CR]ubuntu-mate\f[R] (Ubuntu MATE)
.IP \[bu] 2
\f[CR]ubuntu-server\f[R] (Ubuntu Server)
.IP \[bu] 2
\f[CR]ubuntustudio\f[R] (Ubuntu Studio)
.IP \[bu] 2
\f[CR]ubuntu\f[R] (Ubuntu)
.IP \[bu] 2
\f[CR]ubuntu-unity\f[R] (Ubuntu Unity)
.IP \[bu] 2
\f[CR]xubuntu\f[R] (Xubuntu)
.PP
You can also use \f[CR]quickget\f[R] with options to:
All the official Ubuntu flavours are supported, just replace
\f[V]ubuntu\f[R] with your preferred flavour.
.IP \[bu] 2
\f[V]edubuntu\f[R] (Edubuntu)
.IP \[bu] 2
\f[V]kubuntu\f[R] (Kubuntu)
.IP \[bu] 2
\f[V]lubuntu\f[R] (Lubuntu)
.IP \[bu] 2
\f[V]ubuntu-budgie\f[R] (Ubuntu Budgie)
.IP \[bu] 2
\f[V]ubuntucinnamon\f[R] (Ubuntu Cinnamon)
.IP \[bu] 2
\f[V]ubuntukylin\f[R] (Ubuntu Kylin)
.IP \[bu] 2
\f[V]ubuntu-mate\f[R] (Ubuntu MATE)
.IP \[bu] 2
\f[V]ubuntustudio\f[R] (Ubuntu Studio)
.IP \[bu] 2
\f[V]ubuntu\f[R] (Ubuntu)
.IP \[bu] 2
\f[V]ubuntu-unity\f[R] (Ubuntu Unity)
.IP \[bu] 2
\f[V]xubuntu\f[R] (Xubuntu)
.PP
You can also use \f[V]quickget\f[R] with options to:
.IP
.EX
.nf
\f[C]
# show an OS ISO download URL for {os} {release} [edition]
quickget --show-iso-url fedora 38 Silverblue
# test if and OS ISO is available for {os} {release} [edition]
quickget --test-iso-url nixos 23.05 plasma5
# open an OS distribution homepage in a browser
quickget --open-distro-homepage ubuntu-mate
.EE
\f[R]
.fi
.PP
The \f[CR]--show-iso-url\f[R] and \f[CR]--test-iso-url\f[R] options
\f[B]do not\f[R] work for \f[CR]Windows\f[R] (\f[CR]quickget\f[R] will
The \f[V]--show-iso-url\f[R] and \f[V]--test-iso-url\f[R] options
\f[B]do not\f[R] work for \f[V]Windows\f[R] (\f[V]quickget\f[R] will
begin downloading the requested release and edition of windows)
.SS Other Operating Systems
\f[CR]quickget\f[R] also supports:
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2
\f[CR]alma\f[R] (Alma Linux)
\f[V]agarimos\f[R] (AgarimOS)
.IP \[bu] 2
\f[CR]alpine\f[R] (Alpine Linux)
\f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2
\f[CR]android\f[R] (Android x86)
\f[V]alpine\f[R] (Alpine Linux)
.IP \[bu] 2
\f[CR]antix\f[R] (Antix)
\f[V]android\f[R] (Android x86)
.IP \[bu] 2
\f[CR]archcraft\f[R] (Archcraft)
\f[V]antix\f[R] (Antix)
.IP \[bu] 2
\f[CR]archlinux\f[R] (Arch Linux)
\f[V]archcraft\f[R] (Archcraft)
.IP \[bu] 2
\f[CR]arcolinux\f[R] (Arco Linux)
\f[V]archlinux\f[R] (Arch Linux)
.IP \[bu] 2
\f[CR]batocera\f[R] (Batocera)
\f[V]arcolinux\f[R] (Arco Linux)
.IP \[bu] 2
\f[CR]blendos\f[R] (BlendOS)
\f[V]artixlinux\f[R] (Artix Linux)
.IP \[bu] 2
\f[CR]bodhi\f[R] (Bodhi)
\f[V]athenaos\f[R] (Athenaos)
.IP \[bu] 2
\f[CR]bunsenlabs\f[R] (Bunsenlabs)
\f[V]batocera\f[R] (Batocera)
.IP \[bu] 2
\f[CR]cachyos\f[R] (CachyOS)
\f[V]bazzite\f[R] (Bazzite)
.IP \[bu] 2
\f[CR]centos-stream\f[R] (CentOS Stream)
\f[V]biglinux\f[R] (BigLinux)
.IP \[bu] 2
\f[CR]debian\f[R] (Debian)
\f[V]blendos\f[R] (BlendOS)
.IP \[bu] 2
\f[CR]deepin\f[R] (Deepin)
\f[V]bodhi\f[R] (Bodhi Linux)
.IP \[bu] 2
\f[CR]devuan\f[R] (Devuan)
\f[V]bunsenlabs\f[R] (Bunsenlabs)
.IP \[bu] 2
\f[CR]dragonflybsd\f[R] (DragonFlyBSD)
\f[V]cachyos\f[R] (CachyOS)
.IP \[bu] 2
\f[CR]elementary\f[R] (elementary OS)
\f[V]centos-stream\f[R] (CentOS Stream)
.IP \[bu] 2
\f[CR]endeavouros\f[R] (EndeavourOS)
\f[V]cereus\f[R] (Cereus Linux)
.IP \[bu] 2
\f[CR]endless\f[R] (Endless OS)
\f[V]chimera\f[R] (Chimera Linux)
.IP \[bu] 2
\f[CR]fedora\f[R] (Fedora)
\f[V]debian\f[R] (Debian)
.IP \[bu] 2
\f[CR]freebsd\f[R] (FreeBSD)
\f[V]deepin\f[R] (Deepin)
.IP \[bu] 2
\f[CR]freedos\f[R] (FreeDOS)
\f[V]devuan\f[R] (Devuan)
.IP \[bu] 2
\f[CR]garuda\f[R] (Garuda Linux)
\f[V]dietpi\f[R] (DietPi)
.IP \[bu] 2
\f[CR]gentoo\f[R] (Gentoo)
\f[V]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2
\f[CR]ghostbsd\f[R] (GhostBSD)
\f[V]elementary\f[R] (elementary OS)
.IP \[bu] 2
\f[CR]haiku\f[R] (Haiku)
\f[V]endeavouros\f[R] (EndeavourOS)
.IP \[bu] 2
\f[CR]holoiso\f[R] (SteamOS HoloISO)
\f[V]endless\f[R] (Endless OS)
.IP \[bu] 2
\f[CR]kali\f[R] (Kali)
\f[V]fedora\f[R] (Fedora)
.IP \[bu] 2
\f[CR]kdeneon\f[R] (KDE Neon)
\f[V]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[CR]kolibrios\f[R] (KolibriOS)
\f[V]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[CR]linuxlite\f[R] (Linux Lite)
\f[V]fvoid\f[R] (F-Void)
.IP \[bu] 2
\f[CR]linuxmint\f[R] (Linux Mint)
\f[V]gabeeos\f[R] (gabeeOS Linux)
.IP \[bu] 2
\f[CR]lmde\f[R] (Linux Mint Debian Edition)
\f[V]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[CR]mageia\f[R] (Mageia)
\f[V]gentoo\f[R] (Gentoo)
.IP \[bu] 2
\f[CR]manjaro\f[R] (Manjaro)
\f[V]ghostbsd\f[R] (GhostBSD)
.IP \[bu] 2
\f[CR]mxlinux\f[R] (MX Linux)
\f[V]haiku\f[R] (Haiku)
.IP \[bu] 2
\f[CR]netboot\f[R] (netboot.xyz)
\f[V]holoiso\f[R] (Steam OS HoloISO)
.IP \[bu] 2
\f[CR]netbsd\f[R] (NetBSD)
\f[V]kali\f[R] (Kali)
.IP \[bu] 2
\f[CR]nixos\f[R] (NixOS)
\f[V]kdeneon\f[R] (KDE Neon)
.IP \[bu] 2
\f[CR]openbsd\f[R] (OpenBSD)
\f[V]kolibrios\f[R] (KolibriOS)
.IP \[bu] 2
\f[CR]openindiana\f[R] (OpenIndiana)
\f[V]linuxlite\f[R] (Linux Lite)
.IP \[bu] 2
\f[CR]opensuse\f[R] (openSUSE)
\f[V]linuxmint\f[R] (Linux Mint)
.IP \[bu] 2
\f[CR]oraclelinux\f[R] (Oracle Linux)
\f[V]lmde\f[R] (Linux Mint Debian Edition)
.IP \[bu] 2
\f[CR]peppermint\f[R] (PeppermintOS)
\f[V]mageia\f[R] (Mageia)
.IP \[bu] 2
\f[CR]popos\f[R] (Pop!_OS)
\f[V]manjaro\f[R] (Manjaro)
.IP \[bu] 2
\f[CR]porteus\f[R] (Porteus)
\f[V]miyolinux\f[R] (Miyo Linux)
.IP \[bu] 2
\f[CR]reactos\f[R] (ReactOS)
\f[V]mxlinux\f[R] (MX Linux)
.IP \[bu] 2
\f[CR]rebornos\f[R] (RebornOS)
\f[V]netboot\f[R] (netboot.xyz)
.IP \[bu] 2
\f[CR]rockylinux\f[R] (Rocky Linux)
\f[V]netbsd\f[R] (NetBSD)
.IP \[bu] 2
\f[CR]siduction\f[R] (Siduction)
\f[V]nixos\f[R] (NixOS)
.IP \[bu] 2
\f[CR]slackware\f[R] (Slackware)
\f[V]openbsd\f[R] (OpenBSD)
.IP \[bu] 2
\f[CR]solus\f[R] (Solus)
\f[V]openindiana\f[R] (OpenIndiana)
.IP \[bu] 2
\f[CR]spiral\f[R] (Spiral)
\f[V]opensuse\f[R] (openSUSE)
.IP \[bu] 2
\f[CR]tails\f[R] (Tails)
\f[V]oraclelinux\f[R] (Oracle Linux)
.IP \[bu] 2
\f[CR]tinycore\f[R] (Tiny Core Linux)
\f[V]peppermint\f[R] (PeppermintOS)
.IP \[bu] 2
\f[CR]trisquel\f[R] (Trisquel)
\f[V]popos\f[R] (Pop!_OS)
.IP \[bu] 2
\f[CR]truenas-core\f[R] (TrueNAS Core)
\f[V]porteus\f[R] (Porteus)
.IP \[bu] 2
\f[CR]truenas-scale\f[R] (TrueNAS Scale)
\f[V]pureos\f[R] (PureOS)
.IP \[bu] 2
\f[CR]vanillaos\f[R] (Vanilla OS)
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[CR]void\f[R] (Void Linux)
\f[V]rebornos\f[R] (RebornOS)
.IP \[bu] 2
\f[CR]vxlinux\f[R] (VX Linux)
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[CR]xerolinux\f[R] (XeroLinux)
\f[V]siduction\f[R] (Siduction)
.IP \[bu] 2
\f[CR]zorin\f[R] (Zorin OS)
\f[V]slackware\f[R] (Slackware)
.IP \[bu] 2
\f[V]slax\f[R] (Slax)
.IP \[bu] 2
\f[V]slitaz\f[R] (SliTaz GNU/Linux)
.IP \[bu] 2
\f[V]solus\f[R] (Solus)
.IP \[bu] 2
\f[V]sparkylinux\f[R] (SparkyLinux)
.IP \[bu] 2
\f[V]spiral\f[R] (SpiralLinux)
.IP \[bu] 2
\f[V]tails\f[R] (Tails)
.IP \[bu] 2
\f[V]tinycore\f[R] (Tiny Core Linux)
.IP \[bu] 2
\f[V]trisquel\f[R] (Trisquel)
.IP \[bu] 2
\f[V]truenas-core\f[R] (TrueNAS Core)
.IP \[bu] 2
\f[V]truenas-scale\f[R] (TrueNAS Scale)
.IP \[bu] 2
\f[V]tuxedoos\f[R] (TuxedoOS)
.IP \[bu] 2
\f[V]vanillaos\f[R] (Vanilla OS)
.IP \[bu] 2
\f[V]ventoy\f[R] (Ventoy)
.IP \[bu] 2
\f[V]voidpup\f[R] (Void Puppy)
.IP \[bu] 2
\f[V]void\f[R] (Void Linux)
.IP \[bu] 2
\f[V]vxlinux\f[R] (VX Linux)
.IP \[bu] 2
\f[V]xerolinux\f[R] (XeroLinux)
.IP \[bu] 2
\f[V]zorin\f[R] (Zorin OS)
.PP
Or you can download a Linux image and manually create a VM
configuration.
@ -251,42 +313,49 @@ configuration.
Download a .iso image of a Linux distribution
.IP \[bu] 2
Create a VM configuration file; for example
\f[CR]debian-bullseye.conf\f[R]
\f[V]debian-bullseye.conf\f[R]
.IP
.EX
.nf
\f[C]
guest_os=\[dq]linux\[dq]
disk_img=\[dq]debian-bullseye/disk.qcow2\[dq]
iso=\[dq]debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso\[dq]
.EE
\f[R]
.fi
.IP \[bu] 2
Use \f[CR]quickemu\f[R] to start the virtual machine:
Use \f[V]quickemu\f[R] to start the virtual machine:
.IP
.EX
.nf
\f[C]
quickemu --vm debian-bullseye.conf
.EE
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[CR]spice-vdagent\f[R]) in the guest to
enable copy/paste and USB redirection.
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection.
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[CR]spice-webdavd\f[R]) in the guest
to enable file sharing.
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RE
.SS macOS Guest
\f[CR]quickget\f[R] automatically downloads a macOS recovery image and
.PP
\f[V]quickget\f[R] automatically downloads a macOS recovery image and
creates a virtual machine configuration.
.IP
.EX
.nf
\f[C]
quickget macos catalina
quickemu --vm macos-catalina.conf
.EE
\f[R]
.fi
.PP
macOS \f[CR]high-sierra\f[R], \f[CR]mojave\f[R], \f[CR]catalina\f[R],
\f[CR]big-sur\f[R], \f[CR]monterey\f[R] and \f[CR]ventura\f[R] are
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R], \f[V]monterey\f[R] and \f[V]ventura\f[R] are
supported.
.IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
@ -297,11 +366,11 @@ From \f[B]macOS Utilities\f[R]
Click \f[B]Disk Utility\f[R] and \f[B]Continue\f[R]
.RS 2
.IP \[bu] 2
Select \f[CR]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list (on
Big Sur and above use \f[CR]Apple Inc. VirtIO Block Device\f[R]) and
Select \f[V]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list (on
Big Sur and above use \f[V]Apple Inc. VirtIO Block Device\f[R]) and
click \f[B]Erase\f[R].
.IP \[bu] 2
Enter a \f[CR]Name:\f[R] for the disk
Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, Monterey
and Ventura), choose any of the APFS options as the filesystem.
@ -350,9 +419,11 @@ command followed by pressing enter to tell macos to use the TRIM command
on the hard disk when files are deleted:
.RE
.IP
.EX
.nf
\f[C]
sudo trimforce enable
.EE
\f[R]
.fi
.PP
You will be prompted to enter your account\[cq]s password to gain the
privilege needed.
@ -362,34 +433,40 @@ type y (for a \[lq]yes\[rq] response) followed by enter to confirm.
If you press enter without first typing y the system will consider that
a negative response as though you said \[lq]no\[rq]:
.IP
.EX
.nf
\f[C]
IMPORTANT NOTICE: This tool force-enables TRIM for all relevant attached devices, even though such devices may not have been validated for data integrity while using TRIM. Use of this tool to enable TRIM may result in unintended data loss or data corruption. It should not be used in a commercial operating environment or with important data. Before using this tool, you should back up all of your data and regularly back up data while TRIM is enabled. This tool is provided on an \[dq]as is\[dq] basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THIS TOOL OR ITS USE ALONE OR IN COMBINATION WITH YOUR DEVICES, SYSTEMS, OR SERVICES. BY USING THIS TOOL TO ENABLE TRIM, YOU AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE TOOL IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
Are you sure you with to proceed (y/N)?
.EE
\f[R]
.fi
.PP
And a second confirmation once you\[cq]ve confirmed the previous one:
.IP
.EX
.nf
\f[C]
Your system will immediately reboot when this is complete.
Is this OK (y/N)?
.EE
\f[R]
.fi
.PP
As the last message states, your system will automatically reboot as
soon as the command completes.
.PP
The default macOS configuration looks like this:
.IP
.EX
.nf
\f[C]
guest_os=\[dq]macos\[dq]
img=\[dq]macos-catalina/RecoveryImage.img\[dq]
disk_img=\[dq]macos-catalina/disk.qcow2\[dq]
macos_release=\[dq]catalina\[dq]
.EE
\f[R]
.fi
.IP \[bu] 2
\f[CR]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
\f[V]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
macOS.
.IP \[bu] 2
\f[CR]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
\f[V]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
optimise for a particular macOS release.
.RS 2
.IP \[bu] 2
@ -400,6 +477,7 @@ And VirtIO Block Media (disks) are supported/stable in Catalina and
newer.
.RE
.SS macOS compatibility
.PP
There are some considerations when running macOS via Quickemu.
.IP \[bu] 2
Supported macOS releases:
@ -418,35 +496,24 @@ Monterey
Ventura
.RE
.IP \[bu] 2
\f[CR]quickemu\f[R] will automatically download the required \c
.UR https://github.com/acidanthera/OpenCorePkg
OpenCore
.UE \c
\ bootloader and OVMF firmware from \c
.UR https://github.com/kholia/OSX-KVM
OSX-KVM
.UE \c
\&.
\f[V]quickemu\f[R] will automatically download the required
OpenCore (https://github.com/acidanthera/OpenCorePkg) bootloader and
OVMF firmware from OSX-KVM (https://github.com/kholia/OSX-KVM).
.IP \[bu] 2
Optimised by default, but no GPU acceleration is available.
.RS 2
.IP \[bu] 2
Host CPU vendor is detected and guest CPU is optimised accordingly.
.IP \[bu] 2
\c
.UR https://www.kraxel.org/blog/2019/06/macos-qemu-guest/
VirtIO Block Media
.UE \c
\ is used for the system disk where supported.
VirtIO Block
Media (https://www.kraxel.org/blog/2019/06/macos-qemu-guest/) is used
for the system disk where supported.
.IP \[bu] 2
\c
.UR http://philjordan.eu/osx-virt/
VirtIO \f[CR]usb-tablet\f[R]
.UE \c
\ is used for the mouse.
VirtIO \f[V]usb-tablet\f[R] (http://philjordan.eu/osx-virt/) is used for
the mouse.
.IP \[bu] 2
VirtIO Network (\f[CR]virtio-net\f[R]) is supported and enabled on macOS
Big Sur and newer but previous releases use \f[CR]vmxnet3\f[R].
VirtIO Network (\f[V]virtio-net\f[R]) is supported and enabled on macOS
Big Sur and newer but previous releases use \f[V]vmxnet3\f[R].
.IP \[bu] 2
VirtIO Memory Ballooning is supported and enabled on macOS Big Sur and
newer but disabled for other support macOS releases.
@ -462,74 +529,58 @@ XHCI (USB 3.0) on macOS Big Sur and newer.
.IP \[bu] 2
Display resolution can only be changed via macOS System Preferences.
.IP \[bu] 2
\f[B]Full Duplex audio requires \c
.UR https://github.com/chris1111/VoodooHDA-OC
VoodooHDA OC
.UE \c
\ or pass-through a USB audio-device to the macOS guest VM\f[R].
\f[B]Full Duplex audio requires VoodooHDA
OC (https://github.com/chris1111/VoodooHDA-OC) or pass-through a USB
audio-device to the macOS guest VM\f[R].
.IP \[bu] 2
NOTE!
\c
.UR https://disable-gatekeeper.github.io/
Gatekeeper
.UE \c
\ and \c
.UR
https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection
System Integrity Protection (SIP)
.UE \c
\ need to be disabled to install VoodooHDA OC
Gatekeeper (https://disable-gatekeeper.github.io/) and System Integrity
Protection
(SIP) (https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection)
need to be disabled to install VoodooHDA OC
.IP \[bu] 2
File sharing between guest and host is available via \c
.UR https://wiki.qemu.org/Documentation/9psetup
virtio-9p
.UE \c
\ and \c
.UR https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24
SPICE webdavd
.UE \c
\&.
File sharing between guest and host is available via
virtio-9p (https://wiki.qemu.org/Documentation/9psetup) and SPICE
webdavd (https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
.IP \[bu] 2
Copy/paste via SPICE agent is \f[B]not available on macOS\f[R].
.SS macOS App Store
.PP
If you see \f[I]\[lq]Your device or computer could not be
verified\[rq]\f[R] when you try to login to the App Store, make sure
that your wired ethernet device is \f[CR]en0\f[R].
Use \f[CR]ifconfig\f[R] in a terminal to verify this.
that your wired ethernet device is \f[V]en0\f[R].
Use \f[V]ifconfig\f[R] in a terminal to verify this.
.PP
If the wired ethernet device is not \f[CR]en0\f[R], then then go to
If the wired ethernet device is not \f[V]en0\f[R], then then go to
\f[I]System Preferences\f[R] -> \f[I]Network\f[R], delete all the
network devices and apply the changes.
Next, open a terminal and run the following:
.IP
.EX
.nf
\f[C]
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
.EE
\f[R]
.fi
.PP
Now reboot, and the App Store should work.
.SS Windows 8, 10 & 11 Guests
\f[CR]quickget\f[R] can download \c
.UR https://www.microsoft.com/software-download/windows10
Windows10
.UE \c
\ and \c
.UR https://www.microsoft.com/software-download/windows11
Windows 11
.UE \c
\ automatically and create an optimised virtual machine configuration.
This configuration also includes the \c
.UR https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/
VirtIO drivers for Windows
.UE \c
\&.
.PP
\f[V]quickget\f[R] can download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically and create an optimised virtual machine configuration.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
.PP
Windows 8.1 is also supported but doesn\[cq]t feature any automated
installation or driver optimisation.
.IP
.EX
.nf
\f[C]
quickget windows 11
quickemu --vm windows-11.conf
.EE
\f[R]
.fi
.IP \[bu] 2
Complete the installation as you normally would.
.IP \[bu] 2
@ -539,40 +590,42 @@ A local administrator user account is automatically created, with these
credentials:
.RS 2
.IP \[bu] 2
Username: \f[CR]Quickemu\f[R]
Username: \f[V]Quickemu\f[R]
.IP \[bu] 2
Password: \f[CR]quickemu\f[R]
Password: \f[V]quickemu\f[R]
.RE
.PP
The default Windows 11 configuration looks like this:
.IP
.EX
.nf
\f[C]
guest_os=\[dq]windows\[dq]
disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/windows-11.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]off\[dq]
.EE
\f[R]
.fi
.IP \[bu] 2
\f[CR]guest_os=\[dq]windows\[dq]\f[R] instructs \f[CR]quickemu\f[R] to
\f[V]guest_os=\[dq]windows\[dq]\f[R] instructs \f[V]quickemu\f[R] to
optimise for Windows.
.IP \[bu] 2
\f[CR]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
\f[V]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
drivers.
.IP \[bu] 2
\f[CR]tpm=\[dq]on\[dq]\f[R] instructs \f[CR]quickemu\f[R] to create a
software emulated TPM device using \f[CR]swtpm\f[R].
\f[V]tpm=\[dq]on\[dq]\f[R] instructs \f[V]quickemu\f[R] to create a
software emulated TPM device using \f[V]swtpm\f[R].
.SH AUTHORS
.PP
Written by Martin Wimpress.
.SH BUGS
Submit bug reports online at: \c
.UR https://github.com/quickemu-project/quickemu/issues
.UE \c
.PP
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
.SH SEE ALSO
Full sources at: \c
.UR https://github.com/quickemu-project/quickemu
.UE \c
.PP
Full sources at: <https://github.com/quickemu-project/quickemu>
.PP
quickemu(1), quickemu_conf(1), quickgui(1)
.SH AUTHORS

View File

@ -1,6 +1,6 @@
---
author: Martin Wimpress
date: November 26, 2023
date: November 17, 2023
footer: quickget
header: Quickget User Manual
section: 1
@ -91,7 +91,6 @@ with your preferred flavour.
- `ubuntucinnamon` (Ubuntu Cinnamon)
- `ubuntukylin` (Ubuntu Kylin)
- `ubuntu-mate` (Ubuntu MATE)
- `ubuntu-server` (Ubuntu Server)
- `ubuntustudio` (Ubuntu Studio)
- `ubuntu` (Ubuntu)
- `ubuntu-unity` (Ubuntu Unity)
@ -116,6 +115,7 @@ edition of windows)
`quickget` also supports:
- `agarimos` (AgarimOS)
- `alma` (Alma Linux)
- `alpine` (Alpine Linux)
- `android` (Android x86)
@ -123,15 +123,22 @@ edition of windows)
- `archcraft` (Archcraft)
- `archlinux` (Arch Linux)
- `arcolinux` (Arco Linux)
- `artixlinux` (Artix Linux)
- `athenaos` (Athenaos)
- `batocera` (Batocera)
- `bazzite` (Bazzite)
- `biglinux` (BigLinux)
- `blendos` (BlendOS)
- `bodhi` (Bodhi)
- `bodhi` (Bodhi Linux)
- `bunsenlabs` (Bunsenlabs)
- `cachyos` (CachyOS)
- `centos-stream` (CentOS Stream)
- `cereus` (Cereus Linux)
- `chimera` (Chimera Linux)
- `debian` (Debian)
- `deepin` (Deepin)
- `devuan` (Devuan)
- `dietpi` (DietPi)
- `dragonflybsd` (DragonFlyBSD)
- `elementary` (elementary OS)
- `endeavouros` (EndeavourOS)
@ -139,11 +146,13 @@ edition of windows)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `fvoid` (F-Void)
- `gabeeos` (gabeeOS Linux)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)
- `haiku` (Haiku)
- `holoiso` (SteamOS HoloISO)
- `holoiso` (Steam OS HoloISO)
- `kali` (Kali)
- `kdeneon` (KDE Neon)
- `kolibrios` (KolibriOS)
@ -152,6 +161,7 @@ edition of windows)
- `lmde` (Linux Mint Debian Edition)
- `mageia` (Mageia)
- `manjaro` (Manjaro)
- `miyolinux` (Miyo Linux)
- `mxlinux` (MX Linux)
- `netboot` (netboot.xyz)
- `netbsd` (NetBSD)
@ -163,19 +173,26 @@ edition of windows)
- `peppermint` (PeppermintOS)
- `popos` (Pop!\_OS)
- `porteus` (Porteus)
- `pureos` (PureOS)
- `reactos` (ReactOS)
- `rebornos` (RebornOS)
- `rockylinux` (Rocky Linux)
- `siduction` (Siduction)
- `slackware` (Slackware)
- `slax` (Slax)
- `slitaz` (SliTaz GNU/Linux)
- `solus` (Solus)
- `spiral` (Spiral)
- `sparkylinux` (SparkyLinux)
- `spiral` (SpiralLinux)
- `tails` (Tails)
- `tinycore` (Tiny Core Linux)
- `trisquel` (Trisquel)
- `truenas-core` (TrueNAS Core)
- `truenas-scale` (TrueNAS Scale)
- `tuxedoos` (TuxedoOS)
- `vanillaos` (Vanilla OS)
- `ventoy` (Ventoy)
- `voidpup` (Void Puppy)
- `void` (Void Linux)
- `vxlinux` (VX Linux)
- `xerolinux` (XeroLinux)

11
docs/simplex.svg Normal file
View File

@ -0,0 +1,11 @@
<svg width="161" height="40" viewBox="0 0 161 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.36956 9.95312C9.07658 9.95312 9.77404 10.0183 10.462 10.1487C11.1499 10.2791 11.8091 10.4467 12.4397 10.6516C13.0703 10.8565 13.6579 11.0894 14.2025 11.3502C14.7471 11.6109 15.2487 11.8717 15.7073 12.1325L13.6435 15.9324L13.6153 15.9014C13.5338 15.822 13.3426 15.6926 13.0416 15.5133C12.6977 15.3084 12.2677 15.0942 11.7518 14.8707C11.2359 14.6472 10.6721 14.4516 10.0607 14.2839C9.4492 14.1163 8.83772 14.0325 8.22625 14.0325C6.54469 14.0325 5.70391 14.582 5.70391 15.681C5.70391 16.0162 5.79468 16.2956 5.97621 16.5192C6.15774 16.7427 6.42526 16.9429 6.77877 17.1199C7.13228 17.2969 7.57656 17.4598 8.1116 17.6089C8.64664 17.7579 9.26767 17.9255 9.97469 18.1118C10.9492 18.3726 11.8282 18.6566 12.6117 18.964C13.3951 19.2713 14.0591 19.6532 14.6037 20.1095C15.1483 20.5659 15.5687 21.1201 15.8649 21.772C16.1611 22.424 16.3092 23.2063 16.3092 24.119C16.3092 25.2367 16.0942 26.182 15.6643 26.955C15.2343 27.728 14.6658 28.352 13.9588 28.827C13.2518 29.302 12.4397 29.6466 11.5225 29.8608C10.6053 30.075 9.65939 30.1821 8.68486 30.1821C7.93962 30.1821 7.17528 30.1263 6.39182 30.0145C5.60837 29.9027 4.84403 29.7398 4.09879 29.5255C3.35356 29.3113 2.63221 29.0552 1.93475 28.7572C1.23728 28.4591 0.592366 28.1145 0 27.7234L2.06373 23.7279L2.10045 23.7667C2.20495 23.8665 2.44112 24.0305 2.80896 24.2587C3.22935 24.5195 3.75006 24.7803 4.37109 25.0411C4.99212 25.3018 5.68481 25.5347 6.44915 25.7396C7.21349 25.9445 7.98739 26.0469 8.77084 26.0469C10.4333 26.0469 11.2645 25.5533 11.2645 24.5661C11.2645 24.1935 11.1403 23.8862 10.8919 23.644C10.6435 23.4019 10.2995 23.183 9.86003 22.9874C9.42054 22.7918 8.89983 22.6102 8.29791 22.4426C7.69599 22.2749 7.04152 22.0887 6.3345 21.8838C5.39818 21.6044 4.58606 21.3017 3.89815 20.9757C3.21024 20.6497 2.64176 20.2725 2.19271 19.8441C1.74366 19.4157 1.40926 18.9221 1.18951 18.3633C0.969761 17.8044 0.859887 17.1525 0.859887 16.4074C0.859887 15.3643 1.06053 14.4423 1.46181 13.6413C1.86309 12.8403 2.40768 12.1651 3.09559 11.6156C3.7835 11.0661 4.58129 10.6516 5.48894 10.3722C6.3966 10.0928 7.35681 9.95312 8.36956 9.95312ZM27.1234 10.1208V29.9586H22.4226V10.1208H27.1234ZM39.4853 10.1208L44.7593 20.4867L50.0619 10.1208H55.1353V29.9586H50.4345V18.0839L46.0205 26.7175H43.4981L39.084 18.0839V29.9586H34.3833V10.1208H39.4853ZM86.6338 10.1208V25.9352H96.4939V29.9586H81.9331V10.1208H86.6338ZM115.547 10.1208V14.1442H106.203V18H114.229V21.7161H106.203V25.9352H115.805V29.9586H101.502V10.1208H115.547ZM70.5198 10.1208L70.8416 10.128C71.6918 10.1666 72.4779 10.3598 73.1998 10.7075C74.0119 11.0987 74.7093 11.6109 75.2922 12.2443C75.875 12.8776 76.3336 13.5947 76.668 14.3957C77.0024 15.1967 77.1696 16.0069 77.1696 16.8265C77.1696 17.702 77.0119 18.5402 76.6966 19.3412C76.3813 20.1421 75.9419 20.8593 75.3781 21.4926C74.8144 22.1259 74.1313 22.6289 73.3287 23.0014C72.6154 23.3326 71.834 23.5165 70.9848 23.5533L70.6631 23.5602H66.5356V29.9586H61.8349V10.1208H70.5198ZM70.2045 14.1442H66.5356V19.5647H70.3765C70.9306 19.5647 71.4083 19.3319 71.8096 18.8662C72.2109 18.4005 72.4115 17.7206 72.4115 16.8265C72.4115 16.3608 72.3494 15.9604 72.2252 15.6251C72.101 15.2898 71.9338 15.0104 71.7236 14.7869C71.5134 14.5633 71.2746 14.4003 71.0071 14.2979C70.7395 14.1954 70.472 14.1442 70.2045 14.1442Z" fill="#030749"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M124.336 10.1101L130.957 16.689L137.762 9.92721L141.072 13.2167L134.267 19.9784L140.888 26.5575L137.486 29.9384L130.865 23.3592L124.06 30.1213L120.75 26.8318L127.554 20.0699L120.934 13.491L124.336 10.1101Z" fill="#030749"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.433 30L140.809 26.6454L140.807 26.6445L147.56 19.936L140.936 13.3552L140.937 13.3546L137.625 10.0637L131.002 3.48203L134.377 0.127456L141.001 6.70925L147.753 0L151.065 3.29085L144.312 10L150.936 16.5815L157.688 9.87254L161 13.1634L154.247 19.8722L160.872 26.4542L157.496 29.8088L150.871 23.2268L144.12 29.9358L150.744 36.518L147.368 39.8725L140.744 33.2904L133.993 40L130.681 36.7092L137.433 30Z" fill="url(#paint0_linear_40_164)"/>
<defs>
<linearGradient id="paint0_linear_40_164" x1="135.948" y1="-0.816326" x2="132.096" y2="36.9857" gradientUnits="userSpaceOnUse">
<stop stop-color="#01F1FF"/>
<stop offset="1" stop-color="#0197FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

96
docs/tux.svg Executable file
View File

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg26"
sodipodi:docname="tux.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs30" />
<sodipodi:namedview
id="namedview28"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg26" />
<circle
cx="256.24069"
cy="256.83804"
r="250"
fill="#f9f9f9"
stroke-width="9.25917"
style="paint-order:markers stroke fill"
id="circle2" />
<g
transform="matrix(6.2831481,0,0,6.2831481,82.953653,43.211208)"
id="g24">
<path
d="m 20.254,22.904 c 0.72001,-2.852 0.026,-5.8841 0.126,-8.8241 0.22,-6.4201 3.784,-7.8761 7.4381,-8.0661 4.192,-0.22 9.1541,2.264 9.4541,8.3201 0.142,2.898 -0.37,5.8921 0.378,8.6961 1.742,6.5401 9.2201,11.262 9.3281,18.026 0.1,6.4281 -2.86,14.004 -8.3201,17.396 -2.82,1.752 -6.6461,-0.35 -9.9601,-0.126 -3.686,0.252 -7.7861,3.526 -10.966,1.64 C 11.96,56.54 10.368,47.756 10.8,41.056 11.24,34.2479 18.5841,29.52 20.2541,22.904 Z"
fill="#2f3133"
id="path4" />
<ellipse
cx="30.52"
cy="17.563999"
rx="2.964"
ry="3.832"
fill="#fcfcfc"
fill-opacity="0.941"
id="ellipse6" />
<ellipse
cx="23.5"
cy="17.698"
rx="2.0940001"
ry="3.1199999"
fill="#fcfcfc"
fill-opacity="0.941"
id="ellipse8" />
<ellipse
cx="30.152"
cy="18.188"
rx="1.214"
ry="2.006"
fill="#232629"
id="ellipse10" />
<ellipse
cx="23.51"
cy="18.188"
rx="0.92400998"
ry="1.494"
fill="#232629"
id="ellipse12" />
<path
d="m 30.128,21.514 a 10.136,10.136 0 0 0 -1.09,0.008 c -2.46,0.144 -5.0961,1.11 -6.4281,2.28 -2.132,1.874 -0.86801,3.696 -1.786,6.3281 -0.91799,2.6321 -3.228,6.0761 -3.92,9.3601 -0.28,1.326 -0.63601,2.652 -0.88001,3.984 l 6.5861,8.0481 c 1.294,1.58 -2.082,0.99401 -5.2221,-1.04 2.228,3.134 6.6481,6.2401 11.012,5.9461 4.648,-0.312 10.136,-5.1721 11.892,-9.1461 -1.704,-0.288 -3.36,-2.852 -1.996,-4.7621 0.474,-0.66201 1.492,-0.72001 2.366,-0.58001 -0.526,-2.036 -1.574,-3.86 -2.1,-5.3921 -0.91201,-2.672 -1.972,-3.42 -2.94,-5.7921 -0.97001,-2.372 0.054,-6.7601 -2.676,-8.4681 -0.76801,-0.48 -1.75,-0.72001 -2.818,-0.77401 z"
fill="#f7f7f8"
id="path14" />
<g
fill="#f7a931"
id="g22">
<path
d="m 9.6657,46.73 c 0.97401,-0.78001 1.43,-2.366 2.646,-2.648 0.95201,-0.22 2.02,0.326 2.774,0.94601 1.722,1.416 1.984,4.028 3.34,5.8001 0.90401,1.178 2.436,1.848 3.152,3.15 0.74601,1.36 1.708,3.156 1.008,4.538 -0.94401,1.862 -3.648,2.44 -5.7361,2.52 -1.268,0.05 -2.37,-0.92001 -3.592,-1.26 -1.78,-0.496 -3.834,-0.19 -5.4201,-1.134 -1.256,-0.74601 -2.744,-1.882 -2.836,-3.34 -0.038,-0.57601 0.80401,-0.89001 0.94401,-1.45 0.372,-1.472 -1.054,-3.18 -0.378,-4.54 0.72001,-1.444 2.836,-1.574 4.098,-2.582 z"
id="path16" />
<path
d="m 37.86,44.538 c -0.402,0.36 -0.74201,0.81401 -0.99001,1.264 -1.076,1.954 -0.35,4.48 -0.95401,6.6261 -0.404,1.43 -1.578,2.62 -1.76,4.092 -0.19,1.54 -0.42,3.564 0.74201,4.59 1.568,1.38 4.294,0.91401 6.2621,0.216 1.198,-0.424 1.86,-1.732 2.87,-2.5 1.468,-1.12 3.49,-1.6 4.614,-3.062 0.89001,-1.16 1.854,-2.764 1.4,-4.152 -0.18,-0.54801 -1.076,-0.53001 -1.414,-0.99801 -0.89001,-1.23 -0.2,-3.34 -1.33,-4.352 -0.84001,-0.75001 -2.074,-0.66401 -3.266,-0.69601 -0.57601,1.234 -2.452,2.074 -3.742,1.716 -1.092,-0.304 -2.18,-1.546 -2.432,-2.744 z"
id="path18" />
<path
d="m 26.462,18.304 c 1.318,-0.07 2.53,0.78401 3.72,1.354 1.15,0.55401 3.114,0.72001 3.276,1.986 0.186,1.438 -1.84,2.286 -3.024,3.12 -1.058,0.74601 -2.238,1.62 -3.53,1.608 -1.306,-0.014 -2.462,-0.95001 -3.53,-1.702 -0.88001,-0.62001 -2.266,-1.192 -2.3,-2.27 -0.038,-1.152 1.38,-1.886 2.3,-2.584 0.91201,-0.69201 1.944,-1.452 3.088,-1.512 z"
id="path20" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
docs/tux23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

BIN
docs/yadEmu (WIP).mp4 Normal file

Binary file not shown.

BIN
docs/yademu.mp4 Normal file

Binary file not shown.

64
documents/Makefile Normal file
View File

@ -0,0 +1,64 @@
include pandoc-man.mk
ifeq ($(PREFIX),)
PREFIX := /usr
endif
datarootdir := $(PREFIX)/share
datadir := $(datarootdir)
mandir := $(datarootdir)/man
bindir := $(PREFIX)/bin
configdir := $(datarootdir)/distrohopper
ICONS_DIR := config/icons
all: distrohopper.1 quickget.1 quickemu.1 quickemu_conf.1
clean:
rm *.1
install_docs: all
install -d $(DESTDIR)$(mandir)/man1
install -m 644 distrohopper.1 $(DESTDIR)$(mandir)/man1
install -m 644 quickget.1 $(DESTDIR)$(mandir)/man1
install -m 644 quickemu.1 $(DESTDIR)$(mandir)/man1
install -m 644 quickemu_conf.1 $(DESTDIR)$(mandir)/man1
# install -m 644 quickgui.1 $(DESTDIR)$(mandir)/man1
install_bins:
install -d $(DESTDIR)$(bindir)
install -m 755 ../dh $(DESTDIR)$(bindir)
install -m 755 ../quickget $(DESTDIR)$(bindir)
install -m 755 ../quickemu $(DESTDIR)$(bindir)
install -m 755 ../macrecovery $(DESTDIR)$(bindir)
install_config:
install_icons:
install -d $(DESTDIR)$(datadir)/icons/distrohopper
install -m 644 $(ICONS_DIR)/*.svg $(DESTDIR)$(datadir)/icons/distrohopper
install -m 644 $(ICONS_DIR)/*.png $(DESTDIR)$(datadir)/icons/distrohopper
install: install_bins install_docs install_icons
uninstall_icons:
rm -f $(DESTDIR)$(datadir)/icons/distrohopper/*.svg
rm -f $(DESTDIR)$(datadir)/icons/distrohopper/*.png
uninstall_docs:
rm -f $(DESTDIR)$(mandir)/man1/distrohopper.1
rm -f $(DESTDIR)$(mandir)/man1/quickget.1
rm -f $(DESTDIR)$(mandir)/man1/quickemu.1
rm -f $(DESTDIR)$(mandir)/man1/quickemu_conf.1
uninstall_bins:
rm -f $(DESTDIR)$(bindir)/dh
rm -f $(DESTDIR)$(bindir)/quickget
rm -f $(DESTDIR)$(bindir)/quickemu
rm -f $(DESTDIR)$(bindir)/macrecovery
uninstall: uninstall_icons uninstall_docs uninstall_bins
.PHONY: all

View File

@ -0,0 +1,147 @@
#: dh.sh:10
msgid "Done"
msgstr "Hotovo"
#: dh.sh:11
msgid "PS: You saw some bugs?"
msgstr "PS: Viděli jste nějaké chyby?"
#: dh.sh:12
msgid "Could you please provide feedback?"
msgstr "Můžete prosím poslat zpětnou vazbu?"
#: dh.sh:13
msgid "How do you like DistroHopper?"
msgstr "Jak se vám líbí DistroHopper?"
#: dh.sh:14
msgid "What can be improved, added, changed?"
msgstr "Co může být vylepšeno, přidáno, změněno?"
#: dh.sh:15
msgid " Let me know..."
msgstr " Dejte mi vědět..."
#: dh.sh:16
msgid "Flawless distro hopping..."
msgstr "Bezchybné zkoušení distribucí..."
#: dh.sh:21
msgid "Possible arguments:"
msgstr "Možné argumenty:"
#: dh.sh:22
msgid " -h --help Show this help and exit"
msgstr " -h --help Zobrazit tuto nápovědu a skončit"
#: dh.sh:24
msgid " -d --dir Set default directory where VMs are stored"
msgstr " -d --dir Nastavit adresář kde jsou virtuální stroje uloženy"
#: dh.sh:25
msgid " -i --install Install DistroHopper"
msgstr "\t-i\t--install\t\tInstalovat DistroHopper"
#: dh.sh:27
msgid " -m --mode Portable mode"
msgstr "\t-m\t--mode\t\t\tPřenosný mód"
#: dh.sh:29
msgid " -s --supported Update supported VMs"
msgstr "\t-s\t--supported\t\tAktualizovat podporované VM"
#: dh.sh:30
msgid " -r --ready Update ready to run VMs"
msgstr "\t-r\t--ready\t\t\tAktualizovat připravené VM"
#: dh.sh:32
msgid " -t --tui Run TUI"
msgstr "\t-t\t--tui\t\t\tSpustit terminálové uživatelské rozhranní"
#: dh.sh:33
msgid " -g --gui Run GUI"
msgstr "\t-g\t--gui\t\t\tSpustit grafické uživatelské rozhranní"
#: dh.sh:35
msgid " -a --add Add new distro to quickget"
msgstr "\t-a\t--add\t\t\tPřidat distribuci do quickget"
#: dh.sh:36
msgid " -f --functions Sort functions in quickget"
msgstr "\t-f\t--functions\t\tSeřadit funkce v quickget"
#: dh.sh:37
msgid " -p --push Push changed quickget to quickemu project #todo"
msgstr "\t-p\t--push\t\t\tPoslat změněný quickget do quickemu projektu #UDELAT"
#: dh.sh:39
msgid " -c --copy Copy all ISOs to target dir (for Ventoy)"
msgstr "\t-c\t--copy\t\t\tKopírovat všechny ISO to cílového adresáře (pro Ventoy)"
#: dh.sh:41
msgid "Homepage: dh.osowoso.xyz"
msgstr "Domovský stránka: dh.osowoso.xyz"
#: dh.sh:42
msgid "Project hosted at: https://github.com/oSoWoSo/DistroHopper"
msgstr "Projekt hostován na: https://github.com/oSoWoSo/DistroHopper"
#: dh.sh:43
msgid "Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
msgstr "Chat skupina na SimpleX: https://tinyurl.com/7hm4kcjx"
#: dh.sh:66
msgid "Missing yad!"
msgstr "Chybí vám yad!"
#: dh.sh:70
msgid "Missing fzf!"
msgstr "Chybí vám fzf!"
#: dh.sh:93
msgid "creating config dir..."
msgstr "vytvářím adresář konfigurace..."
#: dh.sh:95
msgid "creating icons dir as root..."
msgstr "vytvářím adresář ikon jako superuživatel..."
#: dh.sh:118
msgid "Copying icons..."
msgstr "Kopíruji ikony..."
#: dh.sh:120
msgid "Copying to config dir..."
msgstr "Kopíruji do konfig adresáře..."
#: dh.sh:130
msgid "Creating directory structure..."
msgstr "Vytvářím adresářovou stukturu..."
#: dh.sh:132
msgid "Setting up directory..."
msgstr "Nastavuji adresář..."
#: dh.sh:134
msgid "Installing needed..."
msgstr "Instaluji potřebné..."
#: dh.sh:135
msgid "For now voidlinux only"
msgstr "Zatím jen VoidLinux"
#: dh.sh:137
msgid "Installing DistroHopper to bin..."
msgstr "Instaluji DistroHopper do bin..."
#: dh.sh:279
msgid "No VMs found."
msgstr "Žádný VM nenalezen."
#: dh.sh:411
msgid "Which language you want use [en_US cs_CZ]?"
msgstr "Který jazyk chcete použít [en_US cs_CZ]?"
#: dh.sh:438
msgid "No argumet provided!\\n\\n"
msgstr "Nezadali jste žádný argument!\\n\\n"
#: dh.sh:456
msgid "Starting installation..."
msgstr "Zahajuji instalaci..."
#: dh.sh:461
msgid "Switching to portable mode!"
msgstr "Přepínám do přenosného módu!"
#: dh.sh:466
msgid "Updating supported VMs..."
msgstr "Aktualizuji podporované VM..."
#: dh.sh:471
msgid "Updating ready VMs..."
msgstr "Aktualizuji připravené VM..."
#: dh.sh:476
msgid "Running TUI..."
msgstr "Spouštím TUI..."
#: dh.sh:481
msgid "Starting DistroHopper GUI..."
msgstr "Spouštím DistroHopper GUI..."
#: dh.sh:486
msgid "Adding new distro started..."
msgstr "Přidání nového distra zahájeno..."
#: dh.sh:491
msgid "Sorting functions in template..."
msgstr "Srovnávám funkce v šabloně..."
#: dh.sh:496
msgid "Pushing changes to... #TODO"
msgstr "Posílám změny do... #UDELAT"
#: dh.sh:501
msgid "Copying ISOs to dir. It will take some time..."
msgstr "Kopíruji soubory ISO do adresáře. Zabere to nějaký čas..."
#: dh.sh:506
msgid "Running supported test..."
msgstr "Spouštím test podporovaných..."
#: dh.sh:515
msgid "Invalid option: $1\\n\\n"
msgstr "Chybný argument: $1\\n\\n"

145
documents/distrohopper.1.md Normal file
View File

@ -0,0 +1,145 @@
Want you try new Operating system?
How?
# [DistroHopper](https://github.com/oSoWoSo/DistroHopper)
Quickly download, create and run VM of any(TODO) operating system.
Licensed under AGPL3
### Still Testing version!
![dh](distrohopper.png)
quickly create and run VMs
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu)
I added:
## GUI
using yad
### .Desktop file generator
It will simple generate .desktop files for every supported VM in quickemu.
So you can copy it anywhere...
And I mean every supported distro.
you can download new distro with few clicks of a mouse
You need to run quickgui just for update supported distros.
### Simple GUI using yad --notebook
See it in action on youtube...
[![dh](https://img.youtube.com/vi/JtjIseqZMkQ/0.jpg)](https://www.youtube.com/watch?v=JtjIseqZMkQ)
or command line?...
## TUI
using fzf
[![tui](https://img.youtube.com/vi/gJ5hqYEskOw/0.jpg)](https://www.youtube.com/watch?v=gJ5hqYEskOw)
# Why I creating this?
Because I wanna learn
- Linux
- Bash
- yad
- project management
- contribute to open source
Because I wanna play with Quickemu
And easily add new distro to it
#
Quickemu.
[![quickemu video: Replace VirtualBox with Bash &
QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/watch?v=AOTYWEgw0hI)
## Requirements
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL,
SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
These examples may save a little typing
Debian:
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
Fedora:
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
Void Linux:
sudo xbps-install qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat
# Currently supported Distribution:
In screenshot above...
### Testing version!
# Project chat group:
If anyone wanna join, here is one
[SimpleX](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) way
(check the software! even if you don't want chat about DistroHopper)
[Simplex website](https://simplex.chat)
# Without these amazing projects it wouldn't be posible:
[bash](https://www.gnu.org/software/bash/)
[QEMU](https://www.qemu.org/)
[quickemu](https://github.com/quickemu-project/quickemu)
GUI depends on
[yad](https://github.com/v1cont/yad)
TUI depends on
[fzf](https://github.com/junegunn/fzf)

147
documents/distrohopper.pot Normal file
View File

@ -0,0 +1,147 @@
#: dh.sh:10
msgid "Done"
msgstr "Hotovo"
#: dh.sh:11
msgid "PS: You saw some bugs?"
msgstr "PS: Viděli jste nějaké chyby?"
#: dh.sh:12
msgid "Could you please provide feedback?"
msgstr "Můžete prosím poslat zpětnou vazbu?"
#: dh.sh:13
msgid "How do you like DistroHopper?"
msgstr "Jak se vám líbí DistroHopper?"
#: dh.sh:14
msgid "What can be improved, added, changed?"
msgstr "Co může být vylepšeno, přidáno, změněno?"
#: dh.sh:15
msgid " Let me know..."
msgstr " Dejte mi vědět..."
#: dh.sh:16
msgid "Flawless distro hopping..."
msgstr "Bezchybné zkoušení distribucí..."
#: dh.sh:21
msgid "Possible arguments:"
msgstr "Možné argumenty:"
#: dh.sh:22
msgid " -h --help Show this help and exit"
msgstr " -h --help Zobrazit tuto nápovědu a skončit"
#: dh.sh:24
msgid " -d --dir Set default directory where VMs are stored"
msgstr " -d --dir Nastavit adresář kde jsou virtuální stroje uloženy"
#: dh.sh:25
msgid " -i --install Install DistroHopper"
msgstr "\t-i\t--install\t\tInstalovat DistroHopper"
#: dh.sh:27
msgid " -m --mode Portable mode"
msgstr "\t-m\t--mode\t\t\tPřenosný mód"
#: dh.sh:29
msgid " -s --supported Update supported VMs"
msgstr "\t-s\t--supported\t\tAktualizovat podporované VM"
#: dh.sh:30
msgid " -r --ready Update ready to run VMs"
msgstr "\t-r\t--ready\t\t\tAktualizovat připravené VM"
#: dh.sh:32
msgid " -t --tui Run TUI"
msgstr "\t-t\t--tui\t\t\tSpustit terminálové uživatelské rozhranní"
#: dh.sh:33
msgid " -g --gui Run GUI"
msgstr "\t-g\t--gui\t\t\tSpustit grafické uživatelské rozhranní"
#: dh.sh:35
msgid " -a --add Add new distro to quickget"
msgstr "\t-a\t--add\t\t\tPřidat distribuci do quickget"
#: dh.sh:36
msgid " -f --functions Sort functions in quickget"
msgstr "\t-f\t--functions\t\tSeřadit funkce v quickget"
#: dh.sh:37
msgid " -p --push Push changed quickget to quickemu project #todo"
msgstr "\t-p\t--push\t\t\tPoslat změněný quickget do quickemu projektu #UDELAT"
#: dh.sh:39
msgid " -c --copy Copy all ISOs to target dir (for Ventoy)"
msgstr "\t-c\t--copy\t\t\tKopírovat všechny ISO to cílového adresáře (pro Ventoy)"
#: dh.sh:41
msgid "Homepage: dh.osowoso.xyz"
msgstr "Domovský stránka: dh.osowoso.xyz"
#: dh.sh:42
msgid "Project hosted at: https://github.com/oSoWoSo/DistroHopper"
msgstr "Projekt hostován na: https://github.com/oSoWoSo/DistroHopper"
#: dh.sh:43
msgid "Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
msgstr "Chat skupina na SimpleX: https://tinyurl.com/7hm4kcjx"
#: dh.sh:66
msgid "Missing yad!"
msgstr "Chybí vám yad!"
#: dh.sh:70
msgid "Missing fzf!"
msgstr "Chybí vám fzf!"
#: dh.sh:93
msgid "creating config dir..."
msgstr "vytvářím adresář konfigurace..."
#: dh.sh:95
msgid "creating icons dir as root..."
msgstr "vytvářím adresář ikon jako superuživatel..."
#: dh.sh:118
msgid "Copying icons..."
msgstr "Kopíruji ikony..."
#: dh.sh:120
msgid "Copying to config dir..."
msgstr "Kopíruji do konfig adresáře..."
#: dh.sh:130
msgid "Creating directory structure..."
msgstr "Vytvářím adresářovou stukturu..."
#: dh.sh:132
msgid "Setting up directory..."
msgstr "Nastavuji adresář..."
#: dh.sh:134
msgid "Installing needed..."
msgstr "Instaluji potřebné..."
#: dh.sh:135
msgid "For now voidlinux only"
msgstr "Zatím jen VoidLinux"
#: dh.sh:137
msgid "Installing DistroHopper to bin..."
msgstr "Instaluji DistroHopper do bin..."
#: dh.sh:279
msgid "No VMs found."
msgstr "Žádný VM nenalezen."
#: dh.sh:411
msgid "Which language you want use [en_US cs_CZ]?"
msgstr "Který jazyk chcete použít [en_US cs_CZ]?"
#: dh.sh:438
msgid "No argumet provided!\\n\\n"
msgstr "Nezadali jste žádný argument!\\n\\n"
#: dh.sh:456
msgid "Starting installation..."
msgstr "Zahajuji instalaci..."
#: dh.sh:461
msgid "Switching to portable mode!"
msgstr "Přepínám do přenosného módu!"
#: dh.sh:466
msgid "Updating supported VMs..."
msgstr "Aktualizuji podporované VM..."
#: dh.sh:471
msgid "Updating ready VMs..."
msgstr "Aktualizuji připravené VM..."
#: dh.sh:476
msgid "Running TUI..."
msgstr "Spouštím TUI..."
#: dh.sh:481
msgid "Starting DistroHopper GUI..."
msgstr "Spouštím DistroHopper GUI..."
#: dh.sh:486
msgid "Adding new distro started..."
msgstr "Přidání nového distra zahájeno..."
#: dh.sh:491
msgid "Sorting functions in template..."
msgstr "Srovnávám funkce v šabloně..."
#: dh.sh:496
msgid "Pushing changes to... #TODO"
msgstr "Posílám změny do... #UDELAT"
#: dh.sh:501
msgid "Copying ISOs to dir. It will take some time..."
msgstr "Kopíruji soubory ISO do adresáře. Zabere to nějaký čas..."
#: dh.sh:506
msgid "Running supported test..."
msgstr "Spouštím test podporovaných..."
#: dh.sh:515
msgid "Invalid option: $1\\n\\n"
msgstr "Chybný argument: $1\\n\\n"

8
documents/pandoc-man.mk Normal file
View File

@ -0,0 +1,8 @@
PANDOC ?= pandoc
MANSECTION ?= 1
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man
%.$(MANSECTION): %.$(MANSECTION).md
$(MANPAGE.md) $< -o $@

932
documents/quickemu.1 Normal file
View File

@ -0,0 +1,932 @@
.\" Automatically generated by Pandoc 2.19.2
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU" "1" "February 4, 2023" "quickemu" "Quickemu User Manual"
.hy
.SH NAME
.PP
quickemu - A quick VM builder and manager
.SH SYNOPSIS
.PP
\f[B]quickemu\f[R] [\f[I]OPTION\f[R]]\&...
.SH DESCRIPTION
.PP
\f[B]quickemu\f[R] will create and run highly optimised desktop virtual
machines for Linux, macOS and Windows
.SH OPTIONS
.TP
\f[B]\[en]vm\f[R]
vm configuration file
.PP
You can also pass optional parameters
.TP
\f[B]\[en]braille\f[R]
Enable braille support.
Requires SDL.
.TP
\f[B]\[en]delete\f[R]
Delete the disk image.
.TP
\f[B]\[en]display\f[R]
Select display backend.
`sdl' (default), `gtk', `none' or `spice'
.TP
\f[B]\[en]fullscreen\f[R]
Starts VM in full screen mode (Ctl+Alt+f to exit)
.TP
\f[B]\[en]ignore-msrs-always\f[R]
Configure KVM to always ignore unhandled machine-specific registers
.TP
\f[B]\[en]screen <screen>\f[R]
Use specified screen to determine the window size.
.TP
\f[B]\[en]shortcut\f[R]
Create a desktop shortcut
.TP
\f[B]\[en]snapshot apply <tag>\f[R]
Apply/restore a snapshot.
.TP
\f[B]\[en]snapshot create <tag>\f[R]
Create a snapshot.
.TP
\f[B]\[en]snapshot delete <tag>\f[R]
Delete a snapshot.
.TP
\f[B]\[en]snapshot info\f[R]
Show disk/snapshot info.
.TP
\f[B]\[en]status-quo\f[R]
Do not commit any changes to disk/snapshot.
.TP
\f[B]\[en]version\f[R]
Print version
.SH EXAMPLES
.TP
\f[B]quickemu \[en]vm ubuntu-mate-22.04.conf\f[R]
Launches the VM specified in the file \f[I]ubuntu-mate-22.04.conf\f[R]
.SS Introduction
.PP
Quickly create and run highly optimised desktop virtual machines for
Linux, macOS and Windows; with just two commands.
You decide what operating system you want to run and Quickemu will
figure out the best way to do it for you.
For example:
.IP
.nf
\f[C]
quickget ubuntu-mate 22.04
quickemu --vm ubuntu-mate-22.04.conf
\f[R]
.fi
.PP
The original objective of the project was to enable quick testing of
Linux distributions where the virtual machine configurations can be
stored anywhere, such as external USB storage or your home directory,
and no elevated permissions are required to run the virtual machines.
\f[B]Quickemu now also includes comprehensive support for macOS and
Windows\f[R].
.SS Features
.IP \[bu] 2
\f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra
.IP \[bu] 2
\f[B]Windows\f[R] 8.1, 10 and 11 including TPM 2.0
.IP \[bu] 2
Ubuntu (https://ubuntu.com/desktop) and all the \f[B]official Ubuntu
flavours (https://ubuntu.com/download/flavours)\f[R]
.IP \[bu] 2
\f[B]Over 360 operating system editions are supported!\f[R]
.IP \[bu] 2
Full SPICE support including host/guest clipboard sharing
.IP \[bu] 2
VirtIO-webdavd file sharing for Linux and Windows guests
.IP \[bu] 2
VirtIO-9p file sharing for Linux and macOS guests
.IP \[bu] 2
QEMU Guest Agent support (https://wiki.qemu.org/Features/GuestAgent);
provides access to a system-level agent via standard QMP commands
.IP \[bu] 2
Samba file sharing for Linux, macOS and Windows guests (\f[I]if
\f[VI]smbd\f[I] is installed on the host\f[R])
.IP \[bu] 2
VirGL acceleration
.IP \[bu] 2
USB device pass-through
.IP \[bu] 2
Smartcard pass-through
.IP \[bu] 2
Automatic SSH port forwarding to guests
.IP \[bu] 2
Network port forwarding
.IP \[bu] 2
Full duplex audio
.IP \[bu] 2
Braille support
.IP \[bu] 2
EFI (with or without SecureBoot) and Legacy BIOS boot
.IP \[bu] 2
Graphical user interfaces available
.PP
Quickemu is a wrapper for the excellent QEMU (https://www.qemu.org/)
that attempts to automatically \f[I]\[lq]do the right thing\[rq]\f[R],
rather than expose exhaustive configuration options.
.PP
We have a Discord for this project:
[IMAGE: Discord (https://img.shields.io/discord/712850672223125565?color=0C306A&label=WimpysWorld%20Discord&logo=Discord&logoColor=ffffff&style=flat-square)] (https://discord.gg/sNmz3uw)
.PP
See this (old) video where I explain some of my motivations for creating
Quickemu.
.PP
[IMAGE: Replace VirtualBox with Bash &
QEMU (https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)] (https://www.youtube.com/watch?v=AOTYWEgw0hI)
.SS Requirements
.IP \[bu] 2
QEMU (https://www.qemu.org/) (\f[I]6.0.0 or newer\f[R]) \f[B]with GTK,
SDL, SPICE & VirtFS support\f[R]
.IP \[bu] 2
bash (https://www.gnu.org/software/bash/) (\f[I]4.0 or newer\f[R])
.IP \[bu] 2
Coreutils (https://www.gnu.org/software/coreutils/)
.IP \[bu] 2
EDK II (https://github.com/tianocore/edk2)
.IP \[bu] 2
grep (https://www.gnu.org/software/grep/)
.IP \[bu] 2
jq (https://stedolan.github.io/jq/)
.IP \[bu] 2
LSB (https://wiki.linuxfoundation.org/lsb/start)
.IP \[bu] 2
procps (https://gitlab.com/procps-ng/procps)
.IP \[bu] 2
python3 (https://www.python.org/)
.IP \[bu] 2
macrecovery (https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
.IP \[bu] 2
mkisofs (http://cdrtools.sourceforge.net/private/cdrecord.html)
.IP \[bu] 2
usbutils (https://github.com/gregkh/usbutils)
.IP \[bu] 2
util-linux (https://github.com/karelzak/util-linux)
.IP \[bu] 2
sed (https://www.gnu.org/software/sed/)
.IP \[bu] 2
socat (http://www.dest-unreach.org/socat/)
.IP \[bu] 2
spicy (https://gitlab.freedesktop.org/spice/spice-gtk)
.IP \[bu] 2
swtpm (https://github.com/stefanberger/swtpm)
.IP \[bu] 2
Wget (https://www.gnu.org/software/wget/)
.IP \[bu] 2
xdg-user-dirs (https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
.IP \[bu] 2
xrandr (https://gitlab.freedesktop.org/xorg/app/xrandr)
.IP \[bu] 2
zsync (http://zsync.moria.org.uk/)
.IP \[bu] 2
unzip (http://www.info-zip.org/UnZip.html)
.SS Installing Requirements
.PP
For Ubuntu, Arch and nixos systems the
ppa (https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
AUR (https://aur.archlinux.org/packages/quickemu) or
nix (https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies.
For other host distributions or operating systems it will be necessary
to install the above requirements or their equivalents.
.PP
These examples may save a little typing
.PP
Debian:
.IP
.nf
\f[C]
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
\f[R]
.fi
.PP
Fedora:
.IP
.nf
\f[C]
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
\f[R]
.fi
.PP
MacOS:
.PP
This is a work in progress (see issue
248 (https://github.com/quickemu-project/quickemu/issues/248) for other
steps and changes that may enable running on MacOS)
.IP
.nf
\f[C]
brew install qemu bash coreutils grep jq python\[at]3.10 cdrtools gnu-sed spice-gtk wget zsync
\f[R]
.fi
.SH Usage
.SS Graphical User Interfaces
.PP
While \f[V]quickemu\f[R] and \f[V]quickget\f[R] are designed for the
terminal, a graphical user interface is also available:
.IP \[bu] 2
\f[B]Quickgui (https://github.com/quickgui/quickgui)\f[R] by Mark
Johnson (https://github.com/marxjohnson) and Yannick
Mauray (https://github.com/ymauray).
.PP
Many thanks to Luke Wesley-Holley (https://github.com/Lukewh) and
Philipp Kiemle (https://github.com/daPhipz) for creating the
\f[B]Quickemu icons (https://github.com/Lukewh/quickemu-icons)\f[R]
\[u1F3A8]
.SS Quickgui for Ubuntu
.IP
.nf
\f[C]
sudo add-apt-repository ppa:yannick-mauray/quickgui
sudo apt update
sudo apt install quickgui
\f[R]
.fi
.SS Ubuntu Guest
.PP
\f[V]quickget\f[R] will automatically download an Ubuntu release and
create the virtual machine configuration.
.IP
.nf
\f[C]
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-vdagent\f[R]
.RE
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-webdavd\f[R]
.RE
.RE
.SS Ubuntu devel (daily-live) images
.PP
\f[V]quickget\f[R] can also download/refresh devel images via
\f[V]zsync\f[R] for Ubuntu developers and testers.
.IP
.nf
\f[C]
quickget ubuntu devel
quickemu --vm ubuntu-devel.conf
\f[R]
.fi
.PP
You can run \f[V]quickget ubuntu devel\f[R] to refresh your daily
development image as often as you like, it will even automatically
switch to a new series.
.SS Ubuntu Flavours
.PP
All the official Ubuntu flavours are supported, just replace
\f[V]ubuntu\f[R] with your preferred flavour.
.IP \[bu] 2
\f[V]kubuntu\f[R] (Kubuntu)
.IP \[bu] 2
\f[V]lubuntu\f[R] (Lubuntu)
.IP \[bu] 2
\f[V]ubuntu-budgie\f[R] (Ubuntu Budgie)
.IP \[bu] 2
\f[V]ubuntukylin\f[R] (Ubuntu Kylin)
.IP \[bu] 2
\f[V]ubuntu-mate\f[R] (Ubuntu MATE)
.IP \[bu] 2
\f[V]ubuntustudio\f[R] (Ubuntu Studio)
.IP \[bu] 2
\f[V]ubuntu\f[R] (Ubuntu)
.IP \[bu] 2
\f[V]ubuntu-unity\f[R] (Ubuntu Unity)
.IP \[bu] 2
\f[V]xubuntu\f[R] (Xubuntu)
.SS Other Operating Systems
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2
\f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2
\f[V]alpine\f[R] (Alpine Linux)
.IP \[bu] 2
\f[V]android\f[R] (Android x86)
.IP \[bu] 2
\f[V]archcraft\f[R] (Archcraft)
.IP \[bu] 2
\f[V]archlinux\f[R] (Arch Linux)
.IP \[bu] 2
\f[V]arcolinux\f[R] (Arco Linux)
.IP \[bu] 2
\f[V]batocera\f[R] (Batocera)
.IP \[bu] 2
\f[V]cachyos\f[R] (CachyOS)
.IP \[bu] 2
\f[V]centos-stream\f[R] (CentOS Stream)
.IP \[bu] 2
\f[V]debian\f[R] (Debian)
.IP \[bu] 2
\f[V]deepin\f[R] (Deepin)
.IP \[bu] 2
\f[V]devuan\f[R] (Devuan)
.IP \[bu] 2
\f[V]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2
\f[V]elementary\f[R] (elementary OS)
.IP \[bu] 2
\f[V]endeavouros\f[R] (EndeavourOS)
.IP \[bu] 2
\f[V]fedora\f[R] (Fedora)
.IP \[bu] 2
\f[V]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[V]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[V]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[V]gentoo\f[R] (Gentoo)
.IP \[bu] 2
\f[V]ghostbsd\f[R] (GhostBSD)
.IP \[bu] 2
\f[V]haiku\f[R] (Haiku)
.IP \[bu] 2
\f[V]kali\f[R] (Kali)
.IP \[bu] 2
\f[V]kdeneon\f[R] (KDE Neon)
.IP \[bu] 2
\f[V]kolibrios\f[R] (KolibriOS)
.IP \[bu] 2
\f[V]linuxmint\f[R] (Linux Mint)
.IP \[bu] 2
\f[V]lmde\f[R] (Linux Mint Debian Edition)
.IP \[bu] 2
\f[V]mageia\f[R] (Mageia)
.IP \[bu] 2
\f[V]manjaro\f[R] (Manjaro)
.IP \[bu] 2
\f[V]mxlinux\f[R] (MX Linux)
.IP \[bu] 2
\f[V]netboot\f[R] (netboot.xyz)
.IP \[bu] 2
\f[V]netbsd\f[R] (NetBSD)
.IP \[bu] 2
\f[V]nixos\f[R] (NixOS)
.IP \[bu] 2
\f[V]openbsd\f[R] (OpenBSD)
.IP \[bu] 2
\f[V]opensuse\f[R] (openSUSE)
.IP \[bu] 2
\f[V]oraclelinux\f[R] (Oracle Linux)
.IP \[bu] 2
\f[V]popos\f[R] (Pop!_OS)
.IP \[bu] 2
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[V]rebornos\f[R] (RebornOS)
.IP \[bu] 2
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[V]slackware\f[R] (Slackware)
.IP \[bu] 2
\f[V]solus\f[R] (Solus)
.IP \[bu] 2
\f[V]tails\f[R] (Tails)
.IP \[bu] 2
\f[V]truenas-core\f[R] (TrueNAS Core)
.IP \[bu] 2
\f[V]truenas-scale\f[R] (TrueNAS Scale)
.IP \[bu] 2
\f[V]void\f[R] (Void Linux)
.IP \[bu] 2
\f[V]zorin\f[R] (Zorin OS)
.PP
Or you can download a Linux image and manually create a VM
configuration.
.IP \[bu] 2
Download a .iso image of a Linux distribution
.IP \[bu] 2
Create a VM configuration file; for example
\f[V]debian-bullseye.conf\f[R]
.IP
.nf
\f[C]
guest_os=\[dq]linux\[dq]
disk_img=\[dq]debian-bullseye/disk.qcow2\[dq]
iso=\[dq]debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso\[dq]
\f[R]
.fi
.IP \[bu] 2
Use \f[V]quickemu\f[R] to start the virtual machine:
.IP
.nf
\f[C]
quickemu --vm debian-bullseye.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection.
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RE
.SS macOS Guest
.PP
\f[V]quickget\f[R] automatically downloads a macOS recovery image and
creates a virtual machine configuration.
.IP
.nf
\f[C]
quickget macos catalina
quickemu --vm macos-catalina.conf
\f[R]
.fi
.PP
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R] and \f[V]monterey\f[R] are supported.
.IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
.IP \[bu] 2
From \f[B]macOS Utilities\f[R]
.RS 2
.IP \[bu] 2
Click \f[B]Disk Utility\f[R] and \f[B]Continue\f[R]
.RS 2
.IP \[bu] 2
Select \f[V]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list and
click \f[B]Erase\f[R].
.IP \[bu] 2
Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, and
Monterey), choose any of the APFS options as the filesystem.
MacOS Extended may not work.
.RE
.IP \[bu] 2
Click \f[B]Erase\f[R].
.IP \[bu] 2
Click \f[B]Done\f[R].
.IP \[bu] 2
Close Disk Utility
.RE
.IP \[bu] 2
From \f[B]macOS Utilities\f[R]
.RS 2
.IP \[bu] 2
Click \f[B]Reinstall macOS\f[R] and \f[B]Continue\f[R]
.RE
.IP \[bu] 2
Complete the installation as you normally would.
.RS 2
.IP \[bu] 2
On the first reboot use cursor keys and enter key to select \f[B]macOS
Installer\f[R]
.IP \[bu] 2
On the subsequent reboots use cursor keys and enter key to select the
disk you named
.RE
.IP \[bu] 2
Once you have finished installing macOS you will be presented with an
the out-of-the-box first-start wizard to configure various options and
set up your username and password
.IP \[bu] 2
OPTIONAL: After you have concluded the out-of-the-box wizard, you may
want to enable the TRIM feature that the computer industry created for
SSD disks.
This feature in our macOS installation will allow QuickEmu to compact
(shrink) your macOS disk image whenever you delete files inside the
Virtual Machine.
Without this step your macOS disk image will only ever get larger and
will not shrink even when you delete lots of data inside macOS.
.RS 2
.IP \[bu] 2
To enable TRIM, open the Terminal application and type the following
command followed by pressing enter to tell macos to use the TRIM command
on the hard disk when files are deleted:
.RE
.IP
.nf
\f[C]
sudo trimforce enable
\f[R]
.fi
.PP
You will be prompted to enter your account\[cq]s password to gain the
privilege needed.
Once you\[cq]ve entered your password and pressed enter the command will
request confirmation in the form of two questions that require you to
type y (for a \[lq]yes\[rq] response) followed by enter to confirm.
If you press enter without first typing y the system will consider that
a negative response as though you said \[lq]no\[rq]:
.IP
.nf
\f[C]
IMPORTANT NOTICE: This tool force-enables TRIM for all relevant attached devices, even though such devices may not have been validated for data integrity while using TRIM. Use of this tool to enable TRIM may result in unintended data loss or data corruption. It should not be used in a commercial operating environment or with important data. Before using this tool, you should back up all of your data and regularly back up data while TRIM is enabled. This tool is provided on an \[dq]as is\[dq] basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THIS TOOL OR ITS USE ALONE OR IN COMBINATION WITH YOUR DEVICES, SYSTEMS, OR SERVICES. BY USING THIS TOOL TO ENABLE TRIM, YOU AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE TOOL IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
Are you sure you with to proceed (y/N)?
\f[R]
.fi
.PP
And a second confirmation once you\[cq]ve confirmed the previous one:
.IP
.nf
\f[C]
Your system will immediately reboot when this is complete.
Is this OK (y/N)?
\f[R]
.fi
.PP
As the last message states, your system will automatically reboot as
soon as the command completes.
.PP
The default macOS configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]macos\[dq]
img=\[dq]macos-catalina/RecoveryImage.img\[dq]
disk_img=\[dq]macos-catalina/disk.qcow2\[dq]
macos_release=\[dq]catalina\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
macOS.
.IP \[bu] 2
\f[V]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
optimise for a particular macOS release.
.RS 2
.IP \[bu] 2
For example VirtIO Network and Memory Ballooning are available in Big
Sur and newer, but not previous releases.
.IP \[bu] 2
And VirtIO Block Media (disks) are supported/stable in Catalina and
newer.
.RE
.SS macOS compatibility
.PP
There are some considerations when running macOS via Quickemu.
.IP \[bu] 2
Supported macOS releases:
.RS 2
.IP \[bu] 2
High Sierra
.IP \[bu] 2
Mojave
.IP \[bu] 2
Catalina \f[B](Recommended)\f[R]
.IP \[bu] 2
Big Sur
.IP \[bu] 2
Monterey
.RE
.IP \[bu] 2
\f[V]quickemu\f[R] will automatically download the required
OpenCore (https://github.com/acidanthera/OpenCorePkg) bootloader and
OVMF firmware from OSX-KVM (https://github.com/kholia/OSX-KVM).
.IP \[bu] 2
Optimised by default, but no GPU acceleration is available.
.RS 2
.IP \[bu] 2
Host CPU vendor is detected and guest CPU is optimised accordingly.
.IP \[bu] 2
VirtIO Block
Media (https://www.kraxel.org/blog/2019/06/macos-qemu-guest/) is used
for the system disk where supported.
.IP \[bu] 2
VirtIO \f[V]usb-tablet\f[R] (http://philjordan.eu/osx-virt/) is used for
the mouse.
.IP \[bu] 2
VirtIO Network (\f[V]virtio-net\f[R]) is supported and enabled on macOS
Big Sur and newer but previous releases use \f[V]vmxnet3\f[R].
.IP \[bu] 2
VirtIO Memory Ballooning is supported and enabled on macOS Big Sur and
newer but disabled for other support macOS releases.
.RE
.IP \[bu] 2
USB host and SPICE pass-through is:
.RS 2
.IP \[bu] 2
UHCI (USB 2.0) on macOS Catalina and earlier.
.IP \[bu] 2
XHCI (USB 3.0) on macOS Big Sur and newer.
.RE
.IP \[bu] 2
Display resolution can only be changed via macOS System Preferences.
.IP \[bu] 2
\f[B]Full Duplex audio requires VoodooHDA
OC (https://github.com/chris1111/VoodooHDA-OC) or pass-through a USB
audio-device to the macOS guest VM\f[R].
.IP \[bu] 2
NOTE!
Gatekeeper (https://disable-gatekeeper.github.io/) and System Integrity
Protection
(SIP) (https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection)
need to be disabled to install VoodooHDA OC
.IP \[bu] 2
File sharing between guest and host is available via
virtio-9p (https://wiki.qemu.org/Documentation/9psetup) and SPICE
webdavd (https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
.IP \[bu] 2
Copy/paste via SPICE agent is \f[B]not available on macOS\f[R].
.SS macOS App Store
.PP
If you see \f[I]\[lq]Your device or computer could not be
verified\[rq]\f[R] when you try to login to the App Store, make sure
that your wired ethernet device is \f[V]en0\f[R].
Use \f[V]ifconfig\f[R] in a terminal to verify this.
.PP
If the wired ethernet device is not \f[V]en0\f[R], then then go to
\f[I]System Preferences\f[R] -> \f[I]Network\f[R], delete all the
network devices and apply the changes.
Next, open a terminal and run the following:
.IP
.nf
\f[C]
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
\f[R]
.fi
.PP
Now reboot, and the App Store should work.
.SS Windows 10 & 11 Guests
.PP
\f[V]quickget\f[R] can not download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
\f[V]quickget\f[R] can automatically download Windows 8.1, Windows
10 (https://www.microsoft.com/en-gb/software-download/windows10ISO) and
Windows 11 (https://www.microsoft.com/en-gb/software-download/windows11)
along with the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
and creates a virtual machine configuration.
.IP
.nf
\f[C]
quickget windows 11
quickemu --vm windows-11.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as you normally would.
.IP \[bu] 2
All relevant drivers and services should be installed automatically.
.IP \[bu] 2
A local adminstrator user account is automatically created, with these
credentials:
.RS 2
.IP \[bu] 2
Username: \f[V]Quickemu\f[R]
.IP \[bu] 2
Password: \f[V]quickemu\f[R]
.RE
.PP
The default Windows 11 configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]windows\[dq]
disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/windows-11.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]on\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]windows\[dq]\f[R] instructs \f[V]quickemu\f[R] to
optimise for Windows.
.IP \[bu] 2
\f[V]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
drivers.
.IP \[bu] 2
\f[V]tpm=\[dq]on\[dq]\f[R] instructs \f[V]quickemu\f[R] to create a
software emulated TPM device using \f[V]swtpm\f[R].
.SH All the options
.PP
Here are the usage instructions:
.IP
.nf
\f[C]
Usage
quickemu --vm ubuntu.conf
You can also pass optional parameters
--braille : Enable braille support. Requires SDL.
--delete-disk : Delete the disk image and EFI variables
--delete-vm : Delete the entire VM and it\[aq]s configuration
--display : Select display backend. \[aq]sdl\[aq] (default), \[aq]gtk\[aq], \[aq]none\[aq], \[aq]spice\[aq] or \[aq]spice-app\[aq]
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)
--ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers
--screen <screen> : Use specified screen to determine the window size.
--shortcut : Create a desktop shortcut
--snapshot apply <tag> : Apply/restore a snapshot.
--snapshot create <tag> : Create a snapshot.
--snapshot delete <tag> : Delete a snapshot.
--snapshot info : Show disk/snapshot info.
--status-quo : Do not commit any changes to disk/snapshot.
--viewer <viewer> : Choose an alternative viewer. \[at]Options: \[aq]spicy\[aq] (default), \[aq]remote-viewer\[aq], \[aq]none\[aq]
--ssh-port <port> : Set ssh-port manually
--spice-port <port> : Set spice-port manually
--public-dir <path> : expose share directory. \[at]Options: \[aq]\[aq] (default: xdg-user-dir PUBLICSHARE), \[aq]<directory>\[aq], \[aq]none\[aq]
--monitor <type> : Set monitor connection type. \[at]Options: \[aq]socket\[aq] (default), \[aq]telnet\[aq], \[aq]none\[aq]
--monitor-telnet-host <ip/host> : Set telnet host for monitor. (default: \[aq]localhost\[aq])
--monitor-telnet-port <port> : Set telnet port for monitor. (default: \[aq]4440\[aq])
--monitor-cmd <cmd> : Send command to monitor if available. (Example: system_powerdown)
--serial <type> : Set serial connection type. \[at]Options: \[aq]socket\[aq] (default), \[aq]telnet\[aq], \[aq]none\[aq]
--serial-telnet-host <ip/host> : Set telnet host for serial. (default: \[aq]localhost\[aq])
--serial-telnet-port <port> : Set telnet port for serial. (default: \[aq]6660\[aq])
--keyboard <type> : Set keyboard. \[at]Options: \[aq]usb\[aq] (default), \[aq]ps2\[aq], \[aq]virtio\[aq]
--keyboard_layout <layout> : Set keyboard layout.
--mouse <type> : Set mouse. \[at]Options: \[aq]tablet\[aq] (default), \[aq]ps2\[aq], \[aq]usb\[aq], \[aq]virtio\[aq]
--usb-controller <type> : Set usb-controller. \[at]Options: \[aq]ehci\[aq] (default), \[aq]xhci\[aq], \[aq]none\[aq]
--extra_args <arguments> : Pass additional arguments to qemu
--version : Print version
\f[R]
.fi
.SS Desktop shortcuts
.PP
Desktop shortcuts can be created for a VM, the shortcuts are saved in
\f[V]\[ti]/.local/share/applications\f[R].
Here is an example of how to create a shortcut.
.IP
.nf
\f[C]
quickemu --vm ubuntu-22.04-desktop.conf --shortcut
\f[R]
.fi
.SS Screen and window size (Linux guests only)
.PP
\f[V]qemu\f[R] will always default to the primary monitor to display the
VM\[cq]s window.
.PP
Without the \f[V]--screen\f[R] option, \f[V]quickemu\f[R] will look for
the size of the smallest monitor, and use a size that fits on said
monitor.
.PP
The \f[V]--screen\f[R] option forces \f[V]quickemu\f[R] to use the size
of the given monitor to compute the size of the window.
\f[B]It won\[cq]t use that monitor to display the VM\[cq]s window if
it\[cq]s not the primary monitor\f[R].
This is useful if the primary monitor if not the smallest one, and if
the VM\[cq]s window doesn\[cq]t need to be moved around.
.PP
The \f[V]--screen\f[R] option is also useful with the
\f[V]--fullscreen\f[R] option, again because \f[V]qemu\f[R] will always
use the primary monitor.
In order for the fullscreen mode to work properly, the resolution of the
VM\[cq]s window must match the resolution of the screen.
.PP
To know which screen to use, type:
.IP
.nf
\f[C]
xrandr --listmonitors | grep -v Monitors
\f[R]
.fi
.PP
The command will output something like this:
.IP
.nf
\f[C]
0: +*HDMI-0 2560/597x1440/336+1920+0 HDMI-0
1: +DVI-D-0 1920/527x1080/296+0+0 DVI-D-0
\f[R]
.fi
.PP
The first number is what needs to be passed to the \f[V]--screen\f[R]
option.
.PP
For example:
.IP
.nf
\f[C]
quickemu --vm vm.conf --screen 0
\f[R]
.fi
.PP
The above uses the 2560x1440 screen to compute the size of the window,
which Quickemu sizes to 2048x1152.
Without the \f[V]--screen\f[R] option, Quickemu would have used the
1920x1080 monitor which results in a window size of 1664x936.
.SH References
.PP
Useful reference that assisted the development of Quickemu.
.IP \[bu] 2
General
.RS 2
.IP \[bu] 2
QEMU\[cq]s documentation! (https://qemu.readthedocs.io/en/latest/)
.IP \[bu] 2
<https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines>
.IP \[bu] 2
<https://www.kraxel.org/blog/2020/01/qemu-sound-audiodev/>
.RE
.IP \[bu] 2
macOS
.RS 2
.IP \[bu] 2
<https://www.nicksherlock.com/2020/06/installing-macos-big-sur-on-proxmox/>
.IP \[bu] 2
<https://passthroughpo.st/mac-os-adds-early-support-for-virtio-qemu/>
.IP \[bu] 2
<https://github.com/kholia/OSX-KVM>
.IP \[bu] 2
<https://github.com/thenickdude/KVM-Opencore>
.IP \[bu] 2
<https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery>
.IP \[bu] 2
<https://www.kraxel.org/blog/2017/09/running-macos-as-guest-in-kvm/>
.IP \[bu] 2
<https://www.nicksherlock.com/2017/10/passthrough-of-advanced-cpu-features-for-macos-high-sierra-guests/>
.IP \[bu] 2
<http://philjordan.eu/osx-virt/>
.IP \[bu] 2
<https://github.com/Dids/clover-builder>
.IP \[bu] 2
OpenCore Configurator (https://mackie100projects.altervista.org)
.RE
.IP \[bu] 2
Windows
.RS 2
.IP \[bu] 2
<https://www.heiko-sieger.info/running-windows-10-on-linux-using-kvm-with-vga-passthrough/>
.IP \[bu] 2
<https://leduccc.medium.com/improving-the-performance-of-a-windows-10-guest-on-qemu-a5b3f54d9cf5>
.IP \[bu] 2
<https://frontpagelinux.com/tutorials/how-to-use-linux-kvm-to-optimize-your-windows-10-virtual-machine/>
.IP \[bu] 2
<https://turlucode.com/qemu-command-line-args/>
.IP \[bu] 2
<https://github.com/pbatard/Fido>
.IP \[bu] 2
<https://www.catapultsystems.com/blogs/create-zero-touch-windows-10-iso/>
.RE
.IP \[bu] 2
TPM
.RS 2
.IP \[bu] 2
<https://qemu-project.gitlab.io/qemu/specs/tpm.html>
.IP \[bu] 2
<https://www.tecklyfe.com/how-to-create-a-windows-11-virtual-machine-in-qemu/>
.RE
.IP \[bu] 2
9p & virtiofs
.RS 2
.IP \[bu] 2
<https://wiki.qemu.org/Documentation/9p>
.IP \[bu] 2
<https://wiki.qemu.org/Documentation/9psetup>
.IP \[bu] 2
<https://www.kraxel.org/blog/2019/06/macos-qemu-guest/>
.IP \[bu] 2
<https://superuser.com/questions/628169/how-to-share-a-directory-with-the-host-without-networking-in-qemu>
.IP \[bu] 2
<https://virtio-fs.gitlab.io/>
.RE
.SH AUTHORS
.PP
Written by Martin Wimpress.
.SH BUGS
.PP
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
.SH SEE ALSO
.PP
Full sources at: <https://github.com/quickemu-project/quickemu>
.PP
quickemu_conf(1), quickget(1), quickgui(1)
.SH AUTHORS
Martin Wimpress.

673
documents/quickemu.1.md Normal file
View File

@ -0,0 +1,673 @@
---
author: Martin Wimpress
date: February 4, 2023
footer: quickemu
header: Quickemu User Manual
section: 1
title: QUICKEMU
---
# NAME
quickemu - A quick VM builder and manager
# SYNOPSIS
**quickemu** \[*OPTION*\]...
# DESCRIPTION
**quickemu** will create and run highly optimised desktop virtual
machines for Linux, macOS and Windows
# OPTIONS
**--vm**
: vm configuration file
You can also pass optional parameters
**--braille**
: Enable braille support. Requires SDL.
**--delete**
: Delete the disk image.
**--display**
: Select display backend. 'sdl' (default), 'gtk', 'none' or 'spice'
**--fullscreen**
: Starts VM in full screen mode (Ctl+Alt+f to exit)
**--ignore-msrs-always**
: Configure KVM to always ignore unhandled machine-specific registers
**--screen \<screen\>**
: Use specified screen to determine the window size.
**--shortcut**
: Create a desktop shortcut
**--snapshot apply \<tag\>**
: Apply/restore a snapshot.
**--snapshot create \<tag\>**
: Create a snapshot.
**--snapshot delete \<tag\>**
: Delete a snapshot.
**--snapshot info**
: Show disk/snapshot info.
**--status-quo**
: Do not commit any changes to disk/snapshot.
**--version**
: Print version
# EXAMPLES
**quickemu --vm ubuntu-mate-22.04.conf**
: Launches the VM specified in the file *ubuntu-mate-22.04.conf*
## Introduction
Quickly create and run highly optimised desktop virtual machines for
Linux, macOS and Windows; with just two commands. You decide what
operating system you want to run and Quickemu will figure out the best
way to do it for you. For example:
``` bash
quickget ubuntu-mate 22.04
quickemu --vm ubuntu-mate-22.04.conf
```
The original objective of the project was to enable quick testing of
Linux distributions where the virtual machine configurations can be
stored anywhere, such as external USB storage or your home directory,
and no elevated permissions are required to run the virtual machines.
**Quickemu now also includes comprehensive support for macOS and
Windows**.
## Features
- **macOS** Monterey, Big Sur, Catalina, Mojave & High Sierra
- **Windows** 8.1, 10 and 11 including TPM 2.0
- [Ubuntu](https://ubuntu.com/desktop) and all the **[official Ubuntu
flavours](https://ubuntu.com/download/flavours)**
- **Over 360 operating system editions are supported!**
- Full SPICE support including host/guest clipboard sharing
- VirtIO-webdavd file sharing for Linux and Windows guests
- VirtIO-9p file sharing for Linux and macOS guests
- [QEMU Guest Agent
support](https://wiki.qemu.org/Features/GuestAgent); provides access
to a system-level agent via standard QMP commands
- Samba file sharing for Linux, macOS and Windows guests (*if `smbd`
is installed on the host*)
- VirGL acceleration
- USB device pass-through
- Smartcard pass-through
- Automatic SSH port forwarding to guests
- Network port forwarding
- Full duplex audio
- Braille support
- EFI (with or without SecureBoot) and Legacy BIOS boot
- Graphical user interfaces available
Quickemu is a wrapper for the excellent [QEMU](https://www.qemu.org/)
that attempts to automatically *"do the right thing"*, rather than
expose exhaustive configuration options.
We have a Discord for this project:
[![Discord](https://img.shields.io/discord/712850672223125565?color=0C306A&label=WimpysWorld%20Discord&logo=Discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw)
See this (old) video where I explain some of my motivations for creating
Quickemu.
[![Replace VirtualBox with Bash &
QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/watch?v=AOTYWEgw0hI)
## Requirements
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL,
SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
These examples may save a little typing
Debian:
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
Fedora:
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip
MacOS:
This is a work in progress (see [issue
248](https://github.com/quickemu-project/quickemu/issues/248) for other
steps and changes that may enable running on MacOS)
brew install qemu bash coreutils grep jq python@3.10 cdrtools gnu-sed spice-gtk wget zsync
# Usage
## Graphical User Interfaces
While `quickemu` and `quickget` are designed for the terminal, a
graphical user interface is also available:
- **[Quickgui](https://github.com/quickgui/quickgui)** by [Mark
Johnson](https://github.com/marxjohnson) and [Yannick
Mauray](https://github.com/ymauray).
Many thanks to [Luke Wesley-Holley](https://github.com/Lukewh) and
[Philipp Kiemle](https://github.com/daPhipz) for creating the
**[Quickemu icons](https://github.com/Lukewh/quickemu-icons)** 🎨
### Quickgui for Ubuntu
``` bash
sudo add-apt-repository ppa:yannick-mauray/quickgui
sudo apt update
sudo apt install quickgui
```
## Ubuntu Guest
`quickget` will automatically download an Ubuntu release and create the
virtual machine configuration.
``` bash
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
```
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection
- `sudo apt install spice-vdagent`
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
- `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images
`quickget` can also download/refresh devel images via `zsync` for Ubuntu
developers and testers.
``` bash
quickget ubuntu devel
quickemu --vm ubuntu-devel.conf
```
You can run `quickget ubuntu devel` to refresh your daily development
image as often as you like, it will even automatically switch to a new
series.
### Ubuntu Flavours
All the official Ubuntu flavours are supported, just replace `ubuntu`
with your preferred flavour.
- `kubuntu` (Kubuntu)
- `lubuntu` (Lubuntu)
- `ubuntu-budgie` (Ubuntu Budgie)
- `ubuntukylin` (Ubuntu Kylin)
- `ubuntu-mate` (Ubuntu MATE)
- `ubuntustudio` (Ubuntu Studio)
- `ubuntu` (Ubuntu)
- `ubuntu-unity` (Ubuntu Unity)
- `xubuntu` (Xubuntu)
## Other Operating Systems
`quickget` also supports:
- `alma` (Alma Linux)
- `alpine` (Alpine Linux)
- `android` (Android x86)
- `archcraft` (Archcraft)
- `archlinux` (Arch Linux)
- `arcolinux` (Arco Linux)
- `batocera` (Batocera)
- `cachyos` (CachyOS)
- `centos-stream` (CentOS Stream)
- `debian` (Debian)
- `deepin` (Deepin)
- `devuan` (Devuan)
- `dragonflybsd` (DragonFlyBSD)
- `elementary` (elementary OS)
- `endeavouros` (EndeavourOS)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)
- `haiku` (Haiku)
- `kali` (Kali)
- `kdeneon` (KDE Neon)
- `kolibrios` (KolibriOS)
- `linuxmint` (Linux Mint)
- `lmde` (Linux Mint Debian Edition)
- `mageia` (Mageia)
- `manjaro` (Manjaro)
- `mxlinux` (MX Linux)
- `netboot` (netboot.xyz)
- `netbsd` (NetBSD)
- `nixos` (NixOS)
- `openbsd` (OpenBSD)
- `opensuse` (openSUSE)
- `oraclelinux` (Oracle Linux)
- `popos` (Pop!\_OS)
- `reactos` (ReactOS)
- `rebornos` (RebornOS)
- `rockylinux` (Rocky Linux)
- `slackware` (Slackware)
- `solus` (Solus)
- `tails` (Tails)
- `truenas-core` (TrueNAS Core)
- `truenas-scale` (TrueNAS Scale)
- `void` (Void Linux)
- `zorin` (Zorin OS)
Or you can download a Linux image and manually create a VM
configuration.
- Download a .iso image of a Linux distribution
- Create a VM configuration file; for example `debian-bullseye.conf`
``` bash
guest_os="linux"
disk_img="debian-bullseye/disk.qcow2"
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
```
- Use `quickemu` to start the virtual machine:
``` bash
quickemu --vm debian-bullseye.conf
```
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
## macOS Guest
`quickget` automatically downloads a macOS recovery image and creates a
virtual machine configuration.
``` bash
quickget macos catalina
quickemu --vm macos-catalina.conf
```
macOS `high-sierra`, `mojave`, `catalina`, `big-sur` and `monterey` are
supported.
- Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities**
- Click **Disk Utility** and **Continue**
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list and
click **Erase**.
- Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big
Sur, and Monterey), choose any of the APFS options as the
filesystem. MacOS Extended may not work.
- Click **Erase**.
- Click **Done**.
- Close Disk Utility
- From **macOS Utilities**
- Click **Reinstall macOS** and **Continue**
- Complete the installation as you normally would.
- On the first reboot use cursor keys and enter key to select
**macOS Installer**
- On the subsequent reboots use cursor keys and enter key to
select the disk you named
- Once you have finished installing macOS you will be presented with
an the out-of-the-box first-start wizard to configure various
options and set up your username and password
- OPTIONAL: After you have concluded the out-of-the-box wizard, you
may want to enable the TRIM feature that the computer industry
created for SSD disks. This feature in our macOS installation will
allow QuickEmu to compact (shrink) your macOS disk image whenever
you delete files inside the Virtual Machine. Without this step your
macOS disk image will only ever get larger and will not shrink even
when you delete lots of data inside macOS.
- To enable TRIM, open the Terminal application and type the
following command followed by pressing
`<kbd>`{=html}enter`</kbd>`{=html} to tell macos to use the TRIM
command on the hard disk when files are deleted:
``` bash
sudo trimforce enable
```
You will be prompted to enter your account's password to gain the
privilege needed. Once you've entered your password and pressed
`<kbd>`{=html}enter`</kbd>`{=html} the command will request confirmation
in the form of two questions that require you to type
`<kbd>`{=html}y`</kbd>`{=html} (for a "yes" response) followed by
`<kbd>`{=html}enter`</kbd>`{=html} to confirm. If you press
`<kbd>`{=html}enter`</kbd>`{=html} without first typing
`<kbd>`{=html}y`</kbd>`{=html} the system will consider that a negative
response as though you said "no":
``` plain
IMPORTANT NOTICE: This tool force-enables TRIM for all relevant attached devices, even though such devices may not have been validated for data integrity while using TRIM. Use of this tool to enable TRIM may result in unintended data loss or data corruption. It should not be used in a commercial operating environment or with important data. Before using this tool, you should back up all of your data and regularly back up data while TRIM is enabled. This tool is provided on an "as is" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THIS TOOL OR ITS USE ALONE OR IN COMBINATION WITH YOUR DEVICES, SYSTEMS, OR SERVICES. BY USING THIS TOOL TO ENABLE TRIM, YOU AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE TOOL IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
Are you sure you with to proceed (y/N)?
```
And a second confirmation once you've confirmed the previous one:
``` plain
Your system will immediately reboot when this is complete.
Is this OK (y/N)?
```
As the last message states, your system will automatically reboot as
soon as the command completes.
The default macOS configuration looks like this:
``` bash
guest_os="macos"
img="macos-catalina/RecoveryImage.img"
disk_img="macos-catalina/disk.qcow2"
macos_release="catalina"
```
- `guest_os="macos"` instructs Quickemu to optimise for macOS.
- `macos_release="catalina"` instructs Quickemu to optimise for a
particular macOS release.
- For example VirtIO Network and Memory Ballooning are available
in Big Sur and newer, but not previous releases.
- And VirtIO Block Media (disks) are supported/stable in Catalina
and newer.
### macOS compatibility
There are some considerations when running macOS via Quickemu.
- Supported macOS releases:
- High Sierra
- Mojave
- Catalina **(Recommended)**
- Big Sur
- Monterey
- `quickemu` will automatically download the required
[OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader
and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM).
- Optimised by default, but no GPU acceleration is available.
- Host CPU vendor is detected and guest CPU is optimised
accordingly.
- [VirtIO Block
Media](https://www.kraxel.org/blog/2019/06/macos-qemu-guest/) is
used for the system disk where supported.
- [VirtIO `usb-tablet`](http://philjordan.eu/osx-virt/) is used
for the mouse.
- VirtIO Network (`virtio-net`) is supported and enabled on macOS
Big Sur and newer but previous releases use `vmxnet3`.
- VirtIO Memory Ballooning is supported and enabled on macOS Big
Sur and newer but disabled for other support macOS releases.
- USB host and SPICE pass-through is:
- UHCI (USB 2.0) on macOS Catalina and earlier.
- XHCI (USB 3.0) on macOS Big Sur and newer.
- Display resolution can only be changed via macOS System Preferences.
- **Full Duplex audio requires [VoodooHDA
OC](https://github.com/chris1111/VoodooHDA-OC) or pass-through a USB
audio-device to the macOS guest VM**.
- NOTE! [Gatekeeper](https://disable-gatekeeper.github.io/) and
[System Integrity Protection
(SIP)](https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection)
need to be disabled to install VoodooHDA OC
- File sharing between guest and host is available via
[virtio-9p](https://wiki.qemu.org/Documentation/9psetup) and [SPICE
webdavd](https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
- Copy/paste via SPICE agent is **not available on macOS**.
### macOS App Store
If you see *"Your device or computer could not be verified"* when you
try to login to the App Store, make sure that your wired ethernet device
is `en0`. Use `ifconfig` in a terminal to verify this.
If the wired ethernet device is not `en0`, then then go to *System
Preferences* -\> *Network*, delete all the network devices and apply the
changes. Next, open a terminal and run the following:
``` bash
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
```
Now reboot, and the App Store should work.
## Windows 10 & 11 Guests
`quickget` can not download
[Windows10](https://www.microsoft.com/software-download/windows10) and
[Windows 11](https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
This configuration also includes the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
`quickget` can automatically download Windows 8.1, [Windows
10](https://www.microsoft.com/en-gb/software-download/windows10ISO) and
[Windows
11](https://www.microsoft.com/en-gb/software-download/windows11) along
with the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
and creates a virtual machine configuration.
``` bash
quickget windows 11
quickemu --vm windows-11.conf
```
- Complete the installation as you normally would.
- All relevant drivers and services should be installed automatically.
- A local adminstrator user account is automatically created, with
these credentials:
- Username: `Quickemu`
- Password: `quickemu`
The default Windows 11 configuration looks like this:
``` bash
guest_os="windows"
disk_img="windows-11/disk.qcow2"
iso="windows-11/windows-11.iso"
fixed_iso="windows-11/virtio-win.iso"
tpm="on"
secureboot="on"
```
- `guest_os="windows"` instructs `quickemu` to optimise for Windows.
- `fixed_iso=` specifies the ISO image that provides VirtIO drivers.
- `tpm="on"` instructs `quickemu` to create a software emulated TPM
device using `swtpm`.
# All the options
Here are the usage instructions:
Usage
quickemu --vm ubuntu.conf
You can also pass optional parameters
--braille : Enable braille support. Requires SDL.
--delete-disk : Delete the disk image and EFI variables
--delete-vm : Delete the entire VM and it's configuration
--display : Select display backend. 'sdl' (default), 'gtk', 'none', 'spice' or 'spice-app'
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)
--ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers
--screen <screen> : Use specified screen to determine the window size.
--shortcut : Create a desktop shortcut
--snapshot apply <tag> : Apply/restore a snapshot.
--snapshot create <tag> : Create a snapshot.
--snapshot delete <tag> : Delete a snapshot.
--snapshot info : Show disk/snapshot info.
--status-quo : Do not commit any changes to disk/snapshot.
--viewer <viewer> : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none'
--ssh-port <port> : Set ssh-port manually
--spice-port <port> : Set spice-port manually
--public-dir <path> : expose share directory. @Options: '' (default: xdg-user-dir PUBLICSHARE), '<directory>', 'none'
--monitor <type> : Set monitor connection type. @Options: 'socket' (default), 'telnet', 'none'
--monitor-telnet-host <ip/host> : Set telnet host for monitor. (default: 'localhost')
--monitor-telnet-port <port> : Set telnet port for monitor. (default: '4440')
--monitor-cmd <cmd> : Send command to monitor if available. (Example: system_powerdown)
--serial <type> : Set serial connection type. @Options: 'socket' (default), 'telnet', 'none'
--serial-telnet-host <ip/host> : Set telnet host for serial. (default: 'localhost')
--serial-telnet-port <port> : Set telnet port for serial. (default: '6660')
--keyboard <type> : Set keyboard. @Options: 'usb' (default), 'ps2', 'virtio'
--keyboard_layout <layout> : Set keyboard layout.
--mouse <type> : Set mouse. @Options: 'tablet' (default), 'ps2', 'usb', 'virtio'
--usb-controller <type> : Set usb-controller. @Options: 'ehci' (default), 'xhci', 'none'
--extra_args <arguments> : Pass additional arguments to qemu
--version : Print version
## Desktop shortcuts
Desktop shortcuts can be created for a VM, the shortcuts are saved in
`~/.local/share/applications`. Here is an example of how to create a
shortcut.
``` bash
quickemu --vm ubuntu-22.04-desktop.conf --shortcut
```
## Screen and window size (Linux guests only)
`qemu` will always default to the primary monitor to display the VM's
window.
Without the `--screen` option, `quickemu` will look for the size of the
smallest monitor, and use a size that fits on said monitor.
The `--screen` option forces `quickemu` to use the size of the given
monitor to compute the size of the window. **It won't use that monitor
to display the VM's window if it's not the primary monitor**. This is
useful if the primary monitor if not the smallest one, and if the VM's
window doesn't need to be moved around.
The `--screen` option is also useful with the `--fullscreen` option,
again because `qemu` will always use the primary monitor. In order for
the fullscreen mode to work properly, the resolution of the VM's window
must match the resolution of the screen.
To know which screen to use, type:
``` bash
xrandr --listmonitors | grep -v Monitors
```
The command will output something like this:
``` bash
0: +*HDMI-0 2560/597x1440/336+1920+0 HDMI-0
1: +DVI-D-0 1920/527x1080/296+0+0 DVI-D-0
```
The first number is what needs to be passed to the `--screen` option.
For example:
``` bash
quickemu --vm vm.conf --screen 0
```
The above uses the 2560x1440 screen to compute the size of the window,
which Quickemu sizes to 2048x1152. Without the `--screen` option,
Quickemu would have used the 1920x1080 monitor which results in a window
size of 1664x936.
# References
Useful reference that assisted the development of Quickemu.
- General
- [QEMU's documentation!](https://qemu.readthedocs.io/en/latest/)
- <https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines>
- <https://www.kraxel.org/blog/2020/01/qemu-sound-audiodev/>
- macOS
- <https://www.nicksherlock.com/2020/06/installing-macos-big-sur-on-proxmox/>
- <https://passthroughpo.st/mac-os-adds-early-support-for-virtio-qemu/>
- <https://github.com/kholia/OSX-KVM>
- <https://github.com/thenickdude/KVM-Opencore>
- <https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery>
- <https://www.kraxel.org/blog/2017/09/running-macos-as-guest-in-kvm/>
- <https://www.nicksherlock.com/2017/10/passthrough-of-advanced-cpu-features-for-macos-high-sierra-guests/>
- <http://philjordan.eu/osx-virt/>
- <https://github.com/Dids/clover-builder>
- [OpenCore
Configurator](https://mackie100projects.altervista.org)
- Windows
- <https://www.heiko-sieger.info/running-windows-10-on-linux-using-kvm-with-vga-passthrough/>
- <https://leduccc.medium.com/improving-the-performance-of-a-windows-10-guest-on-qemu-a5b3f54d9cf5>
- <https://frontpagelinux.com/tutorials/how-to-use-linux-kvm-to-optimize-your-windows-10-virtual-machine/>
- <https://turlucode.com/qemu-command-line-args/>
- <https://github.com/pbatard/Fido>
- <https://www.catapultsystems.com/blogs/create-zero-touch-windows-10-iso/>
- TPM
- <https://qemu-project.gitlab.io/qemu/specs/tpm.html>
- <https://www.tecklyfe.com/how-to-create-a-windows-11-virtual-machine-in-qemu/>
- 9p & virtiofs
- <https://wiki.qemu.org/Documentation/9p>
- <https://wiki.qemu.org/Documentation/9psetup>
- <https://www.kraxel.org/blog/2019/06/macos-qemu-guest/>
- <https://superuser.com/questions/628169/how-to-share-a-directory-with-the-host-without-networking-in-qemu>
- <https://virtio-fs.gitlab.io/>
# AUTHORS
Written by Martin Wimpress.
# BUGS
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
# SEE ALSO
Full sources at: <https://github.com/quickemu-project/quickemu>
quickemu_conf(1), quickget(1), quickgui(1)

327
documents/quickemu_conf.1 Normal file
View File

@ -0,0 +1,327 @@
.\" Automatically generated by Pandoc 2.19.2
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU_CONF" "1" "February 4, 2023" "quickemu_conf" "Quickemu Configuration Manual"
.hy
.SH NAME
.PP
quickemu_conf - Options and parameters in the quickemu <vm>.conf
.SH DESCRIPTION
.PP
\f[B]quickemu\f[R] will create and run highly optimised desktop virtual
machines for Linux, macOS and Windows.
It uses sensible defaults, but many configuration options can be
overridden in the required configuration file, which will as a minimum
specify the path to the installation ISO and QEMU disk for the installed
VM
.SH OPTIONS
.PP
These are the options and defaults for the <vm>.conf file
.IP
.nf
\f[C]
# Lowercase variables are used in the VM config file only
boot=\[dq]efi\[dq]
cpu_cores=\[dq]\[dq]
disk_img=\[dq]\[dq]
disk_size=\[dq]\[dq]
display=\[dq]\[dq]
extra_args=\[dq]\[dq]
fixed_iso=\[dq]\[dq]
floppy=\[dq]\[dq]
guest_os=\[dq]linux\[dq]
img=\[dq]\[dq]
iso=\[dq]\[dq]
macaddr=\[dq]\[dq]
macos_release=\[dq]\[dq]
network=\[dq]\[dq]
port_forwards=()
preallocation=\[dq]off\[dq]
ram=\[dq]\[dq]
secureboot=\[dq]off\[dq]
tpm=\[dq]off\[dq]
usb_devices=()
viewer=\[dq]spicy\[dq]
ssh_port=\[dq]\[dq]
spice_port=\[dq]\[dq]
public_dir=\[dq]\[dq]
monitor=\[dq]socket\[dq]
monitor_telnet_port=\[dq]4440\[dq]
monitor_telnet_host=\[dq]localhost\[dq]
monitor_cmd=\[dq]\[dq]
serial=\[dq]socket\[dq]
serial_telnet_port=\[dq]6660\[dq]
serial_telnet_host=\[dq]localhost\[dq]
# options: ehci(USB2.0), xhci(USB3.0)
usb_controller=\[dq]ehci\[dq]
# options: ps2, usb, virtio
keyboard=\[dq]usb\[dq]
keyboard_layout=\[dq]en-us\[dq]
# options: ps2, usb, tablet, virtio
mouse=\[dq]tablet\[dq]
\f[R]
.fi
.SH EXAMPLES
.IP
.nf
\f[C]
guest_os=\[dq]linux\[dq]
disk_img=\[dq]debian-bullseye/disk.qcow2\[dq]
iso=\[dq]debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso\[dq]
\f[R]
.fi
.PP
The default macOS configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]macos\[dq]
img=\[dq]macos-catalina/RecoveryImage.img\[dq]
disk_img=\[dq]macos-catalina/disk.qcow2\[dq]
macos_release=\[dq]catalina\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
macOS.
.IP \[bu] 2
\f[V]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
optimise for a particular macOS release.
.RS 2
.IP \[bu] 2
For example VirtIO Network and Memory Ballooning are available in Big
Sur and newer, but not previous releases.
.IP \[bu] 2
And VirtIO Block Media (disks) are supported/stable in Catalina and
newer.
.RE
.PP
The default Windows 11 configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]windows\[dq]
disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/Win11_EnglishInternational_x64.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]on\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]windows\[dq]\f[R] instructs \f[V]quickemu\f[R] to
optimise for Windows.
.IP \[bu] 2
\f[V]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
drivers.
.IP \[bu] 2
\f[V]tpm=\[dq]on\[dq]\f[R] instructs \f[V]quickemu\f[R] to create a
software emulated TPM device using \f[V]swtpm\f[R].
.SH BIOS and EFI
.PP
Since Quickemu 2.1.0 \f[V]efi\f[R] is the default boot option.
If you want to override this behaviour then add the following line to
you VM configuration to enable legacy BIOS.
.IP \[bu] 2
\f[V]boot=\[dq]legacy\[dq]\f[R] - Enable Legacy BIOS boot
.SH Tuning CPU cores, RAM & disks
.PP
By default, Quickemu will calculate the number of CPUs cores and RAM to
allocate to a VM based on the specifications of your host computer.
You can override this default behaviour and tune the VM configuration to
your liking.
.PP
Add additional lines to your virtual machine configuration:
.IP \[bu] 2
\f[V]cpu_cores=\[dq]4\[dq]\f[R] - Specify the number of CPU cores
allocated to the VM
.IP \[bu] 2
\f[V]ram=\[dq]4G\[dq]\f[R] - Specify the amount of RAM to allocate to
the VM
.IP \[bu] 2
\f[V]disk_size=\[dq]16G\[dq]\f[R] - Specify the size of the virtual disk
allocated to the VM
.SS Disk preallocation
.PP
Preallocation mode (allowed values: \f[V]off\f[R] (default),
\f[V]metadata\f[R], \f[V]falloc\f[R], \f[V]full\f[R]).
An image with preallocated metadata is initially larger but can improve
performance when the image needs to grow.
.PP
Specify what disk preallocation should be used, if any, when creating
the system disk image by adding a line like this to your VM
configuration.
.IP \[bu] 2
\f[V]preallocation=\[dq]metadata\[dq]\f[R]
.SS CD-ROM disks
.PP
If you want to expose an ISO image from the host to guest add the
following line to the VM configuration:
.IP \[bu] 2
\f[V]fixed_iso=\[dq]/path/to/image.iso\[dq]\f[R]
.SS Floppy disks
.PP
If you\[cq]re like Alan Pope (https://popey.com) you\[cq]ll probably
want to mount a floppy disk image in the guest.
To do so add the following line to the VM configuration:
.IP \[bu] 2
\f[V]floppy=\[dq]/path/to/floppy.img\[dq]\f[R]
.SH File Sharing
.PP
All File Sharing options will only expose \f[V]\[ti]/Public\f[R] (or
localised variations) for the current user to the guest VMs.
.SS Samba \[u1F427] \[u1F34F] \[u1FA9F]
.PP
If \f[V]smbd\f[R] is available on the host, Quickemu will automatically
enable the built-in QEMU support for exposing a Samba share from the
host to the guest.
.PP
You can install the minimal Samba components on Ubuntu using:
.IP
.nf
\f[C]
sudo apt install --no-install-recommends samba
\f[R]
.fi
.PP
If everything is set up correctly, the \f[V]smbd\f[R] address will be
printed when the virtual machine is started.
For example:
.IP
.nf
\f[C]
- smbd: On guest: smb://10.0.2.4/qemu
\f[R]
.fi
.PP
If using a Windows guest, right-click on \[lq]This PC\[rq], click
\[lq]Add a network location\[rq], and paste this address, removing
\f[V]smb:\f[R] and replacing forward slashes with backslashes (in this
example \f[V]\[rs]\[rs]10.0.2.4\[rs]qemu\f[R]).
.SS SPICE WebDAV \[u1F427] \[u1FA9F]
.IP \[bu] 2
TBD
.SS VirtIO-9P \[u1F427] \[u1F34F]
.IP \[bu] 2
TBD
.SH Network port forwarding
.PP
Add an additional line to your virtual machine configuration.
For example:
.IP \[bu] 2
\f[V]port_forwards=(\[dq]8123:8123\[dq] \[dq]8888:80\[dq])\f[R]
.PP
In the example above:
.IP \[bu] 2
Port 8123 on the host is forwarded to port 8123 on the guest.
.IP \[bu] 2
Port 8888 on the host is forwarded to port 80 on the guest.
.SH Disable networking
.PP
To completely disable all network interfaces in a guest VM add this
additional line to your virtual machine configuration:
.IP \[bu] 2
\f[V]network=\[dq]none\[dq]\f[R]
.SH Restricted networking
.PP
You can isolate the guest from the host (and broader network) using the
restrict option, which will restrict networking to just the guest and
any virtual devices.
.PP
This can be used to prevent software running inside the guest from
phoning home while still providing a network inside the guest.
Add this additional line to your virtual machine configuration:
.IP \[bu] 2
\f[V]network=\[dq]restrict\[dq]\f[R]
.SH Bridged networking
.PP
Connect your virtual machine to a preconfigured network bridge.
Add an additional line to your virtual machine configuration:
.IP \[bu] 2
\f[V]network=\[dq]br0\[dq]\f[R]
.PP
If you want to have a persistent MAC address for your bridged network
interface in the guest VM you can add \f[V]macaddr\f[R] to the virtual
machine configuration.
QEMU requires that the MAC address is in the range:
\f[B]52:54:00:AB:00:00 - 52:54:00:AB:FF:FF\f[R]
.PP
So you can generate your own MAC addresses with:
.IP \[bu] 2
\f[V]macaddr=\[dq]52:54:00:AB:51:AE\[dq]\f[R]
.SH USB redirection
.PP
Quickemu supports USB redirection via SPICE pass-through and host
pass-through.
.SS SPICE redirection (recommended)
.PP
Using SPICE for USB pass-through is easiest as it doesn\[cq]t require
any elevated permission, start Quickemu with \f[V]--display spice\f[R]
and then select \f[V]Input\f[R] ->
\f[V]Select USB Device for redirection\f[R] from the menu to choose
which device(s) you want to attach to the guest.
.SS Host redirection \f[B]NOT Recommended\f[R]
.PP
\f[B]USB host redirection is not recommended\f[R], it is provided purely
for backwards compatibility to older versions of Quickemu.
Using SPICE is preferred, see above.
.PP
Add an additional line to your virtual machine configuration.
For example:
.IP \[bu] 2
\f[V]usb_devices=(\[dq]046d:082d\[dq] \[dq]046d:085e\[dq])\f[R]
.PP
In the example above:
.IP \[bu] 2
The USB device with vendor_id 046d and product_id 082d will be exposed
to the guest.
.IP \[bu] 2
The USB device with vendor_id 046d and product_id 085e will be exposed
to the guest.
.PP
If the USB devices are not writable, \f[V]quickemu\f[R] will display the
appropriate commands to modify the USB device(s) access permissions,
like this:
.IP
.nf
\f[C]
- USB: Host pass-through requested:
- Sennheiser Communications EPOS GTW 270 on bus 001 device 005 needs permission changes:
sudo chown -v root:user /dev/bus/usb/001/005
ERROR! USB permission changes are required \[u1F446]
\f[R]
.fi
.SH TPM
.PP
Since Quickemu 2.2.0 a software emulated TPM device can be added to
guest virtual machines.
Just add \f[V]tpm=\[dq]on\[dq]\f[R] to your VM configuration.
\f[V]quickget\f[R] will automatically add this line to Windows 11
virtual machines.
.SH AUTHORS
.PP
Written by Martin Wimpress.
.SH BUGS
.PP
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
.SH SEE ALSO
.PP
Full sources at: <https://github.com/quickemu-project/quickemu>
.PP
quickget(1), quickemu(1), quickgui(1)
.SH AUTHORS
Martin Wimpress.

View File

@ -0,0 +1,299 @@
---
author: Martin Wimpress
date: February 4, 2023
footer: quickemu_conf
header: Quickemu Configuration Manual
section: 1
title: QUICKEMU_CONF
---
# NAME
quickemu_conf - Options and parameters in the quickemu \<vm\>.conf
# DESCRIPTION
**quickemu** will create and run highly optimised desktop virtual
machines for Linux, macOS and Windows. It uses sensible defaults, but
many configuration options can be overridden in the required
configuration file, which will as a minimum specify the path to the
installation ISO and QEMU disk for the installed VM
# OPTIONS
These are the options and defaults for the \<vm\>.conf file
``` bash
# Lowercase variables are used in the VM config file only
boot="efi"
cpu_cores=""
disk_img=""
disk_size=""
display=""
extra_args=""
fixed_iso=""
floppy=""
guest_os="linux"
img=""
iso=""
macaddr=""
macos_release=""
network=""
port_forwards=()
preallocation="off"
ram=""
secureboot="off"
tpm="off"
usb_devices=()
viewer="spicy"
ssh_port=""
spice_port=""
public_dir=""
monitor="socket"
monitor_telnet_port="4440"
monitor_telnet_host="localhost"
monitor_cmd=""
serial="socket"
serial_telnet_port="6660"
serial_telnet_host="localhost"
# options: ehci(USB2.0), xhci(USB3.0)
usb_controller="ehci"
# options: ps2, usb, virtio
keyboard="usb"
keyboard_layout="en-us"
# options: ps2, usb, tablet, virtio
mouse="tablet"
```
# EXAMPLES
``` bash
guest_os="linux"
disk_img="debian-bullseye/disk.qcow2"
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
```
The default macOS configuration looks like this:
``` bash
guest_os="macos"
img="macos-catalina/RecoveryImage.img"
disk_img="macos-catalina/disk.qcow2"
macos_release="catalina"
```
- `guest_os="macos"` instructs Quickemu to optimise for macOS.
- `macos_release="catalina"` instructs Quickemu to optimise for a
particular macOS release.
- For example VirtIO Network and Memory Ballooning are available
in Big Sur and newer, but not previous releases.
- And VirtIO Block Media (disks) are supported/stable in Catalina
and newer.
The default Windows 11 configuration looks like this:
``` bash
guest_os="windows"
disk_img="windows-11/disk.qcow2"
iso="windows-11/Win11_EnglishInternational_x64.iso"
fixed_iso="windows-11/virtio-win.iso"
tpm="on"
secureboot="on"
```
- `guest_os="windows"` instructs `quickemu` to optimise for Windows.
- `fixed_iso=` specifies the ISO image that provides VirtIO drivers.
- `tpm="on"` instructs `quickemu` to create a software emulated TPM
device using `swtpm`.
# BIOS and EFI
Since Quickemu 2.1.0 `efi` is the default boot option. If you want to
override this behaviour then add the following line to you VM
configuration to enable legacy BIOS.
- `boot="legacy"` - Enable Legacy BIOS boot
# Tuning CPU cores, RAM & disks
By default, Quickemu will calculate the number of CPUs cores and RAM to
allocate to a VM based on the specifications of your host computer. You
can override this default behaviour and tune the VM configuration to
your liking.
Add additional lines to your virtual machine configuration:
- `cpu_cores="4"` - Specify the number of CPU cores allocated to the
VM
- `ram="4G"` - Specify the amount of RAM to allocate to the VM
- `disk_size="16G"` - Specify the size of the virtual disk allocated
to the VM
## Disk preallocation
Preallocation mode (allowed values: `off` (default), `metadata`,
`falloc`, `full`). An image with preallocated metadata is initially
larger but can improve performance when the image needs to grow.
Specify what disk preallocation should be used, if any, when creating
the system disk image by adding a line like this to your VM
configuration.
- `preallocation="metadata"`
## CD-ROM disks
If you want to expose an ISO image from the host to guest add the
following line to the VM configuration:
- `fixed_iso="/path/to/image.iso"`
## Floppy disks
If you're like [Alan Pope](https://popey.com) you'll probably want to
mount a floppy disk image in the guest. To do so add the following line
to the VM configuration:
- `floppy="/path/to/floppy.img"`
# File Sharing
All File Sharing options will only expose `~/Public` (or localised
variations) for the current user to the guest VMs.
## Samba 🐧 🍏 🪟
If `smbd` is available on the host, Quickemu will automatically enable
the built-in QEMU support for exposing a Samba share from the host to
the guest.
You can install the minimal Samba components on Ubuntu using:
``` bash
sudo apt install --no-install-recommends samba
```
If everything is set up correctly, the `smbd` address will be printed
when the virtual machine is started. For example:
- smbd: On guest: smb://10.0.2.4/qemu
If using a Windows guest, right-click on "This PC", click "Add a network
location", and paste this address, removing `smb:` and replacing forward
slashes with backslashes (in this example `\\10.0.2.4\qemu`).
## SPICE WebDAV 🐧 🪟
- TBD
## VirtIO-9P 🐧 🍏
- TBD
# Network port forwarding
Add an additional line to your virtual machine configuration. For
example:
- `port_forwards=("8123:8123" "8888:80")`
In the example above:
- Port 8123 on the host is forwarded to port 8123 on the guest.
- Port 8888 on the host is forwarded to port 80 on the guest.
# Disable networking
To completely disable all network interfaces in a guest VM add this
additional line to your virtual machine configuration:
- `network="none"`
# Restricted networking
You can isolate the guest from the host (and broader network) using the
restrict option, which will restrict networking to just the guest and
any virtual devices.
This can be used to prevent software running inside the guest from
phoning home while still providing a network inside the guest. Add this
additional line to your virtual machine configuration:
- `network="restrict"`
# Bridged networking
Connect your virtual machine to a preconfigured network bridge. Add an
additional line to your virtual machine configuration:
- `network="br0"`
If you want to have a persistent MAC address for your bridged network
interface in the guest VM you can add `macaddr` to the virtual machine
configuration. QEMU requires that the MAC address is in the range:
**52:54:00:AB:00:00 - 52:54:00:AB:FF:FF**
So you can generate your own MAC addresses with:
- `macaddr="52:54:00:AB:51:AE"`
# USB redirection
Quickemu supports USB redirection via SPICE pass-through and host
pass-through.
## SPICE redirection (recommended)
Using SPICE for USB pass-through is easiest as it doesn't require any
elevated permission, start Quickemu with `--display spice` and then
select `Input` -\> `Select USB Device for redirection` from the menu to
choose which device(s) you want to attach to the guest.
## Host redirection **NOT Recommended**
**USB host redirection is not recommended**, it is provided purely for
backwards compatibility to older versions of Quickemu. Using SPICE is
preferred, see above.
Add an additional line to your virtual machine configuration. For
example:
- `usb_devices=("046d:082d" "046d:085e")`
In the example above:
- The USB device with vendor_id 046d and product_id 082d will be
exposed to the guest.
- The USB device with vendor_id 046d and product_id 085e will be
exposed to the guest.
If the USB devices are not writable, `quickemu` will display the
appropriate commands to modify the USB device(s) access permissions,
like this:
- USB: Host pass-through requested:
- Sennheiser Communications EPOS GTW 270 on bus 001 device 005 needs permission changes:
sudo chown -v root:user /dev/bus/usb/001/005
ERROR! USB permission changes are required 👆
# TPM
Since Quickemu 2.2.0 a software emulated TPM device can be added to
guest virtual machines. Just add `tpm="on"` to your VM configuration.
`quickget` will automatically add this line to Windows 11 virtual
machines.
# AUTHORS
Written by Martin Wimpress.
# BUGS
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
# SEE ALSO
Full sources at: <https://github.com/quickemu-project/quickemu>
quickget(1), quickemu(1), quickgui(1)

532
documents/quickget.1 Normal file
View File

@ -0,0 +1,532 @@
.\" Automatically generated by Pandoc 2.19.2
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKGET" "1" "February 4, 2023" "quickget" "Quickget User Manual"
.hy
.SH NAME
.PP
quickget - download and prepare materials for building a quickemu VM
.SH SYNOPSIS
.PP
\f[B]quickget\f[R] [\f[I]os\f[R]] [\f[I]release\f[R]]
[\f[I]edition\f[R]] | [\f[I]OPTION\f[R]]*
.SH DESCRIPTION
.PP
\f[B]quickget\f[R] will download the requisite materials and prepare a
configuration for \f[V]quickemu\f[R] to use to build and run
.SH OPTIONS
.TP
\f[B]version | -version | \[en]version\f[R]
show version (from Quickemu)
.TP
\f[B]list | list_csv | list_json\f[R]
provide a csv list of all supported guest OSes, versions and variants.
.TP
\f[B][OS] [Release] [Edition]\f[R]
specify the OS and release (and optional edition) if insufficient input
is provided a list of missing options will be reported and the script
will exit.
Editions may not apply and will be defaulted if not provided.
.SH NOTES
.SS Ubuntu Guest
.PP
\f[V]quickget\f[R] will automatically download an Ubuntu release and
create the virtual machine configuration.
.IP
.nf
\f[C]
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-vdagent\f[R]
.RE
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RS 2
.IP \[bu] 2
\f[V]sudo apt install spice-webdavd\f[R]
.RE
.RE
.SS Ubuntu devel (daily-live) images
.PP
\f[V]quickget\f[R] can also download/refresh devel images via
\f[V]zsync\f[R] for Ubuntu developers and testers.
.IP
.nf
\f[C]
quickget ubuntu devel
quickemu --vm ubuntu-devel.conf
\f[R]
.fi
.PP
You can run \f[V]quickget ubuntu devel\f[R] to refresh your daily
development image as often as you like, it will even automatically
switch to a new series.
.SS Ubuntu Flavours
.PP
All the official Ubuntu flavours are supported, just replace
\f[V]ubuntu\f[R] with your preferred flavour.
.IP \[bu] 2
\f[V]kubuntu\f[R] (Kubuntu)
.IP \[bu] 2
\f[V]lubuntu\f[R] (Lubuntu)
.IP \[bu] 2
\f[V]ubuntu-budgie\f[R] (Ubuntu Budgie)
.IP \[bu] 2
\f[V]ubuntukylin\f[R] (Ubuntu Kylin)
.IP \[bu] 2
\f[V]ubuntu-mate\f[R] (Ubuntu MATE)
.IP \[bu] 2
\f[V]ubuntustudio\f[R] (Ubuntu Studio)
.IP \[bu] 2
\f[V]ubuntu\f[R] (Ubuntu)
.IP \[bu] 2
\f[V]ubuntu-unity\f[R] (Ubuntu Unity)
.IP \[bu] 2
\f[V]xubuntu\f[R] (Xubuntu)
.SS Other Operating Systems
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2
\f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2
\f[V]alpine\f[R] (Alpine Linux)
.IP \[bu] 2
\f[V]android\f[R] (Android x86)
.IP \[bu] 2
\f[V]archcraft\f[R] (Archcraft)
.IP \[bu] 2
\f[V]archlinux\f[R] (Arch Linux)
.IP \[bu] 2
\f[V]arcolinux\f[R] (Arco Linux)
.IP \[bu] 2
\f[V]batocera\f[R] (Batocera)
.IP \[bu] 2
\f[V]cachyos\f[R] (CachyOS)
.IP \[bu] 2
\f[V]centos-stream\f[R] (CentOS Stream)
.IP \[bu] 2
\f[V]debian\f[R] (Debian)
.IP \[bu] 2
\f[V]deepin\f[R] (Deepin)
.IP \[bu] 2
\f[V]devuan\f[R] (Devuan)
.IP \[bu] 2
\f[V]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2
\f[V]elementary\f[R] (elementary OS)
.IP \[bu] 2
\f[V]endeavouros\f[R] (EndeavourOS)
.IP \[bu] 2
\f[V]fedora\f[R] (Fedora)
.IP \[bu] 2
\f[V]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[V]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[V]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[V]gentoo\f[R] (Gentoo)
.IP \[bu] 2
\f[V]ghostbsd\f[R] (GhostBSD)
.IP \[bu] 2
\f[V]haiku\f[R] (Haiku)
.IP \[bu] 2
\f[V]kali\f[R] (Kali)
.IP \[bu] 2
\f[V]kdeneon\f[R] (KDE Neon)
.IP \[bu] 2
\f[V]kolibrios\f[R] (KolibriOS)
.IP \[bu] 2
\f[V]linuxmint\f[R] (Linux Mint)
.IP \[bu] 2
\f[V]lmde\f[R] (Linux Mint Debian Edition)
.IP \[bu] 2
\f[V]mageia\f[R] (Mageia)
.IP \[bu] 2
\f[V]manjaro\f[R] (Manjaro)
.IP \[bu] 2
\f[V]mxlinux\f[R] (MX Linux)
.IP \[bu] 2
\f[V]netboot\f[R] (netboot.xyz)
.IP \[bu] 2
\f[V]netbsd\f[R] (NetBSD)
.IP \[bu] 2
\f[V]nixos\f[R] (NixOS)
.IP \[bu] 2
\f[V]openbsd\f[R] (OpenBSD)
.IP \[bu] 2
\f[V]opensuse\f[R] (openSUSE)
.IP \[bu] 2
\f[V]oraclelinux\f[R] (Oracle Linux)
.IP \[bu] 2
\f[V]popos\f[R] (Pop!_OS)
.IP \[bu] 2
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[V]rebornos\f[R] (RebornOS)
.IP \[bu] 2
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[V]slackware\f[R] (Slackware)
.IP \[bu] 2
\f[V]solus\f[R] (Solus)
.IP \[bu] 2
\f[V]tails\f[R] (Tails)
.IP \[bu] 2
\f[V]truenas-core\f[R] (TrueNAS Core)
.IP \[bu] 2
\f[V]truenas-scale\f[R] (TrueNAS Scale)
.IP \[bu] 2
\f[V]void\f[R] (Void Linux)
.IP \[bu] 2
\f[V]zorin\f[R] (Zorin OS)
.PP
Or you can download a Linux image and manually create a VM
configuration.
.IP \[bu] 2
Download a .iso image of a Linux distribution
.IP \[bu] 2
Create a VM configuration file; for example
\f[V]debian-bullseye.conf\f[R]
.IP
.nf
\f[C]
guest_os=\[dq]linux\[dq]
disk_img=\[dq]debian-bullseye/disk.qcow2\[dq]
iso=\[dq]debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso\[dq]
\f[R]
.fi
.IP \[bu] 2
Use \f[V]quickemu\f[R] to start the virtual machine:
.IP
.nf
\f[C]
quickemu --vm debian-bullseye.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as normal.
.IP \[bu] 2
Post-install:
.RS 2
.IP \[bu] 2
Install the SPICE agent (\f[V]spice-vdagent\f[R]) in the guest to enable
copy/paste and USB redirection.
.IP \[bu] 2
Install the SPICE WebDAV agent (\f[V]spice-webdavd\f[R]) in the guest to
enable file sharing.
.RE
.SS macOS Guest
.PP
\f[V]quickget\f[R] automatically downloads a macOS recovery image and
creates a virtual machine configuration.
.IP
.nf
\f[C]
quickget macos catalina
quickemu --vm macos-catalina.conf
\f[R]
.fi
.PP
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R] and \f[V]monterey\f[R] are supported.
.IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
.IP \[bu] 2
From \f[B]macOS Utilities\f[R]
.RS 2
.IP \[bu] 2
Click \f[B]Disk Utility\f[R] and \f[B]Continue\f[R]
.RS 2
.IP \[bu] 2
Select \f[V]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list and
click \f[B]Erase\f[R].
.IP \[bu] 2
Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, and
Monterey), choose any of the APFS options as the filesystem.
MacOS Extended may not work.
.RE
.IP \[bu] 2
Click \f[B]Erase\f[R].
.IP \[bu] 2
Click \f[B]Done\f[R].
.IP \[bu] 2
Close Disk Utility
.RE
.IP \[bu] 2
From \f[B]macOS Utilities\f[R]
.RS 2
.IP \[bu] 2
Click \f[B]Reinstall macOS\f[R] and \f[B]Continue\f[R]
.RE
.IP \[bu] 2
Complete the installation as you normally would.
.RS 2
.IP \[bu] 2
On the first reboot use cursor keys and enter key to select \f[B]macOS
Installer\f[R]
.IP \[bu] 2
On the subsequent reboots use cursor keys and enter key to select the
disk you named
.RE
.IP \[bu] 2
Once you have finished installing macOS you will be presented with an
the out-of-the-box first-start wizard to configure various options and
set up your username and password
.IP \[bu] 2
OPTIONAL: After you have concluded the out-of-the-box wizard, you may
want to enable the TRIM feature that the computer industry created for
SSD disks.
This feature in our macOS installation will allow QuickEmu to compact
(shrink) your macOS disk image whenever you delete files inside the
Virtual Machine.
Without this step your macOS disk image will only ever get larger and
will not shrink even when you delete lots of data inside macOS.
.RS 2
.IP \[bu] 2
To enable TRIM, open the Terminal application and type the following
command followed by pressing enter to tell macos to use the TRIM command
on the hard disk when files are deleted:
.RE
.IP
.nf
\f[C]
sudo trimforce enable
\f[R]
.fi
.PP
You will be prompted to enter your account\[cq]s password to gain the
privilege needed.
Once you\[cq]ve entered your password and pressed enter the command will
request confirmation in the form of two questions that require you to
type y (for a \[lq]yes\[rq] response) followed by enter to confirm.
If you press enter without first typing y the system will consider that
a negative response as though you said \[lq]no\[rq]:
.IP
.nf
\f[C]
IMPORTANT NOTICE: This tool force-enables TRIM for all relevant attached devices, even though such devices may not have been validated for data integrity while using TRIM. Use of this tool to enable TRIM may result in unintended data loss or data corruption. It should not be used in a commercial operating environment or with important data. Before using this tool, you should back up all of your data and regularly back up data while TRIM is enabled. This tool is provided on an \[dq]as is\[dq] basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THIS TOOL OR ITS USE ALONE OR IN COMBINATION WITH YOUR DEVICES, SYSTEMS, OR SERVICES. BY USING THIS TOOL TO ENABLE TRIM, YOU AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE TOOL IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
Are you sure you with to proceed (y/N)?
\f[R]
.fi
.PP
And a second confirmation once you\[cq]ve confirmed the previous one:
.IP
.nf
\f[C]
Your system will immediately reboot when this is complete.
Is this OK (y/N)?
\f[R]
.fi
.PP
As the last message states, your system will automatically reboot as
soon as the command completes.
.PP
The default macOS configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]macos\[dq]
img=\[dq]macos-catalina/RecoveryImage.img\[dq]
disk_img=\[dq]macos-catalina/disk.qcow2\[dq]
macos_release=\[dq]catalina\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]macos\[dq]\f[R] instructs Quickemu to optimise for
macOS.
.IP \[bu] 2
\f[V]macos_release=\[dq]catalina\[dq]\f[R] instructs Quickemu to
optimise for a particular macOS release.
.RS 2
.IP \[bu] 2
For example VirtIO Network and Memory Ballooning are available in Big
Sur and newer, but not previous releases.
.IP \[bu] 2
And VirtIO Block Media (disks) are supported/stable in Catalina and
newer.
.RE
.SS macOS compatibility
.PP
There are some considerations when running macOS via Quickemu.
.IP \[bu] 2
Supported macOS releases:
.RS 2
.IP \[bu] 2
High Sierra
.IP \[bu] 2
Mojave
.IP \[bu] 2
Catalina \f[B](Recommended)\f[R]
.IP \[bu] 2
Big Sur
.IP \[bu] 2
Monterey
.RE
.IP \[bu] 2
\f[V]quickemu\f[R] will automatically download the required
OpenCore (https://github.com/acidanthera/OpenCorePkg) bootloader and
OVMF firmware from OSX-KVM (https://github.com/kholia/OSX-KVM).
.IP \[bu] 2
Optimised by default, but no GPU acceleration is available.
.RS 2
.IP \[bu] 2
Host CPU vendor is detected and guest CPU is optimised accordingly.
.IP \[bu] 2
VirtIO Block
Media (https://www.kraxel.org/blog/2019/06/macos-qemu-guest/) is used
for the system disk where supported.
.IP \[bu] 2
VirtIO \f[V]usb-tablet\f[R] (http://philjordan.eu/osx-virt/) is used for
the mouse.
.IP \[bu] 2
VirtIO Network (\f[V]virtio-net\f[R]) is supported and enabled on macOS
Big Sur and newer but previous releases use \f[V]vmxnet3\f[R].
.IP \[bu] 2
VirtIO Memory Ballooning is supported and enabled on macOS Big Sur and
newer but disabled for other support macOS releases.
.RE
.IP \[bu] 2
USB host and SPICE pass-through is:
.RS 2
.IP \[bu] 2
UHCI (USB 2.0) on macOS Catalina and earlier.
.IP \[bu] 2
XHCI (USB 3.0) on macOS Big Sur and newer.
.RE
.IP \[bu] 2
Display resolution can only be changed via macOS System Preferences.
.IP \[bu] 2
\f[B]Full Duplex audio requires VoodooHDA
OC (https://github.com/chris1111/VoodooHDA-OC) or pass-through a USB
audio-device to the macOS guest VM\f[R].
.IP \[bu] 2
NOTE!
Gatekeeper (https://disable-gatekeeper.github.io/) and System Integrity
Protection
(SIP) (https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection)
need to be disabled to install VoodooHDA OC
.IP \[bu] 2
File sharing between guest and host is available via
virtio-9p (https://wiki.qemu.org/Documentation/9psetup) and SPICE
webdavd (https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
.IP \[bu] 2
Copy/paste via SPICE agent is \f[B]not available on macOS\f[R].
.SS macOS App Store
.PP
If you see \f[I]\[lq]Your device or computer could not be
verified\[rq]\f[R] when you try to login to the App Store, make sure
that your wired ethernet device is \f[V]en0\f[R].
Use \f[V]ifconfig\f[R] in a terminal to verify this.
.PP
If the wired ethernet device is not \f[V]en0\f[R], then then go to
\f[I]System Preferences\f[R] -> \f[I]Network\f[R], delete all the
network devices and apply the changes.
Next, open a terminal and run the following:
.IP
.nf
\f[C]
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
\f[R]
.fi
.PP
Now reboot, and the App Store should work.
.SS Windows 10 & 11 Guests
.PP
\f[V]quickget\f[R] can not download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
\f[V]quickget\f[R] can automatically download Windows 8.1, Windows
10 (https://www.microsoft.com/en-gb/software-download/windows10ISO) and
Windows 11 (https://www.microsoft.com/en-gb/software-download/windows11)
along with the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
and creates a virtual machine configuration.
.IP
.nf
\f[C]
quickget windows 11
quickemu --vm windows-11.conf
\f[R]
.fi
.IP \[bu] 2
Complete the installation as you normally would.
.IP \[bu] 2
All relevant drivers and services should be installed automatically.
.IP \[bu] 2
A local adminstrator user account is automatically created, with these
credentials:
.RS 2
.IP \[bu] 2
Username: \f[V]Quickemu\f[R]
.IP \[bu] 2
Password: \f[V]quickemu\f[R]
.RE
.PP
The default Windows 11 configuration looks like this:
.IP
.nf
\f[C]
guest_os=\[dq]windows\[dq]
disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/windows-11.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]on\[dq]
\f[R]
.fi
.IP \[bu] 2
\f[V]guest_os=\[dq]windows\[dq]\f[R] instructs \f[V]quickemu\f[R] to
optimise for Windows.
.IP \[bu] 2
\f[V]fixed_iso=\f[R] specifies the ISO image that provides VirtIO
drivers.
.IP \[bu] 2
\f[V]tpm=\[dq]on\[dq]\f[R] instructs \f[V]quickemu\f[R] to create a
software emulated TPM device using \f[V]swtpm\f[R].
.SH AUTHORS
.PP
Written by Martin Wimpress.
.SH BUGS
.PP
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
.SH SEE ALSO
.PP
Full sources at: <https://github.com/quickemu-project/quickemu>
.PP
quickemu(1), quickemu_conf(1), quickgui(1)
.SH AUTHORS
Martin Wimpress.

373
documents/quickget.1.md Normal file
View File

@ -0,0 +1,373 @@
---
author: Martin Wimpress
date: February 4, 2023
footer: quickget
header: Quickget User Manual
section: 1
title: QUICKGET
---
# NAME
quickget - download and prepare materials for building a quickemu VM
# SYNOPSIS
**quickget** \[*os*\] \[*release*\] \[*edition*\] \| \[*OPTION*\]\*
# DESCRIPTION
**quickget** will download the requisite materials and prepare a
configuration for `quickemu` to use to build and run
# OPTIONS
**version \| -version \| --version**
: show version (from Quickemu)
**list \| list_csv \| list_json**
: provide a csv list of all supported guest OSes, versions and
variants.
**\[OS\] \[Release\] \[Edition\]**
: specify the OS and release (and optional edition) if insufficient
input is provided a list of missing options will be reported and the
script will exit. Editions may not apply and will be defaulted if
not provided.
# NOTES
## Ubuntu Guest
`quickget` will automatically download an Ubuntu release and create the
virtual machine configuration.
``` bash
quickget ubuntu 22.04
quickemu --vm ubuntu-22.04.conf
```
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection
- `sudo apt install spice-vdagent`
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
- `sudo apt install spice-webdavd`
### Ubuntu devel (daily-live) images
`quickget` can also download/refresh devel images via `zsync` for Ubuntu
developers and testers.
``` bash
quickget ubuntu devel
quickemu --vm ubuntu-devel.conf
```
You can run `quickget ubuntu devel` to refresh your daily development
image as often as you like, it will even automatically switch to a new
series.
### Ubuntu Flavours
All the official Ubuntu flavours are supported, just replace `ubuntu`
with your preferred flavour.
- `kubuntu` (Kubuntu)
- `lubuntu` (Lubuntu)
- `ubuntu-budgie` (Ubuntu Budgie)
- `ubuntukylin` (Ubuntu Kylin)
- `ubuntu-mate` (Ubuntu MATE)
- `ubuntustudio` (Ubuntu Studio)
- `ubuntu` (Ubuntu)
- `ubuntu-unity` (Ubuntu Unity)
- `xubuntu` (Xubuntu)
## Other Operating Systems
`quickget` also supports:
- `alma` (Alma Linux)
- `alpine` (Alpine Linux)
- `android` (Android x86)
- `archcraft` (Archcraft)
- `archlinux` (Arch Linux)
- `arcolinux` (Arco Linux)
- `batocera` (Batocera)
- `cachyos` (CachyOS)
- `centos-stream` (CentOS Stream)
- `debian` (Debian)
- `deepin` (Deepin)
- `devuan` (Devuan)
- `dragonflybsd` (DragonFlyBSD)
- `elementary` (elementary OS)
- `endeavouros` (EndeavourOS)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)
- `haiku` (Haiku)
- `kali` (Kali)
- `kdeneon` (KDE Neon)
- `kolibrios` (KolibriOS)
- `linuxmint` (Linux Mint)
- `lmde` (Linux Mint Debian Edition)
- `mageia` (Mageia)
- `manjaro` (Manjaro)
- `mxlinux` (MX Linux)
- `netboot` (netboot.xyz)
- `netbsd` (NetBSD)
- `nixos` (NixOS)
- `openbsd` (OpenBSD)
- `opensuse` (openSUSE)
- `oraclelinux` (Oracle Linux)
- `popos` (Pop!\_OS)
- `reactos` (ReactOS)
- `rebornos` (RebornOS)
- `rockylinux` (Rocky Linux)
- `slackware` (Slackware)
- `solus` (Solus)
- `tails` (Tails)
- `truenas-core` (TrueNAS Core)
- `truenas-scale` (TrueNAS Scale)
- `void` (Void Linux)
- `zorin` (Zorin OS)
Or you can download a Linux image and manually create a VM
configuration.
- Download a .iso image of a Linux distribution
- Create a VM configuration file; for example `debian-bullseye.conf`
``` bash
guest_os="linux"
disk_img="debian-bullseye/disk.qcow2"
iso="debian-bullseye/firmware-11.0.0-amd64-DVD-1.iso"
```
- Use `quickemu` to start the virtual machine:
``` bash
quickemu --vm debian-bullseye.conf
```
- Complete the installation as normal.
- Post-install:
- Install the SPICE agent (`spice-vdagent`) in the guest to enable
copy/paste and USB redirection.
- Install the SPICE WebDAV agent (`spice-webdavd`) in the guest to
enable file sharing.
## macOS Guest
`quickget` automatically downloads a macOS recovery image and creates a
virtual machine configuration.
``` bash
quickget macos catalina
quickemu --vm macos-catalina.conf
```
macOS `high-sierra`, `mojave`, `catalina`, `big-sur` and `monterey` are
supported.
- Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities**
- Click **Disk Utility** and **Continue**
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list and
click **Erase**.
- Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big
Sur, and Monterey), choose any of the APFS options as the
filesystem. MacOS Extended may not work.
- Click **Erase**.
- Click **Done**.
- Close Disk Utility
- From **macOS Utilities**
- Click **Reinstall macOS** and **Continue**
- Complete the installation as you normally would.
- On the first reboot use cursor keys and enter key to select
**macOS Installer**
- On the subsequent reboots use cursor keys and enter key to
select the disk you named
- Once you have finished installing macOS you will be presented with
an the out-of-the-box first-start wizard to configure various
options and set up your username and password
- OPTIONAL: After you have concluded the out-of-the-box wizard, you
may want to enable the TRIM feature that the computer industry
created for SSD disks. This feature in our macOS installation will
allow QuickEmu to compact (shrink) your macOS disk image whenever
you delete files inside the Virtual Machine. Without this step your
macOS disk image will only ever get larger and will not shrink even
when you delete lots of data inside macOS.
- To enable TRIM, open the Terminal application and type the
following command followed by pressing
`<kbd>`{=html}enter`</kbd>`{=html} to tell macos to use the TRIM
command on the hard disk when files are deleted:
``` bash
sudo trimforce enable
```
You will be prompted to enter your account's password to gain the
privilege needed. Once you've entered your password and pressed
`<kbd>`{=html}enter`</kbd>`{=html} the command will request confirmation
in the form of two questions that require you to type
`<kbd>`{=html}y`</kbd>`{=html} (for a "yes" response) followed by
`<kbd>`{=html}enter`</kbd>`{=html} to confirm. If you press
`<kbd>`{=html}enter`</kbd>`{=html} without first typing
`<kbd>`{=html}y`</kbd>`{=html} the system will consider that a negative
response as though you said "no":
``` plain
IMPORTANT NOTICE: This tool force-enables TRIM for all relevant attached devices, even though such devices may not have been validated for data integrity while using TRIM. Use of this tool to enable TRIM may result in unintended data loss or data corruption. It should not be used in a commercial operating environment or with important data. Before using this tool, you should back up all of your data and regularly back up data while TRIM is enabled. This tool is provided on an "as is" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THIS TOOL OR ITS USE ALONE OR IN COMBINATION WITH YOUR DEVICES, SYSTEMS, OR SERVICES. BY USING THIS TOOL TO ENABLE TRIM, YOU AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE LAW, USE OF THE TOOL IS AT YOUR SOLE RISK AND THAT THE ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY AND EFFORT IS WITH YOU.
Are you sure you with to proceed (y/N)?
```
And a second confirmation once you've confirmed the previous one:
``` plain
Your system will immediately reboot when this is complete.
Is this OK (y/N)?
```
As the last message states, your system will automatically reboot as
soon as the command completes.
The default macOS configuration looks like this:
``` bash
guest_os="macos"
img="macos-catalina/RecoveryImage.img"
disk_img="macos-catalina/disk.qcow2"
macos_release="catalina"
```
- `guest_os="macos"` instructs Quickemu to optimise for macOS.
- `macos_release="catalina"` instructs Quickemu to optimise for a
particular macOS release.
- For example VirtIO Network and Memory Ballooning are available
in Big Sur and newer, but not previous releases.
- And VirtIO Block Media (disks) are supported/stable in Catalina
and newer.
### macOS compatibility
There are some considerations when running macOS via Quickemu.
- Supported macOS releases:
- High Sierra
- Mojave
- Catalina **(Recommended)**
- Big Sur
- Monterey
- `quickemu` will automatically download the required
[OpenCore](https://github.com/acidanthera/OpenCorePkg) bootloader
and OVMF firmware from [OSX-KVM](https://github.com/kholia/OSX-KVM).
- Optimised by default, but no GPU acceleration is available.
- Host CPU vendor is detected and guest CPU is optimised
accordingly.
- [VirtIO Block
Media](https://www.kraxel.org/blog/2019/06/macos-qemu-guest/) is
used for the system disk where supported.
- [VirtIO `usb-tablet`](http://philjordan.eu/osx-virt/) is used
for the mouse.
- VirtIO Network (`virtio-net`) is supported and enabled on macOS
Big Sur and newer but previous releases use `vmxnet3`.
- VirtIO Memory Ballooning is supported and enabled on macOS Big
Sur and newer but disabled for other support macOS releases.
- USB host and SPICE pass-through is:
- UHCI (USB 2.0) on macOS Catalina and earlier.
- XHCI (USB 3.0) on macOS Big Sur and newer.
- Display resolution can only be changed via macOS System Preferences.
- **Full Duplex audio requires [VoodooHDA
OC](https://github.com/chris1111/VoodooHDA-OC) or pass-through a USB
audio-device to the macOS guest VM**.
- NOTE! [Gatekeeper](https://disable-gatekeeper.github.io/) and
[System Integrity Protection
(SIP)](https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection)
need to be disabled to install VoodooHDA OC
- File sharing between guest and host is available via
[virtio-9p](https://wiki.qemu.org/Documentation/9psetup) and [SPICE
webdavd](https://gitlab.gnome.org/GNOME/phodav/-/merge_requests/24).
- Copy/paste via SPICE agent is **not available on macOS**.
### macOS App Store
If you see *"Your device or computer could not be verified"* when you
try to login to the App Store, make sure that your wired ethernet device
is `en0`. Use `ifconfig` in a terminal to verify this.
If the wired ethernet device is not `en0`, then then go to *System
Preferences* -\> *Network*, delete all the network devices and apply the
changes. Next, open a terminal and run the following:
``` bash
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
```
Now reboot, and the App Store should work.
## Windows 10 & 11 Guests
`quickget` can not download
[Windows10](https://www.microsoft.com/software-download/windows10) and
[Windows 11](https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
This configuration also includes the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
`quickget` can automatically download Windows 8.1, [Windows
10](https://www.microsoft.com/en-gb/software-download/windows10ISO) and
[Windows
11](https://www.microsoft.com/en-gb/software-download/windows11) along
with the [VirtIO drivers for
Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
and creates a virtual machine configuration.
``` bash
quickget windows 11
quickemu --vm windows-11.conf
```
- Complete the installation as you normally would.
- All relevant drivers and services should be installed automatically.
- A local adminstrator user account is automatically created, with
these credentials:
- Username: `Quickemu`
- Password: `quickemu`
The default Windows 11 configuration looks like this:
``` bash
guest_os="windows"
disk_img="windows-11/disk.qcow2"
iso="windows-11/windows-11.iso"
fixed_iso="windows-11/virtio-win.iso"
tpm="on"
secureboot="on"
```
- `guest_os="windows"` instructs `quickemu` to optimise for Windows.
- `fixed_iso=` specifies the ISO image that provides VirtIO drivers.
- `tpm="on"` instructs `quickemu` to create a software emulated TPM
device using `swtpm`.
# AUTHORS
Written by Martin Wimpress.
# BUGS
Submit bug reports online at:
<https://github.com/quickemu-project/quickemu/issues>
# SEE ALSO
Full sources at: <https://github.com/quickemu-project/quickemu>
quickemu(1), quickemu_conf(1), quickgui(1)

147
documents/source.pot Normal file
View File

@ -0,0 +1,147 @@
#: dh.sh:10
msgid "Done"
msgstr ""
#: dh.sh:11
msgid "PS: You saw some bugs?"
msgstr ""
#: dh.sh:12
msgid "Could you please provide feedback?"
msgstr ""
#: dh.sh:13
msgid "How do you like DistroHopper?"
msgstr ""
#: dh.sh:14
msgid "What can be improved, added, changed?"
msgstr ""
#: dh.sh:15
msgid " Let me know..."
msgstr ""
#: dh.sh:16
msgid "Flawless distro hopping..."
msgstr ""
#: dh.sh:21
msgid "Possible arguments:"
msgstr ""
#: dh.sh:22
msgid " -h --help Show this help and exit"
msgstr ""
#: dh.sh:24
msgid " -d --dir Set default directory where VMs are stored"
msgstr ""
#: dh.sh:25
msgid " -i --install Install DistroHopper"
msgstr ""
#: dh.sh:27
msgid " -m --mode Portable mode"
msgstr ""
#: dh.sh:29
msgid " -s --supported Update supported VMs"
msgstr ""
#: dh.sh:30
msgid " -r --ready Update ready to run VMs"
msgstr ""
#: dh.sh:32
msgid " -t --tui Run TUI"
msgstr ""
#: dh.sh:33
msgid " -g --gui Run GUI"
msgstr ""
#: dh.sh:35
msgid " -a --add Add new distro to quickget"
msgstr ""
#: dh.sh:36
msgid " -f --functions Sort functions in quickget"
msgstr ""
#: dh.sh:37
msgid " -p --push Push changed quickget to quickemu project #todo"
msgstr ""
#: dh.sh:39
msgid " -c --copy Copy all ISOs to target dir (for Ventoy)"
msgstr ""
#: dh.sh:41
msgid "Homepage: dh.osowoso.xyz"
msgstr ""
#: dh.sh:42
msgid "Project hosted at: https://github.com/oSoWoSo/DistroHopper"
msgstr ""
#: dh.sh:43
msgid "Chat group on SimpleX: https://tinyurl.com/7hm4kcjx"
msgstr ""
#: dh.sh:66
msgid "Missing yad!"
msgstr ""
#: dh.sh:70
msgid "Missing fzf!"
msgstr ""
#: dh.sh:93
msgid "creating config dir..."
msgstr ""
#: dh.sh:95
msgid "creating icons dir as root..."
msgstr ""
#: dh.sh:118
msgid "Copying icons..."
msgstr ""
#: dh.sh:120
msgid "Copying to config dir..."
msgstr ""
#: dh.sh:130
msgid "Creating directory structure..."
msgstr ""
#: dh.sh:132
msgid "Setting up directory..."
msgstr ""
#: dh.sh:134
msgid "Installing needed..."
msgstr ""
#: dh.sh:135
msgid "For now voidlinux only"
msgstr ""
#: dh.sh:137
msgid "Installing DistroHopper to bin..."
msgstr ""
#: dh.sh:279
msgid "No VMs found."
msgstr ""
#: dh.sh:411
msgid "Which language you want use [en_US cs_CZ]?"
msgstr ""
#: dh.sh:438
msgid "No argumet provided!\\n\\n"
msgstr ""
#: dh.sh:456
msgid "Starting installation..."
msgstr ""
#: dh.sh:461
msgid "Switching to portable mode!"
msgstr ""
#: dh.sh:466
msgid "Updating supported VMs..."
msgstr ""
#: dh.sh:471
msgid "Updating ready VMs..."
msgstr ""
#: dh.sh:476
msgid "Running TUI..."
msgstr ""
#: dh.sh:481
msgid "Starting DistroHopper GUI..."
msgstr ""
#: dh.sh:486
msgid "Adding new distro started..."
msgstr ""
#: dh.sh:491
msgid "Sorting functions in template..."
msgstr ""
#: dh.sh:496
msgid "Pushing changes to... #TODO"
msgstr ""
#: dh.sh:501
msgid "Copying ISOs to dir. It will take some time..."
msgstr ""
#: dh.sh:506
msgid "Running supported test..."
msgstr ""
#: dh.sh:515
msgid "Invalid option: $1\\n\\n"
msgstr ""

73
documents/supported.md Normal file
View File

@ -0,0 +1,73 @@
agarimos
alma
alpine
android
archlinux
archcraft
arcolinux
batocera
blendos
cachyos
centos-stream
cereus
debian
deepin
devuan
dietpi
dragonflybsd
elementary
endeavouros
endless
fedora
freebsd
freedos
fvoid
gabeeos
garuda
gentoo
ghostbsd
haiku
kali
kdeneon
kolibrios
kubuntu
linuxmint
lmde
mageia
manjaro
miyo
mxlinux
netboot
netbsd
nixos
lubuntu
macos
openbsd
opensuse
oraclelinux
popos
reactos
rebornos
rockylinux
siduction
slackware
slitaz
solus
steamos
tails
truenas-core
truenas-scale
ubuntu
ubuntu-budgie
ubuntukylin
ubuntu-mate
ubuntustudio
ubuntu-unity
ventoy
void
voidpup
vxlinux
windows
xerolinux
xubuntu
zorin

125
icons/absolute.svg Normal file
View File

@ -0,0 +1,125 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg28"
sodipodi:docname="absolute.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs32" />
<sodipodi:namedview
id="namedview30"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg28" />
<rect
style="opacity:0.2;stroke-width:8.88753"
width="462.15149"
height="462.15149"
x="39.550114"
y="48.437645"
rx="23.107574"
ry="23.107574"
id="rect2" />
<rect
style="fill:#765e4a;stroke-width:8.88753"
width="462.15149"
height="462.15149"
x="39.550114"
y="39.550114"
rx="23.107574"
ry="23.107574"
id="rect4" />
<rect
style="opacity:0.2;stroke-width:8.88753"
width="124.4254"
height="302.17596"
x="341.72607"
y="12.887528"
rx="17.775057"
ry="17.775057"
id="rect6" />
<path
style="opacity:0.1;fill:#ffffff;stroke-width:8.88753"
d="m 62.657689,39.550115 c -12.805151,0 -23.107574,10.302423 -23.107574,23.107574 v 8.887529 c 0,-12.806929 10.302423,-23.107575 23.107574,-23.107575 H 478.59403 c 12.80693,0 23.10757,10.300646 23.10757,23.107575 v -8.887529 c 0,-12.805151 -10.30064,-23.107574 -23.10757,-23.107574 z"
id="path8" />
<rect
style="fill:#b38a48;stroke-width:8.88753"
width="124.4254"
height="302.17596"
x="341.72607"
y="4"
rx="17.775057"
ry="17.775057"
id="rect10" />
<rect
style="opacity:0.2;stroke-width:8.88753"
width="302.17596"
height="124.4254"
x="4"
y="350.61362"
rx="17.775057"
ry="17.775057"
id="rect12" />
<rect
style="fill:#c8a972;stroke-width:8.88753"
width="302.17596"
height="124.4254"
x="4"
y="341.72607"
rx="17.775057"
ry="17.775057"
id="rect14" />
<rect
style="opacity:0.2;stroke-width:8.88753"
width="124.4254"
height="124.4254"
x="341.72607"
y="350.61362"
rx="17.775057"
ry="17.775057"
id="rect16" />
<rect
style="fill:#ffffff;stroke-width:8.88753"
width="124.4254"
height="124.4254"
x="341.72607"
y="341.72607"
rx="17.775057"
ry="17.775057"
id="rect18" />
<path
style="opacity:0.2;stroke-width:8.88753"
d="m 92.875286,92.875286 c -9.847381,0 -17.775057,7.927674 -17.775057,17.775054 V 128.4254 H 235.07574 v 54.40056 H 75.100229 v 114.46249 c 0,9.84738 7.927676,17.77505 17.775057,17.77505 H 288.40092 c 9.84738,0 17.77505,-7.92767 17.77505,-17.77505 V 110.65034 c 0,-9.84738 -7.92767,-17.775054 -17.77505,-17.775054 z M 110.65034,217.30069 h 124.4254 v 63.28809 h -124.4254 z"
id="path20" />
<path
style="fill:#ffffff;stroke-width:8.88753"
d="m 92.875286,83.987758 c -9.847381,0 -17.775057,7.927675 -17.775057,17.775062 v 17.77505 H 235.07574 v 54.40057 H 75.100229 v 114.46248 c 0,9.84738 7.927676,17.77505 17.775057,17.77505 H 288.40092 c 9.84738,0 17.77505,-7.92767 17.77505,-17.77505 v -186.6381 c 0,-9.847387 -7.92767,-17.775062 -17.77505,-17.775062 z M 110.65034,208.41316 h 124.4254 v 63.28809 h -124.4254 z"
id="path22" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.88753"
d="m 359.50115,4 c -9.84739,0 -17.77506,7.927676 -17.77506,17.775057 v 8.887529 c 0,-9.847382 7.92767,-17.775057 17.77506,-17.775057 h 88.87528 c 9.84738,0 17.77506,7.927675 17.77506,17.775057 V 21.775057 C 466.15149,11.927676 458.22381,4 448.37643,4 Z"
id="path24" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.88753"
d="M 21.775057,341.72609 C 11.927676,341.72609 4,349.65376 4,359.50115 v 8.88752 c 0,-9.84738 7.927676,-17.77505 17.775057,-17.77505 H 288.40092 c 9.84738,0 17.77505,7.92767 17.77505,17.77505 v -8.88752 c 0,-9.84739 -7.92767,-17.77506 -17.77505,-17.77506 z"
id="path26" />
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

63
icons/academix.svg Normal file
View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg16"
sodipodi:docname="academix.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs20" />
<sodipodi:namedview
id="namedview18"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<circle
style="opacity:0.2;stroke-width:8.91008"
cx="256.3941"
cy="261.74213"
r="249.48216"
id="circle2" />
<path
style="fill:#ffab32;stroke-width:8.91008"
d="M 259.16109,18.942506 92.810653,441.12701 c 43.802417,38.08748 100.979907,61.18717 163.583447,61.18717 64.57025,0 123.3721,-24.57453 167.67303,-64.82429 z"
id="path4" />
<path
style="fill:#255f8a;stroke-width:8.91008"
d="M 242.85496,3.8371409 A 249.48216,249.48216 0 0 0 6.9119416,252.83203 249.48216,249.48216 0 0 0 82.508377,431.39902 Z"
id="path6" />
<path
style="fill:#df391e;stroke-width:8.91008"
d="M 270.02025,4.0285686 430.36684,431.62525 A 249.48216,249.48216 0 0 0 505.87625,252.83203 249.48216,249.48216 0 0 0 270.02025,4.0285686 Z"
id="path8" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.91008"
d="M 256.3941,3.3498711 A 249.48216,249.48216 0 0 0 6.9119416,252.83203 249.48216,249.48216 0 0 0 7.1035083,258.05333 249.48216,249.48216 0 0 1 256.3941,12.259948 249.48216,249.48216 0 0 1 505.68914,256.5208 249.48216,249.48216 0 0 0 505.87625,252.83203 249.48216,249.48216 0 0 0 256.3941,3.3498711 Z"
id="path10" />
<path
style="opacity:0.2;stroke-width:8.91008"
d="m 256.3941,12.259948 a 249.48216,249.48216 0 0 0 -27.33932,1.809859 C 227.54482,18.719255 150.35209,255.93161 72.571556,430.02423 a 249.48216,249.48216 0 0 0 37.223934,33.27356 L 167.29333,341.9328 h 187.11161 l 55.21812,116.5619 a 249.48216,249.48216 0 0 0 36.23199,-34.56135 C 366.96344,250.21855 285.14311,17.985715 283.69861,13.878383 A 249.48216,249.48216 0 0 0 256.3941,12.259948 Z m 0,71.280616 71.28061,204.931776 H 185.11348 Z"
id="path12" />
<path
style="fill:#ffffff;stroke-width:8.91008"
d="M 256.3941,3.3498711 A 249.48216,249.48216 0 0 0 229.05478,5.1597305 C 227.54482,9.8091781 150.35209,247.02153 72.571556,421.11415 a 249.48216,249.48216 0 0 0 37.223934,33.27357 l 57.49784,-121.365 h 187.11161 l 55.21812,116.5619 a 249.48216,249.48216 0 0 0 36.23199,-34.56135 C 366.96344,241.30847 285.14311,9.0756381 283.69861,4.9683064 A 249.48216,249.48216 0 0 0 256.3941,3.3498711 Z m 0,71.2806159 71.28061,204.931773 H 185.11348 Z"
id="path14" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

24340
icons/agarimos.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.1 MiB

57
icons/aix.svg Normal file
View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg12"
sodipodi:docname="aix.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs16" />
<sodipodi:namedview
id="namedview14"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<circle
cx="256.72266"
cy="260.85086"
r="248.7115"
style="opacity:0.2;stroke-width:8.88255"
id="circle2" />
<circle
cx="256.72266"
cy="251.96831"
r="248.7115"
style="fill:#95e000;stroke-width:8.88255"
id="circle4" />
<path
d="M 256.72267,3.2568013 A 248.7115,248.7115 0 0 0 8.0111684,251.9683 248.7115,248.7115 0 0 0 8.2021433,257.17348 248.7115,248.7115 0 0 1 256.72267,12.139355 248.7115,248.7115 0 0 1 505.24764,255.64568 248.7115,248.7115 0 0 0 505.43417,251.9683 248.7115,248.7115 0 0 0 256.72267,3.2568013 Z"
style="opacity:0.2;fill:#ffffff;stroke-width:8.88255"
id="path6" />
<path
d="M 256.72267,38.787015 A 222.06384,222.06384 0 0 0 34.658829,260.85085 222.06384,222.06384 0 0 0 256.72267,482.91469 222.06384,222.06384 0 0 0 478.78651,260.85085 222.06384,222.06384 0 0 0 256.72267,38.787015 Z m 0,17.765108 A 204.29873,204.29873 0 0 1 461.0214,260.85085 204.29873,204.29873 0 0 1 256.72267,465.14959 204.29873,204.29873 0 0 1 52.423936,260.85085 204.29873,204.29873 0 0 1 256.72267,56.552123 Z M 150.13203,198.67298 105.71926,314.14618 h 26.64766 l 10.65213,-26.64766 h 43.52797 l 7.99778,26.64766 h 26.64766 l -35.53022,-115.4732 z m 88.82553,0 v 115.4732 h 26.64766 v -115.4732 z m 44.41277,0 44.41277,57.7366 -44.41277,57.7366 h 26.64766 l 31.08894,-40.42256 31.08894,40.42256 h 26.64766 l -44.41277,-57.7366 44.41277,-57.7366 h -26.64766 l -31.08894,40.42256 -31.08894,-40.42256 z m -115.4732,26.64766 10.65213,35.53021 h -24.86074 z"
style="opacity:0.2;stroke-width:8.88255"
id="path8" />
<path
d="M 256.72267,29.904462 A 222.06384,222.06384 0 0 0 34.658829,251.9683 222.06384,222.06384 0 0 0 256.72267,474.03214 222.06384,222.06384 0 0 0 478.78651,251.9683 222.06384,222.06384 0 0 0 256.72267,29.904462 Z m 0,17.765107 A 204.29873,204.29873 0 0 1 461.0214,251.9683 204.29873,204.29873 0 0 1 256.72267,456.26703 204.29873,204.29873 0 0 1 52.423936,251.9683 204.29873,204.29873 0 0 1 256.72267,47.669569 Z M 150.13203,189.79043 105.71926,305.26362 h 26.64766 l 10.65213,-26.64766 h 43.52797 l 7.99778,26.64766 h 26.64766 L 185.66224,189.79043 Z m 88.82553,0 v 115.47319 h 26.64766 V 189.79043 Z m 44.41277,0 44.41277,57.73659 -44.41277,57.7366 h 26.64766 l 31.08894,-40.42255 31.08894,40.42255 h 26.64766 l -44.41277,-57.7366 44.41277,-57.73659 h -26.64766 l -31.08894,40.42255 -31.08894,-40.42255 z m -115.4732,26.64766 10.65213,35.53021 h -24.86074 z"
style="fill:#ffffff;stroke-width:8.88255"
id="path10" />
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

13
icons/alma.svg Normal file
View File

@ -0,0 +1,13 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="256" cy="256" r="256" fill="white"/>
<path d="M444.764 297.722C463.935 296.247 479.42 308.782 480.894 327.954C482.369 347.863 468.359 364.085 449.188 365.559C430.754 367.034 414.532 353.024 413.057 334.59C411.582 314.681 424.855 299.934 444.764 297.722Z" fill="#86DA2F"/>
<path d="M211.755 454.78C211.755 435.609 226.502 420.862 244.199 420.862C261.896 420.862 278.855 437.084 278.855 455.518C278.855 473.215 264.108 488.699 247.148 489.436C225.765 489.436 211.755 476.164 211.755 454.78V454.78Z" fill="#24C2FF"/>
<path d="M264.107 239.47C261.157 240.945 259.682 238.733 258.945 236.521C231.663 185.643 239.774 121.492 287.702 83.1493C300.237 72.8262 323.833 70.6141 334.156 80.9372C338.58 84.624 339.318 89.0482 340.055 94.2098C341.53 105.27 343.742 116.331 351.115 125.179C359.226 134.765 369.55 138.452 381.347 137.714C391.67 137.714 401.994 136.239 408.63 148.037C412.317 154.674 410.842 180.481 404.943 185.643C401.994 187.855 399.781 186.38 397.569 185.643C380.61 179.007 362.913 179.007 345.217 181.956C339.318 182.693 336.368 181.219 336.368 174.582C335.631 163.522 333.419 153.199 327.52 143.613C316.459 123.704 295.813 122.967 282.541 141.401C271.48 156.148 268.531 173.845 265.581 191.542C262.632 207.026 263.369 223.248 264.107 239.47C264.107 239.47 263.369 239.47 264.107 239.47V239.47Z" fill="#FFCB12"/>
<path d="M282.543 250.531C281.068 248.319 281.805 246.107 284.017 244.632C326.047 206.289 388.723 198.915 437.389 236.521C449.924 246.844 458.035 268.228 451.399 280.763C448.449 285.924 444.763 288.136 440.338 289.611C430.015 294.035 420.43 298.459 413.793 308.045C407.157 317.631 405.682 328.691 408.632 340.489C410.844 350.075 414.531 360.398 404.945 369.246C399.783 374.408 374.713 378.832 368.077 374.408C365.127 372.196 365.865 369.984 366.602 367.034C368.814 348.6 364.39 331.641 357.754 315.419C355.542 309.52 356.279 306.57 362.178 305.096C372.501 302.146 382.087 296.985 389.46 289.611C405.682 274.126 401.995 254.218 380.612 245.369C363.653 237.996 345.956 239.47 328.997 240.945C312.775 241.682 297.29 246.107 282.543 250.531Z" fill="#86DA2F"/>
<path d="M272.958 269.702C275.17 267.49 276.645 268.228 278.857 269.702C327.523 299.197 352.594 357.448 330.473 414.225C324.574 428.973 305.402 443.72 291.392 440.033C285.494 438.558 282.544 435.609 279.595 431.922C272.958 423.074 265.585 414.963 254.524 411.276C242.726 407.589 232.403 409.801 222.08 415.7C213.232 420.862 204.384 427.498 193.323 420.862C186.687 417.175 175.626 394.317 177.838 386.943C179.313 383.994 182.263 383.994 185.212 383.994C203.646 381.044 218.393 372.196 232.403 360.398C236.828 356.711 240.514 356.711 244.201 361.873C250.1 370.721 257.474 378.095 267.059 383.256C286.231 394.317 304.665 384.731 306.877 362.61C309.089 344.176 302.453 327.954 296.554 311.732C289.918 296.985 281.807 282.975 272.958 269.702V269.702Z" fill="#24C2FF"/>
<path d="M249.362 274.126C246.413 288.874 239.776 302.884 230.928 315.419C204.383 355.236 166.04 371.458 118.849 367.034C101.889 365.56 87.8794 351.55 86.4047 337.54C85.6673 331.641 87.142 327.217 90.8289 322.792C95.9904 316.156 100.415 310.257 102.627 302.146C107.051 285.924 101.152 272.652 89.3541 260.854C73.1321 244.632 75.3442 229.885 94.5157 218.087C96.7278 216.612 99.6772 215.137 102.627 213.663C107.051 211.451 110.738 211.451 112.212 216.612C118.849 233.571 132.121 246.107 146.868 256.43C152.03 260.854 152.03 263.803 147.606 268.965C138.757 278.551 133.596 290.348 132.859 303.621C131.384 319.843 140.97 330.166 157.192 330.166C167.515 330.166 177.1 326.479 185.949 322.055C208.807 310.257 226.504 293.298 243.463 275.601C245.675 274.864 246.413 273.389 249.362 274.126Z" fill="#0069DA"/>
<path d="M128.433 119.28C129.907 119.28 133.594 120.018 137.281 120.755C164.563 125.916 181.523 116.331 190.371 90.523C196.27 73.5636 208.805 68.4021 225.027 77.2504C225.765 77.2504 225.765 77.9878 226.502 77.9878C243.461 87.5735 243.461 89.0482 233.138 103.796C224.29 115.593 219.866 128.866 217.654 142.876C216.179 150.987 213.229 152.461 205.856 149.512C194.058 145.088 181.523 145.088 168.988 149.512C154.978 153.936 149.079 166.471 153.503 180.481C159.402 198.915 175.624 207.026 189.634 216.612C203.644 226.198 219.866 231.359 235.35 237.996C237.562 238.733 241.249 238.733 240.512 242.42C239.774 244.632 236.825 244.632 233.876 244.632C200.694 246.107 168.988 240.945 143.18 218.824C118.847 198.915 101.15 174.582 104.1 140.664C106.312 129.603 114.423 121.492 128.433 119.28V119.28Z" fill="#FF4649"/>
<path d="M67.9701 326.479C50.2734 328.691 32.5766 313.944 31.1019 295.51C29.6272 277.813 44.3744 260.117 61.3338 258.642C80.5052 256.43 98.202 269.702 99.6767 287.399C100.414 304.358 89.3536 325.004 67.9701 326.479V326.479Z" fill="#0069DA"/>
<path d="M377.664 63.9779C396.098 62.5031 413.795 77.2504 415.27 95.6845C416.744 113.381 401.997 130.341 384.3 131.815C365.129 133.29 348.169 119.28 346.695 100.846C345.22 82.4119 358.493 65.4526 377.664 63.9779V63.9779Z" fill="#FFCB12"/>
<path d="M185.21 77.9878C187.422 97.1592 174.149 113.381 154.241 116.331C137.281 118.543 119.584 104.533 117.372 88.3109C115.16 66.9273 126.958 51.4427 146.867 49.2306C165.301 47.0185 182.998 61.0284 185.21 77.9878V77.9878Z" fill="#FF4649"/>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

4
icons/alpine.svg Normal file
View File

@ -0,0 +1,4 @@
<svg width="512" height="512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path style="fill:#fff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m67.158 295.202 145.106-143.387 100.75 16.506 127.123 126.881-23.123 29.614-330.98-3.594-18.876-26.02"/>
<path style="fill:#0d597f;stroke-width:3.43855" d="M127.914 34.214 0 256l127.914 221.785h256.172L512 256.001 384.086 34.214Zm84.35 117.601 57.767 59.487 42.983-42.98 97.654 97.997 29.469 28.883c-4.264 2.957-8.287 5.393-12.035 7.36-3.748 1.95-7.28 3.462-10.557 4.607-3.267 1.142-6.284 1.916-9.076 2.404-2.785.485-5.328.688-7.635.688-2.785 0-5.171-.276-7.22-.696a27.864 27.864 0 0 1-5.09-1.539 20.203 20.203 0 0 1-3.087-1.59 10.461 10.461 0 0 1-1.146-.822l.355.244-26.271-26.029-45.045-45.045-6.139 6.139-32.95-32.588-2.425 2.437 32.78 32.747-.963.962 51.922 50.891c-4.264 2.957-8.286 5.39-12.034 7.357-3.748 1.95-7.283 3.463-10.556 4.608-3.267 1.141-6.29 1.916-9.078 2.404-2.786.485-5.331.688-7.635.688-2.75 0-5.171-.276-7.22-.696a28.007 28.007 0 0 1-5.089-1.539 20.165 20.165 0 0 1-3.084-1.59 10.342 10.342 0 0 1-1.148-.82l-22.66-23.314-64.99-64.989-23.416 22.454-65.676 65.677c-.07.059-.447.377-1.149.825a19.9 19.9 0 0 1-3.084 1.585c-1.34.568-3.04 1.127-5.09 1.543-2.063.42-4.456.696-7.22.696-2.304 0-4.848-.203-7.633-.692-2.785-.485-5.808-1.258-9.078-2.4-3.267-1.135-6.809-2.644-10.557-4.607-3.748-1.995-7.736-4.403-12-7.36zm-26.721 104.346v53.924a45.613 45.613 0 0 1-7.6-.764c-2.785-.509-5.772-1.293-9.007-2.441a83.227 83.227 0 0 1-10.42-4.608c-3.714-1.96-7.633-4.343-11.829-7.255z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

45
icons/android.svg Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
viewBox="0 0 512 512"
fill="none"
version="1.1"
id="svg6"
sodipodi:docname="android.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<circle
cx="256"
cy="256"
r="256"
fill="white"
id="circle2" />
<path
d="m 345.91707,304.57979 c -3.129,10e-4 -6.189,-0.927 -8.792,-2.665 -2.603,-1.738 -4.631,-4.21 -5.83,-7.101 -1.198,-2.891 -1.512,-6.073 -0.902,-9.143 0.61,-3.07 2.117,-5.89 4.33,-8.103 2.212,-2.214 5.032,-3.721 8.101,-4.333 3.07,-0.611 6.252,-0.298 9.144,0.899 2.891,1.197 5.363,3.225 7.103,5.827 1.739,2.602 2.668,5.662 2.668,8.791 -0.005,4.196 -1.673,8.218 -4.639,11.185 -2.966,2.967 -6.987,4.637 -11.183,4.643 z m -174.898,0 c -3.13,10e-4 -6.189,-0.927 -8.792,-2.665 -2.603,-1.738 -4.632,-4.21 -5.83,-7.101 -1.198,-2.891 -1.512,-6.073 -0.902,-9.143 0.61,-3.07 2.116,-5.89 4.329,-8.103 2.213,-2.214 5.032,-3.721 8.102,-4.333 3.07,-0.611 6.251,-0.298 9.143,0.899 2.892,1.197 5.364,3.225 7.103,5.827 1.74,2.602 2.668,5.662 2.669,8.791 -0.004,4.196 -1.672,8.219 -4.638,11.186 -2.966,2.967 -6.988,4.637 -11.184,4.642 z m 180.573,-95.315 31.623,-54.771 c 0.432,-0.7481 0.713,-1.5741 0.826,-2.4308 0.114,-0.8567 0.057,-1.7273 -0.166,-2.5621 -0.223,-0.8349 -0.609,-1.6176 -1.134,-2.3034 -0.526,-0.6859 -1.182,-1.2615 -1.93,-1.694 -0.748,-0.4325 -1.574,-0.7135 -2.431,-0.8267 -0.856,-0.1133 -1.727,-0.0568 -2.562,0.1664 -0.835,0.2232 -1.617,0.6086 -2.303,1.1343 -0.686,0.5256 -1.262,1.1812 -1.694,1.9294 l -32.022,55.4629 c -24.487,-11.1763 -51.989,-17.3994 -81.334,-17.3994 -29.344,0 -56.843,6.2321 -81.33,17.3994 l -32.019,-55.4629 c -0.432,-0.7484 -1.007,-1.4043 -1.693,-1.9303 -0.685,-0.5261 -1.468,-0.912 -2.302,-1.1358 -0.835,-0.2237 -1.705,-0.2809 -2.562,-0.1682 -0.856,0.1127 -1.682,0.393 -2.431,0.8249 -0.748,0.4319 -1.404,1.007 -1.93,1.6924 -0.526,0.6854 -0.912,1.4677 -1.136,2.3023 -0.223,0.8345 -0.281,1.705 -0.168,2.5616 0.113,0.8567 0.393,1.6827 0.825,2.431 l 31.626,54.78 c -54.303,29.535 -91.445301,84.509 -96.878201,149.46 H 448.47007 c -5.439,-64.951 -42.578,-119.925 -96.878,-149.46"
fill="#3ddc84"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

61
icons/antix.svg Normal file
View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg14"
sodipodi:docname="antix.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs18" />
<sodipodi:namedview
id="namedview16"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<circle
style="opacity:0.2;stroke-width:8.86091"
cx="256.57034"
r="248.10544"
cy="260.96634"
id="circle2" />
<circle
style="fill:#acaeb5;stroke-width:8.86091"
cx="256.57034"
r="248.10544"
cy="252.10544"
id="circle4" />
<path
style="opacity:0.1;fill:#ffffff;stroke-width:8.86091"
d="M 256.57035,4 A 248.10543,248.10543 0 0 0 8.4649198,252.10543 248.10543,248.10543 0 0 0 8.6206777,256.46666 248.10543,248.10543 0 0 1 256.57035,12.860908 248.10543,248.10543 0 0 1 504.4508,256.46666 248.10543,248.10543 0 0 0 504.67578,252.10543 248.10543,248.10543 0 0 0 256.57035,4 Z"
id="path6" />
<path
style="opacity:0.2;stroke-width:8.86091"
d="m 157.32819,12.860908 c -33.67146,0 -51.39328,0 -122.280545,53.16545 C 132.51764,39.443633 194.54399,83.748174 283.15308,190.07907 159.10036,322.9927 8.4649198,509.07177 8.4649198,509.07177 H 132.51764 L 327.45762,243.24452 c 44.30454,70.88727 79.74817,141.77454 79.74817,265.82725 h 72.65945 C 478.09306,411.60178 424.92761,296.40997 362.90125,198.93998 l 53.16545,-62.02636 c 0,0 26.58273,-35.44363 62.02636,0 0,-35.44363 26.58272,-53.165446 26.58272,-53.165446 h -97.46999 c -8.2887,0 -35.44363,26.582726 -79.74817,70.887266 C 265.43126,74.887266 203.4049,12.860908 157.32819,12.860908 Z"
id="path8" />
<path
style="fill:#e4e4e4;stroke-width:8.86091"
d="M 157.32819,4 C 123.65673,4 105.93491,4 35.047645,57.16545 132.51764,30.582725 194.54399,74.887266 283.15308,181.21817 159.10036,314.13179 8.4649198,500.21086 8.4649198,500.21086 H 132.51764 L 327.45762,234.38361 c 44.30454,70.88727 79.74817,141.77454 79.74817,265.82725 h 72.65945 C 478.09306,402.74087 424.92761,287.54906 362.90125,190.07907 l 53.16545,-62.02635 c 0,0 26.58273,-35.443637 62.02636,0 0,-35.443637 26.58272,-53.165454 26.58272,-53.165454 h -97.46999 c -8.2887,0 -35.44363,26.582724 -79.74817,70.887264 C 265.43126,66.026358 203.4049,4 157.32819,4 Z"
id="path10" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.86091"
d="M 157.3351,4 C 123.66364,4 105.93491,4 35.047645,57.16545 41.182571,55.492288 47.176803,54.108302 53.046365,52.994593 108.93669,13.305404 126.78991,12.860908 157.3351,12.860908 c 46.07671,0 108.09616,62.026358 170.12252,141.774532 44.30454,-44.30454 71.45947,-70.887266 79.74817,-70.887266 h 87.89952 c 5.18421,-5.806057 9.57047,-8.860908 9.57047,-8.860908 h -97.46999 c -8.2887,0 -35.44363,26.582724 -79.74817,70.887264 C 265.43126,66.026358 203.41181,4 157.3351,4 Z M 279.25912,185.49286 C 155.95966,318.09679 8.4649198,500.21086 8.4649198,500.21086 H 15.716328 C 34.788923,476.74613 167.9244,313.53837 283.15308,190.07907 c -1.32183,-1.5862 -2.58375,-3.02764 -3.89396,-4.58621 z m 86.79191,9.76084 -3.14978,3.68628 c 60.16796,94.54966 111.855,205.72196 116.52441,301.27088 h 0.43266 C 478.11684,404.42962 426.68845,291.62794 366.05103,195.2537 Z"
id="path12" />
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

4
icons/arch.svg Normal file
View File

@ -0,0 +1,4 @@
<svg width="512" height="512" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="256" cy="256" r="256" fill="#fff"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M255.962 3.515c-17.85 43.756-28.616 72.377-48.49 114.832 12.185 12.914 27.142 27.953 51.431 44.938-26.113-10.744-43.926-21.53-57.238-32.723-25.435 53.063-65.284 128.65-146.15 273.923 63.558-36.686 112.827-59.304 158.744-67.934a116.3 116.3 0 0 1-3.017-27.219l.076-2.036c1.008-40.712 22.19-72.02 47.284-69.894 25.093 2.125 44.597 36.872 43.588 77.585-.19 7.66-1.054 15.03-2.564 21.866 45.418 8.882 94.16 31.442 156.86 67.632-12.364-22.757-23.399-43.27-33.937-62.807-16.599-12.863-33.912-29.604-69.229-47.727 24.275 6.306 41.655 13.582 55.203 21.714C301.38 116.222 292.703 89.721 255.963 3.515h-.001Z" fill="#1793D1"/>
</svg>

After

Width:  |  Height:  |  Size: 798 B

53
icons/archbang.svg Normal file
View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg12"
sodipodi:docname="archbang.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs16" />
<sodipodi:namedview
id="namedview14"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<path
style="opacity:0.2;stroke-width:8.86679"
d="M 256.24077,12.866785 C 167.57292,216.80284 167.57292,225.66963 7.9707904,509.40675 c 0,0 141.8685596,-79.80106 248.2699796,-79.80106 106.40142,0 248.26999,79.80106 248.26999,79.80106 C 344.90862,225.66963 344.90862,216.80284 256.24077,12.866785 Z"
id="path2" />
<path
style="fill:#1793d1;stroke-width:8.86679"
d="M 256.24077,4 C 167.57292,207.93606 167.57292,216.80284 7.9707904,500.53997 c 0,0 141.8685596,-79.80107 248.2699796,-79.80107 106.40142,0 248.26999,79.80107 248.26999,79.80107 C 344.90862,216.80284 344.90862,207.93606 256.24077,4 Z"
id="path4" />
<path
style="opacity:0.2;stroke-width:8.86679"
d="m 305.4603,126.24637 c 0,0 -22.61917,10.75541 -58.08631,10.75541 0,26.60035 8.86678,26.60035 8.86678,88.66785 0,53.20071 -8.86678,124.13499 -8.86678,124.13499 l 35.46714,-26.60036 34.27012,-170.54374 z m -53.65292,250.1586 a 31.033748,31.033748 0 0 0 -31.03375,31.03375 31.033748,31.033748 0 0 0 10.87955,23.58565 c 8.32591,-0.83348 16.58089,-1.41868 24.58759,-1.41868 5.39101,0 10.92388,0.33693 16.46562,0.72707 a 31.033748,31.033748 0 0 0 10.13474,-22.89404 31.033748,31.033748 0 0 0 -31.03375,-31.03375 z"
id="path6" />
<path
style="fill:#ffffff;stroke-width:8.86679"
d="m 305.4603,117.37958 c 0,0 -22.61917,10.75541 -58.08631,10.75541 0,26.60036 8.86678,26.60036 8.86678,88.66785 0,53.20071 -8.86678,124.13499 -8.86678,124.13499 l 35.46714,-26.60035 34.27012,-170.54375 z m -53.65292,250.15861 a 31.033748,31.033748 0 0 0 -31.03375,31.03375 31.033748,31.033748 0 0 0 10.87955,23.58565 c 8.32591,-0.83348 16.58089,-1.41869 24.58759,-1.41869 5.39101,0 10.92388,0.33694 16.46562,0.72708 a 31.033748,31.033748 0 0 0 10.13474,-22.89404 31.033748,31.033748 0 0 0 -31.03375,-31.03375 z"
id="path8" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.86679"
d="M 256.24077,4 C 167.57292,207.93606 167.57292,216.80284 7.9707904,500.53997 c 0,0 2.6609226,-1.47189 7.1173676,-3.84819 C 166.79264,226.69817 169.06254,213.3714 256.24077,12.866785 343.419,213.3714 345.6889,226.69817 497.39073,496.69178 c 4.45999,2.3763 7.12003,3.84819 7.12003,3.84819 C 344.90862,216.80284 344.90862,207.93606 256.24077,4 Z"
id="path10" />
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

15
icons/archcraft.svg Normal file
View File

@ -0,0 +1,15 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="paint0_linear_201_2" x1="55.7289" y1="443.382" x2="351.186" y2="153.173" gradientUnits="userSpaceOnUse">
<stop stop-color="#62AEEF"/>
<stop offset="1" stop-color="#98C379"/>
</linearGradient>
<clipPath id="clip0_201_2">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
<g clip-path="url(#clip0_201_2)">
<path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#1D2128"/>
<path d="M256.334 84.9991V85.0061C242.234 119.568 233.733 142.178 218.034 175.712C231.69 182.613 243.642 193.596 258.657 211.209C241.583 197.705 228.273 189.55 213.443 185.361C193.352 227.275 161.875 286.98 98 401.726C116.936 390.621 223.989 362.666 214.266 337.352C211.643 331.031 206.365 330.192 198.242 327.305V311.221C206.38 308.325 211.643 307.496 214.266 301.171C216.894 294.835 213.756 290.522 210.048 282.719L221.422 271.351C229.262 275.078 233.547 278.192 239.874 275.565H239.877C246.199 272.942 247.033 267.68 249.93 259.544H266.017C268.924 267.72 269.75 272.947 276.066 275.565H276.07C282.412 278.192 286.756 275.043 294.526 271.351L305.896 282.719C302.178 290.547 299.058 294.845 301.681 301.171V301.174C304.295 307.48 309.488 308.3 317.706 311.221V327.305C264.526 357.018 388.804 391.47 414.727 401.726C404.961 383.751 396.243 367.546 387.92 352.115C374.809 341.955 361.132 328.733 333.235 314.418C352.409 319.4 366.139 325.147 376.84 331.571C292.209 174.034 285.355 153.101 256.334 84.9991ZM257.972 299.358C246.976 299.358 238.064 308.272 238.064 319.265C238.064 330.258 246.976 339.169 257.972 339.169C268.967 339.169 277.883 330.258 277.883 319.265C277.883 308.272 268.967 299.358 257.972 299.358Z" fill="url(#paint0_linear_201_2)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

53
icons/archlabs.svg Normal file
View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg12"
sodipodi:docname="archlabs.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs16" />
<sodipodi:namedview
id="namedview14"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<path
style="opacity:0.2;stroke-width:8.89219"
d="M 257.91437,12.698712 C 168.99247,217.21907 168.99247,226.11126 8.9330613,510.66133 c 0,0 142.2750287,-80.02971 248.9813087,-80.02971 106.70628,0 248.98131,80.02971 248.98131,80.02971 C 346.83627,226.11126 346.83627,217.21907 257.91437,12.698712 Z"
id="path2" />
<path
style="fill:#606060;stroke-width:8.89219"
d="M 257.91437,3.8065221 C 168.99247,208.32688 168.99247,217.21907 8.9330613,501.76914 c 0,0 142.2750287,-80.02971 248.9813087,-80.02971 106.70628,0 248.98131,80.02971 248.98131,80.02971 C 346.83627,217.21907 346.83627,208.32688 257.91437,3.8065221 Z"
id="path4" />
<path
style="opacity:0.1;fill:#ffffff;stroke-width:8.89219"
d="M 257.91437,3.8065221 C 168.99247,208.32688 168.99247,217.21907 8.9330613,501.76914 c 0,0 2.6685457,-1.4761 7.1377607,-3.85921 C 168.20996,227.14276 170.48636,213.77779 257.91437,12.698712 345.34238,213.77779 347.61878,227.14276 499.75525,497.90993 c 4.47277,2.38311 7.14043,3.85921 7.14043,3.85921 C 346.83627,217.21907 346.83627,208.32688 257.91437,3.8065221 Z"
id="path6" />
<path
style="opacity:0.2;stroke-width:8.89219"
d="m 266.80656,172.75812 c 0,0 -71.13752,53.35314 -71.13752,106.70628 0,38.50128 8.13709,73.43681 18.49645,102.48596 -0.43418,-4.77689 -0.71207,-9.38056 -0.71207,-13.56406 0,-53.35314 35.56876,-88.9219 35.56876,-88.9219 0,0 35.56876,26.67657 35.56876,71.13752 0,24.43364 -5.32689,56.5909 -10.14265,80.75914 3.29632,0.23111 6.61226,0.54687 9.95161,0.90312 16.93934,-25.74612 35.7598,-64.14412 35.7598,-108.33883 0,-62.24533 -53.35314,-124.49066 -53.35314,-124.49066 z"
id="path8" />
<path
style="fill:#ffffff;stroke-width:8.89219"
d="m 266.80656,163.86593 c 0,0 -71.13752,53.35314 -71.13752,106.70628 0,38.50128 8.13709,73.43681 18.49645,102.48596 -0.43418,-4.77689 -0.71207,-9.38056 -0.71207,-13.56406 0,-53.35314 35.56876,-88.9219 35.56876,-88.9219 0,0 35.56876,26.67657 35.56876,71.13752 0,24.43364 -5.32689,56.5909 -10.14265,80.75914 3.29632,0.23107 6.61226,0.54686 9.95161,0.90312 16.93934,-25.74612 35.7598,-64.14412 35.7598,-108.33883 0,-62.24533 -53.35314,-124.49066 -53.35314,-124.49066 z"
id="path10" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

77
icons/archman.svg Normal file
View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg24"
sodipodi:docname="archman.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs28" />
<sodipodi:namedview
id="namedview26"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg24" />
<path
style="opacity:0.2;fill-rule:evenodd;stroke-width:8.86676"
d="m 256.14791,12.175969 c -22.1013,54.174607 -35.45006,89.617491 -60.05846,142.179921 15.08914,15.99208 30.01288,31.8211 60.09309,52.85422 -32.33867,-13.30459 -50.79533,-23.87499 -67.28001,-37.7357 C 157.40566,235.18552 108.05558,328.78631 7.9131987,508.68004 86.470311,463.33852 141.21189,435.35281 197.95978,424.61897 a 79.800862,97.534387 0 0 1 -21.61273,-66.63926 79.800862,97.534387 0 0 1 79.80086,-97.53439 79.800862,97.534387 0 0 1 79.80086,97.53439 79.800862,97.534387 0 0 1 -20.46975,65.04602 c -0.12689,0.61899 -0.17645,1.29274 -0.31176,1.90496 56.24442,11.00067 111.64124,38.9348 189.2846,83.74935 -15.31016,-28.17947 -28.98134,-53.58112 -42.03053,-77.77468 -20.55591,-15.92876 -38.37007,-32.7835 -82.10415,-55.22676 30.06033,7.80921 47.9578,12.94456 64.7343,23.01548 C 312.39098,151.74987 301.63804,118.89845 256.14791,12.175969 Z"
id="path2" />
<path
style="fill:#af0500;fill-rule:evenodd;stroke-width:8.86676"
d="M 256.14791,3.3092068 C 234.04661,57.483813 220.69785,92.926692 196.08945,145.48913 c 15.08914,15.99207 30.01288,31.8211 60.09309,52.85422 -32.33867,-13.30459 -50.79533,-23.87499 -67.28001,-37.7357 C 157.40566,226.31876 108.05558,319.91955 7.9131987,499.81327 86.470311,454.47175 141.21189,426.48605 197.95978,415.75221 a 79.800862,97.534387 0 0 1 -21.61273,-66.63926 79.800862,97.534387 0 0 1 79.80086,-97.53439 79.800862,97.534387 0 0 1 79.80086,97.53439 79.800862,97.534387 0 0 1 -20.46975,65.04601 c -0.12687,0.61902 -0.17648,1.29274 -0.31172,1.90497 56.24442,11.00067 111.64124,38.9348 189.28459,83.74934 -15.31016,-28.17946 -28.98133,-53.58112 -42.03053,-77.77467 -20.5559,-15.92877 -38.37007,-32.7835 -82.10414,-55.22676 30.06033,7.80921 47.9578,12.94456 64.7343,23.01548 C 312.39098,142.88311 301.63804,110.03169 256.14791,3.3092068 Z"
id="path4" />
<path
style="opacity:0.2;stroke-width:8.86676"
d="m 256.14791,260.44532 a 79.800862,97.534387 0 0 0 -79.80086,97.53439 79.800862,97.534387 0 0 0 22.32276,67.48783 c 5.13099,-0.91332 10.25053,-1.83547 15.48221,-2.52841 a 53.200575,84.234243 0 0 1 -11.20468,-51.65928 53.200575,84.234243 0 0 1 53.20057,-84.23424 53.200575,84.234243 0 0 1 53.20058,84.23424 53.200575,84.234243 0 0 1 -11.25663,51.64197 c 5.28512,0.69914 10.4557,1.63902 15.63806,2.56304 a 79.800862,97.534387 0 0 0 22.21885,-67.50515 79.800862,97.534387 0 0 0 -79.80086,-97.53439 z"
id="path6" />
<path
style="fill:#c2c2c2;stroke-width:8.86676"
d="m 256.14791,251.57856 a 79.800862,97.534387 0 0 0 -79.80086,97.53439 79.800862,97.534387 0 0 0 22.32276,67.48783 c 5.13099,-0.91332 10.25053,-1.83547 15.48221,-2.52841 a 53.200575,84.234243 0 0 1 -11.20468,-51.65928 53.200575,84.234243 0 0 1 53.20057,-84.23424 53.200575,84.234243 0 0 1 53.20058,84.23424 53.200575,84.234243 0 0 1 -11.25663,51.64197 c 5.28512,0.69917 10.4557,1.63902 15.63806,2.56304 a 79.800862,97.534387 0 0 0 22.21885,-67.50515 79.800862,97.534387 0 0 0 -79.80086,-97.53439 z"
id="path8" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.86676"
d="m 256.14791,251.57856 a 79.800862,97.534387 0 0 0 -79.80086,97.53439 79.800862,97.534387 0 0 0 0.15586,3.67138 79.800862,97.534387 0 0 1 79.645,-92.33901 79.800862,97.534387 0 0 1 79.66232,93.9669 79.800862,97.534387 0 0 0 0.13854,-5.29927 79.800862,97.534387 0 0 0 -79.80086,-97.53439 z m 53.07935,114.50592 a 53.200575,84.234243 0 0 1 -11.1354,47.97058 c 1.19357,0.15789 2.3495,0.39199 3.53284,0.57148 a 53.200575,84.234243 0 0 0 7.72379,-43.34669 53.200575,84.234243 0 0 0 -0.12123,-5.19537 z m -106.1587,1.5413 a 53.200575,84.234243 0 0 0 -0.12122,3.65407 53.200575,84.234243 0 0 0 7.6545,43.36401 c 1.18892,-0.18006 2.35096,-0.41265 3.55018,-0.57149 a 53.200575,84.234243 0 0 1 -11.08346,-46.44659 z"
id="path10" />
<path
style="opacity:0.1;fill:#ffffff;fill-rule:evenodd;stroke-width:8.86676"
d="M 256.14791,3.3092068 C 234.04661,57.483813 220.69785,92.926692 196.08945,145.48913 c 0.89189,0.94526 1.82501,1.91222 2.71891,2.85746 22.75278,-49.130996 36.14112,-84.209132 57.33955,-136.170621 44.62784,104.699511 56.51721,139.508501 182.18426,373.910681 2.27188,1.17176 4.51146,2.41528 6.71935,3.74067 C 312.39101,142.88311 301.63804,110.03169 256.14791,3.3092068 Z M 188.90253,160.60765 C 157.40566,226.31876 108.05558,319.91955 7.9131987,499.81327 10.384888,498.38666 12.640154,497.13581 15.065492,495.74356 109.85192,325.21134 158.25716,233.40905 188.90253,169.47441 c 16.48468,13.86071 34.94133,24.43111 67.28001,37.7357 -11.12848,-7.78141 -19.74543,-14.68971 -27.50081,-21.31833 -16.40833,-8.14843 -28.72965,-15.9934 -39.7792,-25.28413 z m 146.89038,192.17668 a 79.800862,97.534387 0 0 1 -20.31389,61.37463 c -0.12689,0.61898 -0.17641,1.29274 -0.31172,1.90497 1.41403,0.27657 2.82956,0.68915 4.24289,0.98712 a 79.800862,97.534387 0 0 0 16.53858,-59.07134 79.800862,97.534387 0 0 0 -0.15586,-5.19538 z m -159.30732,1.71448 a 79.800862,97.534387 0 0 0 -0.13854,3.4809 79.800862,97.534387 0 0 0 16.31346,58.98475 c 1.76781,-0.36858 3.52834,-0.87728 5.29927,-1.21225 a 79.800862,97.534387 0 0 1 -21.47419,-61.2534 z m 203.83163,21.17979 c 43.73407,22.44326 61.54824,39.298 82.10414,55.22676 10.89892,20.20688 22.74415,42.15248 35.10337,64.95943 2.34942,1.34799 4.53624,2.56848 6.92716,3.94848 -15.31016,-28.17946 -28.98133,-53.58112 -42.03053,-77.77467 -14.79235,-11.46259 -28.3157,-23.43803 -50.94925,-37.59715 -8.97129,-2.81558 -18.87861,-5.57366 -31.15489,-8.76285 z"
id="path12" />
<path
style="opacity:0.2;stroke-width:8.86676"
d="m 256.14791,331.37942 -15.20511,35.46705 h -37.99546 l 26.60028,26.60029 -26.60028,53.20057 53.20057,-26.60029 53.20058,26.60029 -26.60029,-53.20057 26.60029,-26.60029 h -37.99546 z"
id="path14" />
<path
style="fill:#e6e6e6;stroke-width:8.86676"
d="m 256.14791,322.51266 -15.20511,35.46705 h -37.99546 l 26.60028,26.60028 -26.60028,53.20058 53.20057,-26.60029 53.20058,26.60029 -26.60029,-53.20058 26.60029,-26.60028 h -37.99546 z"
id="path16" />
<path
style="fill:#9f9f9f;stroke-width:8.86676"
d="m 256.14791,375.71323 -53.20057,62.06734 53.20057,-26.60029 z"
id="path18" />
<path
style="fill:#f4f4f4;stroke-width:8.86676"
d="m 256.14791,322.51266 v 53.20057 l 53.20058,-17.73352 h -37.99546 z"
id="path20" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.86676"
d="m 256.14791,322.51266 -15.20511,35.46705 h -37.99546 l 8.86676,8.86676 h 29.1287 l 15.20511,-35.46705 15.20512,35.46705 h 29.12869 l 8.86677,-8.86676 h -37.99546 z m -29.56164,67.97274 -23.63893,47.29517 5.9054,-2.96136 20.69488,-41.37245 z m 59.12328,0 -2.96135,2.96136 20.69488,41.37245 5.90541,2.96136 z"
id="path22" />
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

4
icons/arco.svg Normal file
View File

@ -0,0 +1,4 @@
<svg height="512" width="512" xmlns="http://www.w3.org/2000/svg">
<circle style="fill:#fff;fill-opacity:1;stroke-width:8.74298;stroke-dasharray:8.74298,8.74298;stop-color:#000;stroke:none" cx="256" cy="256" r="256"/>
<path style="fill:#658de5;fill-opacity:1;stroke-width:1.93458" d="M57.745 398.121c0-1.311 190.016-362.764 196.386-373.572l4.4-7.466 4.807 8.434c2.643 4.638 22.016 41.515 43.05 81.947 21.035 40.434 63.45 121.726 94.257 180.65 43.229 82.686 55.416 107.515 53.4 108.792-1.436.911-18.746 1.668-38.467 1.684l-35.856.028-10.574-10.722c-26.529-26.9-72.896-51.288-124.715-65.596l-23.215-6.41 29.019-1.457c27.26-1.368 58.013-.444 74.827 2.242 5.62.899 7.393.53 7.393-1.535 0-5.103-71.135-135.134-73.927-135.134-2.034 0-16.395 25.032-72.141 125.749-27.385 49.477-49.943 90.142-50.127 90.366-.825 1.002-78.517 2.976-78.517 1.995z"/>
</svg>

After

Width:  |  Height:  |  Size: 846 B

45
icons/artix.svg Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg8"
sodipodi:docname="artix.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs12" />
<sodipodi:namedview
id="namedview10"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg8" />
<path
style="opacity:0.2;stroke-width:9.01536"
d="M 256.43017,13.015363 166.27654,193.32263 400.67598,292.49162 Z M 148.24581,238.39944 4,508.86034 409.69135,337.56844 Z m 288.49163,135.23045 -126.21509,63.10755 198.33799,72.1229 z"
id="path2" />
<path
style="fill:#3bb2d4;stroke-width:9.01536"
d="m 256.43017,4 -90.15363,180.30726 234.39944,99.169 z M 148.24581,229.38408 4,499.84498 409.69135,328.55308 Z m 288.49163,135.23045 -126.21509,63.10754 198.33799,72.12291 z"
id="path4" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:9.01536"
d="m 256.43017,4 -90.15363,180.30726 3.71531,1.56713 86.43832,-172.859027 138.29427,267.942937 5.95154,2.51796 z M 148.24581,229.38408 4,499.84498 l 6.198062,-2.62362 138.047748,-258.82192 250.19394,94.90783 11.2516,-4.75419 z m 288.49163,135.23045 -126.21509,63.10754 10.44162,3.80336 115.77347,-57.89554 66.15375,124.04929 5.96915,2.1658 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

71
icons/aryalinux.svg Normal file
View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg16"
sodipodi:docname="aryalinux.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs20" />
<sodipodi:namedview
id="namedview18"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<rect
style="opacity:0.2;stroke-width:8.93337"
width="500.26877"
height="500.26877"
x="6.9523911"
y="13.494582"
rx="25.013437"
ry="25.013437"
id="rect2" />
<rect
style="fill:#4f4f4f;stroke-width:8.93337"
width="500.26877"
height="500.26877"
x="6.9523911"
y="4.5612111"
rx="25.013437"
ry="25.013437"
id="rect4" />
<path
style="opacity:0.2;stroke-width:8.93337"
d="m 203.48654,67.094806 -8.93337,24.566769 V 460.16311 H 248.1534 V 67.094806 Z m 62.5336,0 V 460.16311 h 35.73348 l 17.86674,-53.60022 V 67.094806 Z M 167.75306,165.36188 60.552615,460.16311 h 53.600225 l 53.60022,-154.85104 z m 178.66742,241.20101 -17.86675,53.60022 h 125.06719 v -53.60022 z"
id="path6" />
<path
style="fill:#16ae16;stroke-width:8.93337"
d="m 203.48654,58.161435 -8.93337,24.566769 V 451.22974 H 248.1534 V 58.161435 Z M 167.75306,156.42851 60.552615,451.22974 H 114.15284 L 167.75306,296.3787 Z"
id="path8" />
<path
style="fill:#ff8416;stroke-width:8.93337"
d="M 266.02014,58.161435 V 451.22974 h 35.73348 l 17.86674,-53.60022 V 58.161435 Z m 80.40034,339.468085 -17.86675,53.60022 h 125.06719 v -53.60022 z"
id="path10" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:8.93337"
d="m 203.48654,58.161435 -8.93337,24.566769 v 8.933371 l 8.93337,-24.566769 h 44.66686 v -8.933371 z m 62.5336,0 v 8.933371 h 53.60022 V 58.161435 Z M 167.75306,156.42851 60.552615,451.22974 h 3.242814 L 167.75306,165.36188 Z m 178.66742,241.20101 -17.86675,53.60022 h 2.98375 l 14.883,-44.66685 h 107.20044 v -8.93337 z"
id="path12" />
<path
style="opacity:0.1;fill:#ffffff;stroke-width:8.93337"
d="m 31.972976,4.5612113 c -13.857445,0 -25.0205848,11.1631397 -25.0205848,25.0205847 v 8.93337 c 0,-13.857444 11.1631398,-25.020584 25.0205848,-25.020584 H 482.19878 c 13.85565,0 25.02237,11.16314 25.02237,25.020584 v -8.93337 c 0,-13.857445 -11.16672,-25.0205847 -25.02237,-25.0205847 z"
id="path14" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

744
icons/athenaos.svg Normal file
View File

@ -0,0 +1,744 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg104"
width="682.66669"
height="682.66669"
viewBox="0 0 682.66669 682.66669"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs108" />
<g
id="g110">
<image
width="682.66669"
height="682.66669"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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
"
id="image112" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 55 KiB

57
icons/backbox.svg Normal file
View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg14"
sodipodi:docname="backbox.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs18" />
<sodipodi:namedview
id="namedview16"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg14" />
<path
d="m 159.2919,12.816813 c -4.46731,-0.003 -8.76929,1.689459 -12.037,4.735597 L 15.002757,140.98773 c -3.572818,3.33766 -5.5996708,8.00877 -5.5966113,12.89803 v 335.03876 c 9.698e-4,9.73838 7.8952413,17.63265 17.6336193,17.63362 H 353.2617 c 4.46731,0.003 8.7693,-1.68946 12.03701,-4.73559 L 497.55086,378.38722 c 3.57282,-3.33765 5.59967,-8.00877 5.59661,-12.89803 V 30.450441 c -9.7e-4,-9.738378 -7.89524,-17.632649 -17.63362,-17.633628 z"
style="opacity:0.2;stroke-width:8.81681"
id="path2" />
<path
d="m 159.2919,4.0000036 c -4.46731,-0.00303 -8.76929,1.6894585 -12.037,4.7355912 L 15.002757,132.17093 c -3.572817,3.33765 -5.5996672,8.00876 -5.5966078,12.89803 v 335.03876 c 9.734e-4,9.73837 7.8952438,17.63265 17.6336188,17.63362 H 353.26171 c 4.46731,0.003 8.7693,-1.68946 12.03701,-4.73559 L 497.55086,369.57042 c 3.57282,-3.33766 5.59967,-8.00877 5.59661,-12.89804 V 21.633626 C 503.1465,11.89525 495.25223,4.0009805 485.51386,4.0000071 Z"
style="fill:#e4e4e4;stroke-width:8.81681"
id="path4" />
<path
d="m 179.14694,48.084051 c -4.61749,5.83e-4 -9.05057,1.812149 -12.34698,5.045556 L 49.960022,167.74813 c -3.380867,3.31601 -5.286039,7.85242 -5.286638,12.58806 v 273.32109 c 9.7e-4,9.73838 7.895241,17.63265 17.633619,17.63362 H 333.40667 c 4.6175,-5.8e-4 9.05057,-1.81215 12.34698,-5.04556 L 462.5936,351.62682 c 3.38087,-3.31601 5.28603,-7.85243 5.28663,-12.58806 V 65.717666 c -9.7e-4,-9.738376 -7.89524,-17.632645 -17.63362,-17.633619 z"
style="opacity:0.2;stroke-width:8.81681"
id="path6" />
<path
d="m 179.14694,39.267241 c -4.61749,5.84e-4 -9.05057,1.812149 -12.34698,5.045557 L 49.960022,158.93132 c -3.380875,3.31601 -5.286043,7.85242 -5.286642,12.58806 v 273.32109 c 9.74e-4,9.73838 7.895243,17.63265 17.633619,17.63362 H 333.40667 c 4.61749,-5.8e-4 9.05057,-1.81215 12.34698,-5.04556 L 462.59359,342.81001 c 3.38088,-3.31601 5.28604,-7.85243 5.28664,-12.58806 V 56.900857 c -9.7e-4,-9.738376 -7.89524,-17.632646 -17.63362,-17.633619 z"
style="fill:#489ad4;stroke-width:8.81681"
id="path8" />
<path
d="m 179.14694,39.267241 c -4.61749,5.84e-4 -9.05057,1.812149 -12.34698,5.045557 L 49.960022,158.93132 c -3.380867,3.31601 -5.286042,7.85242 -5.286642,12.58806 v 8.81681 c 6e-4,-4.73564 1.905775,-9.27205 5.286642,-12.58806 L 166.79996,53.129607 c 3.29641,-3.233414 7.72949,-5.044974 12.34698,-5.045556 h 271.09967 c 9.73838,9.7e-4 17.63265,7.895241 17.63362,17.633619 v -8.81681 c -9.7e-4,-9.738376 -7.89524,-17.632645 -17.63362,-17.633619 z"
style="opacity:0.2;fill:#ffffff;stroke-width:8.81681"
id="path10" />
<path
d="m 159.2919,4.0000036 c -4.46731,-0.00302 -8.76929,1.6894541 -12.037,4.7355912 L 15.002757,132.17093 c -3.572818,3.33765 -5.5996672,8.00876 -5.5966078,12.89803 v 8.81681 c -0.00306,-4.88927 2.0237898,-9.56038 5.5966078,-12.89803 L 147.2549,17.552404 c 3.26771,-3.046137 7.56969,-4.738615 12.037,-4.735591 h 326.22195 c 9.73838,9.79e-4 17.63265,7.895246 17.63362,17.633619 v -8.81681 C 503.1465,11.895245 495.25223,4.0009823 485.51385,4.0000036 Z"
style="opacity:0.2;fill:#ffffff;stroke-width:8.81681"
id="path12" />
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

21
icons/batocera.svg Normal file
View File

@ -0,0 +1,21 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="paint0_linear_202_10" x1="256" y1="471" x2="256.6" y2="90.8969" gradientUnits="userSpaceOnUse">
<stop stop-color="#E3117B"/>
<stop offset="1" stop-color="#FBBC38"/>
</linearGradient>
<clipPath id="clip0_202_10">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
<g clip-path="url(#clip0_202_10)">
<path d="M475.97 88L256 469L36.0296 88L475.97 88Z" fill="url(#paint0_linear_202_10)" stroke="#F8922E" stroke-width="2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M309.455 70.4153C335.848 83.4385 341.583 118.873 320.623 139.423C317.647 142.341 312.477 146 309.136 147.554C305.795 149.109 302.847 151.067 302.585 151.905C302.323 152.744 300.727 160.977 299.038 170.201L295.966 186.971L299.435 190.021C308.205 197.731 308.263 208.445 299.575 215.617C281.37 230.644 249.378 211.821 262.438 193.767C264.102 191.467 266.794 188.896 268.419 188.055L271.373 186.525L271.817 166.928C272.246 147.976 272.191 147.284 270.151 145.868C264.956 142.263 256.012 132.058 253.809 127.219C243.32 104.181 254.627 76.6611 277.988 68.3743C281.992 66.9534 285.6 66.5662 292.936 66.7684C301.547 67.0063 303.356 67.4057 309.455 70.4153ZM227.285 175.307L240.325 177.716L237.326 180.311C235.676 181.738 233.413 184.278 232.295 185.955C229.448 190.23 210.679 247.183 210.692 251.513C210.703 255.628 213.58 260.86 217.103 263.171C218.448 264.053 234.57 267.969 252.93 271.871C271.289 275.773 292.705 280.381 300.521 282.112C319.447 286.303 324.058 286.145 329.805 281.115C333.563 277.826 334.601 273.56 337.07 251.269C338.449 238.825 340.024 225.214 340.571 221.021C341.893 210.888 341.88 201.032 340.544 198.532C339.489 196.558 339.545 196.548 342.635 198.148C351.572 202.775 358.629 212.894 359.572 222.431C360.271 229.505 353.1 311.934 351.32 317.289C347.122 329.912 333.834 339.94 321.301 339.94C318.031 339.94 293.433 335.01 193.954 314.413C180.41 311.609 167.257 308.297 164.319 306.95C157.446 303.798 150.32 296.576 146.923 289.319C144.615 284.39 144.213 282.172 144.213 274.382C144.213 266.178 144.544 264.554 147.428 258.628L150.645 252.021L150.727 256.382C151.091 275.533 178.714 283.918 194.782 269.754C197.779 267.113 199.841 264.273 200.507 261.872C201.985 256.546 201.806 246.941 200.158 243.095C198.267 238.681 192.879 233.891 187.442 231.787C181.695 229.564 169.617 229.492 164.459 231.65C162.363 232.527 160.484 233.08 160.283 232.878C159.879 232.474 180.468 190.394 182.886 186.681C188.455 178.13 200.195 171.956 209.679 172.592C212.191 172.76 220.114 173.982 227.285 175.307ZM253.585 220.782C258.11 225.459 267.138 229.732 275.745 231.271C289.428 233.721 304.337 229.209 312.228 220.232L316.395 215.491L315.726 224.609C314.78 237.497 311.893 243.324 303.879 248.51C296.365 253.373 289.507 254.962 278.569 254.372C267.227 253.761 259.164 250.192 252.409 242.79C246.409 236.216 245.437 232.682 246.024 219.576L246.477 209.49L248.401 213.453C249.46 215.632 251.792 218.93 253.585 220.782ZM180.785 237.74C183.635 238.932 184.305 239.764 184.305 242.11C184.305 243.704 183.795 245.518 183.172 246.142C182.339 246.977 182.473 247.896 183.679 249.621C184.582 250.91 185.32 252.628 185.32 253.438C185.32 256.101 182.07 258.628 178.642 258.628C173.713 258.628 164.871 256.373 164.337 254.979C163.9 253.84 170.119 240.333 172.366 237.538C173.711 235.866 176.463 235.932 180.785 237.74ZM172.631 241.352C171.712 243.131 171.185 244.812 171.459 245.086C171.733 245.361 173.777 245.83 176.001 246.129C179.449 246.592 180.223 246.338 181.259 244.4C182.708 241.689 181.309 239.836 177.019 238.784C174.689 238.211 174.064 238.576 172.631 241.352ZM169.293 248.761C168.754 249.437 168.01 250.98 167.64 252.193C167.03 254.187 167.512 254.52 172.692 255.681C178.999 257.094 181.767 256.259 181.767 252.94C181.767 249.779 171.283 246.266 169.293 248.761ZM347.334 299.792C346.88 300.91 345.591 304.215 344.469 307.135C341.855 313.936 334.894 320.98 328.702 323.093C322.867 325.084 312.73 327.492 304.073 325.513C300.445 324.683 295.877 323.769 293.923 323.479C291.969 323.189 286.032 322.076 280.728 321.005C269.063 318.649 239.596 311.284 218.053 308.041C216.796 307.852 215.769 308.038 215.769 308.456C215.769 309.681 246.475 317.657 282.758 325.855C305.984 331.104 304.316 330.807 314.223 331.447C321.555 331.921 323.764 331.663 328.94 329.727C340.401 325.442 349.371 312.679 348.495 301.907C348.227 298.619 347.987 298.18 347.334 299.792Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.887 168.113L237.927 170.522L234.927 173.117C233.278 174.544 231.015 177.084 229.897 178.761C227.05 183.036 208.281 239.989 208.294 244.319C208.305 248.434 211.182 253.666 214.705 255.977C216.05 256.859 232.172 260.774 250.532 264.676C268.891 268.578 290.307 273.187 298.123 274.918C317.049 279.108 321.66 278.951 327.407 273.92C331.164 270.631 332.203 266.365 334.672 244.075C336.051 231.631 337.626 218.019 338.173 213.827C339.495 203.694 339.482 193.838 338.146 191.338C337.091 189.364 337.147 189.354 340.236 190.953C349.173 195.581 356.231 205.699 357.174 215.236C357.873 222.31 350.702 304.74 348.922 310.094C344.724 322.718 331.435 332.746 318.902 332.746C315.633 332.746 291.035 327.815 191.556 307.219C178.012 304.415 164.859 301.102 161.921 299.755C155.048 296.604 147.922 289.382 144.524 282.125C142.216 277.195 141.814 274.977 141.814 267.188C141.814 258.983 142.146 257.359 145.03 251.434L148.246 244.827L148.329 249.187C148.693 268.338 176.316 276.724 192.384 262.56C195.38 259.918 197.443 257.079 198.109 254.678C199.587 249.352 199.408 239.747 197.76 235.901C195.869 231.487 190.481 226.696 185.044 224.592C179.297 222.369 167.219 222.297 162.06 224.456C159.964 225.332 158.086 225.885 157.885 225.684C157.481 225.279 178.07 183.199 180.488 179.486C186.057 170.935 197.797 164.762 207.281 165.398C209.793 165.566 217.716 166.787 224.887 168.113ZM208.007 262.435C205.848 259.535 204.5 250.704 205.752 247.665C206.355 246.2 206.784 246.639 207.941 249.909C211.542 260.084 211.215 259.965 266.15 271.226C299.292 278.019 315.69 280.959 318.61 280.633C323.04 280.137 328.526 276.599 329.603 273.54C330.647 270.585 332.419 271.462 331.657 274.557C329.645 282.729 323.44 288.024 315.877 288.024C313.246 288.024 293.203 284.347 271.337 279.851L222.764 269.908C215.003 268.434 210.94 266.376 208.007 262.435ZM342.071 299.94C343.193 297.02 344.482 293.716 344.936 292.598C345.588 290.986 345.829 291.425 346.097 294.713C346.973 305.485 338.002 318.248 326.542 322.533C321.366 324.468 319.157 324.726 311.825 324.253C301.918 323.612 303.586 323.909 280.36 318.661C244.077 310.462 213.371 302.486 213.371 301.262C213.371 300.844 214.398 300.658 215.655 300.847C237.198 304.089 266.665 309.057 278.33 311.413C283.634 312.484 289.571 313.597 291.525 313.886C293.479 314.176 298.046 315.091 301.675 315.92C310.332 317.899 320.469 317.89 326.304 315.899C332.496 313.786 339.457 306.741 342.071 299.94Z" fill="white"/>
<path d="M251.187 213.588C255.712 218.264 264.74 222.537 273.347 224.077C287.03 226.527 301.939 222.015 309.829 213.038L313.997 208.296L313.328 217.414C312.382 230.302 309.495 236.13 301.481 241.315C293.967 246.179 287.109 247.767 276.17 247.178C264.829 246.567 256.766 242.997 250.011 235.596C244.011 229.022 243.039 225.488 243.626 212.381L244.079 202.295L246.003 206.258C247.062 208.438 249.394 211.736 251.187 213.588Z" fill="white"/>
<path d="M307.056 63.2209C333.45 76.2441 339.185 111.679 318.224 132.229C315.248 135.147 310.079 138.806 306.738 140.36C303.396 141.915 300.449 143.873 300.187 144.711C299.925 145.55 298.329 153.782 296.64 163.006L293.568 179.777L297.037 182.826C305.807 190.537 305.865 201.251 297.177 208.422C278.972 223.45 246.98 204.627 260.04 186.573C261.704 184.273 264.396 181.702 266.021 180.861L268.975 179.331L269.419 159.734C269.848 140.782 269.793 140.089 267.753 138.674C262.557 135.068 253.614 124.864 251.411 120.025C240.922 96.9869 252.229 69.4667 275.59 61.18C279.594 59.759 283.202 59.3718 290.538 59.574C299.149 59.8119 300.957 60.2113 307.056 63.2209Z" fill="white"/>
<path d="M200.413 255.993C197.938 267.654 184.379 274.655 170.128 271.631C149.054 267.159 148.376 255.993 148.376 240.83C150.85 229.169 164.409 222.168 178.661 225.192C200.413 229.807 202.041 239.581 200.413 255.993Z" fill="#831308"/>
<path d="M200.413 248.799C197.938 260.459 184.379 267.46 170.128 264.436C155.876 261.412 146.329 249.508 148.803 237.848C151.277 226.187 164.836 219.186 179.088 222.21C193.339 225.234 202.887 237.138 200.413 248.799Z" fill="#BF1617"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M179.586 232.944C182.436 234.136 183.106 234.968 183.106 237.314C183.106 238.908 182.597 240.722 181.974 241.346C181.14 242.181 181.274 243.099 182.481 244.824C183.383 246.114 184.121 247.832 184.121 248.642C184.121 251.305 180.871 253.832 177.444 253.832C172.515 253.832 163.672 251.576 163.138 250.183C162.702 249.043 168.921 235.536 171.168 232.741C172.513 231.069 175.264 231.135 179.586 232.944ZM170.261 240.29C169.987 240.016 170.513 238.335 171.433 236.556C172.866 233.78 173.49 233.415 175.821 233.987C180.111 235.039 181.51 236.892 180.06 239.604C179.025 241.541 178.251 241.795 174.803 241.333C172.579 241.034 170.535 240.565 170.261 240.29ZM166.441 247.397C166.812 246.184 167.556 244.64 168.095 243.964C170.085 241.47 180.569 244.983 180.569 248.144C180.569 251.462 177.801 252.298 171.494 250.885C166.313 249.723 165.831 249.391 166.441 247.397Z" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

52
icons/biglinux.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

69
icons/blackarch.svg Normal file
View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg20"
sodipodi:docname="blackarch.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs24" />
<sodipodi:namedview
id="namedview22"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg20" />
<path
d="m 246.69014,83.566809 c -15.81541,38.766231 -25.35404,64.123701 -42.96205,101.733601 10.79559,11.44159 24.04734,24.7651 45.56835,39.81332 -23.13684,-9.51882 -38.9185,-19.07493 -50.71253,-28.99163 -22.53456,47.01326 -57.84119,113.98071 -129.488446,242.68638 56.312426,-32.50236 95.522796,-52.5409 136.207236,-60.18757 -1.74695,-7.51169 -2.74025,-15.63705 -2.67274,-24.115 l 0.0622,-1.80376 c 0.89346,-36.06992 24.49637,-64.82645 46.33088,-64.87516 21.83451,-0.0488 43.06777,35.61886 42.17413,71.68878 -0.16786,6.78786 -0.93388,13.3164 -2.27167,19.37245 40.24029,7.87048 79.8703,27.85752 135.42054,59.92026 -10.95371,-20.16111 -20.7304,-38.3355 -30.0665,-55.64487 -14.70681,-11.39629 -30.04608,-26.22782 -61.3358,-42.28494 21.50678,5.58713 36.90558,12.03307 48.90838,19.23835 C 286.92767,183.4176 279.24382,159.93585 246.68738,83.557928 Z"
style="fill:#3f3f3f;fill-rule:evenodd;stroke-width:8.88126"
id="path2" />
<path
d="M 228.92352,65.812746 V 509.87593 l 35.52505,-71.05011 V 65.812746 Z"
style="opacity:0.2;stroke-width:8.88126"
id="path4" />
<path
d="M 228.92352,56.931482 V 500.99467 l 35.52505,-71.05011 V 56.931482 Z"
style="fill:#8e8e8e;stroke-width:8.88126"
id="path6" />
<path
d="m 246.35647,83.592618 a 8.8821518,8.8821518 0 0 0 -7.92723,5.568135 v -0.0524 c -15.85529,38.864357 -25.2955,63.982557 -42.77577,101.319627 a 8.8821518,8.8821518 0 0 0 -0.43367,6.36606 8.8821518,8.8821518 0 0 0 -4.68348,4.3886 c -22.39257,46.71703 -57.61576,113.5601 -129.229324,242.20524 a 8.8821518,8.8821518 0 0 0 12.19441,12.00358 C 129.63672,422.99134 167.9769,403.55858 206.91117,396.24085 a 8.8821518,8.8821518 0 0 0 7.00787,-10.7373 c -1.5914,-6.84284 -2.50279,-14.25802 -2.44582,-21.97767 1.4e-4,-0.0178 -1.4e-4,-0.0337 0,-0.0524 l 0.0524,-1.56116 a 8.8821518,8.8821518 0 0 0 0.0178,-0.087 c 0.40028,-16.15795 5.96785,-30.70237 13.54739,-40.85034 7.57956,-10.14797 16.89497,-15.35308 23.92045,-15.36875 6.07485,-0.0133 14.93321,6.06763 21.94296,17.93599 7.00974,11.86836 11.72897,28.42777 11.32707,44.64916 -0.1548,6.26099 -0.86237,12.23521 -2.06419,17.6758 a 8.8821518,8.8821518 0 0 0 6.97318,10.63323 c 38.53773,7.5383 77.3301,26.94371 132.68045,58.89108 a 8.8821518,8.8821518 0 0 0 12.24643,-11.91685 c -10.94315,-20.14167 -20.72163,-38.31389 -30.06099,-55.62932 a 8.8821518,8.8821518 0 0 0 -2.37644,-2.81009 c -3.42047,-2.65053 -8.02078,-6.28416 -11.8995,-9.43635 a 8.8821518,8.8821518 0 0 0 1.85604,-10.78934 C 294.77248,188.22303 287.43768,165.4882 254.82143,88.969948 a 8.8821518,8.8821518 0 0 0 -8.46496,-5.37733 z m 0.45099,31.309932 c 24.45116,57.79615 44.34152,102.41091 116.32374,237.33095 -8.36877,-3.47545 -15.04436,-7.32566 -26.07137,-10.28631 -0.0444,-0.0231 -0.0595,-0.0462 -0.10409,-0.0693 v 0.0178 c -0.77009,-0.2064 -1.03656,-0.5073 -1.82135,-0.71121 a 8.8821518,8.8821518 0 0 0 -6.27933,16.49626 c 29.42056,15.09791 43.6653,28.59891 58.43941,40.20853 4.74292,8.79479 10.16737,18.79587 15.24733,28.20495 -38.75006,-21.36821 -72.18807,-36.96083 -104.04262,-44.37163 0.6105,-4.32317 1.43141,-8.55092 1.54381,-13.09639 0.49176,-19.84852 -4.94813,-39.14944 -13.79024,-54.1202 -8.84208,-14.97128 -21.51736,-26.69691 -37.27701,-26.66165 -14.80902,0.0329 -28.22308,9.23809 -38.12698,22.49804 -9.90389,13.25995 -16.57546,31.12062 -17.06868,51.03258 l -0.0693,1.71727 a 8.8821518,8.8821518 0 0 0 0,0.24281 c -0.0506,6.36626 1.07317,12.19084 2.01217,18.09211 -32.28056,7.2896 -65.8502,22.99952 -105.11809,44.7359 54.99151,-99.42474 90.84378,-166.36376 111.10253,-208.18932 11.5026,8.33024 25.14,16.41636 44.18081,24.25002 a 8.8821518,8.8821518 0 0 0 8.46496,-15.49017 c -18.92304,-13.23164 -29.95729,-24.49209 -40.00038,-34.96998 12.64603,-27.45574 21.93711,-50.77306 32.45478,-76.86109 z"
style="opacity:0.2;fill-rule:evenodd;stroke-width:8.88126"
id="path8" />
<path
d="m 246.69014,83.566809 c -15.81541,38.766231 -25.35404,64.123701 -42.96205,101.733601 10.79559,11.44159 24.04734,24.7651 45.56835,39.81332 -23.13684,-9.51882 -38.9185,-19.07493 -50.71253,-28.99163 -22.53456,47.01326 -57.84119,113.98071 -129.488446,242.68638 56.312426,-32.50236 95.522796,-52.5409 136.207236,-60.18757 -1.74695,-7.51169 -2.74025,-15.63705 -2.67274,-24.115 l 0.0622,-1.80376 c 0.89346,-36.06992 24.49637,-64.82645 46.33088,-64.87516 21.83451,-0.0488 43.06777,35.61886 42.17413,71.68878 -0.16786,6.78786 -0.93388,13.3164 -2.27167,19.37245 40.24029,7.87048 79.8703,27.85752 135.42054,59.92026 -10.95371,-20.16111 -20.7304,-38.3355 -30.0665,-55.64487 -14.70681,-11.39629 -30.04608,-26.22782 -61.3358,-42.28494 21.50678,5.58713 36.90558,12.03307 48.90838,19.23835 C 286.92767,183.4176 279.24382,159.93585 246.68738,83.557928 Z"
style="fill:none;stroke:#3db0ea;stroke-width:17.7625;stroke-linecap:round;stroke-linejoin:round"
id="path10" />
<path
d="m 246.39116,74.69401 a 8.8821518,8.8821518 0 0 0 -7.92722,5.568134 v -0.05204 C 222.60865,119.0741 213.16844,144.1923 195.68816,181.52937 a 8.8821518,8.8821518 0 0 0 -0.43365,6.36606 8.8821518,8.8821518 0 0 0 -4.68348,4.38859 C 168.17846,239.00106 132.95528,305.84413 61.341704,434.48927 a 8.8821518,8.8821518 0 0 0 0.06939,8.7078 C 132.94441,314.69211 168.15622,247.8737 190.53634,201.18264 a 8.8821518,8.8821518 0 0 1 4.68348,-4.3886 8.8821518,8.8821518 0 0 1 0.43365,-6.36606 c 17.48027,-37.33707 26.92049,-62.45491 42.77577,-101.319262 v 0.05204 a 8.8821518,8.8821518 0 0 1 7.92723,-5.568135 8.8821518,8.8821518 0 0 1 8.46496,5.37733 C 287.4231,165.45399 294.77166,188.23127 389.5148,364.60135 a 8.8821518,8.8821518 0 0 0 0.15612,-8.69046 C 294.80718,179.32443 287.47237,156.58958 254.85612,80.071339 a 8.8821518,8.8821518 0 0 0 -8.46496,-5.377329 z m -29.3498,110.91172 c -0.9599,2.12185 -1.6891,3.98776 -2.68866,6.15791 10.04309,10.47788 21.07733,21.73833 40.00037,34.96997 a 8.8821518,8.8821518 0 0 1 2.58459,2.84478 8.8821518,8.8821518 0 0 0 -2.54989,-11.74338 c -17.31329,-12.10605 -27.95772,-22.51306 -37.34641,-32.22928 z m 31.96908,93.34 c -14.80903,0.0329 -28.22309,9.23809 -38.12699,22.49804 -9.90389,13.25995 -16.57545,31.12062 -17.06868,51.03258 l -0.0694,1.71727 a 8.8821518,8.8821518 0 0 0 0,0.24285 c -0.01,1.23243 0.17449,2.37701 0.24285,3.57332 1.12081,-18.5474 7.52168,-35.16397 16.86053,-47.66741 9.9039,-13.25995 23.31796,-22.46518 38.12698,-22.49804 15.75965,-0.0353 28.43495,11.68985 37.27703,26.66113 7.72904,13.08622 12.86302,29.48429 13.70351,46.66133 0.0273,-0.48026 0.10931,-0.93534 0.12143,-1.42239 v -0.0173 c 0.4881,-19.84243 -4.95076,-39.15387 -13.79025,-54.1202 -8.8421,-14.97077 -21.51738,-26.6964 -37.27702,-26.66114 z m 83.52204,53.07942 a 8.8821518,8.8821518 0 0 0 -7.26807,13.28721 8.8821518,8.8821518 0 0 1 9.87,-4.1284 c 0.78479,0.20391 1.05127,0.50479 1.82135,0.7112 v -0.0174 c 0.0446,0.0231 0.0597,0.0463 0.10408,0.0694 11.027,2.96065 17.7026,6.81086 26.07137,10.28631 -2.4355,-4.56498 -3.78744,-7.25974 -6.10587,-11.62197 -5.88411,-2.67029 -11.71585,-5.35731 -19.9308,-7.56295 -0.0444,-0.0231 -0.0595,-0.0463 -0.10408,-0.0694 v 0.0173 c -0.77018,-0.2064 -1.03657,-0.50728 -1.82135,-0.71119 a 8.8821518,8.8821518 0 0 0 -2.63663,-0.2602 z m -120.79906,26.79992 c -0.0649,0.99941 -0.16572,1.9881 -0.19081,3.00089 a 8.8821518,8.8821518 0 0 1 -0.0173,0.0867 l -0.0521,1.56116 c -1.4e-4,0.0186 1.4e-4,0.0343 0,0.052 -0.0484,6.55845 0.71807,12.81395 1.89074,18.76862 a 8.8821518,8.8821518 0 0 0 0.58977,-5.68956 c -1.29605,-5.57292 -1.98207,-11.59241 -2.22031,-17.77987 z m 70.42565,2.79274 c -0.25697,5.39805 -0.85903,10.60234 -1.90809,15.35139 a 8.8821518,8.8821518 0 0 0 0.53773,5.46407 c 0.79922,-4.5094 1.36813,-9.24009 1.49177,-14.24125 0.0543,-2.18969 0.004,-4.38457 -0.12141,-6.57421 z m 108.53528,7.35479 a 8.8821518,8.8821518 0 0 1 -2.91416,6.62625 c 3.87872,3.15219 8.47903,6.78582 11.8995,9.43635 a 8.8821518,8.8821518 0 0 1 2.37644,2.81009 c 9.30378,17.24946 19.04693,35.37115 29.93956,55.42116 a 8.8821518,8.8821518 0 0 0 0.15612,-8.69046 c -10.9439,-20.14062 -20.72163,-38.31388 -30.06099,-55.62932 a 8.8821518,8.8821518 0 0 0 -2.37643,-2.81008 c -2.59434,-2.01035 -5.89789,-4.66156 -9.02004,-7.16399 z m -196.28981,3.9029 c -29.91708,6.96432 -61.16654,21.28862 -96.895968,40.72892 -2.437348,4.41569 -4.38659,8.00754 -6.903797,12.55866 39.267885,-21.73637 72.837535,-37.44629 105.118085,-44.7359 -0.45294,-2.84651 -0.93194,-5.67146 -1.31832,-8.55168 z m 105.23951,0.24284 c -0.32202,2.89356 -0.74131,5.74611 -1.14485,8.60373 31.85455,7.41081 65.29256,23.00342 104.04262,44.37162 -2.24914,-4.16583 -4.45254,-8.24741 -6.74769,-12.48927 -35.38423,-19.17857 -66.54961,-33.43252 -96.15008,-40.48608 z"
style="opacity:0.2;fill:#ffffff;fill-rule:evenodd;stroke-width:8.88126"
id="path12" />
<path
d="m 237.80478,11.744581 c -4.92022,0 -8.88126,3.961043 -8.88126,8.881263 v 45.186902 a 53.287582,13.321896 0 0 0 -35.52506,12.541312 53.287582,13.321896 0 0 0 43.19209,13.079046 c 0.41377,0.05862 0.78368,0.242814 1.21423,0.242814 h 17.76253 c 0.44948,0 0.83511,-0.196365 1.26627,-0.260221 A 53.287582,13.321896 0 0 0 299.97363,78.354058 53.287582,13.321896 0 0 0 264.44857,65.812746 V 20.625844 c 0,-4.92022 -3.96104,-8.881263 -8.88126,-8.881263 z"
style="opacity:0.2;stroke-width:8.88126"
id="path14" />
<path
d="m 237.80478,3.6439003 c -4.92022,0 -8.88126,3.9610436 -8.88126,8.8812637 v 45.186901 a 53.287582,13.321896 0 0 0 -35.52506,12.541313 53.287582,13.321896 0 0 0 43.19209,13.079046 c 0.41382,0.05864 0.78371,0.242849 1.21423,0.242849 h 8.88127 8.88126 c 0.44945,0 0.83512,-0.196382 1.26627,-0.260194 A 53.287582,13.321896 0 0 0 299.97363,70.253378 53.287582,13.321896 0 0 0 264.44857,57.712065 V 12.525164 c 0,-4.9202201 -3.96104,-8.8812637 -8.88126,-8.8812637 z"
style="fill:#4f4f4f;stroke-width:8.88126"
id="path16" />
<path
d="m 237.80478,3.6439003 c -4.92022,0 -8.88126,3.9610436 -8.88126,8.8812637 v 8.881263 c 0,-4.92022 3.96104,-8.881263 8.88126,-8.881263 h 17.76253 c 4.92022,0 8.88126,3.961043 8.88126,8.881263 v -8.881263 c 0,-4.9202201 -3.96104,-8.8812637 -8.88126,-8.8812637 z m -8.88126,54.0681647 a 53.287582,13.321896 0 0 0 -35.52506,12.541313 53.287582,13.321896 0 0 0 3.12232,4.440632 53.287582,13.321896 0 0 1 32.40274,-8.100681 z m 35.52505,0 v 8.881264 a 53.287582,13.321896 0 0 1 32.38539,8.100681 53.287582,13.321896 0 0 0 3.13967,-4.440632 53.287582,13.321896 0 0 0 -35.52506,-12.541313 z"
style="opacity:0.2;fill:#ffffff;stroke-width:8.88126"
id="path18" />
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

196645
icons/blendos.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 MiB

77
icons/bodhi.svg Normal file
View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg20"
sodipodi:docname="bodhi-linux.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs24" />
<sodipodi:namedview
id="namedview22"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg20" />
<circle
style="opacity:0.2;stroke-width:16.9039"
cx="257.39688"
cy="264.66245"
r="245.10686"
id="circle2" />
<circle
style="fill:#ff6600;stroke-width:16.9039"
cx="257.39688"
cy="247.75853"
r="245.10686"
id="circle4" />
<path
style="opacity:0.2;fill:#ffffff;stroke-width:16.9039"
d="M 257.39687,2.6516774 A 245.10685,245.10685 0 0 0 12.29002,247.75853 245.10685,245.10685 0 0 0 12.653191,257.56413 245.10685,245.10685 0 0 1 257.39687,19.555598 245.10685,245.10685 0 0 1 502.14057,254.85686 245.10685,245.10685 0 0 0 502.50373,247.75853 245.10685,245.10685 0 0 0 257.39687,2.6516774 Z"
id="path6" />
<circle
style="opacity:0.2;stroke-width:16.9039"
cx="257.39688"
cy="264.66245"
r="194.3951"
id="circle8" />
<circle
style="fill:#ffffff;stroke-width:16.9039"
cx="257.39688"
cy="247.75853"
r="194.3951"
id="circle10" />
<g
style="opacity:0.1"
transform="matrix(2.9451708,0,0,2.9567299,-88.984735,348.02313)"
id="g14">
<path
d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"
id="path12" />
</g>
<g
transform="matrix(2.9451708,0,0,2.9567299,-88.984735,331.11921)"
id="g18">
<path
style="fill:#5a860b"
d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"
id="path16" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

57
icons/bunsenlabs.svg Normal file
View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg12"
sodipodi:docname="bunsenlabs.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs16" />
<sodipodi:namedview
id="namedview14"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg12" />
<circle
style="opacity:0.2;stroke-width:8.85047"
cx="256.62387"
cy="259.87366"
r="247.81329"
id="circle2" />
<circle
style="fill:#4f4f4f;stroke-width:8.85047"
cx="256.62387"
cy="251.02321"
r="247.81329"
id="circle4" />
<path
style="opacity:0.1;fill:#ffffff;stroke-width:8.85047"
d="M 256.62386,3.2099084 A 247.81329,247.81329 0 0 0 8.810567,251.0232 247.81329,247.81329 0 0 0 9.0008522,256.20958 247.81329,247.81329 0 0 1 256.62386,12.060383 247.81329,247.81329 0 0 1 504.25129,254.6873 247.81329,247.81329 0 0 0 504.43715,251.0232 247.81329,247.81329 0 0 0 256.62386,3.2099084 Z"
id="path6" />
<path
style="opacity:0.2;stroke-width:8.85047"
d="m 274.32481,65.163231 c 0,0 -97.35522,70.803799 -97.35522,141.607599 0,55.13059 11.92605,103.03448 26.98357,141.72859 -0.16026,-3.03285 -0.43215,-6.26452 -0.43215,-8.97147 0,-70.8038 35.4019,-123.90665 35.4019,-123.90665 0,0 37.99245,43.68519 44.25237,70.8038 12.67711,54.91852 -17.70095,168.15902 -17.70095,168.15902 0,0 79.65428,-97.35522 79.65428,-177.0095 0,-79.65427 -61.95333,-159.30854 -70.8038,-168.15901 -10.43038,-10.430388 0,-44.252379 0,-44.252379 z"
id="path8" />
<path
style="fill:#fbb620;stroke-width:8.85047"
d="m 274.32481,56.312756 c 0,0 -97.35522,70.803804 -97.35522,141.607594 0,55.1306 11.92605,103.03448 26.98357,141.7286 -0.16026,-3.03285 -0.43215,-6.26453 -0.43215,-8.97148 0,-70.8038 35.4019,-123.90664 35.4019,-123.90664 0,0 37.99245,43.68519 44.25237,70.80379 12.67711,54.91853 -17.70095,168.15902 -17.70095,168.15902 0,0 79.65428,-97.35522 79.65428,-177.00949 0,-79.65427 -61.95333,-159.30854 -70.8038,-168.15902 -10.43038,-10.430383 0,-44.252374 0,-44.252374 z"
id="path10" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

61
icons/cachyos.svg Normal file
View File

@ -0,0 +1,61 @@
<svg width="512" height="512" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient xlink:href="#a" id="d" x1="237.186" y1="296.2" x2="237.072" y2="304.08" gradientUnits="userSpaceOnUse" gradientTransform="translate(-232.187 -115.547) scale(1.23382)"/>
<linearGradient id="a">
<stop style="stop-color:#001313;stop-opacity:1" offset="0"/>
<stop style="stop-color:#001313;stop-opacity:0" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#b" id="e" x1="994.809" y1="1533.278" x2="982.344" y2="1556.765" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient id="b">
<stop style="stop-color:#020202;stop-opacity:1" offset="0"/>
<stop style="stop-color:#020202;stop-opacity:0" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#b" id="f" x1="1022.515" y1="1582.428" x2="1018.597" y2="1575.638" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.3811 0 0 2.2591 -2178.269 -3438.755)"/>
<linearGradient xlink:href="#b" id="g" x1="940.433" y1="1612.467" x2="930.589" y2="1594.47" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#b" id="h" x1="965.605" y1="1571.427" x2="951.661" y2="1571.345" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#b" id="i" x1="946.234" y1="1655.864" x2="961.373" y2="1655.846" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#a" id="j" x1="366.154" y1="427.324" x2="350.922" y2="419.642" gradientUnits="userSpaceOnUse" gradientTransform="translate(-296.382 -110.159) scale(1.23382)"/>
<linearGradient xlink:href="#b" id="k" x1="936.335" y1="1628.774" x2="933.378" y2="1622.977" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#b" id="l" x1="950.33" y1="1618.617" x2="941.971" y2="1645.767" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#b" id="m" x1="1008.201" y1="1681.329" x2="1015.731" y2="1668.374" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2099.423 -3485.723) scale(2.31936)"/>
<linearGradient xlink:href="#c" id="n" x1="1148.342" y1="1585.508" x2="1145.437" y2="1629.975" gradientUnits="userSpaceOnUse" gradientTransform="translate(-282.868 -491.668) scale(.34992)"/>
<linearGradient id="c">
<stop style="stop-color:#008066;stop-opacity:0" offset="0"/>
<stop style="stop-color:#0fc;stop-opacity:1" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#c" id="o" gradientUnits="userSpaceOnUse" gradientTransform="translate(-211.152 -375.487) scale(.26565)" x1="1148.342" y1="1585.508" x2="1145.437" y2="1629.975"/>
<linearGradient xlink:href="#c" id="p" gradientUnits="userSpaceOnUse" gradientTransform="translate(-217.309 -786.915) scale(.55423)" x1="1148.342" y1="1585.508" x2="1145.437" y2="1629.975"/>
<linearGradient xlink:href="#a" id="q" x1="348.048" y1="194.78" x2="361.21" y2="187.235" gradientUnits="userSpaceOnUse" gradientTransform="translate(-296.382 -110.159) scale(1.23382)"/>
</defs>
<circle style="fill:#fff;stroke-width:117.924;stroke-dasharray:117.924,117.924;stop-color:#000" cx="256" cy="256" r="256"/>
<path style="fill:#fff;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M123.982 65.458h230.052l-58.24 100.864h-124.76l-51.983 90.04 52.7 91.298h243.367l-59.723 103.436H119.04L5.004 253.576l109.173-189.09Z"/>
<path style="fill:#0a8;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m114.177 64.486 181.618 101.84 58.24-100.868zm57.579 283.174-52.713 103.436h236.36l59.719-103.436Z"/>
<path style="fill:#0cf;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m114.177 64.486 181.618 101.84h-124.76l-51.984 90.04 52.7 91.294-52.712 103.436L5 253.576l109.177-189.09"/>
<path style="fill:url(#d);fill-opacity:1;stroke:none;stroke-width:1.2338px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m5.004 253.58 114.043 2.787 3.19 5.461-113.651-2.289z"/>
<path style="fill:url(#e);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M295.795 166.326 114.177 64.486l-13.812 24.91 137.677 76.35z"/>
<path style="fill:url(#f);fill-opacity:1;stroke:none;stroke-width:.613651px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M170.131 165.374 355.124 60.9l-59.787 98.254Z"/>
<path style="fill:#0a8;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m171.035 166.326 183-100.868-58.24 100.868z"/>
<path style="fill:#0a8;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m5.004 253.58 166.03-87.254-51.983 90.04z"/>
<path style="fill:url(#g);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m5.004 253.58 166.03-87.254-11.218-17.544L16.734 231.72Z"/>
<path style="fill:#0a8;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m171.035 166.326-56.858-101.84 4.87 191.88z"/>
<path style="fill:#0cf;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m171.756 347.66 183.648 103.436 59.718-103.436Z"/>
<path style="fill:url(#h);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m114.177 64.486-13.812 24.91 1.325 166.152 17.357.819z"/>
<path style="fill:#0a8;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m119.047 256.367-87.067 43.66L119.04 451.1Z"/>
<path style="fill:url(#i);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M119.047 256.367v194.725l21.337-41.632 1.645-114.148z"/>
<path style="fill:url(#j);fill-opacity:1;stroke:none;stroke-width:1.2338px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m119.04 451.096-8.214-14.79 52.9-102.159 8.026 13.513z"/>
<path style="fill:url(#k);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m31.98 300.028 87.071-43.661-17.361-.819-75.544 36.093z"/>
<path style="fill:#0a8;fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m31.98 300.028 139.776 47.632-52.709-91.293Z"/>
<path style="fill:url(#l);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M171.756 347.66 31.98 300.028l15.178 26.206 114.87 41.725z"/>
<path style="fill:url(#m);fill-opacity:1;stroke:none;stroke-width:.613663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m171.756 347.66 183.648 103.436 22.008-39.18L259.22 346.65Z"/>
<g transform="translate(-18.702 .542) scale(4.0517)">
<circle style="fill:#0cf;fill-opacity:1;stroke:none;stroke-width:.0925842;stroke-opacity:1" cx="117.952" cy="75.441" r="9.689"/>
<circle style="fill:url(#n);fill-opacity:1;stroke:none;stroke-width:.0925842;stroke-opacity:1" cx="118.085" cy="75.341" r="9.689"/>
</g>
<g transform="translate(-.867 -8.388) scale(4.0517)">
<circle style="fill:#0cf;fill-opacity:1;stroke:none;stroke-width:.070287;stroke-opacity:1" cx="93.138" cy="55.045" r="7.356"/>
<circle style="fill:url(#o);fill-opacity:1;stroke:none;stroke-width:.070287;stroke-opacity:1" cx="93.239" cy="54.969" r="7.356"/>
</g>
<circle style="fill:#0cf;fill-opacity:1;stroke:none;stroke-width:.14664;stroke-opacity:1" cx="417.536" cy="111.312" r="15.348"/>
<circle style="fill:url(#p);fill-opacity:1;stroke:none;stroke-width:.14664;stroke-opacity:1" cx="417.747" cy="111.154" r="15.348"/>
<path style="fill:url(#q);fill-opacity:1;stroke:none;stroke-width:1.2338px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m171.035 166.326-56.858-101.84 14.485-.207 53.442 95.175z"/>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

12
icons/centos-stream.svg Normal file
View File

@ -0,0 +1,12 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="clip0_205_13">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
<g clip-path="url(#clip0_205_13)">
<circle cx="256" cy="256" r="256" fill="#A04E8B"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M256.067 463H257.892L288.073 432.647L318.254 402.295H359.596H400.938V361.045V319.795L432.035 288.536L463.133 257.277L432.035 226.017L400.938 194.758V153.508V112.258H359.73H318.521L287.294 81.1292L256.067 50L224.839 81.1292L193.612 112.258H152.403H111.195V153.508V194.758L80.0976 226.017L49 257.277L80.0976 288.536L111.195 319.795V361.045V402.295H152.537H193.879L224.06 432.647L254.242 463H256.067ZM239.221 398.922H256.067H272.912V367.471V336.02L264.489 328.099L256.067 320.179L247.644 328.099L239.221 336.02V367.471V398.922ZM166.518 368.668L189.393 345.945L212.268 323.222V312.17V301.119H201.079H189.89L167.186 323.514L144.481 345.909L155.499 357.288L166.518 368.668ZM341.784 368.57H343.405H345.027L356.186 357.743L367.345 346.916L344.645 324.018L321.945 301.119H310.905H299.865V313.675V326.232L320.824 347.401L341.784 368.57ZM114.564 274.139H145.984H177.403L185.315 265.708L193.228 257.277L185.315 248.845L177.403 240.414H145.984H114.564V257.277V274.139ZM334.73 274.139H366.15H397.569V257.277V240.414H366.15H334.73L326.818 248.845L318.905 257.277L326.818 265.708L334.73 274.139ZM189.528 213.434H200.898H212.268V202.383V191.332L189.393 168.609L166.518 145.885L155.465 157.3L144.413 168.715L166.97 191.074L189.528 213.434ZM253.872 193.199H255.594H257.317L265.114 185.866L272.912 178.533V147.082V115.631H256.067H239.221V146.609V177.588L246.546 185.393L253.872 193.199Z" fill="white"/>
<path d="M247.93 289.439L239.222 295.15V284.644V274.139H229.115H219.008V271.875V269.611L224.584 263.444L230.159 257.276L224.584 251.109L219.008 244.942V242.678V240.414H229.115H239.222V229.908V219.403L247.93 225.114L256.638 230.826L262.514 225.502L268.39 220.179H270.652H272.913V230.296V240.414H283.408H293.903L288.384 248.845L282.865 257.276L288.384 265.708L293.903 274.139H283.408H272.913V284.257V294.374H270.652H268.39L262.514 289.051L256.638 283.727L247.93 289.439ZM312.416 213.434H299.866V200.871V188.309L322.492 165.486L345.118 142.662L330.213 127.46L315.309 112.258H358.124H400.939V155.117V197.976L385.753 183.056L370.566 168.137L347.766 190.785L324.965 213.434H312.416Z" fill="#EDA527"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

73
icons/cereus.svg Normal file
View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 380 380"
version="1.1"
id="svg1587"
xml:space="preserve"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="cereus-logo.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1589"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.23785774"
inkscape:cx="2001.1962"
inkscape:cy="559.15776"
inkscape:window-width="1366"
inkscape:window-height="709"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" /><defs
id="defs1584" /><g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"><g
id="g815"><circle
style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke-width:0.267534;paint-order:markers fill stroke"
id="path1760"
cx="190"
cy="190"
r="190" /><g
id="g2187"
transform="matrix(2.8601829,0,0,2.8601829,139.09517,289.80363)"><g
inkscape:label="Capa 1"
id="layer1-3"
transform="matrix(0.26458333,0,0,0.26458333,-49.02146,-103.23409)"><path
style="fill:#3a8844;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 258.545,305.72638 c 0,0 59.94318,16.28098 80.53145,-17.74661 26.84382,-44.36655 7.15835,-67.43718 35.79175,-88.73313 35.79176,-26.61992 82.54388,13.75536 53.68764,70.9865 -26.84382,53.23986 -90.54804,79.59489 -125.27114,70.98649 -35.79176,-8.8733 -44.7397,-35.49325 -44.7397,-35.49325 z"
id="path1067"
sodipodi:nodetypes="cssssc" /><path
style="fill:#3a8844;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 111.41581,145.91029 c 35.79176,0 17.89589,70.98651 35.79176,88.73312 l 17.89588,17.74662 c 0,0 -62.63557,8.87332 -80.531447,-44.36656 -12.771929,-35.66802 0,-62.11318 26.843807,-62.11318 z"
id="path1182"
sodipodi:nodetypes="ssccs" /><path
id="path8219"
style="fill:#bc4e48;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 257.39648,46.880859 c -5.09961,0.250168 -11.3324,3.317399 -11.76171,10.296875 0,0 -2.63869,14.123343 17.89648,26.619141 23.1953,14.114525 41.94132,1.745662 44.73828,-8.873047 2.79698,-10.618711 -4.41674,-13.910948 -8.94726,-13.310547 -0.98348,0.130334 -1.96456,0.646226 -2.94336,1.351563 0.0274,-6.57086 1.05118,-14.720728 -10.94141,-5.244141 -1.63333,1.290661 -3.41527,2.556085 -5.24023,3.572266 -4.93559,-12.639533 -8.73422,-6.4982 -12.24805,-0.828125 -1.96625,-3.662311 -2.33011,-10.208352 -4.95313,-12.28125 -1.19792,-0.9467 -3.2816,-1.416447 -5.59961,-1.302735 z" /><path
style="fill:#4e965c;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 335.11429,447.60288 c 0,0 -121.30898,-26.52345 -166.04867,-106.38325 C 141.58224,292.16214 138.63054,83.827756 245.6349,92.670418 353.01017,101.54374 294.33675,243.61322 276.44088,314.5997 258.545,385.58618 335.11429,447.60288 335.11429,447.60288 Z"
id="path937"
sodipodi:nodetypes="csszc" /><path
style="fill:#458161;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 79.586231,314.5997 c -26.843816,8.8733 -4.791924,57.36122 26.843819,88.7331 26.84381,26.61995 71.5835,44.36659 80.53144,26.61995 8.94794,-17.74661 -26.84382,-8.87332 -62.63556,-44.36657 -35.79176,-35.49323 -17.89588,-79.8598 -44.739699,-70.98648 z"
id="path11663"
sodipodi:nodetypes="zsssz" /><path
style="fill:#adc3ad;fill-opacity:1;stroke:none;stroke-width:0.891054px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 428.55584,154.88009 c 22.01589,-7.41173 -3.10009,-36.77438 -20.99597,-54.521 -17.89588,-17.74662 -41.6396,-34.212119 -50.58755,-16.465496 -8.94793,17.746626 14.7958,16.465496 32.69167,34.212116 17.89588,17.74662 16.87595,44.18612 38.89185,36.77438 z"
id="path14218"
sodipodi:nodetypes="zsssz" /></g></g></g></g></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

16
icons/chimera.svg Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<rect id="Logo" x="0" y="0" width="1024" height="1024" style="fill:none;"/>
<g id="Logo1" serif:id="Logo">
<g transform="matrix(1,0,0,1,-36,-36)">
<path d="M100,588L246.627,588C264.497,723.817 372.185,831.505 508,849.373L508,996L100,996L100,588ZM996,996L588,996L588,849.373C710.177,833.298 809.592,744.539 841.322,628L996,628L996,996ZM468,100L468,254.678C351.464,286.41 262.706,385.817 246.627,508L100,508L100,100L468,100Z" style="fill:rgb(123,123,123);"/>
</g>
<g id="Logo2" serif:id="Logo">
<path d="M64,552L210.627,552C228.497,687.817 336.185,795.505 472,813.373L472,960L64,960L64,552Z" style="fill:rgb(247,134,243);"/>
<path d="M960,960L552,960L552,813.373C674.177,797.298 773.592,708.539 805.322,592L960,592L960,960Z" style="fill:rgb(212,92,146);"/>
<path d="M432,64L432,218.678C315.464,250.41 226.706,349.817 210.627,472L64,472L64,64L432,64Z" style="fill:rgb(171,118,228);"/>
<path d="M743.456,528L960,528L960,440L656,440L656,512C656,591.476 591.476,656 512,656C432.524,656 368,591.476 368,512C368,432.524 432.524,368 512,368L584,368L584,64L496,64L496,280.544C375.407,288.775 280,389.334 280,512C280,640.044 383.956,744 512,744C634.666,744 735.225,648.593 743.456,528Z" style="fill:rgb(214,79,93);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

71
icons/condres.svg Normal file
View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="512"
height="512"
version="1.1"
id="svg16"
sodipodi:docname="condres.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs20" />
<sodipodi:namedview
id="namedview18"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.7050781"
inkscape:cx="251.30813"
inkscape:cy="256"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg16" />
<rect
x="9.9597654"
y="12.102962"
width="493.8334"
height="493.8334"
rx="17.636908"
ry="17.636908"
style="opacity:0.2;stroke-width:8.81845"
id="rect2" />
<rect
x="9.9597654"
y="3.2845075"
width="493.8334"
height="493.8334"
rx="17.636908"
ry="17.636908"
style="fill:#aeea66;stroke-width:8.81845"
id="rect4" />
<path
d="M 13.507815,10.380606 C 11.303284,13.324545 9.9597652,16.944258 9.9597652,20.921414 V 479.481 c 0,9.77084 7.8660598,17.6369 17.6369068,17.6369 H 256.87647 Z"
style="fill:#f8d057;stroke-width:8.81845"
id="path6" />
<path
d="M 500.24511,10.380606 256.87647,497.1179 h 229.27979 c 9.77084,0 17.6369,-7.86606 17.6369,-17.63691 V 20.92141 c 0,-3.977157 -1.34351,-7.59687 -3.54805,-10.540804 z"
style="fill:#3195d2;stroke-width:8.81845"
id="path8" />
<path
d="m 27.596672,3.2845074 c -9.770847,0 -17.6369068,7.8660596 -17.6369068,17.6369066 v 8.818453 c 0,-9.770846 7.8660598,-17.636907 17.6369068,-17.636907 H 486.15626 c 9.77084,0 17.6369,7.866061 17.6369,17.636907 v -8.818453 c 0,-9.770847 -7.86606,-17.6369066 -17.6369,-17.6369066 z"
style="opacity:0.2;fill:#ffffff;stroke-width:8.81845"
id="path10" />
<path
d="m 13.955627,18.665133 c -0.146298,0.180073 -0.308646,0.348065 -0.447801,0.533958 L 256.87647,505.93636 500.24511,19.199064 c -0.13915,-0.185893 -0.30159,-0.353884 -0.4478,-0.533957 L 256.87647,417.75182 Z"
style="opacity:0.2;stroke-width:8.81845"
id="path12" />
<path
d="M 13.955627,9.8466764 C 13.809366,10.026714 13.646993,10.194747 13.507815,10.380606 L 256.87647,497.1179 500.24511,10.380606 c -0.13917,-0.185859 -0.30155,-0.353892 -0.44781,-0.5339296 L 256.87647,408.93337 Z"
style="fill:#ffffff;stroke-width:8.81845"
id="path14" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

4
icons/debian.svg Normal file
View File

@ -0,0 +1,4 @@
<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg">
<circle style="fill:#fff;stroke-width:23.9308;stroke-dasharray:23.9308,23.9308;stop-color:#000" cx="256" cy="256" r="256"/>
<path d="M284.565 11c-7.59.637-15.14 1.014-22.6 1.977l3.283.45c5.49-2.01 13.493-1.103 19.317-2.427Zm-33.155 3.495c-12.343.75-29.466 7.183-24.18 1.332-20.133 8.982-55.888 21.594-75.953 40.408l-.636-4.218c-9.194 11.038-40.099 32.96-42.561 47.256l-2.454.574c-4.784 8.101-7.88 17.29-11.675 25.627-6.257 10.663-9.176 4.1-8.286 5.771-12.308 24.955-18.421 45.918-23.703 63.115 3.764 5.625.094 33.868 1.518 56.469-6.181 111.618 78.338 219.995 170.722 245.017 13.541 4.844 33.675 4.657 50.804 5.154-20.21-5.779-22.823-3.065-42.509-9.928-14.2-6.687-17.307-14.32-27.365-23.05l3.98 7.033c-19.727-6.98-11.475-8.639-27.524-13.722l4.253-5.55c-6.393-.484-16.937-10.779-19.82-16.476l-6.99.273c-8.403-10.37-12.882-17.836-12.557-23.624l-2.259 4.024c-2.562-4.396-30.922-38.888-16.21-30.86-2.734-2.498-6.36-4.068-10.3-11.224l2.992-3.424c-7.08-9.11-13.027-20.784-12.575-24.674 3.777 5.1 6.39 6.055 8.984 6.927-17.879-44.36-18.881-2.445-32.422-45.156l2.868-.23c-2.196-3.307-3.528-6.906-5.295-10.43l1.244-12.425c-12.872-14.883-3.595-63.282-1.738-89.827 1.288-10.794 10.739-22.283 17.932-40.302l-4.377-.75c8.376-14.612 47.825-58.685 66.097-56.417 8.85-11.119-1.756-.04-3.486-2.841 19.442-20.12 25.557-14.216 38.678-17.835 14.152-8.4-12.145 3.276-5.436-3.203 24.462-6.249 17.33-14.204 49.242-17.376 3.366 1.916-7.81 2.96-10.616 5.445 20.382-9.972 64.499-7.706 93.154 5.533 33.25 15.538 70.607 61.47 72.08 104.687l1.676.45c-.85 17.179 2.63 37.047-3.397 55.296l4.103-8.64c.484 13.13-3.84 19.503-7.739 30.781l-7.016 3.503c-5.742 11.151.556 7.086-3.556 15.955-8.964 7.97-27.202 24.942-33.04 26.492-4.26-.095 2.886-5.029 3.822-6.963-12 8.242-9.63 12.37-27.984 17.376l-.538-1.191c-45.264 21.294-108.144-20.906-107.317-78.487-.483 3.655-1.37 2.74-2.374 4.218-2.336-29.626 13.685-59.383 40.7-71.533 26.422-13.08 57.398-7.711 76.324 9.928-10.396-13.618-31.088-28.054-55.613-26.703-24.023.38-46.498 15.646-53.998 32.219-12.308 7.748-13.734 29.865-19.097 33.913-7.215 53.03 13.565 75.944 48.73 102.896 5.535 3.732 1.562 4.297 2.312 7.139-11.684-5.472-22.38-13.732-31.177-23.844 4.667 6.831 9.7 13.472 16.21 18.69-11.015-3.732-25.724-26.686-30.021-27.62 18.99 33.999 77.042 59.626 107.44 46.911-14.065.52-31.936.283-47.74-5.56-6.638-3.415-15.663-10.483-14.05-11.807 41.487 15.498 84.34 11.736 120.237-17.04 9.131-7.112 19.108-19.212 21.99-19.38-4.341 6.53.74 3.14-2.594 8.905 9.1-14.675-3.953-5.975 9.407-25.345l4.933 6.795c-1.834-12.18 15.127-26.975 13.405-46.241 3.89-5.892 4.342 6.345.212 19.9 5.729-15.037 1.51-17.456 2.983-29.863 1.59 4.17 3.685 8.598 4.756 12.999-3.732-14.531 3.83-24.463 5.7-32.908-1.843-.818-5.767 6.425-6.662-10.74.131-7.454 2.074-3.91 2.824-5.744-1.464-.84-5.297-6.556-7.633-17.517 1.694-2.576 4.526 6.68 6.83 7.06-1.482-8.716-4.035-15.366-4.139-22.053-6.732-14.07-2.382 1.87-7.845-6.045-7.166-22.352 5.945-5.18 6.83-15.338 10.862 15.737 17.058 40.128 19.9 50.23-2.169-12.316-5.675-24.257-9.954-35.801 3.298 1.387-5.313-25.336 4.289-7.634-10.257-37.736-43.897-72.998-74.842-89.544 3.786 3.466 8.564 7.816 6.847 8.498-15.389-9.163-12.682-9.876-14.887-13.749-12.538-5.1-13.36.411-21.664.01-23.63-12.534-28.184-11.2-49.93-19.053l.988 4.624c-15.656-5.214-18.237 1.978-35.158.018-1.03-.805 5.422-2.917 10.731-3.69-15.136 1.998-14.425-2.976-29.236.557 3.65-2.562 7.507-4.256 11.401-6.433zm12.231 2.823c4.333.778 9.362 1.375 8.657 2.41 4.74-1.04 5.815-1.998-8.657-2.41zm8.657 2.41-3.062.635 2.85-.256zm-199.782 96.18c-.004.265.02.486.062.67a19.7 19.7 0 0 0-.062-.67zm.062.67c.824 11.214-8.659 15.436 2.17 7.863 5.596-12.604-1.45-4.669-2.17-7.862zm-9.054 36.517c-7.03 8.987-3.24 10.901-3.98 17.014 2.544-7.807 3.008-12.496 3.98-17.014zm289.335 54.28c-1.004.026-2.29 2.576-2.939 5.366 1.514.787 2.71 10.309 4.175 4.422.49-7.311-.232-9.812-1.236-9.787zm88.785 24.64-1.191 2.991c-2.187 15.534-6.908 30.905-14.146 45.156 7.997-15.037 13.169-31.484 15.337-48.148zm-94.036 5.47c-1.084 5.387-4.008 10.034-6.76 14.941-15.176 9.556-1.427-5.675-.008-11.463-16.32 20.54-2.241 12.317-2.833 18.055 4.834-6.673 8.359-13.978 9.601-21.532zm-33.092 31.364c-6.601 1.617-13.317 1.651-20.085 1.032-8.12.113 1.534 4.185 12.134 5.816a108.477 108.477 0 0 0 7.95-6.848zm-102.455 1.059c1.79 6.583 5.449 12.233 8.86 17.984l-2.497-7.36c-2.824-3.121-4.492-6.879-6.363-10.624zm-6.257 11.119-1.138 5.692c5.336 7.247 9.574 15.098 16.387 20.764-4.902-9.57-8.548-13.52-15.249-26.456z" style="fill:#a80030;fill-opacity:1;stroke-width:4.51824"/>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

Some files were not shown because too many files have changed in this diff Show More