Kaydet (Commit) e9be858b authored tarafından sulincix's avatar sulincix

fix bişey

üst 4cd28660
......@@ -304,6 +304,8 @@ class InstallerWindow:
self.builder.get_object("button_next").set_label(("Next"))
# Welcome page
self.builder.get_object("img_distro").set_from_file(
"./resources/distro.svg")
self.builder.get_object("label_welcome1").set_text(
("Welcome to the Sulin Installer."))
self.builder.get_object("label_welcome2").set_text(
......@@ -671,15 +673,6 @@ class InstallerWindow:
if iter is not None:
self.setup.language = model.get_value(iter, 3)
self.setup.print_setup()
gettext.translation('live-installer', "/usr/share/locale",
languages=[self.setup.language, self.setup.language.split('_')[
0]],
fallback=True).install() # Try e.g. zh_CN, zh, or fallback to hardcoded English
try:
self.i18n()
except:
# Best effort. Fails the first time as self.column1 doesn't exist yet.
pass
def assign_login_options(self, checkbox, data=None):
self.setup.autologin = self.builder.get_object(
......@@ -789,10 +782,10 @@ class InstallerWindow:
img = self.builder.get_object("progress_%d" % i)
if i <= index:
img.set_from_file(
"/usr/share/icons/live-installer-progress-dot-on.png")
"./icons/live-installer-progress-dot-on.png")
else:
img.set_from_file(
"/usr/share/icons/live-installer-progress-dot-off.png")
"./icons/live-installer-progress-dot-off.png")
help_text = (self.wizard_pages[index].help_text)
self.builder.get_object("help_label").set_markup(
"<big><b>%s</b></big>" % help_text)
......
/* XPM */
static char * logo_xpm[] = {
"32 32 526 2",
" c None",
". c #FFFFFF",
"+ c #FEFEFE",
"@ c #FEFFFE",
"# c #FFFEFF",
"$ c #FDFDFD",
"% c #FCFCFC",
"& c #FAFEF6",
"* c #F4FDEC",
"= c #F6FEEE",
"- c #F6FEED",
"; c #F5FEEE",
"> c #F6FEEF",
", c #F6FDEF",
"' c #F5FCEF",
") c #F6FDEE",
"! c #F5FDEF",
"~ c #F6FCEF",
"{ c #F7FBF0",
"] c #F7FBF1",
"^ c #F6FCF0",
"/ c #F7FDF2",
"( c #F6FDF1",
"_ c #F7FDF1",
": c #F6FCF1",
"< c #F7FCF2",
"[ c #FDFEFC",
"} c #F8F8F8",
"| c #FEFEFD",
"1 c #E7FCD2",
"2 c #C0F789",
"3 c #C5F891",
"4 c #C3F78F",
"5 c #C1F58B",
"6 c #BEF388",
"7 c #BDF286",
"8 c #BBF182",
"9 c #B8F07F",
"0 c #B6EE7D",
"a c #B4ED7A",
"b c #B2EB78",
"c c #AFE974",
"d c #ADE871",
"e c #ABE66E",
"f c #A9E56B",
"g c #A7E469",
"h c #A5E267",
"i c #B0E57C",
"j c #D3F0B4",
"k c #F3FAEB",
"l c #FDFEFE",
"m c #E7FCD3",
"n c #C2F88B",
"o c #C6F993",
"p c #C6F893",
"q c #C5F791",
"r c #C3F68F",
"s c #C0F48A",
"t c #BBF183",
"u c #BAF082",
"v c #B7EE7F",
"w c #B5ED7C",
"x c #B3EB79",
"y c #B1EA76",
"z c #AEE873",
"A c #ACE670",
"B c #A9E56D",
"C c #A8E46A",
"D c #A5E266",
"E c #A2E164",
"F c #9FDF60",
"G c #99DD56",
"H c #A5DF6A",
"I c #CFEEB0",
"J c #FAFAFA",
"K c #C2F88C",
"L c #C4F78F",
"M c #C1F68B",
"N c #C4F392",
"O c #C9F19E",
"P c #C3F196",
"Q c #B8EE82",
"R c #B6ED7C",
"S c #B3EC79",
"T c #B2EA77",
"U c #B0EA74",
"V c #ACE770",
"W c #AAE56E",
"X c #A8E56B",
"Y c #A6E268",
"Z c #A3E265",
"` c #A1E061",
" . c #A0DF5F",
".. c #9DDD5C",
"+. c #9ADB58",
"@. c #99DA57",
"#. c #BCE692",
"$. c #F3F3F3",
"%. c #E6F9D2",
"&. c #BCF087",
"*. c #C1F38F",
"=. c #C1F48F",
"-. c #C0F48C",
";. c #BCF286",
">. c #D8F7B7",
",. c #F1FAE7",
"'. c #BDEC8C",
"). c #B2ED78",
"!. c #B0EA75",
"~. c #ADE872",
"{. c #A9E56C",
"]. c #A7E369",
"^. c #A5E265",
"/. c #A2E062",
"(. c #9FDF5F",
"_. c #9DDE5C",
":. c #9BDC59",
"<. c #99DA56",
"[. c #96D952",
"}. c #95D852",
"|. c #C9EAA8",
"1. c #D9F1C2",
"2. c #D1EDB4",
"3. c #B7E589",
"4. c #B5E583",
"5. c #B3E67E",
"6. c #D1EFB2",
"7. c #EFF9E6",
"8. c #B7E687",
"9. c #AEE773",
"0. c #AFE775",
"a. c #ABE76D",
"b. c #A4E364",
"c. c #A4E265",
"d. c #A0E05E",
"e. c #A0E05F",
"f. c #A0DF61",
"g. c #9ADC58",
"h. c #98DA55",
"i. c #92D64B",
"j. c #94D750",
"k. c #90D64C",
"l. c #A3DC69",
"m. c #E7F5D9",
"n. c #FDFEFD",
"o. c #FEFDFE",
"p. c #E2F4CF",
"q. c #B5E384",
"r. c #B0E17C",
"s. c #CFECB0",
"t. c #EFF8E5",
"u. c #B3E183",
"v. c #A8E16F",
"w. c #A9E270",
"x. c #A6E069",
"y. c #B9E986",
"z. c #E7F7D9",
"A. c #F9FCF4",
"B. c #EDF7E3",
"C. c #BCE593",
"D. c #9DDC5C",
"E. c #C7EAA3",
"F. c #F0F9E8",
"G. c #F6FBF2",
"H. c #DAEEC6",
"I. c #9DD862",
"J. c #8FD548",
"K. c #8DD347",
"L. c #CCEBAC",
"M. c #F4F4F4",
"N. c #F9F9F9",
"O. c #FBFBFB",
"P. c #FEFDFF",
"Q. c #BDE794",
"R. c #ADE078",
"S. c #CDECAE",
"T. c #EEF8E5",
"U. c #B2E181",
"V. c #A6DF6C",
"W. c #A4DE6A",
"X. c #BFE895",
"Y. c #FCFEFB",
"Z. c #F7FBF4",
"`. c #F2F9ED",
" + c #F1F8EA",
".+ c #9FD765",
"++ c #83CE36",
"@+ c #B4E185",
"#+ c #F8FCF3",
"$+ c #FCFBFC",
"%+ c #C2E89C",
"&+ c #ABDE77",
"*+ c #EEF7E5",
"=+ c #AFDF7F",
"-+ c #A2DC68",
";+ c #A8DE72",
">+ c #EEF9E5",
",+ c #FBFDF9",
"'+ c #DFEFCC",
")+ c #87CD3E",
"!+ c #9ED963",
"~+ c #EEF8E4",
"{+ c #FEFEFF",
"]+ c #C1E69B",
"^+ c #A8DC74",
"/+ c #CAEAAB",
"(+ c #EDF7E4",
"_+ c #ADDD7D",
":+ c #9DD960",
"<+ c #BFE598",
"[+ c #F9FCF5",
"}+ c #E0F1D0",
"|+ c #9EDA61",
"1+ c #C1E998",
"2+ c #FBFCF8",
"3+ c #B1E080",
"4+ c #99D859",
"5+ c #E5F5D3",
"6+ c #F2F8EB",
"7+ c #A3D86D",
"8+ c #90D24C",
"9+ c #E9F6DC",
"0+ c #C0E599",
"a+ c #A6D972",
"b+ c #C9E8A9",
"c+ c #EDF6E4",
"d+ c #ACDA7B",
"e+ c #99D65A",
"f+ c #CDEAAF",
"g+ c #FBFDFA",
"h+ c #A6D874",
"i+ c #95D755",
"j+ c #A1DC67",
"k+ c #E2F5CF",
"l+ c #DBEEC7",
"m+ c #94D751",
"n+ c #8FD448",
"o+ c #A4DC6C",
"p+ c #F9FCF6",
"q+ c #B1DD83",
"r+ c #8ACF44",
"s+ c #E8F6DA",
"t+ c #BEE497",
"u+ c #A4D76F",
"v+ c #C8E7A8",
"w+ c #EDF6E3",
"x+ c #A9D979",
"y+ c #96D457",
"z+ c #CEEBB1",
"A+ c #FCFDFA",
"B+ c #A1D46A",
"C+ c #95D555",
"D+ c #9FD863",
"E+ c #DDF1C8",
"F+ c #D5ECBD",
"G+ c #94D650",
"H+ c #8ED347",
"I+ c #A2DB6A",
"J+ c #FAFCF7",
"K+ c #B2DE86",
"L+ c #8ACF43",
"M+ c #BDE395",
"N+ c #A2D66D",
"O+ c #C7E6A6",
"P+ c #ECF6E3",
"Q+ c #A8D777",
"R+ c #93D155",
"S+ c #CCEAAF",
"T+ c #9DD369",
"U+ c #93D353",
"V+ c #9CD661",
"W+ c #DCF1C7",
"X+ c #D4EBBD",
"Y+ c #92D44E",
"Z+ c #8CD244",
"`+ c #A1DA68",
" @ c #89CF43",
".@ c #BAE194",
"+@ c #9FD46A",
"@@ c #C6E5A5",
"#@ c #ECF5E3",
"$@ c #A5D575",
"%@ c #91CF52",
"&@ c #CBE9AE",
"*@ c #9CD167",
"=@ c #91D150",
"-@ c #9AD55F",
";@ c #DBF0C7",
">@ c #D4EBBC",
",@ c #90D34C",
"'@ c #8BD143",
")@ c #A1D966",
"!@ c #BAE092",
"~@ c #9ED168",
"{@ c #C5E4A4",
"]@ c #ECF5E2",
"^@ c #A4D473",
"/@ c #8FCD4F",
"(@ c #CAE7AD",
"_@ c #9AD064",
":@ c #8FCF4E",
"<@ c #98D35D",
"[@ c #DBF0C6",
"}@ c #D3EBBB",
"|@ c #8ED249",
"1@ c #89D040",
"2@ c #9ED863",
"3@ c #FAFCF8",
"4@ c #B3DE86",
"5@ c #B8DF91",
"6@ c #9BD066",
"7@ c #C3E2A3",
"8@ c #EBF5E2",
"9@ c #A2D371",
"0@ c #8DCC4D",
"a@ c #CAE6AD",
"b@ c #99CE61",
"c@ c #8DCD4C",
"d@ c #96D25B",
"e@ c #DAEEC5",
"f@ c #D2EBBA",
"g@ c #8DD248",
"h@ c #87CE3E",
"i@ c #9ED761",
"j@ c #B6DD8F",
"k@ c #99CD64",
"l@ c #C1E1A2",
"m@ c #A0D170",
"n@ c #8BCA4C",
"o@ c #C1E2A0",
"p@ c #EFF7E6",
"q@ c #96CC5E",
"r@ c #8BCB4A",
"s@ c #93CF57",
"t@ c #D0EAB7",
"u@ c #FAFBF7",
"v@ c #C9E6AB",
"w@ c #8AD044",
"x@ c #86CD3C",
"y@ c #9BD65F",
"z@ c #F3F9ED",
"A@ c #B0DD83",
"B@ c #B5DC8E",
"C@ c #97CC61",
"D@ c #C0E0A0",
"E@ c #EBF4E1",
"F@ c #9FCF6E",
"G@ c #90CB53",
"H@ c #98CE61",
"I@ c #9DD168",
"J@ c #9DD167",
"K@ c #8ECA51",
"L@ c #92CE55",
"M@ c #96CF5C",
"N@ c #90CE4F",
"O@ c #87CF3F",
"P@ c #85CD3C",
"Q@ c #94D256",
"R@ c #D4E9C1",
"S@ c #CEE6B6",
"T@ c #A1D66D",
"U@ c #8CD147",
"V@ c #B7DC92",
"W@ c #95C960",
"X@ c #BCDD9A",
"Y@ c #EFF6E8",
"Z@ c #A7D27A",
"`@ c #8DC850",
" # c #8FCA54",
".# c #8EC951",
"+# c #8DC84F",
"@# c #8AC94C",
"## c #89C849",
"$# c #88C747",
"%# c #86C644",
"&# c #84C641",
"*# c #82C73E",
"=# c #85CC3D",
"-# c #97D359",
";# c #D0E6BB",
"># c #C8E4AE",
",# c #9ED569",
"'# c #8DD148",
")# c #BFE09D",
"!# c #95C95F",
"~# c #ADD583",
"{# c #FCFDFB",
"]# c #C5E1A9",
"^# c #8BC54F",
"/# c #8CC650",
"(# c #8BC74D",
"_# c #8AC74C",
":# c #88C749",
"<# c #87C645",
"[# c #85C543",
"}# c #83C640",
"|# c #81C53D",
"1# c #80C43B",
"2# c #81C739",
"3# c #B6DE8E",
"4# c #CDE5B8",
"5# c #C4E1A7",
"6# c #94D158",
"7# c #8ED24A",
"8# c #D1E9B9",
"9# c #95C861",
"0# c #9CCC69",
"a# c #F0F7E9",
"b# c #F3F8EE",
"c# c #BCDC9B",
"d# c #99CC67",
"e# c #97CB63",
"f# c #96CC61",
"g# c #90C957",
"h# c #8EC853",
"i# c #8CC751",
"j# c #8BC74E",
"k# c #89C64C",
"l# c #88C74A",
"m# c #94CD5A",
"n# c #B7DD92",
"o# c #CBE5B2",
"p# c #CBE5B3",
"q# c #BADE97",
"r# c #83CB3A",
"s# c #91D34E",
"t# c #EBF6E0",
"u# c #9ACB68",
"v# c #92C65A",
"w# c #C0DFA2",
"x# c #CFE7B9",
"y# c #C9E3B0",
"z# c #CAE4B1",
"A# c #C9E4B2",
"B# c #CAE3B1",
"C# c #CBE4B2",
"D# c #C6E3AB",
"E# c #98D25D",
"F# c #80CC33",
"G# c #92D350",
"H# c #BCDE9A",
"I# c #89C051",
"J# c #90C55B",
"K# c #CBE3B2",
"L# c #D1E8BB",
"M# c #CAE4B2",
"N# c #CCE5B4",
"O# c #CBE4B3",
"P# c #CDE6B6",
"Q# c #C4E1A9",
"R# c #9FD56A",
"S# c #84CE3A",
"T# c #83CD38",
"U# c #91D34F",
"V# c #A6D279",
"W# c #85BE4C",
"X# c #8CC254",
"Y# c #A3CF76",
"Z# c #DBEBC9",
"`# c #DAECC9",
" $ c #DCECCB",
".$ c #BBDC9A",
"+$ c #B7DA94",
"@$ c #B8DB94",
"#$ c #B8DB93",
"$$ c #B4DA8E",
"%$ c #A3D272",
"&$ c #8BC84B",
"*$ c #81C73C",
"=$ c #85CE3D",
"-$ c #F3F9EE",
";$ c #9ECD70",
">$ c #86BF4D",
",$ c #86BF4B",
"'$ c #83BE47",
")$ c #80BE43",
"!$ c #7FBD40",
"~$ c #7DBC3E",
"{$ c #7CBD3C",
"]$ c #7BBC39",
"^$ c #7BBD38",
"/$ c #7CBE39",
"($ c #7DBF39",
"_$ c #7CC038",
":$ c #7DC139",
"<$ c #7FC23A",
"[$ c #81C43C",
"}$ c #80C53C",
"|$ c #82C73C",
"1$ c #82CB37",
"2$ c #EAF6DE",
"3$ c #F4F9EE",
"4$ c #B9DB97",
"5$ c #8DC357",
"6$ c #7EBB41",
"7$ c #7DBA40",
"8$ c #7EBB40",
"9$ c #7CBB3E",
"0$ c #7BBA3A",
"a$ c #7ABB38",
"b$ c #7CBD39",
"c$ c #7CC039",
"d$ c #7DC039",
"e$ c #7DC239",
"f$ c #7EC339",
"g$ c #7EC338",
"h$ c #7CC434",
"i$ c #B8E18F",
"j$ c #FCFDFC",
"k$ c #EEF6E7",
"l$ c #CEE6B7",
"m$ c #AFD589",
"n$ c #9DCC6E",
"o$ c #99CA67",
"p$ c #99CA65",
"q$ c #99CB66",
"r$ c #98CC66",
"s$ c #99CC66",
"t$ c #9ACD65",
"u$ c #99CE65",
"v$ c #9ACE65",
"w$ c #9BCF64",
"x$ c #9ACF64",
"y$ c #A0D36D",
"z$ c #C7E5A9",
"A$ c #F5FAF0",
". . . . . . . . . . . . . . . . . . . . . + ",
"@ + # . . . . . . . . . . . . . . . . . . . + + $ % ",
"# + & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ . . + + $ } ",
". | 1 2 3 3 3 4 5 6 7 8 9 0 a b c d e f g h i j k l + % ",
". | m n o p q r s 7 t u v w x y z A B C D E F G H I # # J ",
". | m K o 3 L M N O P Q R S T U V W X Y Z ` ...+.@.#.# . $. ",
". + %.&.*.=.-.;.>.. ,.'.).b !.~.e {.].^./.(._.:.<.[.}.|.. + ",
". @ ,.1.2.3.4.5.6.. 7.8.9.0.z a.b.c.d.e.f.g.h.[.i.j.k.l.m.# ",
"# + n.o.# p.q.r.s.. t.u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.. M. ",
"% N.O.O.P.. Q.R.S.. T.U.V.W.X.Y.. . . Z.`.[ . . # +.+++@+#+$+ ",
" $ . %+&+L.. *+=+-+;+>++ + ,+. . . . Y.,+. . '+)+!+~+o. ",
" {+# ]+^+/+. (+_+:+<+[+. }+|+1+. . 2+3+4+5+. 6+7+8+9+# ",
" + + 0+a+b+. c+d+e+f+g+. h+i+j+k+. l+m+n+o+. p+q+r+s+# ",
" + + t+u+v+. w+x+y+z+A+. B+C+D+E+. F+G+H+I+. J+K+L+s+# ",
" + + M+N+O+. P+Q+R+S+A+. T+U+V+W+. X+Y+Z+`+. J+K+ @s+# ",
" + {+.@+@@@. #@$@%@&@A+. *@=@-@;@. >@,@'@)@. J+K+ @s+# ",
" + # !@~@{@. ]@^@/@(@A+. _@:@<@[@. }@|@1@2@. 3@4@ @s+# ",
" + . 5@6@7@. 8@9@0@a@A+. b@c@d@e@. f@g@h@i@. 3@4@ @s+# ",
" + . j@k@l@. 8@m@n@o@p@G.q@r@s@t@u@v@w@x@y@% z@A@r+s+# ",
" + + B@C@D@. E@F@G@H@I@J@K@n@r@L@M@N@O@P@Q@R@S@T@U@s+# ",
" + . V@W@X@. Y@Z@`@ #.#+#@###$#%#&#*#=#P@-#;#>#,#'#s+# ",
" + . )#!#~#. {#]#^#/#(#_#:#<#[#}#|#1#2#P@3#4#5#6#7#s+# ",
" + . 8#9#0#a#. b#c#d#e#f#g#h#i#j#k#l#m#n#o#p#q#r#s#s+# ",
" . . t#u#v#w#. . . {+P.. x#y#z#z#A#B#C#o#o#D#E#F#G#s+# ",
" $ + . H#I#J#K#g+. . . . L#M#N#N#N#N#O#P#Q#R#S#T#U#s+# ",
" $ . A+V#W#X#Y#z#Z#`# $.$+$@$#$@$@$$$%$&$*$=$T#U#s+# ",
" $ . -$;$>$,$'$)$!$~${$]$^$/$($_$:$<$[$}$|$1$y+2$# ",
" $ + + 3$4$5$6$7$8$9$0$a$]$b$/$($c$d$e$f$g$h$i$p++ ",
" J + . j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$x$y$z$A${++ ",
" $ + . . . . . . . . . . . . . . . . . + + + ",
" O.J $ + . . . . . . . . . . . . . . . . ",
" "};
......@@ -430,13 +430,11 @@ class InstallerEngine:
our_current += 1
self.update_progress(our_current, our_total, False,
False, ("Setting locale"))
os.system("echo \"%s.UTF-8 UTF-8\" >> /target/etc/locale.gen" %
os.system("echo \"LC_COLLATE=C\" > /target/etc/env.d/02locale" %
self.setup.language)
self.do_run_in_chroot("locale-gen")
os.system("echo \"\" > /target/etc/default/locale")
self.do_run_in_chroot(
"update-locale LANG=\"%s.UTF-8\"" % self.setup.language)
self.do_run_in_chroot("update-locale LANG=%s.UTF-8" %
os.system("echo \"LC_ALL=%s.UTF-8\" >> /target/etc/env.d/02locale" %
self.setup.language)
os.system("echo \"LANG=%s.UTF-8\" >> /target/etc/env.d/02locale" %
self.setup.language)
# set the timezone
......@@ -451,13 +449,25 @@ class InstallerEngine:
our_current += 1
self.update_progress(our_current, our_total, False,
False, ("Setting keyboard options"))
#TODO:keyboard layout support openrc
#newconsolefh = open("/etc/conf.d/keymaps", "w")
#newconsolefh.write("XKBMODEL=\"%s\"\n" % self.setup.keyboard_model)
#newconsolefh.write("keymap=\"%s\"\n" % self.setup.keyboard_layout)
#if(self.setup.keyboard_variant is not None and self.setup.keyboard_variant != ""):
# newconsolefh.write("extended_keymaps=\"%s\"\n" % self.setup.keyboard_variant)
#newconsolefh.close()
#Keyboard settings openrc
newconsolefh = open("/etc/conf.d/keymaps", "w")
if not self.setup.keyboard_layout:
self.setup.keyboard_layout="en"
if not self.setup.keyboard_variant:
self.setup.keyboard_variant=""
newconsolefh.write("keymap=\"%s%s\"\n" % self.setup.keyboard_layout,self.setup.keyboard_variant)
newconsolefh.close()
#Keyboard settings X11
newconsolefh = open("/etc/X11/xorg.conf.d/00-keyboard.conf", "w")
newconsolefh.write('Section "InputClass"')
newconsolefh.write('Identifier "system-keyboard"')
newconsolefh.write('MatchIsKeyboard "on"')
newconsolefh.write('Option "XkbLayout" "{}"'.format(self.setup.keyboard_layout))
newconsolefh.write('Option "XkbModel" "{}"'.format(self.setup.keyboard_model))
newconsolefh.write('Option "XkbVariant" "{}"'.format(self.setup.keyboard_variant))
newconsolefh.write('#Option "XkbOptions" "grp:alt_shift_toggle"')
newconsolefh.write('EndSection')
newconsolefh.close()
# write MBR (grub)
print(" --> Configuring Grub")
......
<?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="256"
height="256"
viewBox="0 0 135.46666 135.46667"
version="1.1"
id="svg8"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="distro.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="106.81959"
inkscape:cy="114.12436"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1366"
inkscape:window-height="701"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1"
inkscape:snap-bbox="true"
inkscape:snap-global="false"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata5">
<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,-161.53332)">
<path
style="fill:#000000;stroke-width:0.26458332"
d=""
id="path4751"
inkscape:connector-curvature="0" />
<g
id="g4582"
transform="translate(-7.4083331)">
<path
sodipodi:nodetypes="csssssc"
inkscape:connector-curvature="0"
id="path840"
d="m 38.920152,245.37287 c 0,0 -1.011292,-5.95242 -8.057249,-14.38231 -4.234194,-5.06585 -7.699224,-4.04144 -12.945668,-4.44122 -2.230828,-0.16999 9.67552,4.06446 6.992539,6.80357 -1.702918,1.73855 -13.692143,-9.45288 -4.973777,3.65758 1.370238,2.06053 10.813119,12.07933 15.258242,12.63929 6.04009,0.76088 3.725913,-4.27691 3.725913,-4.27691 z"
style="fill:#000000;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="translate(-3.1750001,-0.13438001)"
id="g4798">
<path
style="fill:#cccccc;stroke:#000000;stroke-width:1.30336714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
d="m 59.021645,202.38983 c 0,0 3.071373,-7.86066 -0.861933,-14.37096 -6.586571,-10.90191 -15.078824,-22.93733 -20.23278,-21.9161 -4.046558,0.80181 -0.117127,33.68895 2.265561,38.31126 5.918985,11.48256 15.725721,5.07487 22.469981,5.07487 6.74426,0 -3.640829,-7.09907 -3.640829,-7.09907 z"
id="path4672"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssc" />
<path
style="fill:#de8787;stroke:#000000;stroke-width:1.30336714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
d="m 56.440668,204.26637 c 0,0 2.343702,-9.89276 -0.429558,-14.48298 -4.643998,-7.68662 -10.631637,-16.17244 -14.265539,-15.4524 -2.85311,0.56533 0.493831,24.81909 2.173795,28.07814 4.173303,8.09602 7.766122,1.85724 12.521302,1.85724 4.75518,0 0,0 0,0 z"
id="path4672-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssc" />
</g>
<g
transform="translate(7.4083337)"
id="g4794">
<path
style="fill:#cccccc;stroke:#000000;stroke-width:1.30336714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
d="m 87.543479,202.25545 c 0,0 -3.071369,-7.86066 0.861933,-14.37096 6.586571,-10.90191 15.078828,-22.93733 20.232778,-21.9161 4.04656,0.80181 0.11712,33.68895 -2.26556,38.31126 -5.91898,11.48256 -15.72572,5.07487 -22.46998,5.07487 -6.74426,0 3.640829,-7.09907 3.640829,-7.09907 z"
id="path4672-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssc" />
<path
style="fill:#de8787;stroke:#000000;stroke-width:1.30336714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
d="m 90.124456,204.13199 c 0,0 -2.343702,-9.89276 0.429558,-14.48298 4.643998,-7.68662 10.631636,-16.17244 14.265536,-15.4524 2.85311,0.56533 -0.49383,24.81909 -2.17379,28.07814 -4.173305,8.09602 -7.766124,1.85724 -12.521304,1.85724 -4.755176,0 0,0 0,0 z"
id="path4672-6-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssc" />
</g>
<ellipse
ry="36.30373"
rx="34.450161"
cy="227.02193"
cx="75.7939"
id="path4599"
style="fill:#cccccc;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.53499997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="path4944"
d="m 39.190213,248.27976 c 0,0 3.777453,4.76178 6.091194,6.30428 2.313735,2.91361 7.971859,4.02072 7.971859,4.02072 l -1.542494,3.25636 v 0 c 0,0 -6.732755,2.88954 -11.188841,-3.79461 -4.456101,-6.68415 -7.89079,-9.56258 -7.89079,-9.56258 z"
style="fill:#b3b3b3;stroke:#000000;stroke-width:1.35699999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse
ry="12.883742"
rx="20.143269"
cy="265.9267"
cx="75.539574"
id="path4871"
style="fill:#cccccc;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.20243466;stroke-opacity:0" />
<path
inkscape:connector-curvature="0"
id="path4924"
d="M 69.191623,278.95289 H 82.902629"
style="fill:none;stroke:#000000;stroke-width:1.48873889px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="g869">
<path
style="fill:#b3b3b3;stroke:#000000;stroke-width:1.35732603px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 52.069515,270.14515 c 0,0 2.643536,3.85201 -1.855917,6.39518 -1.59092,2.36141 -0.60411,7.02868 -0.60411,7.02868 0,0 9.869037,0.69697 11.580371,-0.75986 3.827157,-3.25805 -9.546908,-16.30187 -9.546908,-16.30187 z"
id="path4942-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccscc" />
<rect
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.21767163;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
id="rect844"
width="7.6986518"
height="1.6433825"
x="50.223701"
y="280.8862" />
</g>
<g
id="g873">
<path
style="fill:#b3b3b3;stroke:#000000;stroke-width:1.35732603px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 98.998943,269.2706 c 0,0 -2.643536,3.85201 1.855917,6.39518 1.59092,2.36141 0.60411,7.02868 0.60411,7.02868 0,0 -9.869037,0.69697 -11.580371,-0.75986 -3.827157,-3.25805 9.546908,-16.30187 9.546908,-16.30187 z"
id="path4942"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccscc" />
<rect
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.20536339;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1"
id="rect844-3"
width="7.6986518"
height="1.6103277"
x="92.957115"
y="280.23367" />
</g>
<g
id="g929">
<g
id="g879"
transform="matrix(0.95197772,0,0,1,1.9122329,0.10824221)">
<path
sodipodi:nodetypes="csscccccssccc"
inkscape:connector-curvature="0"
id="path3780"
d="m 54.019939,255.1962 c 0,0 -5.564784,6.14122 -1.97401,13.88973 3.590774,7.74851 3.258856,5.16145 3.401785,9.44941 0.05888,1.76626 1.860426,2.42214 1.860426,2.42214 l -1.713428,2.57046 c -1.658903,2.66141 -4.186018,7.54038 -2.48906,9.38988 l 21.527283,-0.0174 v 0 c 2.263323,-1.11763 0.593388,-5.43827 -0.540866,-7.52636 -0.902975,-1.66232 -5.977503,-2.38185 -3.430814,-4.33466 2.546691,-1.95281 1.557535,-7.87963 1.557535,-7.87963 0,0 0.190606,-13.09805 -3.211181,-14.70445 -3.401785,-1.60639 -14.98767,-3.25915 -14.98767,-3.25915 z"
style="fill:#cccccc;stroke:#000000;stroke-width:1.35699999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="289.94916"
x="53.784466"
height="2.4221287"
width="20.848469"
id="rect875"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.56971657;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g879-3"
transform="matrix(-0.95197771,0,0,1,148.69059,0.10824221)">
<path
sodipodi:nodetypes="csscccccssccc"
inkscape:connector-curvature="0"
id="path3780-5"
d="m 54.019939,255.1962 c 0,0 -5.564784,6.14122 -1.97401,13.88973 3.590774,7.74851 3.258856,5.16145 3.401785,9.44941 0.05888,1.76626 1.860426,2.42214 1.860426,2.42214 l -1.713428,2.57046 c -1.658903,2.66141 -4.186018,7.54038 -2.48906,9.38988 l 21.527283,-0.0174 v 0 c 2.263323,-1.11763 0.593388,-5.43827 -0.540866,-7.52636 -0.902975,-1.66232 -5.977503,-2.38185 -3.430814,-4.33466 2.546691,-1.95281 1.557535,-7.87963 1.557535,-7.87963 0,0 0.190606,-13.09805 -3.211181,-14.70445 -3.401785,-1.60639 -14.98767,-3.25915 -14.98767,-3.25915 z"
style="fill:#cccccc;stroke:#000000;stroke-width:1.35699999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="289.94916"
x="53.784466"
height="2.4221287"
width="20.848469"
id="rect875-6"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.56971657;stroke-miterlimit:4.30000019;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
<ellipse
ry="9.4423523"
rx="19.107304"
cy="264.39313"
cx="74.63501"
id="path4871-3"
style="fill:#cccccc;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.00257134;stroke-opacity:0" />
<ellipse
ry="4.8475933"
rx="1.454278"
cy="228.13686"
cx="56.28231"
id="path4671"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.35732603;stroke-opacity:1" />
<ellipse
ry="4.8475933"
rx="1.454278"
cy="228.13686"
cx="96.517357"
id="path4671-3"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.35732603;stroke-opacity:1" />
<ellipse
ry="13.721004"
rx="26.809505"
cy="247.4688"
cx="75.67717"
id="path4632"
style="fill:#ffffff;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.54659975;stroke-opacity:1" />
<ellipse
inkscape:transform-center-y="-0.050854141"
inkscape:transform-center-x="0.29950438"
transform="matrix(0.86060118,-0.5092795,0.49540625,0.86866141,0,0)"
ry="4.1043611"
rx="1.2368147"
cy="246.43349"
cx="-61.632431"
id="path4688"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.03019035;stroke-opacity:1" />
<ellipse
inkscape:transform-center-y="-0.28481464"
inkscape:transform-center-x="0.10571278"
transform="matrix(0.87134957,0.49066273,-0.50457971,0.86336511,0,0)"
ry="4.1043606"
rx="1.2368147"
cy="172.77385"
cx="196.24179"
id="path4688-5"
style="fill:#000000;fill-opacity:0.98550726;stroke:#000000;stroke-width:1.03019035;stroke-opacity:1" />
<path
sodipodi:nodetypes="cscssssscscc"
inkscape:connector-curvature="0"
id="path4772"
d="m 43.297662,216.33601 c 0,0 8.860215,-13.12365 7.685967,-6.72759 -2.391996,13.02905 3.004814,-0.94494 5.944779,-3.88491 2.939965,-2.93996 2.138156,17.24282 4.810853,5.75023 2.672693,-11.49259 1.460484,17.05382 4.934987,0.48316 3.474505,-16.57071 2.22685,20.48226 9.686553,-1.2312 4.486971,-13.06053 5.209492,21.69115 9.510998,1.38777 3.731865,-17.61464 13.976295,9.95612 12.79651,0.61282 -1.978015,-15.66488 9.041311,0.38354 9.041311,0.38354 0,0 -17.908909,-39.40779 -54.250153,-13.77945 -6.664796,4.70011 -10.161805,17.00568 -10.161805,17.00568 z"
style="fill:#000000;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
width="48"
height="48"
id="svg3786">
<defs
id="defs3788">
<radialGradient
cx="113.0654"
cy="97.587898"
r="2.5631001"
fx="113.667"
fy="98"
id="radialGradient4241"
gradientUnits="userSpaceOnUse">
<stop
id="stop4243"
style="stop-color:#eee;stop-opacity:1"
offset="0" />
<stop
id="stop4245"
style="stop-color:#cecece;stop-opacity:1"
offset="0.16" />
<stop
id="stop4247"
style="stop-color:#888;stop-opacity:1"
offset="0.4675" />
<stop
id="stop4249"
style="stop-color:#555;stop-opacity:1"
offset="1" />
</radialGradient>
<linearGradient
id="linearGradient4035">
<stop
id="stop4037"
style="stop-color:#f5f5f5;stop-opacity:1"
offset="0" />
<stop
id="stop4039"
style="stop-color:#e7e7e7;stop-opacity:1"
offset="0.47025558" />
<stop
id="stop4041"
style="stop-color:#8c8c8c;stop-opacity:1"
offset="0.69348532" />
<stop
id="stop4043"
style="stop-color:#ddd;stop-opacity:1"
offset="0.83542866" />
<stop
id="stop4045"
style="stop-color:#a8a8a8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient5060">
<stop
id="stop5062"
style="stop-color:black;stop-opacity:1"
offset="0" />
<stop
id="stop5064"
style="stop-color:black;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient5048">
<stop
id="stop5050"
style="stop-color:black;stop-opacity:0"
offset="0" />
<stop
id="stop5056"
style="stop-color:black;stop-opacity:1"
offset="0.5" />
<stop
id="stop5052"
style="stop-color:black;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient2215">
<stop
id="stop2223"
style="stop-color:#7a7a7a;stop-opacity:1"
offset="0" />
<stop
id="stop2219"
style="stop-color:#474747;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient7609">
<stop
id="stop7611"
style="stop-color:white;stop-opacity:1"
offset="0" />
<stop
id="stop7677"
style="stop-color:#e7e7e7;stop-opacity:1"
offset="0.47025558" />
<stop
id="stop7613"
style="stop-color:#8c8c8c;stop-opacity:1"
offset="0.67183787" />
<stop
id="stop7617"
style="stop-color:#ddd;stop-opacity:1"
offset="0.83542866" />
<stop
id="stop7615"
style="stop-color:#a8a8a8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4236">
<stop
id="stop4238"
style="stop-color:#eee;stop-opacity:1"
offset="0" />
<stop
id="stop4240"
style="stop-color:#eee;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient7056">
<stop
id="stop7064"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="0" />
<stop
id="stop7060"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3484">
<stop
id="stop3486"
style="stop-color:#969696;stop-opacity:1"
offset="0" />
<stop
id="stop3488"
style="stop-color:#b4b4b4;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient6310-8">
<stop
id="stop6312-6"
style="stop-color:white;stop-opacity:1"
offset="0" />
<stop
id="stop6314-6"
style="stop-color:white;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="24"
cy="42"
r="21"
fx="24"
fy="42"
id="radialGradient2896"
xlink:href="#linearGradient6310-8"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99999995,-1.0652117e-8,2.7812622e-8,0.35714279,1.0762331e-6,24.500003)" />
<radialGradient
cx="127.31733"
cy="143.82751"
r="78.728165"
fx="127.31733"
fy="143.82751"
id="radialGradient2902"
xlink:href="#linearGradient4035"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.19054222,-0.02505584,0.00619351,0.10073457,-7.4371744,4.4286866)" />
<linearGradient
x1="12.277412"
y1="37.205811"
x2="12.221823"
y2="33.758667"
id="linearGradient2905"
xlink:href="#linearGradient4236"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0212766,0,0,0.89887639,-0.02517836,8.978263)" />
<linearGradient
x1="7.0625"
y1="35.28125"
x2="24.6875"
y2="35.28125"
id="linearGradient2908"
xlink:href="#linearGradient5060"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0212766,0,0,0.89887639,0.78723995,7.7865138)" />
<radialGradient
cx="142.62215"
cy="191.85428"
r="78.728165"
fx="142.62215"
fy="191.85428"
id="radialGradient2920"
xlink:href="#linearGradient7609"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.18495239,0,0,-0.13074306,-3.1111723,45.048436)" />
<radialGradient
cx="141.74666"
cy="206.42612"
r="78.728165"
fx="141.74666"
fy="206.42612"
id="radialGradient2923"
xlink:href="#linearGradient4035"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.35160878,-0.0050244,0.00260227,0.28909275,-27.02434,-25.217538)" />
<radialGradient
cx="11.734284"
cy="8.4900017"
r="23.047892"
fx="11.734284"
fy="8.4900017"
id="radialGradient2927"
xlink:href="#linearGradient7056"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3767077,0.69719425,-0.46810846,0.92434578,-0.04915651,-2.9386274)" />
<linearGradient
x1="17.813944"
y1="29.796696"
x2="18.072828"
y2="10.000001"
id="linearGradient2929"
xlink:href="#linearGradient3484"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-1.0001465)" />
<linearGradient
x1="29.9375"
y1="41"
x2="30"
y2="49.999996"
id="linearGradient2933"
xlink:href="#linearGradient2215"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0017502,0,0,0.7596403,-5.0508975,4.9363745)" />
<radialGradient
cx="605.71429"
cy="486.64789"
r="117.14286"
fx="605.71429"
fy="486.64789"
id="radialGradient2936"
xlink:href="#linearGradient5060"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.04484747,0,0,0.02058824,32.61113,32.451372)" />
<radialGradient
cx="605.71429"
cy="486.64789"
r="117.14286"
fx="605.71429"
fy="486.64789"
id="radialGradient2939"
xlink:href="#linearGradient5060"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.04484747,0,0,0.02058824,15.38888,32.451372)" />
<linearGradient
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507"
id="linearGradient2942"
xlink:href="#linearGradient5048"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.07635654,0,0,0.02058824,-3.5974283,32.451372)" />
<radialGradient
cx="113.0654"
cy="97.587898"
r="2.5631001"
fx="113.667"
fy="98"
id="radialGradient2947"
xlink:href="#radialGradient4241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.32948872,0,0,0.34974643,6.0549235,0.49382567)" />
<radialGradient
cx="113.0654"
cy="97.587898"
r="2.5631001"
fx="113.667"
fy="98"
id="radialGradient2953"
xlink:href="#radialGradient4241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.22333209,0.03439303,-0.02300572,0.14938839,14.791441,-7.6318403)" />
<radialGradient
cx="113.0654"
cy="97.587898"
r="2.5631001"
fx="113.667"
fy="98"
id="radialGradient2959"
xlink:href="#radialGradient4241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.22282769,-0.03752228,0.02509892,0.149051,-18.145918,0.53228044)" />
<radialGradient
cx="113.0654"
cy="97.587898"
r="2.5631001"
fx="113.667"
fy="98"
id="radialGradient2965"
xlink:href="#radialGradient4241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.32948872,0,0,0.34974643,41.963041,0.49382567)" />
</defs>
<rect
width="36.869301"
height="5"
x="5.5653324"
y="40"
id="rect2723"
style="opacity:0.3;fill:url(#linearGradient2942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 42.41667,40.000174 c 0,0 0,4.999723 0,4.999723 C 44.7262,45.009311 48,43.879712 48,42.499715 48,41.119718 45.42274,40.000174 42.41667,40.000174 z"
id="path2725"
style="opacity:0.3;fill:url(#radialGradient2939);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 5.58333,40.000174 c 0,0 0,4.999723 0,4.999723 C 3.2737899,45.009311 0,43.879712 0,42.499715 0,41.119718 2.5772699,40.000174 5.58333,40.000174 z"
id="path2727"
style="opacity:0.3;fill:url(#radialGradient2936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 1.4638537,36.464001 45.0720003,0 -0.901202,6.072 -43.1694186,0 -1.0013797,-6.072 z"
id="rect6431"
style="fill:url(#linearGradient2933);fill-opacity:1;fill-rule:evenodd;stroke:#353537;stroke-width:0.9279989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
<rect
width="45"
height="1"
x="1.5"
y="35.999855"
id="rect6381"
style="fill:#d2d2d3;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
<path
d="M 46.55,36.601962 39.740367,10.827625 c -0.192553,-0.733973 -1.2012,-1.329879 -2.049166,-1.329879 l -27.617218,0 c -1.30274,0 -2.049257,0.198573 -2.323959,1.329879 L 1.45,36.576866"
id="path6345"
style="fill:url(#radialGradient2927);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2929);stroke-width:0.99578345;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 45.500002,36.499854 2.5000001,36.475803"
id="path7046"
style="opacity:0.4;fill:none;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 40.971397,25.373814 c -0.21768,-1.997975 -1.676509,-3.903122 -4.1004,-5.406472 C 36.822237,19.38948 36.200942,11.997153 36.200942,11.997153 36.153322,11.428888 35.429193,11 34.515926,11 l -5.731268,0 c -0.919834,0 -1.630882,0.434524 -1.654073,1.010704 -0.10517,2.603206 -3.312025,3.962376 -8.095624,5.198802 -1.67612,0.29034 -6.046005,1.655156 -7.048964,2.254183 -2.9524377,1.573605 -4.7132263,3.67147 -4.9572037,5.910125 -0.2219397,2.036069 0.8448261,4.073551 3.0038657,5.737168 C 13.192718,33.546027 18.414005,35 23.999896,35 29.585796,35 34.807072,33.546027 37.967531,31.110982 39.939434,29.591833 41,27.760327 41,25.903156 c 0,-0.17636 -0.01031,-0.352992 -0.02866,-0.529342 l 5.7e-5,0 z M 23.999896,33.99015 c -9.303498,0 -16.427483,-4.080325 -15.9120785,-8.810179 0.222328,-2.039173 1.8543618,-4.216036 4.5570215,-5.650539 0.506122,-0.381482 5.077073,-1.865367 6.716838,-2.126086 4.544655,-1.17209 8.700731,-2.693216 8.831026,-5.89884 0.0057,-0.153501 0.267557,-0.275107 0.591955,-0.275107 l 5.730502,0 c 0.33174,0 0.611698,0.127531 0.62484,0.284984 l 0.695941,8.281974 c 2.408816,1.395843 3.86841,3.479309 4.075655,5.383614 0.515781,4.729854 -6.608191,8.810179 -15.9117,8.810179 l 0,0 z"
id="path9001"
style="fill:url(#radialGradient2923);fill-opacity:1" />
<path
d="M 23.999769,28 C 20.634805,28 18.055218,26.732885 18.000846,25.052175 18.000418,25.034 18,25.016137 18,24.998273 18,24.390098 18.338098,23.811689 18.980563,23.321951 20.067367,22.494127 21.943772,22 24.000185,22 c 2.055997,0 3.932391,0.494127 5.019195,1.321951 0.661441,0.503521 1.000395,1.101987 0.979728,1.729907 -0.05524,1.68071 -2.634804,2.948137 -5.999339,2.948137 l 0,3e-6 z m 0,-5.059679 c -3.161777,0 -4.77259,1.255831 -4.734647,2.402312 0.03667,1.128624 2.156333,2.030394 4.734647,2.030394 2.578314,0 4.697955,-0.902088 4.734637,-2.030394 0.03749,-1.146798 -1.572872,-2.402312 -4.734637,-2.402312 l 0,0 z"
id="path9003"
style="fill:url(#radialGradient2920);fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 6.0158229,34.619284 C 5.9743063,35.214553 5.3525618,35.7 4.6276859,35.7 c -0.7245458,0 -1.2731445,-0.485447 -1.2247097,-1.080716 0.048106,-0.592121 0.6695217,-1.070225 1.3871481,-1.070225 0.7179564,2.81e-4 1.2665551,0.478104 1.2256986,1.070225 z"
id="path9007"
style="fill:#e1e1e1;fill-opacity:1" />
<path
d="m 5.5469595,34.200637 c 0.066228,0.07554 0.1420102,0.196558 0.1420102,0.357441 0,0.01155 -6.602e-4,0.02308 -0.00132,0.03533 -0.028667,0.410252 -0.5140028,0.756851 -1.0596361,0.756851 -0.3107079,0 -0.5947269,-0.113668 -0.7594717,-0.304629 -0.070839,-0.08149 -0.1515649,-0.216493 -0.1370672,-0.396263 0.033278,-0.406755 0.5179556,-0.750556 1.0589773,-0.750556 0.3084014,2.8e-4 0.5914315,0.112968 0.7565052,0.301831 l 2.6e-6,0 z"
id="path9009"
style="fill:url(#radialGradient2965);fill-opacity:1" />
<path
d="m 8.6135352,10.981804 c 0.070795,0.248957 0.526108,0.385035 1.0163294,0.302486 0.4899984,-0.08251 0.8261694,-0.351869 0.7506954,-0.600038 -0.07503,-0.246865 -0.5295895,-0.379851 -1.0149081,-0.298127 -0.4855218,0.08188 -0.8222397,0.347988 -0.7521167,0.595679 z"
id="path9019"
style="fill:#f0f0f0;fill-opacity:1" />
<path
d="m 8.9005762,10.749996 c -0.039367,0.03974 -0.081933,0.09994 -0.070388,0.168502 8.287e-4,0.0049 0.0021,0.0098 0.00343,0.0149 0.048828,0.171572 0.4019255,0.264011 0.7709282,0.201874 0.2101265,-0.03538 0.3940466,-0.116169 0.4917566,-0.216312 0.04206,-0.0428 0.08696,-0.109523 0.06426,-0.184484 -0.0517,-0.169557 -0.4041467,-0.260879 -0.7700306,-0.199267 -0.2085465,0.03524 -0.3918682,0.115496 -0.4899513,0.214782 l -1.8e-6,1e-6 z"
id="path9021"
style="fill:url(#radialGradient2959);fill-opacity:1" />
<path
d="m 36.912257,10.696563 c -0.01101,0.258593 0.37848,0.530843 0.869811,0.606508 0.491108,0.07563 0.894887,-0.07446 0.901213,-0.333771 0.0063,-0.257936 -0.383413,-0.527015 -0.869831,-0.601923 -0.486659,-0.07482 -0.889937,0.07201 -0.901193,0.329186 z"
id="path9025"
style="fill:#e1e1e1;fill-opacity:1" />
<path
d="m 37.257597,10.566686 c -0.04986,0.02535 -0.109185,0.06913 -0.119768,0.137852 -7.6e-4,0.0049 -0.0011,0.0099 -0.0014,0.01523 -0.0076,0.178225 0.298614,0.37693 0.668452,0.433884 0.210602,0.03243 0.410591,0.01353 0.534819,-0.05084 0.05338,-0.02741 0.116973,-0.07665 0.118971,-0.15495 0.0042,-0.177212 -0.301707,-0.374653 -0.668419,-0.431126 -0.209057,-0.03207 -0.408312,-0.01348 -0.532624,0.04996 l -2e-6,-1e-6 z"
id="path9027"
style="fill:url(#radialGradient2953);fill-opacity:1" />
<path
d="m 7.5000002,36.999999 18.5000088,0 0,5.000001 -17.9999999,0 -0.5000089,-5.000001 z"
id="rect8993"
style="fill:url(#linearGradient2908);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 8.0000077,41.999996 c 0,0 -0.4000075,-3.605827 -0.4000075,-3.605827 1.8745811,2.857731 8.8730188,3.605827 13.6127708,3.605827 0,0 -13.2127633,0 -13.2127633,0 z"
id="path8995"
style="opacity:0.81142853;fill:url(#linearGradient2905);fill-opacity:1;fill-rule:evenodd;stroke:none" />
<path
d="M 10.906579,11 10.803305,11.381009 9.2615551,17.051898 9,18 9.7639975,17.796205 22.758771,14.2519 l 0.04127,-0.01771 0.03442,-0.01771 c 0.688135,-0.354354 1.05583,-1.07045 1.142548,-1.727849 0.0434,-0.328702 0.03039,-0.650575 -0.08254,-0.948099 -0.106642,-0.280876 -0.384276,-0.530777 -0.674516,-0.522787 l 0,-0.01771 -0.04821,0 -11.955461,0 -0.30973,0 3.3e-5,10e-7 z m 0.439836,0.350376 11.976544,0 c 0.0056,0.04787 0.01906,0.07443 0.0067,0.165 -0.03757,0.285021 -0.199195,1.304699 -0.605242,1.527141 l -12.596058,3.437485 1.217592,-5.129624 3.91e-4,0 z"
id="path9039"
style="fill:url(#radialGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 42.002142,34.619284 C 42.043659,35.214553 42.665403,35.7 43.390279,35.7 c 0.724546,0 1.273145,-0.485447 1.22471,-1.080716 -0.04811,-0.592121 -0.669522,-1.070225 -1.387148,-1.070225 -0.717957,2.81e-4 -1.266555,0.478104 -1.225699,1.070225 z"
id="path9091"
style="fill:#e1e1e1;fill-opacity:1" />
<path
d="m 42.471006,34.200637 c -0.06623,0.07554 -0.142011,0.196558 -0.142011,0.357441 0,0.01155 6.6e-4,0.02308 0.0013,0.03533 0.02867,0.410252 0.514002,0.756851 1.059636,0.756851 0.310708,0 0.594727,-0.113668 0.759471,-0.304629 0.07084,-0.08149 0.151565,-0.216493 0.137068,-0.396263 -0.03328,-0.406755 -0.517956,-0.750556 -1.058978,-0.750556 -0.308401,2.8e-4 -0.591431,0.112968 -0.756505,0.301831 l -2e-6,0 z"
id="path9093"
style="fill:url(#radialGradient2947);fill-opacity:1" />
<rect
width="42"
height="5"
x="3"
y="37"
id="rect6300-3"
style="opacity:0.3;fill:url(#radialGradient2896);fill-opacity:1;stroke:none" />
</svg>
......@@ -247,7 +247,7 @@
<property name="orientation">vertical</property>
<property name="spacing">15</property>
<child>
<object class="GtkImage">
<object class="GtkImage" id="img_distro">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="pixel_size">80</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment