first
27
calamares/data/completion/bash/calamares
Normal file
@@ -0,0 +1,27 @@
|
||||
# === This file is part of Calamares - <https://calamares.io> ===
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2020 Gaël PORTAY <gael.portay@gmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# Calamares is Free Software: see the License-Identifier above.
|
||||
#
|
||||
|
||||
_calamares()
|
||||
{
|
||||
local cur prev words cword
|
||||
_init_completion || return
|
||||
|
||||
case "$prev" in
|
||||
-D)
|
||||
COMPREPLY=( $( compgen -W "$( seq 0 1 8 )" -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
-c|--config)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
||||
COMPREPLY=( $( compgen -W "-h --help -v --version -d --debug -D -c --config -X -xdg-config -T --debug-translation" -- "$cur" ) )
|
||||
} &&
|
||||
complete -F _calamares calamares
|
||||
BIN
calamares/data/config-appimage/branding/default/squid.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
31
calamares/data/config-appimage/modules/displaymanager.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configure one or more display managers (e.g. SDDM)
|
||||
# with a "best effort" approach.
|
||||
---
|
||||
#The DM module attempts to set up all the DMs found in this list, in that precise order.
|
||||
#It also sets up autologin, if the feature is enabled in globalstorage.
|
||||
#The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
|
||||
displaymanagers:
|
||||
- slim
|
||||
- sddm
|
||||
- lightdm
|
||||
- gdm
|
||||
- mdm
|
||||
- lxdm
|
||||
- kdm
|
||||
|
||||
#Enable the following settings to force a desktop environment in your displaymanager configuration file:
|
||||
#defaultDesktopEnvironment:
|
||||
# executable: "startkde"
|
||||
# desktopFile: "plasma"
|
||||
|
||||
#If true, try to ensure that the user, group, /var directory etc. for the
|
||||
#display manager are set up correctly. This is normally done by the distribution
|
||||
#packages, and best left to them. Therefore, it is disabled by default.
|
||||
basicSetup: false
|
||||
|
||||
#If true, setup autologin for openSUSE. This only makes sense on openSUSE
|
||||
#derivatives or other systems where /etc/sysconfig/displaymanager exists.
|
||||
sysconfigSetup: false
|
||||
34
calamares/data/config-appimage/modules/finished.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configuration for the "finished" page, which is usually shown only at
|
||||
# the end of the installation (successful or not).
|
||||
---
|
||||
# Behavior of the "restart system now" button.
|
||||
#
|
||||
# There are four usable values:
|
||||
# - never
|
||||
# Does not show the button and does not restart.
|
||||
# This matches the old behavior with restartNowEnabled=false.
|
||||
# - user-unchecked
|
||||
# Shows the button, defaults to unchecked, restarts if it is checked.
|
||||
# This matches the old behavior with restartNowEnabled=true and restartNowChecked=false.
|
||||
# - user-checked
|
||||
# Shows the button, defaults to checked, restarts if it is checked.
|
||||
# This matches the old behavior with restartNowEnabled=true and restartNowChecked=true.
|
||||
# - always
|
||||
# Shows the button, checked, but the user cannot change it.
|
||||
# This is new behavior.
|
||||
#
|
||||
# The three combinations of legacy values are still supported.
|
||||
restartNowMode: user-unchecked
|
||||
|
||||
# If the checkbox is shown, and the checkbox is checked, then when
|
||||
# Calamares exits from the finished-page it will run this command.
|
||||
# If not set, falls back to "shutdown -r now".
|
||||
restartNowCommand: "systemctl -i reboot"
|
||||
|
||||
# When the last page is (successfully) reached, send a DBus notification
|
||||
# to the desktop that the installation is done. This works only if the
|
||||
# user as whom Calamares is run, can reach the regular desktop session bus.
|
||||
notifyOnFinished: false
|
||||
19
calamares/data/config-appimage/modules/keyboard.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# NOTE: you must have ckbcomp installed and runnable
|
||||
# on the live system, for keyboard layout previews.
|
||||
---
|
||||
# The name of the file to write X11 keyboard settings to
|
||||
# The default value is the name used by upstream systemd-localed.
|
||||
# Relative paths are assumed to be relative to /etc/X11/xorg.conf.d
|
||||
xOrgConfFileName: "/etc/X11/xorg.conf.d/00-keyboard.conf"
|
||||
|
||||
# The path to search for keymaps converted from X11 to kbd format
|
||||
# Leave this empty if the setting does not make sense on your distribution.
|
||||
convertedKeymapPath: "/lib/kbd/keymaps/xkb"
|
||||
|
||||
# Write keymap configuration to /etc/default/keyboard, usually
|
||||
# found on Debian-related systems.
|
||||
# Defaults to true if nothing is set.
|
||||
#writeEtcDefaultKeyboard: true
|
||||
34
calamares/data/config-appimage/modules/locale.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
---
|
||||
# This settings are used to set your default system time zone.
|
||||
# Time zones are usually located under /usr/share/zoneinfo and
|
||||
# provided by the 'tzdata' package of your Distribution.
|
||||
#
|
||||
# Distributions using systemd can list available
|
||||
# time zones by using the timedatectl command.
|
||||
# timedatectl list-timezones
|
||||
#
|
||||
# The starting timezone (e.g. the pin-on-the-map) when entering
|
||||
# the locale page can be set through keys *region* and *zone*.
|
||||
# If either is not set, defaults to America/New_York.
|
||||
#
|
||||
region: "Europe"
|
||||
zone: "Amsterdam"
|
||||
|
||||
|
||||
# Enable only when your Distribution is using an
|
||||
# custom path for locale.gen
|
||||
#localeGenPath: "PATH_TO/locale.gen"
|
||||
|
||||
# GeoIP based Language settings:
|
||||
#
|
||||
# GeoIP need an working Internet connection.
|
||||
#
|
||||
geoipUrl: "https://geoip.kde.org/v1/calamares"
|
||||
|
||||
# GeoIP style. Leave commented out for the "legacy" interpretation.
|
||||
# This setting only makes sense if geoipUrl is set, enabliing geoIP.
|
||||
geoipStyle: "json"
|
||||
|
||||
62
calamares/data/config-appimage/modules/users.conf
Normal file
@@ -0,0 +1,62 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configuration for the one-user-system user module.
|
||||
#
|
||||
# Besides these settings, the user module also places the following
|
||||
# keys into the globalconfig area, based on user input in the view step.
|
||||
#
|
||||
# - hostname
|
||||
# - username
|
||||
# - password (obscured)
|
||||
# - autologinUser (if enabled, set to username)
|
||||
#
|
||||
# These globalconfig keys are set when the jobs for this module
|
||||
# are created.
|
||||
---
|
||||
# Used as default groups for the created user.
|
||||
# Adjust to your Distribution defaults.
|
||||
defaultGroups:
|
||||
- users
|
||||
- lp
|
||||
- video
|
||||
- network
|
||||
- storage
|
||||
- wheel
|
||||
- audio
|
||||
|
||||
# Some Distributions require a 'autologin' group for the user.
|
||||
# Autologin causes a user to become automatically logged in to
|
||||
# the desktop environment on boot.
|
||||
# Disable when your Distribution does not require such a group.
|
||||
autologinGroup: autologin
|
||||
# You can control the initial state for the 'autologin checkbox' in UsersViewStep here.
|
||||
# Possible values are: true to enable or false to disable the checkbox by default
|
||||
doAutologin: true
|
||||
|
||||
# When set to a non-empty string, Calamares creates a sudoers file for the user.
|
||||
# /etc/sudoers.d/10-installer
|
||||
# Remember to add sudoersGroup to defaultGroups.
|
||||
#
|
||||
# If your Distribution already sets up a group of sudoers in its packaging,
|
||||
# remove this setting (delete or comment out the line below). Otherwise,
|
||||
# the setting will be duplicated in the /etc/sudoers.d/10-installer file,
|
||||
# potentially confusing users.
|
||||
sudoersGroup: wheel
|
||||
|
||||
# Setting this to false , causes the root account to be disabled.
|
||||
setRootPassword: true
|
||||
# You can control the initial state for the 'root password checkbox' in UsersViewStep here.
|
||||
# Possible values are: true to enable or false to disable the checkbox by default.
|
||||
# When enabled the user password is used for the root account too.
|
||||
# NOTE: doReusePassword requires setRootPassword to be enabled.
|
||||
doReusePassword: true
|
||||
|
||||
# These are optional password-requirements that a distro can enforce
|
||||
# on the user. The values given in this sample file disable each check,
|
||||
# as if the check was not listed at all.
|
||||
passwordRequirements:
|
||||
minLength: -1 # Password at least this many characters
|
||||
maxLength: -1 # Password at most this many characters
|
||||
|
||||
userShell: /bin/bash
|
||||
49
calamares/data/config-appimage/modules/welcome.conf
Normal file
@@ -0,0 +1,49 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configuration for the welcome module. The welcome page
|
||||
# displays some information from the branding file.
|
||||
# Which parts it displays can be configured through
|
||||
# the show* variables.
|
||||
#
|
||||
# In addition to displaying the welcome page, this module
|
||||
# can check requirements for installation.
|
||||
---
|
||||
# Display settings for various buttons on the welcome page.
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: true
|
||||
|
||||
# Requirements checking. These are general, generic, things
|
||||
# that are checked. They may not match with the actual requirements
|
||||
# imposed by other modules in the system.
|
||||
requirements:
|
||||
# Amount of available disk, in GiB. Floating-point is allowed here.
|
||||
# Note that this does not account for *usable* disk, so it is possible
|
||||
# to pass this requirement, yet have no space to install to.
|
||||
requiredStorage: 5.5
|
||||
|
||||
# Amount of available RAM, in GiB. Floating-point is allowed here.
|
||||
requiredRam: 1.0
|
||||
|
||||
# To check for internet connectivity, Calamares does a HTTP GET
|
||||
# on this URL; on success (e.g. HTTP code 200) internet is OK.
|
||||
internetCheckUrl: http://google.com
|
||||
|
||||
# List conditions to check. Each listed condition will be
|
||||
# probed in some way, and yields true or false according to
|
||||
# the host system satisfying the condition.
|
||||
#
|
||||
# This sample file lists all the conditions that are known.
|
||||
check:
|
||||
- ram
|
||||
- power
|
||||
- internet
|
||||
- root
|
||||
- screen
|
||||
# List conditions that **must** be satisfied (from the list
|
||||
# of conditions, above) for installation to proceed.
|
||||
# If any of these conditions are not met, the user cannot
|
||||
# continue past the welcome page.
|
||||
required:
|
||||
- ram
|
||||
39
calamares/data/config-appimage/settings.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Configuration file for Calamares
|
||||
# Syntax is YAML 1.2
|
||||
---
|
||||
modules-search: [ usr/lib/calamares/modules ]
|
||||
|
||||
# YAML: list of maps of string:string key-value pairs.
|
||||
#instances:
|
||||
#- id: owncloud
|
||||
# module: webview
|
||||
# config: owncloud.conf
|
||||
|
||||
# Sequence section. This section describes the sequence of modules, both
|
||||
# viewmodules and jobmodules, as they should appear and/or run.
|
||||
sequence:
|
||||
- show:
|
||||
- welcome
|
||||
- locale
|
||||
- keyboard
|
||||
- users
|
||||
- summary
|
||||
- exec:
|
||||
- dummypython
|
||||
- locale
|
||||
- keyboard
|
||||
- users
|
||||
- displaymanager
|
||||
- networkcfg
|
||||
- show:
|
||||
- finished
|
||||
|
||||
branding: default
|
||||
|
||||
prompt-install: false
|
||||
# OEM mode
|
||||
dont-chroot: true
|
||||
disable-cancel: false
|
||||
15
calamares/data/example-root/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Example Filesystem
|
||||
|
||||
<!-- SPDX-FileCopyrightText: no
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
|
||||
This is a filesystem that will be used as / in an example distro,
|
||||
*if* you build the `example-distro` target and use the default
|
||||
unpackfs configuration. It should hold files and configuration
|
||||
bits that need to be on the target system for example purposes.
|
||||
|
||||
It should *not* have a bin/, lib/, sbin/ or lib64/ directory,
|
||||
since those are copied into the example-distro filesystem
|
||||
from the build host.
|
||||
|
||||
5
calamares/data/example-root/etc/bash.bashrc
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Global .profile -- add /sbin_1
|
||||
PATH=$PATH:/sbin_1:/xbin
|
||||
4
calamares/data/example-root/etc/group
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
root:x:0:
|
||||
4
calamares/data/example-root/etc/issue
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
This is an example /etc/issue file.
|
||||
10
calamares/data/example-root/etc/locale.gen
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# This file lists locales that you wish to have built. You can find a list
|
||||
# of valid supported locales at /usr/share/i18n/SUPPORTED, and you can add
|
||||
# user defined locales to /usr/local/share/i18n/SUPPORTED. If you change
|
||||
# this file, you need to rerun locale-gen.
|
||||
|
||||
en_CA.UTF-8 UTF-8
|
||||
en_US.UTF-8 UTF-8
|
||||
5
calamares/data/example-root/etc/profile
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Global .profile -- add /sbin_1
|
||||
PATH=$PATH:/sbin_1:/xbin
|
||||
BIN
calamares/data/example-root/usr/share/zoneinfo/America/New_York
Normal file
BIN
calamares/data/example-root/usr/share/zoneinfo/UTC
Normal file
BIN
calamares/data/example-root/usr/share/zoneinfo/Zulu
Normal file
0
calamares/data/example-root/var/lib/dbus/.dummy
Normal file
0
calamares/data/example-root/var/lib/initramfs-tools
Normal file
5
calamares/data/example-root/xbin/linux-version
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/true
|
||||
#
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
5
calamares/data/example-root/xbin/useradd
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/true
|
||||
#
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
111
calamares/data/images/boot-environment.svg
Normal file
@@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="22"
|
||||
id="svg3049"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="run-build.svg"
|
||||
inkscape:export-filename="/home/uri/.kde/share/icons/NITRUX-KDE/16x16/actions/view-right-new.png"
|
||||
inkscape:export-xdpi="30"
|
||||
inkscape:export-ydpi="30">
|
||||
<defs
|
||||
id="defs3051" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="34.047365"
|
||||
inkscape:cx="3.5285805"
|
||||
inkscape:cy="12.532131"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="955"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
borderlayer="true">
|
||||
<sodipodi:guide
|
||||
position="2.0000044,20.00003"
|
||||
orientation="18,0"
|
||||
id="guide4067" />
|
||||
<sodipodi:guide
|
||||
position="2.0000044,2.0000296"
|
||||
orientation="0,18"
|
||||
id="guide4069" />
|
||||
<sodipodi:guide
|
||||
position="20.000004,2.0000296"
|
||||
orientation="-18,0"
|
||||
id="guide4071" />
|
||||
<sodipodi:guide
|
||||
position="20.000004,20.00003"
|
||||
orientation="0,-18"
|
||||
id="guide4073" />
|
||||
<sodipodi:guide
|
||||
position="3.0000044,19.00003"
|
||||
orientation="16,0"
|
||||
id="guide4077" />
|
||||
<sodipodi:guide
|
||||
position="3.0000044,3.0000296"
|
||||
orientation="0,16"
|
||||
id="guide4079" />
|
||||
<sodipodi:guide
|
||||
position="19.000004,3.0000296"
|
||||
orientation="-16,0"
|
||||
id="guide4081" />
|
||||
<sodipodi:guide
|
||||
position="19.000004,19.00003"
|
||||
orientation="0,-16"
|
||||
id="guide4083" />
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4085" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata3054">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-421.71429,-525.79074)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.55026455"
|
||||
d="m 430.71429,533.79074 0,6 5,-3 -5,-3 z"
|
||||
id="rect4144" />
|
||||
<path
|
||||
style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none"
|
||||
d="M 11 3 C 10.32479 3.004 9.65279 3.092995 9 3.265625 L 9 4.2988281 L 9 4.3105469 A 7 7 0 0 0 7.6835938 4.8554688 L 7.6757812 4.8476562 L 6.9433594 4.1152344 C 5.7764094 4.8032844 4.8032844 5.7764094 4.1152344 6.9433594 L 4.6367188 7.4648438 L 4.8554688 7.6835938 A 7 7 0 0 0 4.3085938 9 L 4.2949219 9 L 3.2597656 9 C 3.0891456 9.65304 3.00187 10.32505 3 11 C 3.004 11.67521 3.093005 12.34721 3.265625 13 L 4.2988281 13 L 4.3105469 13 A 7 7 0 0 0 4.8554688 14.316406 L 4.6367188 14.535156 L 4.1152344 15.056641 C 4.8032844 16.223601 5.7763994 17.196716 6.9433594 17.884766 L 7.4648438 17.363281 L 7.6835938 17.144531 A 7 7 0 0 0 9 17.691406 L 9 18 L 9 18.740234 C 9.65304 18.910854 10.32504 18.99813 11 19 C 11.67496 18.99813 12.34696 18.910854 13 18.740234 L 13 18 L 13 17.691406 A 7 7 0 0 0 14.316406 17.144531 L 14.535156 17.363281 L 15.056641 17.884766 C 16.223601 17.196716 17.196716 16.223601 17.884766 15.056641 L 17.363281 14.535156 L 17.144531 14.316406 A 7 7 0 0 0 17.689453 13 L 17.701172 13 L 18.734375 13 C 18.907005 12.34721 18.996 11.67521 19 11 C 18.99813 10.32505 18.910854 9.65304 18.740234 9 L 17.705078 9 L 17.691406 9 A 7 7 0 0 0 17.144531 7.6835938 L 17.363281 7.4648438 L 17.884766 6.9433594 C 17.196716 5.7764094 16.223591 4.8032844 15.056641 4.1152344 L 14.324219 4.8476562 L 14.316406 4.8554688 A 7 7 0 0 0 13 4.3105469 L 13 4.2988281 L 13 3.265625 C 12.34721 3.092995 11.67521 3.004 11 3 z M 11 4 C 11.33491 4.0012 11.66956 4.0273719 12 4.0761719 L 12 4.0800781 L 12 5 L 12 5.0859375 A 6 6 0 0 1 14.470703 6.1152344 L 14.535156 6.0507812 L 15.185547 5.4003906 L 15.1875 5.3984375 C 15.72484 5.7991075 16.201446 6.2742469 16.603516 6.8105469 L 16.599609 6.8144531 L 15.949219 7.4648438 L 15.886719 7.5273438 A 6 6 0 0 1 16.910156 10 L 17 10 L 17.921875 10 L 17.925781 10 C 17.974081 10.33106 17.9995 10.66455 18 11 C 17.9988 11.33491 17.972628 11.66955 17.923828 12 L 17.919922 12 L 17 12 L 16.914062 12 A 6 6 0 0 1 15.884766 14.470703 L 15.949219 14.535156 L 16.599609 15.185547 L 16.601562 15.1875 C 16.200893 15.72484 15.725753 16.201456 15.189453 16.603516 L 15.185547 16.599609 L 14.535156 15.949219 L 14.472656 15.886719 A 6 6 0 0 1 12 16.910156 L 12 17 L 12 17.921875 L 12 17.925781 C 11.66894 17.974081 11.33545 17.9995 11 18 C 10.66455 17.9995 10.33106 17.974081 10 17.925781 L 10 17.921875 L 10 17 L 10 16.910156 A 6 6 0 0 1 7.5273438 15.886719 L 7.4648438 15.949219 L 6.8144531 16.599609 L 6.8105469 16.603516 C 6.2742469 16.201456 5.7991075 15.72484 5.3984375 15.1875 L 5.4003906 15.185547 L 6.0507812 14.535156 L 6.1152344 14.470703 A 6 6 0 0 1 5.0859375 12 L 5 12 L 4.0800781 12 L 4.0761719 12 C 4.0273719 11.66955 4.0012 11.33491 4 11 C 4.0005 10.66455 4.0259187 10.33106 4.0742188 10 L 4.078125 10 L 5 10 L 5.0898438 10 A 6 6 0 0 1 6.1132812 7.5273438 L 6.0507812 7.4648438 L 5.4003906 6.8144531 L 5.3964844 6.8105469 C 5.7985544 6.2742469 6.27516 5.7991075 6.8125 5.3984375 L 6.8144531 5.4003906 L 7.4648438 6.0507812 L 7.5292969 6.1152344 A 6 6 0 0 1 10 5.0859375 L 10 5 L 10 4.0800781 L 10 4.0761719 C 10.33044 4.0273719 10.66509 4.0012 11 4 z "
|
||||
transform="translate(421.71429,525.79074)"
|
||||
id="path3344" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
2
calamares/data/images/boot-environment.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
110
calamares/data/images/bugs.svg
Normal file
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="22"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48+devel r"
|
||||
viewBox="0 0 22 22"
|
||||
sodipodi:docname="edit-bomb.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.534679"
|
||||
inkscape:cx="-0.71164715"
|
||||
inkscape:cy="14.289836"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="668"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true">
|
||||
<sodipodi:guide
|
||||
position="2,20.000017"
|
||||
orientation="18,0"
|
||||
id="guide4066" />
|
||||
<sodipodi:guide
|
||||
position="2,2.0000174"
|
||||
orientation="0,18"
|
||||
id="guide4068" />
|
||||
<sodipodi:guide
|
||||
position="20,2.0000174"
|
||||
orientation="-18,0"
|
||||
id="guide4070" />
|
||||
<sodipodi:guide
|
||||
position="20,20.000017"
|
||||
orientation="0,-18"
|
||||
id="guide4072" />
|
||||
<sodipodi:guide
|
||||
position="3,19.000017"
|
||||
orientation="16,0"
|
||||
id="guide4074" />
|
||||
<sodipodi:guide
|
||||
position="3,3.0000174"
|
||||
orientation="0,16"
|
||||
id="guide4076" />
|
||||
<sodipodi:guide
|
||||
position="19,3.0000174"
|
||||
orientation="-16,0"
|
||||
id="guide4078" />
|
||||
<sodipodi:guide
|
||||
position="19,19.000017"
|
||||
orientation="0,-16"
|
||||
id="guide4080" />
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4101" />
|
||||
<sodipodi:guide
|
||||
position="8,19.000017"
|
||||
orientation="0,-5"
|
||||
id="guide4124" />
|
||||
<sodipodi:guide
|
||||
position="11,3.0000174"
|
||||
orientation="0,4"
|
||||
id="guide4241" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1030.3622)">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none"
|
||||
d="M 19 3 C 17.68077 3.271305 16.541542 4.064283 15.818359 5.1777344 C 15.568079 5.0654932 15.292985 5 15 5 C 14.79149 5 14.594956 5.0409358 14.40625 5.0996094 C 13.268812 4.4058956 11.935191 4 10.5 4 C 6.3449984 4 3 7.3449984 3 11.5 C 3 15.655002 6.3449984 19 10.5 19 C 14.655002 19 18 15.655002 18 11.5 C 18 10.064809 17.594104 8.7311878 16.900391 7.59375 C 16.959064 7.4050437 17 7.2085104 17 7 C 17 6.5519679 16.850519 6.143249 16.603516 5.8105469 C 17.139054 4.9388103 17.989262 4.2918607 19 4.0292969 L 19 3 z M 6.3183594 6.5175781 C 5.3707373 7.6464984 4.8007813 9.1032501 4.8007812 10.699219 C 4.8007812 14.30022 7.6997802 17.199219 11.300781 17.199219 C 12.896226 17.199219 14.351703 16.628704 15.480469 15.681641 C 14.28996 17.099389 12.504603 18 10.5 18 C 6.8989984 18 4 15.101002 4 11.5 C 4 9.4949666 4.9000837 7.7080867 6.3183594 6.5175781 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
id="rect4111" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
2
calamares/data/images/bugs.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
BIN
calamares/data/images/fail.svgz
Normal file
2
calamares/data/images/fail.svgz.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
18
calamares/data/images/help-donate.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs
|
||||
id="defs3051">
|
||||
<style
|
||||
type="text/css"
|
||||
id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#4d4d4d;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="m 5,9 0,1 -1,0 0,12 1,0 0,1 22,0 0,-1 1,0 0,-12 -1,0 0,-1 z m 1,1 20,0 a 1,1 0 0 0 1,1 l 0,10 a 1,1 0 0 0 -1,1 L 6,22 A 1,1 0 0 0 5,21 L 5,11 a 1,1 0 0 0 1,-1 m 10,2 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 4,-4 4,4 0 0 0 -4,-4 m 0,1 a 3,3 0 0 1 3,3 3,3 0 0 1 -3,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3"
|
||||
id="path76"
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 675 B |
2
calamares/data/images/help-donate.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
|
||||
SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
157
calamares/data/images/help.svg
Normal file
@@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="22"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48+devel r"
|
||||
sodipodi:docname="system-help.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="13.085735"
|
||||
inkscape:cx="13.067182"
|
||||
inkscape:cy="13.439407"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g846"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="668"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
showguides="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4108" />
|
||||
<sodipodi:guide
|
||||
position="1.9999987,20.000051"
|
||||
orientation="18,0"
|
||||
id="guide4114" />
|
||||
<sodipodi:guide
|
||||
position="1.9999987,2.0000511"
|
||||
orientation="0,18"
|
||||
id="guide4116" />
|
||||
<sodipodi:guide
|
||||
position="19.999999,2.0000511"
|
||||
orientation="-18,0"
|
||||
id="guide4118" />
|
||||
<sodipodi:guide
|
||||
position="19.999999,20.000051"
|
||||
orientation="0,-18"
|
||||
id="guide4120" />
|
||||
<sodipodi:guide
|
||||
position="2.9999987,19.000051"
|
||||
orientation="16,0"
|
||||
id="guide4122" />
|
||||
<sodipodi:guide
|
||||
position="9,3"
|
||||
orientation="0,16"
|
||||
id="guide4124" />
|
||||
<sodipodi:guide
|
||||
position="18.999999,3.0000511"
|
||||
orientation="-16,0"
|
||||
id="guide4126" />
|
||||
<sodipodi:guide
|
||||
position="18.999999,19.000051"
|
||||
orientation="0,-16"
|
||||
id="guide4128" />
|
||||
<sodipodi:guide
|
||||
position="3.0001595,6.0074575"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4293" />
|
||||
<sodipodi:guide
|
||||
position="13.000084,14.593168"
|
||||
orientation="-0.70710678,-0.70710678"
|
||||
id="guide4297" />
|
||||
<sodipodi:guide
|
||||
position="13.59239,14"
|
||||
orientation="9.2928177,-9.2928177"
|
||||
id="guide4303" />
|
||||
<sodipodi:guide
|
||||
position="5.0070239,3.99973"
|
||||
orientation="-9.2928177,9.2928177"
|
||||
id="guide4307" />
|
||||
<sodipodi:guide
|
||||
position="14.299842,13.292548"
|
||||
orientation="-0.70710678,-0.70710678"
|
||||
id="guide4309" />
|
||||
<sodipodi:guide
|
||||
position="12.292977,15.300275"
|
||||
orientation="9.2928177,-9.2928177"
|
||||
id="guide4313" />
|
||||
<sodipodi:guide
|
||||
position="3.0001595,6.0074575"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4315" />
|
||||
<sodipodi:guide
|
||||
position="3.7072663,5.3003507"
|
||||
orientation="-9.2928177,9.2928177"
|
||||
id="guide4317" />
|
||||
<sodipodi:guide
|
||||
position="13.000084,14.593168"
|
||||
orientation="-0.70710678,-0.70710678"
|
||||
id="guide4319" />
|
||||
<sodipodi:guide
|
||||
position="1.9999987,4.0001732"
|
||||
orientation="1.0001221,0"
|
||||
id="guide4342" />
|
||||
<sodipodi:guide
|
||||
position="1.9999987,3.0000511"
|
||||
orientation="0,3.0074539"
|
||||
id="guide4344" />
|
||||
<sodipodi:guide
|
||||
position="5.0074526,3.0000511"
|
||||
orientation="-1.0001221,0"
|
||||
id="guide4346" />
|
||||
<sodipodi:guide
|
||||
position="5.0074526,4.0001732"
|
||||
orientation="0,-3.0074539"
|
||||
id="guide4348" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1030.3622)">
|
||||
<g
|
||||
id="g846"
|
||||
transform="translate(-61.043672,-14.648105)">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none"
|
||||
d="M 11,3 C 9.1218971,3 7.4030555,3.6450374 6.0410156,4.7207031 c -0.00511,0.00403 -0.01053,0.00767 -0.015625,0.011719 -0.053047,0.042104 -0.10627,0.083538 -0.1582031,0.1269531 L 5.0078125,4 3,4 3,6.0078125 4.0429688,7.0507812 C 3.3827678,8.2153736 3,9.5604392 3,11 c 0,1.439561 0.3827678,2.784626 1.0429688,3.949219 L 3,15.992188 3,18 l 2.0078125,0 0.859375,-0.859375 c 0.051933,0.04341 0.1051562,0.08485 0.1582031,0.126953 0.0051,0.004 0.010518,0.0077 0.015625,0.01172 C 7.4030555,18.354963 9.1218971,19 11,19 c 1.958443,0 3.745099,-0.699284 5.132812,-1.859375 L 16.992188,18 19,18 19,15.992188 17.957031,14.949219 C 18.617232,13.784626 19,12.439561 19,11 19,9.5604392 18.617232,8.2153736 17.957031,7.0507812 L 19,6.0078125 19,4 16.992188,4 16.132812,4.859375 c -0.05193,-0.043415 -0.105156,-0.084849 -0.158203,-0.1269531 -0.0051,-0.00404 -0.01052,-0.00769 -0.01563,-0.011719 C 14.596944,3.6450374 12.878103,3 11,3 Z m 0,1 c 1.240475,0 2.401828,0.3213657 3.410156,0.8828125 L 12.117188,7.1757812 C 11.760745,7.0722749 11.390711,7 11,7 10.609289,7 10.239255,7.0722749 9.8828125,7.1757812 L 8.7070312,6 7.5898438,4.8828125 C 8.5981723,4.3213657 9.7595253,4 11,4 Z m -6.6992188,0.7070312 0.84375,0.84375 C 5.0017761,5.7041722 4.8628506,5.861065 4.7324219,6.0253906 c -0.00404,0.0051 -0.00769,0.010518 -0.011719,0.015625 -0.040368,0.051115 -0.078055,0.1041288 -0.1171875,0.15625 L 3.7070312,5.3007812 Z m 13.3984378,0 0.59375,0.59375 -0.896485,0.8964844 C 17.227386,5.9720391 17.046973,5.7565533 16.855469,5.5507812 Z M 4.8828125,7.5898438 7.1757812,9.8828125 C 7.0722749,10.239255 7,10.609289 7,11 c 0,0.390711 0.072275,0.760745 0.1757812,1.117188 L 6,13.292969 4.8828125,14.410156 C 4.3213657,13.401828 4,12.240475 4,11 4,9.7595253 4.3213657,8.5981723 4.8828125,7.5898438 Z m 12.2343755,0 C 17.678634,8.5981723 18,9.7595253 18,11 c 0,1.240475 -0.321366,2.401828 -0.882812,3.410156 L 16,13.292969 14.824219,12.117188 C 14.927725,11.760745 15,11.390711 15,11 15,10.609289 14.927725,10.239255 14.824219,9.8828125 Z M 11,8 c 0.09117,0 0.176574,0.019459 0.265625,0.027344 0.394743,0.034951 0.764336,0.1424372 1.099609,0.3144531 0.557016,0.2857828 1.007186,0.7359534 1.292969,1.2929687 0.172016,0.3352737 0.279502,0.7048664 0.314453,1.0996094 C 13.980541,10.823426 14,10.908831 14,11 c 0,0.09117 -0.01946,0.176574 -0.02734,0.265625 -0.03495,0.394743 -0.142437,0.764336 -0.314453,1.099609 -0.285783,0.557016 -0.735953,1.007186 -1.292969,1.292969 -0.335273,0.172016 -0.704866,0.279502 -1.099609,0.314453 C 11.176574,13.980541 11.091169,14 11,14 10.908831,14 10.823426,13.980541 10.734375,13.972656 10.339632,13.937705 9.9700393,13.830219 9.6347656,13.658203 9.0777503,13.37242 8.6275797,12.92225 8.3417969,12.365234 8.169781,12.029961 8.0622952,11.660368 8.0273438,11.265625 8.0194589,11.176574 8,11.091169 8,11 8,10.908831 8.0194589,10.823426 8.0273438,10.734375 8.0622951,10.339632 8.169781,9.9700393 8.3417969,9.6347656 8.6275797,9.0777503 9.0777503,8.6275797 9.6347656,8.3417969 9.9700393,8.169781 10.339632,8.0622952 10.734375,8.0273438 10.823426,8.0194589 10.908831,8 11,8 Z M 9.8828125,14.824219 C 10.239255,14.927725 10.609289,15 11,15 c 0.390711,0 0.760745,-0.07227 1.117188,-0.175781 l 2.292968,2.292969 C 13.401828,17.678634 12.240475,18 11,18 9.7595253,18 8.5981723,17.678634 7.5898438,17.117188 L 8.7070312,16 Z m -5.2792969,0.978515 c 0.1690983,0.225227 0.3495114,0.440713 0.5410156,0.646485 l -0.84375,0.84375 -0.59375,-0.59375 z m 12.7929684,0 0.896485,0.896485 -0.59375,0.59375 -0.84375,-0.84375 c 0.191504,-0.205772 0.371917,-0.421258 0.541015,-0.646485 z"
|
||||
transform="translate(61.043672,1045.0103)"
|
||||
id="rect4216"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="scscccccscccccccscccccscccccccssccscccsccscccccccccccscccsccscccsccssssssssssssssssssssscsccsccccccccccccc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.0 KiB |
2
calamares/data/images/help.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
BIN
calamares/data/images/information.svgz
Normal file
2
calamares/data/images/information.svgz.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
BIN
calamares/data/images/no.svgz
Normal file
2
calamares/data/images/no.svgz.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
407
calamares/data/images/partition-alongside.svg
Normal file
@@ -0,0 +1,407 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="resize.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.4142135"
|
||||
inkscape:cx="-129.51302"
|
||||
inkscape:cy="-67.233228"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1"
|
||||
objecttolerance="50"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="85,30"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="57,39"
|
||||
orientation="0,1"
|
||||
id="guide4370" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4568"
|
||||
transform="matrix(0.78550119,0,0,0.79372033,-5.340306,202.88184)">
|
||||
<ellipse
|
||||
ry="14.728739"
|
||||
rx="15.004815"
|
||||
cy="1001.2313"
|
||||
cx="40.880253"
|
||||
id="path4971-1"
|
||||
style="opacity:1;fill:#da4453;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 40.853284,985.33496 a 16.10437,15.937576 0 0 0 -16.104273,15.93744 16.10437,15.937576 0 0 0 16.104273,15.9375 16.10437,15.937576 0 0 0 16.104274,-15.9375 16.10437,15.937576 0 0 0 -16.104274,-15.93744 z m 0.09188,1.47908 a 14.701592,14.549327 0 0 1 14.701597,14.54936 14.701592,14.549327 0 0 1 -14.701592,14.5493 14.701592,14.549327 0 0 1 -14.701592,-14.5493 14.701592,14.549327 0 0 1 14.701592,-14.54936 z"
|
||||
id="path4205-5-8-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3-2-6"
|
||||
d="m 26.047103,979.53938 c -3.963674,0 -7.154322,3.1576 -7.154322,7.08022 l 0,43.7945 c 0,3.9227 3.190648,7.0802 7.154322,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.7945 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46628 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3467 -4.392102,-4.3467 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42628 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z M 24.748916,1030.25 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="24.748913"
|
||||
id="path4212-4-9-5"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="56.957657"
|
||||
id="path4214-4-5-2"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1001.401"
|
||||
cx="40.983227"
|
||||
id="path4216-6-6-3"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1-5-6"
|
||||
d="m 37.799402,1010.7439 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8922 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4945 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1031.6989"
|
||||
cx="56.957657"
|
||||
id="path4231-2-9-5"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:#da4453;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 74,1009.3622 c -7.082997,0 -12.824893,-5.234 -12.824863,-11.69056 1e-5,-6.45647 5.741893,-11.69048 12.824863,-11.69048 0,7.47315 0,10.47316 0,23.38104 z"
|
||||
id="path4971-1-6-8"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cscc" />
|
||||
<g
|
||||
id="g4568-5"
|
||||
transform="matrix(0.78550119,0,0,0.79372033,41.159698,202.88185)">
|
||||
<path
|
||||
style="opacity:1;fill:#2ecc71;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 41.152308,1015.9601 c 8.286955,0 15.004849,-6.5943 15.004815,-14.7288 -1.1e-5,-8.13445 -6.717892,-14.72872 -15.004815,-14.72872 0,9.41535 0,13.19502 0,29.45752 z"
|
||||
id="path4971-1-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cscc" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 40.853284,985.33496 a 16.10437,15.937576 0 0 0 -16.104273,15.93744 16.10437,15.937576 0 0 0 16.104273,15.9375 16.10437,15.937576 0 0 0 16.104274,-15.9375 16.10437,15.937576 0 0 0 -16.104274,-15.93744 z m 0.09188,1.47908 a 14.701592,14.549327 0 0 1 14.701597,14.54936 14.701592,14.549327 0 0 1 -14.701592,14.5493 14.701592,14.549327 0 0 1 -14.701592,-14.5493 14.701592,14.549327 0 0 1 14.701592,-14.54936 z"
|
||||
id="path4205-5-8-4-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3-2-6-3"
|
||||
d="m 26.047103,979.53938 c -3.963674,0 -7.154322,3.1576 -7.154322,7.08022 l 0,43.7945 c 0,3.9227 3.190648,7.0802 7.154322,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.7945 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46628 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3467 -4.392102,-4.3467 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42628 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z M 24.748916,1030.25 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="24.748913"
|
||||
id="path4212-4-9-5-9"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="56.957657"
|
||||
id="path4214-4-5-2-6"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1001.401"
|
||||
cx="40.983227"
|
||||
id="path4216-6-6-3-3"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1-5-6-7"
|
||||
d="m 37.799402,1010.7439 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8922 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4945 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1031.6989"
|
||||
cx="56.957657"
|
||||
id="path4231-2-9-5-0"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#31363b;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 55,1002.3622 -4,-5.00004 0,3.00004 -6,0 0,4 6,0 0,3 z"
|
||||
id="path4542"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
2
calamares/data/images/partition-alongside.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
289
calamares/data/images/partition-disk.svg
Normal file
@@ -0,0 +1,289 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="Harddrive.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="99.316127"
|
||||
inkscape:cy="15.929919"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="30,15"
|
||||
orientation="0,1"
|
||||
id="guide4142" />
|
||||
<sodipodi:guide
|
||||
position="85,30"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="55,81"
|
||||
orientation="0,1"
|
||||
id="guide4372" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4205-5"
|
||||
d="m 49.977845,976.19447 a 16.10437,15.937576 0 0 0 -16.104273,15.93747 16.10437,15.937576 0 0 0 16.104273,15.93746 16.10437,15.937576 0 0 0 16.104274,-15.93746 16.10437,15.937576 0 0 0 -16.104274,-15.93747 z m 0.09188,1.47908 A 14.701592,14.549327 0 0 1 64.771322,992.22288 14.701592,14.549327 0 0 1 50.06973,1006.7722 14.701592,14.549327 0 0 1 35.368138,992.22288 14.701592,14.549327 0 0 1 50.06973,977.67355 Z"
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 35.171664,970.39889 c -3.963674,0 -7.154321,3.1576 -7.154321,7.08022 l 0,43.79439 c 0,3.9227 3.190647,7.0802 7.154321,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.79439 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46617 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3466 -4.392102,-4.3466 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42627 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z m -1.464033,47.81278 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
id="rect4196-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4212-4"
|
||||
cx="33.873478"
|
||||
cy="976.1944"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4214-4"
|
||||
cx="66.082214"
|
||||
cy="976.1944"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4216-6"
|
||||
cx="50.107792"
|
||||
cy="992.26056"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<path
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 46.923963,1001.6034 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8921 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4944 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
id="path4224-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4231-2"
|
||||
cx="66.082214"
|
||||
cy="1022.5583"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
2
calamares/data/images/partition-disk.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
360
calamares/data/images/partition-erase-auto.svg
Normal file
@@ -0,0 +1,360 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="reinstall.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.828427"
|
||||
inkscape:cx="267.95349"
|
||||
inkscape:cy="-107.67968"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1"
|
||||
objecttolerance="50"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="85,30"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="57,39"
|
||||
orientation="0,1"
|
||||
id="guide4370" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4218">
|
||||
<g
|
||||
transform="matrix(1.0337074,0,0,1.0326542,3.6558031,-39.163288)"
|
||||
id="g4568">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#2ecc71;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4971-1"
|
||||
cx="40.880253"
|
||||
cy="1001.2313"
|
||||
rx="15.004815"
|
||||
ry="14.728739" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4205-5-8-4"
|
||||
d="m 40.853284,985.33496 a 16.10437,15.937576 0 0 0 -16.104273,15.93744 16.10437,15.937576 0 0 0 16.104273,15.9375 16.10437,15.937576 0 0 0 16.104274,-15.9375 16.10437,15.937576 0 0 0 -16.104274,-15.93744 z m 0.09188,1.47908 a 14.701592,14.549327 0 0 1 14.701597,14.54936 14.701592,14.549327 0 0 1 -14.701592,14.5493 14.701592,14.549327 0 0 1 -14.701592,-14.5493 14.701592,14.549327 0 0 1 14.701592,-14.54936 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 26.047103,979.53938 c -3.963674,0 -7.154322,3.1576 -7.154322,7.08022 l 0,43.7945 c 0,3.9227 3.190648,7.0802 7.154322,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.7945 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46628 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3467 -4.392102,-4.3467 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42628 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z M 24.748916,1030.25 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
id="rect4196-3-2-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4212-4-9-5"
|
||||
cx="24.748913"
|
||||
cy="985.33484"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4214-4-5-2"
|
||||
cx="56.957657"
|
||||
cy="985.33484"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4216-6-6-3"
|
||||
cx="40.983227"
|
||||
cy="1001.401"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 37.799402,1010.7439 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8922 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4945 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
id="path4224-1-5-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path4231-2-9-5"
|
||||
cx="56.957657"
|
||||
cy="1031.6989"
|
||||
rx="1.4640336"
|
||||
ry="1.4488705" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4870-1"
|
||||
d="m 45.724909,1036.5035 35.400121,0 -17.70006,-28.1878 z"
|
||||
style="fill:#f3ad00;fill-opacity:1;fill-rule:evenodd;stroke:#943500;stroke-width:1.74133098;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<g
|
||||
id="flowRoot4872-0"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
transform="matrix(1.2391643,0,0,1.2267993,107.86061,970.12059)">
|
||||
<path
|
||||
id="path4216"
|
||||
style="font-size:20px"
|
||||
d="m -36.982422,49.454514 1.982422,0 0,2.480469 -1.982422,0 0,-2.480469 z m 0,-12.099609 1.982422,0 0,6.396484 -0.195312,3.486329 -1.582032,0 -0.205078,-3.486329 0,-6.396484 z" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
2
calamares/data/images/partition-erase-auto.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
333
calamares/data/images/partition-manual.svg
Normal file
@@ -0,0 +1,333 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="DSE.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4"
|
||||
inkscape:cx="-34.932385"
|
||||
inkscape:cy="27.97755"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="30,15"
|
||||
orientation="0,1"
|
||||
id="guide4142" />
|
||||
<sodipodi:guide
|
||||
position="85,30"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="54,46"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="57,39"
|
||||
orientation="0,1"
|
||||
id="guide4370" />
|
||||
<sodipodi:guide
|
||||
position="55,81"
|
||||
orientation="0,1"
|
||||
id="guide4372" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4223">
|
||||
<path
|
||||
sodipodi:nodetypes="cccccc"
|
||||
transform="matrix(0.73507962,0,0,0.72746634,13.31575,270.3128)"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4358"
|
||||
d="m 50,992.36216 5.677324,-20.4157 8.206258,4.68191 4.257601,5.33413 2.574196,6.91365 z"
|
||||
style="fill:#d98246;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.73507962,0,0,0.72746634,13.31575,270.3128)"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4360"
|
||||
d="m 50,992.36216 3.677324,-21.02321 -10.522852,1.06075 -8.787662,5.8785 z"
|
||||
style="fill:#e69f69;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
transform="matrix(0.73507962,0,0,0.72746634,13.31575,270.3128)"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4362"
|
||||
d="m 50,992.36216 -17.212338,-12.71946 -3.759514,10.96246 2.541095,12.27104 4.917811,5.4812 12.573068,5.1495 10.496959,-2.4532 z"
|
||||
style="opacity:1;fill:#ffd3b4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
transform="matrix(0.73507962,0,0,0.72746634,13.31575,270.3128)"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4364"
|
||||
d="m 50,992.36216 11.677324,17.75224 7.573068,-8.8177 1.743527,-10.05604 z"
|
||||
style="fill:#2ecc71;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 49.977845,976.19447 a 16.10437,15.937576 0 0 0 -16.104273,15.93747 16.10437,15.937576 0 0 0 16.104273,15.93746 16.10437,15.937576 0 0 0 16.104274,-15.93746 16.10437,15.937576 0 0 0 -16.104274,-15.93747 z m 0.09188,1.47908 A 14.701592,14.549327 0 0 1 64.771322,992.22288 14.701592,14.549327 0 0 1 50.06973,1006.7722 14.701592,14.549327 0 0 1 35.368138,992.22288 14.701592,14.549327 0 0 1 50.06973,977.67355 Z"
|
||||
id="path4205-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3"
|
||||
d="m 35.171664,970.39889 c -3.963674,0 -7.154321,3.1576 -7.154321,7.08022 l 0,43.79439 c 0,3.9227 3.190647,7.0802 7.154321,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.79439 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46617 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3466 -4.392102,-4.3466 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42627 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z m -1.464033,47.81278 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="976.1944"
|
||||
cx="33.873478"
|
||||
id="path4212-4"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="976.1944"
|
||||
cx="66.082214"
|
||||
id="path4214-4"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="992.26056"
|
||||
cx="50.107792"
|
||||
id="path4216-6"
|
||||
style="opacity:1;fill:#3b3a40;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1"
|
||||
d="m 46.923963,1001.6034 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8921 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4944 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1022.5583"
|
||||
cx="66.082214"
|
||||
id="path4231-2"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5232"
|
||||
d="m 56.19531,1009.3864 a 5.5,5.5 0 0 0 -0.44531,0.2266 5.5,5.5 0 0 0 -2.01367,7.5137 5.5,5.5 0 0 0 3.18945,2.5117 L 56,1037.8767 l 2,2 1,0 2,-2 -0.91211,-18.2403 a 5.5,5.5 0 0 0 1.16211,-0.4961 5.5,5.5 0 0 0 2.01367,-7.5136 5.5,5.5 0 0 0 -0.27344,-0.42 l -1.70898,0.9864 -0.23242,3.5996 -4.96485,-0.5996 1.09961,-4.0977 -0.98828,-1.709 z"
|
||||
style="fill:#31363b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
2
calamares/data/images/partition-manual.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
324
calamares/data/images/partition-partition.svg
Normal file
@@ -0,0 +1,324 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="partition.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.6568542"
|
||||
inkscape:cx="-42.856987"
|
||||
inkscape:cy="57.722411"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="30,15"
|
||||
orientation="0,1"
|
||||
id="guide4142" />
|
||||
<sodipodi:guide
|
||||
position="85,35"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="57,39"
|
||||
orientation="0,1"
|
||||
id="guide4370" />
|
||||
<sodipodi:guide
|
||||
position="55,81"
|
||||
orientation="0,1"
|
||||
id="guide4372" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4245">
|
||||
<path
|
||||
sodipodi:nodetypes="cccccc"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4358"
|
||||
d="m 50.069731,992.22287 4.173285,-14.85174 6.032253,3.40594 3.129676,3.8804 1.892239,5.02944 z"
|
||||
style="fill:#898278;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4360"
|
||||
d="m 50.069731,992.22287 2.703126,-15.29368 -7.735134,0.77166 -6.459631,4.27641 z"
|
||||
style="fill:#a79f97;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4362"
|
||||
d="m 50.069731,992.22287 -12.652439,-9.25298 -2.763542,7.97482 1.867907,8.92677 3.614983,3.98742 9.242206,3.7461 7.7161,-1.7847 z"
|
||||
style="opacity:1;fill:#d9d3cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
clip-path="none"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4364"
|
||||
d="m 50.069731,992.22287 8.583763,12.91413 5.566808,-6.41455 1.281631,-7.31544 z"
|
||||
style="fill:#f67400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 49.977845,976.19447 a 16.10437,15.937576 0 0 0 -16.104273,15.93747 16.10437,15.937576 0 0 0 16.104273,15.93746 16.10437,15.937576 0 0 0 16.104274,-15.93746 16.10437,15.937576 0 0 0 -16.104274,-15.93747 z m 0.09188,1.47908 A 14.701592,14.549327 0 0 1 64.771322,992.22288 14.701592,14.549327 0 0 1 50.06973,1006.7722 14.701592,14.549327 0 0 1 35.368138,992.22288 14.701592,14.549327 0 0 1 50.06973,977.67355 Z"
|
||||
id="path4205-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3"
|
||||
d="m 35.171664,970.39889 c -3.963674,0 -7.154321,3.1576 -7.154321,7.08022 l 0,43.79439 c 0,3.9227 3.190647,7.0802 7.154321,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.79439 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46617 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3466 -4.392102,-4.3466 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42627 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z m -1.464033,47.81278 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="976.1944"
|
||||
cx="33.873478"
|
||||
id="path4212-4"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="976.1944"
|
||||
cx="66.082214"
|
||||
id="path4214-4"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="992.26056"
|
||||
cx="50.107792"
|
||||
id="path4216-6"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1"
|
||||
d="m 46.923963,1001.6034 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8921 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4944 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1022.5583"
|
||||
cx="66.082214"
|
||||
id="path4231-2"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
2
calamares/data/images/partition-partition.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
401
calamares/data/images/partition-replace-os.svg
Normal file
@@ -0,0 +1,401 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="replace.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-8"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-2">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-9">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-9"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4382-6">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4384-7"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="21.500023" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4394-1">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4396-7"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4388-6">
|
||||
<circle
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4390-1"
|
||||
cx="50"
|
||||
cy="992.36218"
|
||||
r="21" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4376-1">
|
||||
<ellipse
|
||||
style="opacity:1;fill:#67a100;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="ellipse4378-3"
|
||||
cx="50"
|
||||
cy="992.86218"
|
||||
rx="21"
|
||||
ry="20.5" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4955">
|
||||
<rect
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect4957"
|
||||
width="60"
|
||||
height="25"
|
||||
x="20"
|
||||
y="990.36218"
|
||||
ry="2.99998" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4962">
|
||||
<circle
|
||||
style="opacity:1;fill:#f33600;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="circle4964"
|
||||
cx="50"
|
||||
cy="44.000023"
|
||||
r="15" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.828427"
|
||||
inkscape:cx="-61.639439"
|
||||
inkscape:cy="3.5543909"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
guidetolerance="10000"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1404"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1"
|
||||
objecttolerance="50"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-global="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4136" />
|
||||
<sodipodi:guide
|
||||
position="15,35"
|
||||
orientation="1,0"
|
||||
id="guide4140" />
|
||||
<sodipodi:guide
|
||||
position="85,30"
|
||||
orientation="1,0"
|
||||
id="guide4144" />
|
||||
<sodipodi:guide
|
||||
position="30,80"
|
||||
orientation="0,1"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="20,60"
|
||||
orientation="1,0"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="40,20"
|
||||
orientation="0,1"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="80,60"
|
||||
orientation="1,0"
|
||||
id="guide4152" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0,1"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="-0.70710678,0.70710678"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="50,50"
|
||||
orientation="0.70710678,0.70710678"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="50,25"
|
||||
orientation="1,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="29,44"
|
||||
orientation="1,0"
|
||||
id="guide4366" />
|
||||
<sodipodi:guide
|
||||
position="71,45"
|
||||
orientation="1,0"
|
||||
id="guide4368" />
|
||||
<sodipodi:guide
|
||||
position="57,39"
|
||||
orientation="0,1"
|
||||
id="guide4370" />
|
||||
<sodipodi:guide
|
||||
position="257,55"
|
||||
orientation="1,0"
|
||||
id="guide5234" />
|
||||
<sodipodi:guide
|
||||
position="268,52"
|
||||
orientation="1,0"
|
||||
id="guide5236" />
|
||||
<sodipodi:guide
|
||||
position="263,61"
|
||||
orientation="0,1"
|
||||
id="guide5238" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-952.36216)">
|
||||
<path
|
||||
style="opacity:1;fill:#da4453;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 35.360435,1006.5426 c 3,-5.0001 3.552535,-2.3323 3.271185,-8.78269 -0.271185,-6.21733 -0.271185,-4.21733 -3.271185,-8.21733 l -8.515115,8.21733 z"
|
||||
id="path4971-1-6-9"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m -600,752.36216 0,0"
|
||||
id="path4763"
|
||||
inkscape:connector-type="polyline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g4568"
|
||||
transform="matrix(0.78550119,0,0,0.79372033,-5.340306,202.88184)">
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 40.853284,985.33496 a 16.10437,15.937576 0 0 0 -16.104273,15.93744 16.10437,15.937576 0 0 0 16.104273,15.9375 16.10437,15.937576 0 0 0 16.104274,-15.9375 16.10437,15.937576 0 0 0 -16.104274,-15.93744 z m 0.09188,1.47908 a 14.701592,14.549327 0 0 1 14.701597,14.54936 14.701592,14.549327 0 0 1 -14.701592,14.5493 14.701592,14.549327 0 0 1 -14.701592,-14.5493 14.701592,14.549327 0 0 1 14.701592,-14.54936 z"
|
||||
id="path4205-5-8-4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3-2-6"
|
||||
d="m 26.047103,979.53938 c -3.963674,0 -7.154322,3.1576 -7.154322,7.08022 l 0,43.7945 c 0,3.9227 3.190648,7.0802 7.154322,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.7945 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46628 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3467 -4.392102,-4.3467 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42628 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z M 24.748916,1030.25 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="24.748913"
|
||||
id="path4212-4-9-5"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="56.957657"
|
||||
id="path4214-4-5-2"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1001.401"
|
||||
cx="40.983227"
|
||||
id="path4216-6-6-3"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1-5-6"
|
||||
d="m 37.799402,1010.7439 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8922 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4945 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1031.6989"
|
||||
cx="56.957657"
|
||||
id="path4231-2-9-5"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
id="g4568-5"
|
||||
transform="matrix(0.78550119,0,0,0.79372033,41.159698,202.88185)">
|
||||
<path
|
||||
style="opacity:1;fill:#2ecc71;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 51.992667,1012.2965 c 3.819218,-6.2995 4.522635,-2.9384 4.164456,-11.0652 -0.345238,-7.83315 -0.345238,-5.31337 -4.164456,-10.35293 l -10.840359,10.35293 z"
|
||||
id="path4971-1-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csccc" />
|
||||
<path
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 40.853284,985.33496 a 16.10437,15.937576 0 0 0 -16.104273,15.93744 16.10437,15.937576 0 0 0 16.104273,15.9375 16.10437,15.937576 0 0 0 16.104274,-15.9375 16.10437,15.937576 0 0 0 -16.104274,-15.93744 z m 0.09188,1.47908 a 14.701592,14.549327 0 0 1 14.701597,14.54936 14.701592,14.549327 0 0 1 -14.701592,14.5493 14.701592,14.549327 0 0 1 -14.701592,-14.5493 14.701592,14.549327 0 0 1 14.701592,-14.54936 z"
|
||||
id="path4205-5-8-4-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4196-3-2-6-3"
|
||||
d="m 26.047103,979.53938 c -3.963674,0 -7.154322,3.1576 -7.154322,7.08022 l 0,43.7945 c 0,3.9227 3.190648,7.0802 7.154322,7.0802 l 29.612365,0 c 3.963674,0 7.154321,-3.1575 7.154321,-7.0802 l 0,-43.7945 c 0,-3.92262 -3.190647,-7.08022 -7.154321,-7.08022 l -29.612365,0 z m 0.165846,2.89773 29.280672,0 c 2.433205,0 4.392101,1.93861 4.392101,4.34661 l 0,43.46628 c 0,2.408 -1.958896,4.3466 -4.392101,4.3466 l -14.640336,0 0,-5.7956 -4.3921,0 -5.856134,0 c -4.392102,0 -4.392102,-4.3467 -4.392102,-4.3467 l 0,-7.2443 -1.464033,0 -2.928068,0 0,-30.42628 c 0,-2.408 1.958896,-4.34661 4.392101,-4.34661 z M 24.748916,1030.25 a 1.4640336,1.4488705 0 0 1 1.464033,1.4488 1.4640336,1.4488705 0 0 1 -1.464033,1.4489 1.4640336,1.4488705 0 0 1 -1.464034,-1.4489 1.4640336,1.4488705 0 0 1 1.464034,-1.4488 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="24.748913"
|
||||
id="path4212-4-9-5-9"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="985.33484"
|
||||
cx="56.957657"
|
||||
id="path4214-4-5-2-6"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1001.401"
|
||||
cx="40.983227"
|
||||
id="path4216-6-6-3-3"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4224-1-5-6-7"
|
||||
d="m 37.799402,1010.7439 a 1.6604496,1.6432522 0 0 0 -1.343936,0.6763 l -8.784201,8.6734 0,2.9175 0,1.4489 0.0057,0 a 2.9280672,2.897741 0 0 0 2.922357,2.8922 l 0,0.01 1.464034,0 2.936644,0 4.389242,-14.4945 -0.0029,0 a 1.6604496,1.6432522 0 0 0 0.07149,-0.4753 1.6604496,1.6432522 0 0 0 -1.658476,-1.6414 z"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<ellipse
|
||||
ry="1.4488705"
|
||||
rx="1.4640336"
|
||||
cy="1031.6989"
|
||||
cx="56.957657"
|
||||
id="path4231-2-9-5-0"
|
||||
style="opacity:1;fill:#31363b;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:#31363b;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||
d="m 55,1002.3622 -4,-5.00004 0,3.00004 -6,0 0,4 6,0 0,3 z"
|
||||
id="path4542"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 16 KiB |
2
calamares/data/images/partition-replace-os.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
112
calamares/data/images/partition-table.svg
Normal file
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="22"
|
||||
id="svg3813"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="kr_diskusage.svg">
|
||||
<defs
|
||||
id="defs3815" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="14.427263"
|
||||
inkscape:cy="11.039521"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1021"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4109" />
|
||||
<sodipodi:guide
|
||||
position="2.0000072,19.999993"
|
||||
orientation="18,0"
|
||||
id="guide4115" />
|
||||
<sodipodi:guide
|
||||
position="2.0000072,1.9999929"
|
||||
orientation="0,18"
|
||||
id="guide4117" />
|
||||
<sodipodi:guide
|
||||
position="20.000007,1.9999929"
|
||||
orientation="-18,0"
|
||||
id="guide4119" />
|
||||
<sodipodi:guide
|
||||
position="20.000007,19.999993"
|
||||
orientation="0,-18"
|
||||
id="guide4121" />
|
||||
<sodipodi:guide
|
||||
position="3.0000072,18.999993"
|
||||
orientation="16,0"
|
||||
id="guide4123" />
|
||||
<sodipodi:guide
|
||||
position="3.0000072,2.9999929"
|
||||
orientation="0,16"
|
||||
id="guide4125" />
|
||||
<sodipodi:guide
|
||||
position="19.000007,2.9999929"
|
||||
orientation="-16,0"
|
||||
id="guide4127" />
|
||||
<sodipodi:guide
|
||||
position="19.000007,18.999993"
|
||||
orientation="0,-16"
|
||||
id="guide4129" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata3818">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-378.85714,-540.07647)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="color:#000000;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 389.85714,543.07647 c -4.432,0 -8,3.568 -8,8 0,4.432 3.568,8 8,8 4.432,0 8,-3.568 8,-8 0,-4.432 -3.568,-8 -8,-8 z m 0,1 c 3.878,0 7,3.122 7,7 0,3.878 -3.122,7 -7,7 -3.878,0 -7,-3.122 -7,-7 0,-3.878 3.122,-7 7,-7 z"
|
||||
id="rect4185" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="color:#000000;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 389.85714,547.07647 c -2.216,0 -4,1.784 -4,4 0,2.216 1.784,4 4,4 2.216,0 4,-1.784 4,-4 0,-2.216 -1.784,-4 -4,-4 z m 0,1 c 0.46399,0 0.89764,0.11233 1.28906,0.29883 0.18113,-0.1837 0.43139,-0.29883 0.71094,-0.29883 0.554,0 1,0.446 1,1 0,0.27955 -0.11513,0.52981 -0.29883,0.71094 0.18651,0.39142 0.29883,0.82507 0.29883,1.28906 0,1.662 -1.338,3 -3,3 -1.662,0 -3,-1.338 -3,-3 0,-1.662 1.338,-3 3,-3 z"
|
||||
id="rect4225" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="color:#000000;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 391.85714,547.07647 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 z m 0,1 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 z"
|
||||
id="rect4230" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
2
calamares/data/images/partition-table.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
99
calamares/data/images/release.svg
Normal file
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="22"
|
||||
id="svg18109"
|
||||
version="1.1"
|
||||
inkscape:version="0.48+devel r"
|
||||
sodipodi:docname="milestone.svg">
|
||||
<defs
|
||||
id="defs18111" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="35.509614"
|
||||
inkscape:cx="-4.1088902"
|
||||
inkscape:cy="11.91952"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="666"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
showguides="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4122" />
|
||||
<sodipodi:guide
|
||||
position="3,3.0000174"
|
||||
orientation="-16,0"
|
||||
id="guide4126" />
|
||||
<sodipodi:guide
|
||||
position="3,19.000017"
|
||||
orientation="0,16"
|
||||
id="guide4128" />
|
||||
<sodipodi:guide
|
||||
position="19,19.000017"
|
||||
orientation="16,0"
|
||||
id="guide4130" />
|
||||
<sodipodi:guide
|
||||
position="19,3.0000174"
|
||||
orientation="0,-16"
|
||||
id="guide4132" />
|
||||
<sodipodi:guide
|
||||
position="2,2.0000174"
|
||||
orientation="-18,0"
|
||||
id="guide4134" />
|
||||
<sodipodi:guide
|
||||
position="2,20.000017"
|
||||
orientation="0,18"
|
||||
id="guide4136" />
|
||||
<sodipodi:guide
|
||||
position="20,20.000017"
|
||||
orientation="18,0"
|
||||
id="guide4138" />
|
||||
<sodipodi:guide
|
||||
position="20,2.0000174"
|
||||
orientation="0,-18"
|
||||
id="guide4140" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata18114">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1030.3622)">
|
||||
<path
|
||||
style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:2.79999995;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.55026455"
|
||||
d="M 3 3 L 3 4 L 3 18 L 3 19 L 4 19 L 19 19 L 19 18 L 19 3 L 4 3 L 3 3 z M 4 4 L 18 4 L 18 18 L 4 18 L 4 4 z M 11 6 L 9.453125 9.2910156 L 6 9.8183594 L 8.5 12.380859 L 7.9101562 16 L 11 14.291016 L 14.089844 16 L 13.5 12.380859 L 16 9.8183594 L 12.546875 9.2910156 L 11 6 z "
|
||||
transform="translate(0,1030.3622)"
|
||||
id="rect4148" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
2
calamares/data/images/release.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2015 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
BIN
calamares/data/images/squid.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
2
calamares/data/images/squid.png.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
318
calamares/data/images/squid.svg
Normal file
@@ -0,0 +1,318 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="48"
|
||||
height="48"
|
||||
id="svg5453"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="ubiquity.svg"
|
||||
inkscape:export-filename="/home/jamboarder/Projects/KDE VDG/Calamares/calamares-icon-2.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs5455">
|
||||
<linearGradient
|
||||
id="linearGradient5623">
|
||||
<stop
|
||||
id="stop5625"
|
||||
offset="0"
|
||||
style="stop-color:#d35400;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#d35400;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop5627" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3819">
|
||||
<stop
|
||||
style="stop-color:#eff0f1;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3821" />
|
||||
<stop
|
||||
style="stop-color:#bdc3c7;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3823" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3819"
|
||||
id="linearGradient3825"
|
||||
x1="24"
|
||||
y1="20"
|
||||
x2="24"
|
||||
y2="43.999973"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(384.57143,499.798)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4227"
|
||||
id="linearGradient3843"
|
||||
x1="10"
|
||||
y1="36"
|
||||
x2="15"
|
||||
y2="41"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(384.57143,500.798)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4227"
|
||||
id="linearGradient3847"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="9.9047623"
|
||||
y1="36"
|
||||
x2="14.90477"
|
||||
y2="41.000008"
|
||||
gradientTransform="translate(398.66666,500.798)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient5623"
|
||||
id="linearGradient3948"
|
||||
x1="25.065147"
|
||||
y1="33.843651"
|
||||
x2="25"
|
||||
y2="10"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,1.0833332,384.57143,492.96467)" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4227"
|
||||
id="linearGradient3080"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.3793103,0,0,1.3793103,384.81281,499.0393)"
|
||||
x1="8.5250006"
|
||||
y1="7.8000579"
|
||||
x2="25.200001"
|
||||
y2="25.200058" />
|
||||
<linearGradient
|
||||
id="linearGradient4227"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop4229"
|
||||
offset="0"
|
||||
style="stop-color:#292c2f;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop4231"
|
||||
offset="1"
|
||||
style="stop-color:#000000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="10.854086"
|
||||
inkscape:cx="15.323054"
|
||||
inkscape:cy="18.776517"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1021"
|
||||
inkscape:window-x="-4"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:showpageshadow="false"
|
||||
borderlayer="true"
|
||||
showguides="true"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:object-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4063"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
position="1.1650391e-05,47.999996"
|
||||
orientation="4,0"
|
||||
id="guide4146" />
|
||||
<sodipodi:guide
|
||||
position="1.1650391e-05,43.999996"
|
||||
orientation="0,48"
|
||||
id="guide4148" />
|
||||
<sodipodi:guide
|
||||
position="48.000012,43.999996"
|
||||
orientation="-4,0"
|
||||
id="guide4150" />
|
||||
<sodipodi:guide
|
||||
position="1.1650391e-05,4.0000264"
|
||||
orientation="4,0"
|
||||
id="guide4154" />
|
||||
<sodipodi:guide
|
||||
position="1.1650391e-05,2.6367188e-05"
|
||||
orientation="0,48"
|
||||
id="guide4156" />
|
||||
<sodipodi:guide
|
||||
position="48.000012,2.6367188e-05"
|
||||
orientation="-4,0"
|
||||
id="guide4158" />
|
||||
<sodipodi:guide
|
||||
position="48.000012,4.0000264"
|
||||
orientation="0,-48"
|
||||
id="guide4160" />
|
||||
<sodipodi:guide
|
||||
position="48.000012,48.000026"
|
||||
orientation="0,-4"
|
||||
id="guide4162" />
|
||||
<sodipodi:guide
|
||||
position="44.000012,48.000026"
|
||||
orientation="48,0"
|
||||
id="guide4164" />
|
||||
<sodipodi:guide
|
||||
position="44.000012,2.6367188e-05"
|
||||
orientation="0,4"
|
||||
id="guide4166" />
|
||||
<sodipodi:guide
|
||||
position="48.000012,2.6367188e-05"
|
||||
orientation="-48,0"
|
||||
id="guide4168" />
|
||||
<sodipodi:guide
|
||||
position="4.0000422,48.000026"
|
||||
orientation="0,-4"
|
||||
id="guide4170" />
|
||||
<sodipodi:guide
|
||||
position="4.2167969e-05,48.000026"
|
||||
orientation="48,0"
|
||||
id="guide4172" />
|
||||
<sodipodi:guide
|
||||
position="4.2167969e-05,2.6367188e-05"
|
||||
orientation="0,4"
|
||||
id="guide4174" />
|
||||
<sodipodi:guide
|
||||
position="4.0000422,2.6367188e-05"
|
||||
orientation="-48,0"
|
||||
id="guide4176" />
|
||||
<sodipodi:guide
|
||||
position="4.0000117,47.999996"
|
||||
orientation="43.999969,0"
|
||||
id="guide4638" />
|
||||
<sodipodi:guide
|
||||
position="4.0000117,4.0000264"
|
||||
orientation="0,20"
|
||||
id="guide4640" />
|
||||
<sodipodi:guide
|
||||
position="24.000012,47.999996"
|
||||
orientation="0,-20"
|
||||
id="guide4644" />
|
||||
<sodipodi:guide
|
||||
position="4.0000422,24.000026"
|
||||
orientation="20,0"
|
||||
id="guide4666" />
|
||||
<sodipodi:guide
|
||||
position="4.0000422,4.0000264"
|
||||
orientation="0,39.999969"
|
||||
id="guide4668" />
|
||||
<sodipodi:guide
|
||||
position="44.000012,4.0000264"
|
||||
orientation="-20,0"
|
||||
id="guide4670" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5458">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Capa 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-384.57143,-499.798)">
|
||||
<rect
|
||||
style="fill:url(#linearGradient3948);fill-opacity:1;stroke:none"
|
||||
id="rect3936"
|
||||
width="32"
|
||||
height="25.999996"
|
||||
x="392.57144"
|
||||
y="503.798"
|
||||
ry="0" />
|
||||
<path
|
||||
style="opacity:0.2;fill:#232629;fill-opacity:1;stroke:none"
|
||||
d="m 408.57143,533.798 c -1.662,0 -3,1.338 -3,3 0,1.662 1.338,3 3,3 1.30536,0 2.39817,-0.84052 2.8125,-2 l 8.375,0 c 0.41433,1.15948 1.50714,2 2.8125,2 1.662,0 3,-1.338 3,-3 0,-1.662 -1.338,-3 -3,-3 -1.30536,0 -2.39817,0.84052 -2.8125,2 l -8.375,0 c -0.41433,-1.15948 -1.50714,-2 -2.8125,-2 z"
|
||||
id="path3911"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:url(#linearGradient3825);fill-opacity:1;stroke:none"
|
||||
d="m 388.57144,529.798 -10e-6,14 40,0 10e-6,-14 z"
|
||||
id="rect3804"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3829"
|
||||
d="m 411.38393,537.798 8.375,0 c 0.41433,1.15948 1.50714,2 2.8125,2 1.662,0 3,-1.338 3,-3 0,-1.662 -1.338,-3 -3,-3 -1.30536,0 -2.39817,0.84052 -2.8125,2 l -8.375,0 c 0.1875,1 0.1875,1 0,2 z"
|
||||
style="opacity:0.77876108;fill:#4d4d4d;fill-opacity:1;stroke:none"
|
||||
sodipodi:nodetypes="ccsssccc" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3845"
|
||||
d="m 406.66666,539.13133 4.76191,4.66667 8.14286,0 -9.14286,-9.42857 z"
|
||||
style="opacity:0.2;fill:url(#linearGradient3847);fill-opacity:1.0;stroke:none" />
|
||||
<path
|
||||
style="opacity:0.2;fill:url(#linearGradient3843);fill-opacity:1.0;stroke:none"
|
||||
d="m 392.57143,539.13133 4.61905,4.66667 13.38095,0 -4.86671,-6.9365 -7.13329,-0.0675 -2.23809,-2.42461 z"
|
||||
id="path3835"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#d35400;fill-opacity:1;stroke:none"
|
||||
d="m 394.57143,533.798 c -1.662,0 -3,1.338 -3,3 0,1.662 1.338,3 3,3 1.30536,0 2.39817,-0.84052 2.8125,-2 l 8.375,0 c 0.41433,1.15948 1.50714,2 2.8125,2 1.662,0 3,-1.338 3,-3 0,-1.662 -1.338,-3 -3,-3 -1.30536,0 -2.39817,0.84052 -2.8125,2 l -8.375,0 c -0.41433,-1.15948 -1.50714,-2 -2.8125,-2 z"
|
||||
id="rect3812"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
ry="0"
|
||||
y="542.79797"
|
||||
x="388.57147"
|
||||
height="0.99997008"
|
||||
width="39.999954"
|
||||
id="rect3827"
|
||||
style="fill:#95a5a6;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
style="fill:#eff0f1;fill-opacity:1;stroke:none"
|
||||
id="rect3855"
|
||||
width="39.999969"
|
||||
height="1.0000263"
|
||||
x="388.57147"
|
||||
y="529.79797"
|
||||
ry="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.2;fill:url(#linearGradient3080);fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
d="m 409.57143,513.798 0,1 -1,9 20.00001,19 0,0 0,0 -10e-6,-1 10e-6,-13 -19.00001,-19 z"
|
||||
id="path4184"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#fcfcfc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="m 407.57143,509.798 0,10 -4.5,-4.5 -1.5,1.5 7,7 7,-7 -1.5,-1.5 -4.5,4.5 0,-10 -2,0 z"
|
||||
id="path3938"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
2
calamares/data/images/squid.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
18
calamares/data/images/state-error.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-NegativeText"
|
||||
d="M 1 0 C 0.4459807 0 0 0.446 0 1 L 0 7 C 0 7.5541 0.4459807 8 1 8 L 7 8 C 7.554019 8 8 7.5541 8 7 L 8 1 C 8 0.446 7.554019 0 7 0 L 1 0 z "
|
||||
/>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="M 2 1 L 1 2 L 3 4 L 1 6 L 2 7 L 4 5 L 6 7 L 7 6 L 5 4 L 7 2 L 6 1 L 4 3 L 2 1 z "
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 661 B |
2
calamares/data/images/state-error.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
|
||||
SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
18
calamares/data/images/state-ok.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-PositiveText {
|
||||
color:#27ae60;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-PositiveText"
|
||||
d="M 4 0 C 1.784 0 0 1.784 0 4 C 0 6.216 1.784 8 4 8 C 6.216 8 8 6.216 8 4 C 8 1.784 6.216 0 4 0 z "
|
||||
/>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="M 6 2 L 3 5 L 2 4 L 1 5 L 2 6 L 3 7 L 7 3 L 6 2 z "
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 591 B |
2
calamares/data/images/state-ok.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
|
||||
SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
18
calamares/data/images/state-warning.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-NeutralText {
|
||||
color:#f67400;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-NeutralText"
|
||||
d="M 4 0 C 3.7964835 0.00025315917 3.644678 0.09649124 3.5371094 0.3125 C 3.5371094 0.3125 0.077246535 7.200596 0.080078125 7.2285156 C 0.043417505 7.3055016 -1.2456632e-05 7.403681 0 7.5 C 0 7.7761424 0.22385763 8 0.5 8 L 7.5 8 C 7.7761424 8 8 7.7761424 8 7.5 C 8.0002021 7.3873383 7.9818808 7.3677538 7.8925781 7.1894531 L 4.4550781 0.29101562 C 4.346001 0.097741395 4.1955491 -0.00033128801 4 0 z "
|
||||
/>
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||
d="M 3.5 2 L 3.5 5 L 4.5 5 L 4.5 2 L 3.5 2 z M 3.5 6 L 3.5 7 L 4.5 7 L 4.5 6 L 3.5 6 z "
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 924 B |
2
calamares/data/images/state-warning.svg.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
|
||||
SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
BIN
calamares/data/images/yes.svgz
Normal file
2
calamares/data/images/yes.svgz.license
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2014 Teo Mrnjavac <teo@kde.org>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||