diff --git a/openEuler-logos-1.0/COPYING b/openEuler-logos-1.0/COPYING
new file mode 100644
index 0000000000000000000000000000000000000000..1a001cd89f6e82e9c22597738feafb20c586e2e9
--- /dev/null
+++ b/openEuler-logos-1.0/COPYING
@@ -0,0 +1,16 @@
+The openEuler trademark, logo and other signs (collectively as “openEuler
+Signs”) belong to openEuler Community. The openEulers Signs are in the
+openEuler-logos folder. Users are licensed to use the openEuler-logos
+folder during the normal operation of the unmodified openEuler Software.
+And Users are also allowed to reproduce and distribute openEuler-logos
+folder as a part of an unmodified openEuler Software. Users must remove
+all the openEuler Signs in the openEuler-logos folder before distributing
+a derivative work of openEuler Software.
+
+The openEuler-logos folder is provided without warranties of any kind,
+either express or implied. In no event shall any contributor or owner of
+the openEuler-logos folder be liable to you for any damages, including,
+but not limited to any direct, or indirect, special or consequential
+damages arising from your use or inability to use the openEuler-logos
+folder or any openEuler Signs in it, no matter how it’s caused or based on
+which legal theory, even if advised of the possibility of such damages.
diff --git a/openEuler-logos-1.0/anaconda/Makefile b/openEuler-logos-1.0/anaconda/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..9c91423619a589ebb50368d6047b59764f0b6e16
--- /dev/null
+++ b/openEuler-logos-1.0/anaconda/Makefile
@@ -0,0 +1,24 @@
+ANACONDADATADIR = /usr/share/anaconda
+ANACONDABOOTDIR = $(ANACONDADATADIR)/boot
+
+all:
+ @echo "Nothing to do."
+
+install:
+ @if [ "$(DESTDIR)" = "" ]; then \
+ echo " "; \
+ echo "ERROR: A destdir is required"; \
+ exit 1; \
+ fi
+
+ mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
+ mkdir -p $(DESTDIR)/$(ANACONDABOOTDIR)
+ mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/en
+
+ install -m 644 splash.lss $(DESTDIR)/$(ANACONDABOOTDIR)
+ install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/syslinux-splash.png
+ install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/en rnotes/en/*
+ install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps theme/*
+
+clean:
+ rm -f splash.lss
diff --git a/openEuler-logos-1.0/anaconda/README b/openEuler-logos-1.0/anaconda/README
new file mode 100644
index 0000000000000000000000000000000000000000..7d060249ada30e11cdff84d691c849b6739b54b0
--- /dev/null
+++ b/openEuler-logos-1.0/anaconda/README
@@ -0,0 +1,19 @@
+These files are used by anaconda during the installation process. A
+basic description/specification for them is as follows:
+
+* anaconda_header.png: This is strip header at the top of
+ the screen during the install. 800x58.
+* progress_first.png: First graphic displayed during package
+ installation. If there are no rnotes, this is displayed the entire
+ time. 500x325
+* progress_first-lowres.png: Lowres version of progress_first.png. 350x225
+* splash.png: Splash screen shown on the "Welcome to ..." screen.
+ 400x420
+* syslinux-splash.png: Splash screen used at the boot prompt with
+ syslinux/isolinux. This gets transformed into the syslinux specific
+ format. 640x300. This uses a 16 color palette (should be an indexed png).
+ You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000.
+ Alternately, you can use 12 colors and have them be any that you want.
+* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when
+ using the menu. It should be 640x480 RGB. Can just be a conversion
+ of the grub splash and work well.
diff --git a/openEuler-logos-1.0/anaconda/rnotes/en/banner1.jpg b/openEuler-logos-1.0/anaconda/rnotes/en/banner1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c64c576edfa9dbe5fc0fff369ddb65631e596000
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/rnotes/en/banner1.jpg differ
diff --git a/openEuler-logos-1.0/anaconda/rnotes/en/banner2.jpg b/openEuler-logos-1.0/anaconda/rnotes/en/banner2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d7cb55ac2aa30affbf6aabc9a876094aaccfc151
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/rnotes/en/banner2.jpg differ
diff --git a/openEuler-logos-1.0/anaconda/rnotes/en/banner3.jpg b/openEuler-logos-1.0/anaconda/rnotes/en/banner3.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..05ed75ad81fbcfd7da0e542c61f6c92091615f0b
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/rnotes/en/banner3.jpg differ
diff --git a/openEuler-logos-1.0/anaconda/splash.lss b/openEuler-logos-1.0/anaconda/splash.lss
new file mode 100644
index 0000000000000000000000000000000000000000..097d4e137a5c9832ee707205a7db7afb953ee014
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/splash.lss differ
diff --git a/openEuler-logos-1.0/anaconda/syslinux-splash.png b/openEuler-logos-1.0/anaconda/syslinux-splash.png
new file mode 100644
index 0000000000000000000000000000000000000000..9f3ceabb74a97a825f958699dcf0dbeca773ff0e
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/syslinux-splash.png differ
diff --git a/openEuler-logos-1.0/anaconda/theme/sidebar-bg.png b/openEuler-logos-1.0/anaconda/theme/sidebar-bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a32938beaf71a1f5f70316f84716e9ee861a261
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/theme/sidebar-bg.png differ
diff --git a/openEuler-logos-1.0/anaconda/theme/sidebar-logo.png b/openEuler-logos-1.0/anaconda/theme/sidebar-logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..0fb0d8825f9333671e5f2a94e761f42447834b6f
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/theme/sidebar-logo.png differ
diff --git a/openEuler-logos-1.0/anaconda/theme/topbar-bg.png b/openEuler-logos-1.0/anaconda/theme/topbar-bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..c46b0b80143bad7a2a6d9c1ecb9f14ccc05178d9
Binary files /dev/null and b/openEuler-logos-1.0/anaconda/theme/topbar-bg.png differ
diff --git a/openEuler-logos-1.0/backgrounds/10_org.gnome.desktop.background.default.gschema.override b/openEuler-logos-1.0/backgrounds/10_org.gnome.desktop.background.default.gschema.override
new file mode 100644
index 0000000000000000000000000000000000000000..bf2d4e6d42f8b0eff200cc89ea88d738ae34535a
--- /dev/null
+++ b/openEuler-logos-1.0/backgrounds/10_org.gnome.desktop.background.default.gschema.override
@@ -0,0 +1,3 @@
+[org.gnome.desktop.background]
+picture-uri='file:///usr/share/backgrounds/default.xml'
+
diff --git a/openEuler-logos-1.0/backgrounds/7lines-bottom.png b/openEuler-logos-1.0/backgrounds/7lines-bottom.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef6b2b4d4cea2cb8f0649e3de0bb811d5f5a7c3f
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/7lines-bottom.png differ
diff --git a/openEuler-logos-1.0/backgrounds/7lines-top.png b/openEuler-logos-1.0/backgrounds/7lines-top.png
new file mode 100644
index 0000000000000000000000000000000000000000..b30ef649acb437554dbefbe3a7f5146974065228
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/7lines-top.png differ
diff --git a/openEuler-logos-1.0/backgrounds/corporate_engraved_1800x1440.jpg b/openEuler-logos-1.0/backgrounds/corporate_engraved_1800x1440.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1bd0f14c87a94eb11d345f49b0e5e791c7fae1eb
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/corporate_engraved_1800x1440.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/corporate_engraved_2048x1536.jpg b/openEuler-logos-1.0/backgrounds/corporate_engraved_2048x1536.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5cc3ea22152b7901118e9798299786db4d7ef640
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/corporate_engraved_2048x1536.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1440.jpg b/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1440.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9c5109c24d6a554db4d58002739973aa71d8cac1
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1440.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1600.jpg b/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1600.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..05d38236a7d7cb4144cb279e7bcd9ee30a830f19
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/corporate_engraved_2560x1600.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/day.jpg b/openEuler-logos-1.0/backgrounds/day.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6c01d0931eee9c7ed841bbfe83e690a0a4d9af50
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/day.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/default.jpg b/openEuler-logos-1.0/backgrounds/default.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e11383d55ed27f5c21f9e562c3035ad4162968ad
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/default.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/default.png b/openEuler-logos-1.0/backgrounds/default.png
new file mode 100644
index 0000000000000000000000000000000000000000..cf9b27293ce1ced79c6265be65a15e41c2b0db1d
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/default.png differ
diff --git a/openEuler-logos-1.0/backgrounds/default.xml b/openEuler-logos-1.0/backgrounds/default.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ed047024f54af27579ef885edb4ef0943e40d195
--- /dev/null
+++ b/openEuler-logos-1.0/backgrounds/default.xml
@@ -0,0 +1,51 @@
+
+
+ 2012
+ 06
+ 4
+ 7
+ 00
+ 00
+
+
+
+
+
+
+3600.0
+/usr/share/backgrounds/morning.jpg
+
+
+
+
+18000.0
+/usr/share/backgrounds/morning.jpg
+/usr/share/backgrounds/day.jpg
+
+
+
+
+18000.0
+/usr/share/backgrounds/day.jpg
+
+
+
+
+21600.0
+/usr/share/backgrounds/day.jpg
+/usr/share/backgrounds/night.jpg
+
+
+
+
+18000.0
+/usr/share/backgrounds/night.jpg
+
+
+
+
+7200.0
+/usr/share/backgrounds/night.jpg
+/usr/share/backgrounds/morning.jpg
+
+
diff --git a/openEuler-logos-1.0/backgrounds/desktop-backgrounds-default.xml b/openEuler-logos-1.0/backgrounds/desktop-backgrounds-default.xml
new file mode 100644
index 0000000000000000000000000000000000000000..97db8500961353d77455d2cb29beebe3fc322f07
--- /dev/null
+++ b/openEuler-logos-1.0/backgrounds/desktop-backgrounds-default.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ openEuler Default Background
+ /usr/share/backgrounds/default.xml
+ zoom
+
+
diff --git a/openEuler-logos-1.0/backgrounds/dottexture_navy_1800x1440.jpg b/openEuler-logos-1.0/backgrounds/dottexture_navy_1800x1440.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..df08492a00a477af7617abc9895d36c3936be4b0
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/dottexture_navy_1800x1440.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/dottexture_navy_2048x1536.jpg b/openEuler-logos-1.0/backgrounds/dottexture_navy_2048x1536.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c9e0ff70e11097df18bce24749e1957755f68e9a
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/dottexture_navy_2048x1536.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1440.jpg b/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1440.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..21d459543c37df6773f436d1125a8e43bf2aeb8f
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1440.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1600.jpg b/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1600.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4791846420b631470f4dc31c31ae870bdc2f5d0f
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/dottexture_navy_2560x1600.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/morning.jpg b/openEuler-logos-1.0/backgrounds/morning.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..429bda556a03c7d6d422b91047ad1095c8c2eba5
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/morning.jpg differ
diff --git a/openEuler-logos-1.0/backgrounds/night.jpg b/openEuler-logos-1.0/backgrounds/night.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..979d2dbc13d49e07e2268bb25315dd90bbc70b66
Binary files /dev/null and b/openEuler-logos-1.0/backgrounds/night.jpg differ
diff --git a/openEuler-logos-1.0/icons/hicolor/16x16/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/16x16/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..d516ffb11e0a0d9c6a3c0b3a54406b0882e4b032
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/16x16/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/22x22/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/22x22/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..5705a95d30f2d1ed28e530d1824843a049ac09d8
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/22x22/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/24x24/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/24x24/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..c4f4f753a75019d1fdf556a72500dcd7a9f00e82
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/24x24/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/256x256/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/256x256/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..44d4af28471eaf793406eae4c41c48b66769d9ea
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/256x256/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/32x32/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/32x32/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..3688bff0cc89b953502d553bdb39b55e41c80489
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/32x32/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/36x36/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/36x36/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..c89734ee695723bef4a91ac447b581c7f5a6c22e
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/36x36/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/48x48/apps/anaconda.png b/openEuler-logos-1.0/icons/hicolor/48x48/apps/anaconda.png
new file mode 100644
index 0000000000000000000000000000000000000000..3cdda1d611fe34c8d2601b6c205b9e17ec07c8d7
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/48x48/apps/anaconda.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/48x48/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/48x48/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..ead4fa3e727352e044196673c4948be292b6430d
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/48x48/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/96x96/apps/system-logo-icon.png b/openEuler-logos-1.0/icons/hicolor/96x96/apps/system-logo-icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..b85d32903bb7af4a2b00a95f27a11cebe455863f
Binary files /dev/null and b/openEuler-logos-1.0/icons/hicolor/96x96/apps/system-logo-icon.png differ
diff --git a/openEuler-logos-1.0/icons/hicolor/scalable/apps/xfce4_xicon1.svg b/openEuler-logos-1.0/icons/hicolor/scalable/apps/xfce4_xicon1.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d8757c8f26b61046da0df8c3b0df5e689ab4c03e
--- /dev/null
+++ b/openEuler-logos-1.0/icons/hicolor/scalable/apps/xfce4_xicon1.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/openEuler-logos-1.0/pixmaps/poweredby.png b/openEuler-logos-1.0/pixmaps/poweredby.png
new file mode 100644
index 0000000000000000000000000000000000000000..d563262baa2de23401aac23dea377b74189e4f63
Binary files /dev/null and b/openEuler-logos-1.0/pixmaps/poweredby.png differ
diff --git a/openEuler-logos-1.0/pixmaps/system-logo-white.png b/openEuler-logos-1.0/pixmaps/system-logo-white.png
new file mode 100644
index 0000000000000000000000000000000000000000..6d653f1c001cd1ba38af8b0e0c217458c8e43255
Binary files /dev/null and b/openEuler-logos-1.0/pixmaps/system-logo-white.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0001.png b/openEuler-logos-1.0/plymouth/charge/animation-0001.png
new file mode 100644
index 0000000000000000000000000000000000000000..8239bb1fa96734ab0f83df9abe7b5851424222f1
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0001.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0002.png b/openEuler-logos-1.0/plymouth/charge/animation-0002.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b8cd0c73df23937ece57398fd6188d1b7a9385e
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0002.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0003.png b/openEuler-logos-1.0/plymouth/charge/animation-0003.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba4e0982a7d2b206125d6a631063798e083fb703
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0003.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0004.png b/openEuler-logos-1.0/plymouth/charge/animation-0004.png
new file mode 100644
index 0000000000000000000000000000000000000000..6fd95c241a91fde5346c5e727c6ae33502b88f34
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0004.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0005.png b/openEuler-logos-1.0/plymouth/charge/animation-0005.png
new file mode 100644
index 0000000000000000000000000000000000000000..d5bc0c587eea84ded72fb75021248f4160a8f24a
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0005.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0006.png b/openEuler-logos-1.0/plymouth/charge/animation-0006.png
new file mode 100644
index 0000000000000000000000000000000000000000..a97230c711597b62a86cc5484b5dd2c18edc3c4b
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0006.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0007.png b/openEuler-logos-1.0/plymouth/charge/animation-0007.png
new file mode 100644
index 0000000000000000000000000000000000000000..117537740c02eb20f956615fba84f9e50a78b2c3
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0007.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0008.png b/openEuler-logos-1.0/plymouth/charge/animation-0008.png
new file mode 100644
index 0000000000000000000000000000000000000000..646b3156cfdd0b098b50055dbc117e80331ca88a
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0008.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0009.png b/openEuler-logos-1.0/plymouth/charge/animation-0009.png
new file mode 100644
index 0000000000000000000000000000000000000000..15142598e640e365dfb7bede8e2f1e5ba44cf2f0
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0009.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0010.png b/openEuler-logos-1.0/plymouth/charge/animation-0010.png
new file mode 100644
index 0000000000000000000000000000000000000000..9b7a4891acfa7e9334ef8c4b2f423aacb8504411
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0010.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0011.png b/openEuler-logos-1.0/plymouth/charge/animation-0011.png
new file mode 100644
index 0000000000000000000000000000000000000000..88ed5589b8b3a916896ebdc7ef1c103dff12828f
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0011.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0012.png b/openEuler-logos-1.0/plymouth/charge/animation-0012.png
new file mode 100644
index 0000000000000000000000000000000000000000..addf88d2b88055d4fdcdd74f09f38e40d21c8b45
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0012.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0013.png b/openEuler-logos-1.0/plymouth/charge/animation-0013.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f8a436dcc2fb79170b2215190db053fb2ea6cd1
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0013.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0014.png b/openEuler-logos-1.0/plymouth/charge/animation-0014.png
new file mode 100644
index 0000000000000000000000000000000000000000..6786da1531e0cc77b1c502ae064ffd8a1b6232a8
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0014.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0015.png b/openEuler-logos-1.0/plymouth/charge/animation-0015.png
new file mode 100644
index 0000000000000000000000000000000000000000..8d8efecaef5c6bfababb4c264be8d931ca4b57bf
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0015.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0016.png b/openEuler-logos-1.0/plymouth/charge/animation-0016.png
new file mode 100644
index 0000000000000000000000000000000000000000..84cc3e4970c6153d26e0f168290c3cabf5258eb6
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0016.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0017.png b/openEuler-logos-1.0/plymouth/charge/animation-0017.png
new file mode 100644
index 0000000000000000000000000000000000000000..f0ef472de4ccc67cf30aec644870d3d0fa7e9453
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0017.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0018.png b/openEuler-logos-1.0/plymouth/charge/animation-0018.png
new file mode 100644
index 0000000000000000000000000000000000000000..43ee7f53c8d47d8a8ff59159e6bfc4de553ee9ee
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0018.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0019.png b/openEuler-logos-1.0/plymouth/charge/animation-0019.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba29969b152af0929fcdcb08c9c9f7a236c0ec44
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0019.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0020.png b/openEuler-logos-1.0/plymouth/charge/animation-0020.png
new file mode 100644
index 0000000000000000000000000000000000000000..e4008b804044a6345cbb9af2b95e8c436ac590fb
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0020.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0021.png b/openEuler-logos-1.0/plymouth/charge/animation-0021.png
new file mode 100644
index 0000000000000000000000000000000000000000..68c9243f433a5c29ab2359ee132f2a5166c45e89
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0021.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0022.png b/openEuler-logos-1.0/plymouth/charge/animation-0022.png
new file mode 100644
index 0000000000000000000000000000000000000000..2731529c9b6136eb6b2f771895c2a461451286a5
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0022.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0023.png b/openEuler-logos-1.0/plymouth/charge/animation-0023.png
new file mode 100644
index 0000000000000000000000000000000000000000..c015c2293022b3d3f42d373c62b9b8ea513996bd
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0023.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0024.png b/openEuler-logos-1.0/plymouth/charge/animation-0024.png
new file mode 100644
index 0000000000000000000000000000000000000000..8fa6cee9f18ff6f45091790bc6e6dca084c33c72
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0024.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0025.png b/openEuler-logos-1.0/plymouth/charge/animation-0025.png
new file mode 100644
index 0000000000000000000000000000000000000000..6c98c80dcbf308a6a555743e7fdffba10a02d25c
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0025.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0026.png b/openEuler-logos-1.0/plymouth/charge/animation-0026.png
new file mode 100644
index 0000000000000000000000000000000000000000..055d0d54de9a37e2e44b295c4b1e0cb690020ecf
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0026.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0027.png b/openEuler-logos-1.0/plymouth/charge/animation-0027.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b1115e243ddfc3db42b81b0d3c3d09ba5d840fe
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0027.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0028.png b/openEuler-logos-1.0/plymouth/charge/animation-0028.png
new file mode 100644
index 0000000000000000000000000000000000000000..699d28e90c803fca988bb618807ff89cc307766d
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0028.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0029.png b/openEuler-logos-1.0/plymouth/charge/animation-0029.png
new file mode 100644
index 0000000000000000000000000000000000000000..92523fda454e897644c60e25f0c85a43a905e028
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0029.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0030.png b/openEuler-logos-1.0/plymouth/charge/animation-0030.png
new file mode 100644
index 0000000000000000000000000000000000000000..7600e9bb921bbeef002732908c02e306a57a88d7
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0030.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0031.png b/openEuler-logos-1.0/plymouth/charge/animation-0031.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e1bc8f635596630656ffd9547726d3bab1bb5d2
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0031.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0032.png b/openEuler-logos-1.0/plymouth/charge/animation-0032.png
new file mode 100644
index 0000000000000000000000000000000000000000..03a5be1404e1d115ccb1a7c47db18624c4bbc606
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0032.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0033.png b/openEuler-logos-1.0/plymouth/charge/animation-0033.png
new file mode 100644
index 0000000000000000000000000000000000000000..b84dcdb40733bd70e66d63c9f05617c7e3cdb4e1
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0033.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0034.png b/openEuler-logos-1.0/plymouth/charge/animation-0034.png
new file mode 100644
index 0000000000000000000000000000000000000000..664d52bdfe815696b6986c1d715373b8005063ae
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0034.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0035.png b/openEuler-logos-1.0/plymouth/charge/animation-0035.png
new file mode 100644
index 0000000000000000000000000000000000000000..183dd0ff61a420f4e2394fea3d541e87e68b4e41
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0035.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/animation-0036.png b/openEuler-logos-1.0/plymouth/charge/animation-0036.png
new file mode 100644
index 0000000000000000000000000000000000000000..cb6eb2d69f10f61cfef8e344554c75c220759dff
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/animation-0036.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/background-tile.png b/openEuler-logos-1.0/plymouth/charge/background-tile.png
new file mode 100644
index 0000000000000000000000000000000000000000..1626a6dc4d68d983abec669441f3effce37f1774
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/background-tile.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0001.png b/openEuler-logos-1.0/plymouth/charge/throbber-0001.png
new file mode 100644
index 0000000000000000000000000000000000000000..e33d03d09f3647f357a2d2f2b63b1adfbbb18bc1
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0001.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0002.png b/openEuler-logos-1.0/plymouth/charge/throbber-0002.png
new file mode 100644
index 0000000000000000000000000000000000000000..325bae318c7504a65ae7d01f324465e67eede8d5
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0002.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0003.png b/openEuler-logos-1.0/plymouth/charge/throbber-0003.png
new file mode 100644
index 0000000000000000000000000000000000000000..30f79cddcd52e351c15626b2d495807f1076a707
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0003.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0004.png b/openEuler-logos-1.0/plymouth/charge/throbber-0004.png
new file mode 100644
index 0000000000000000000000000000000000000000..a1a77256b538b3e3a11a96cae2cecfc5097df6eb
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0004.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0005.png b/openEuler-logos-1.0/plymouth/charge/throbber-0005.png
new file mode 100644
index 0000000000000000000000000000000000000000..a36596a85318ab01ff085aab095833aae921e212
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0005.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0006.png b/openEuler-logos-1.0/plymouth/charge/throbber-0006.png
new file mode 100644
index 0000000000000000000000000000000000000000..5db40e69c72565e7dcb25a105c49ea11f850e457
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0006.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0007.png b/openEuler-logos-1.0/plymouth/charge/throbber-0007.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a8033900193e13e78fa9cabb90544aa544167bc
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0007.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0008.png b/openEuler-logos-1.0/plymouth/charge/throbber-0008.png
new file mode 100644
index 0000000000000000000000000000000000000000..9df0bbb0f92609dfb669a3e6f7f7b245390cb97a
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0008.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0009.png b/openEuler-logos-1.0/plymouth/charge/throbber-0009.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e1579d1f4b7d5b6b0a1729c71c7518520adb430
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0009.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0010.png b/openEuler-logos-1.0/plymouth/charge/throbber-0010.png
new file mode 100644
index 0000000000000000000000000000000000000000..d8e3906e32ce9313b05e218aeeb92a88cd2b9301
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0010.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0011.png b/openEuler-logos-1.0/plymouth/charge/throbber-0011.png
new file mode 100644
index 0000000000000000000000000000000000000000..2b3cc764ba833b697e1b48cb72adc79c23246ee8
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0011.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/throbber-0012.png b/openEuler-logos-1.0/plymouth/charge/throbber-0012.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6f8518ed11b35d128c023c6b705779840336ee2
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/throbber-0012.png differ
diff --git a/openEuler-logos-1.0/plymouth/charge/watermark.png b/openEuler-logos-1.0/plymouth/charge/watermark.png
new file mode 100644
index 0000000000000000000000000000000000000000..7c14ec3a2b8d79c98980d57b4942567f7d50baab
Binary files /dev/null and b/openEuler-logos-1.0/plymouth/charge/watermark.png differ
diff --git a/openEuler-logos.spec b/openEuler-logos.spec
new file mode 100644
index 0000000000000000000000000000000000000000..30f447b5317ba9baa233919757885376a113cf86
--- /dev/null
+++ b/openEuler-logos.spec
@@ -0,0 +1,126 @@
+%global codename verne
+
+Name: openEuler-logos
+Version: 1.0
+Release: 6
+Summary: openEuler-related icons and pictures
+License: Licensed only for approved usage, see COPYING for details.
+Source0: openEuler-logos-%{version}.tar.xz
+BuildArch: noarch
+BuildRequires: hardlink
+Requires(post): coreutils
+
+Provides: gnome-logos = %{version}-%{release} system-logos = %{version}-%{release}
+Provides: openEuler-logos = %{version}-%{release}
+# We carry the GSettings schema override, tell that to gnome-desktop3
+Provides: system-backgrounds-gnome
+
+%description
+The openEuler-logos package (the "Package") contains files created by the
+openEuler Project.
+
+%prep
+%setup -q
+
+%build
+
+%install
+
+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/backgrounds/
+for i in backgrounds/*.jpg backgrounds/*.png backgrounds/default.xml; do
+ install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/
+done
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
+install -p -m 644 backgrounds/10_org.gnome.desktop.background.default.gschema.override $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/
+install -p -m 644 backgrounds/desktop-backgrounds-default.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
+for i in pixmaps/* ; do
+ install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/pixmaps
+done
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+for i in plymouth/charge/* ; do
+ install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+done
+
+for size in 16x16 22x22 24x24 32x32 36x36 48x48 96x96 256x256 ; do
+ install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
+ for i in icons/hicolor/$size/apps/* ; do
+ install -p -m 644 ${i} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
+ done
+done
+
+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
+install -p -m 644 icons/hicolor/scalable/apps/xfce4_xicon1.svg $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps
+
+(cd anaconda; make DESTDIR=$RPM_BUILD_ROOT install)
+
+# save some dup'd icons
+/usr/sbin/hardlink -v %{buildroot}/
+
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor || :
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+%files
+%license COPYING
+%{_datadir}/backgrounds/*
+%{_datadir}/glib-2.0/schemas/*.override
+%{_datadir}/gnome-background-properties/*.xml
+%{_datadir}/plymouth/themes/charge/*
+%{_datadir}/pixmaps/*
+%{_datadir}/anaconda/boot/*
+%{_datadir}/anaconda/pixmaps/rnotes/*
+%{_datadir}/anaconda/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/*
+
+%changelog
+* Mon Dec 30 2019 openEuler Buildteam - 1.0-6
+- Type:bugfix
+- ID:NA
+- SUG:NA
+- DESC:optimization the spec
+
+* Wed Dec 25 2019 openEuler Buildteam - 1.0-5
+- Type:bugfix
+- ID:NA
+- SUG:NA
+- DESC:bugfix in specs
+
+* Mon Dec 23 2019 openEuler Buildteam - 1.0-4
+- Type:bugfix
+- ID:NA
+- SUG:NA
+- DESC:delete the provides
+
+* Tue Sep 24 2019 openEuler Buildteam - 1.0-3
+- Type:enhancement
+- ID:NA
+- SUG:NA
+- DESC:update the files of rpm
+
+* Wed Sep 11 2019 openEuler Buildteam - 1.0-2
+- Type:enhancement
+- ID:NA
+- SUG:NA
+- DESC:update install openEuler logo
+
+* Thu Aug 15 2019 openEuler Buildteam - 1.0-1
+- Package init
+
+