Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
ec6e4c89
Commit
ec6e4c89
authored
Aug 30, 2016
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some things in branding
- Set yellow labels for gfxboot - Use predefined boot.png with logo for grub - Set bright color for menubar in grub
parent
8fc9efea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
8 deletions
+15
-8
Makefile.in
Makefile.in
+5
-3
branding.spec
branding.spec
+6
-1
components.mk
components.mk
+2
-2
gfxboot.cfg.in
components/bootloader/gfxboot.cfg.in
+2
-2
No files found.
Makefile.in
View file @
ec6e4c89
...
...
@@ -12,11 +12,13 @@ all:
cp
-al
images/wallpaper.png
graphics/backgrounds/default.png
cp
-al
images/wallpaper.png
graphics/backgrounds/xdm.png
# make wallpapers for gfxboot and grub2
convert
images/background4x3.png
-resize
800x600
images/small.png
#
convert images/background4x3.png -resize 800x600 images/small.png
# display status
convert
images/small.png
images/product-logo.png
-geometry
+30+30
-composite
images/grub.png
#cp -al images/grub.png images/boot.png
# convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
# cp -al images/grub.png images/boot.png
# use predefined image 800x600 with logo
cp
-al
images/boot.png
images/grub.png
# product logo for ahttpd
cp
-al
images/product-logo.png
components/ahttpd/images/product-logo.png
# product logo for indexhtml
...
...
branding.spec
View file @
ec6e4c89
...
...
@@ -16,7 +16,7 @@
Name: branding-%brand-%theme
Version: 8.0
Release: alt0.
2
.M80P.1
Release: alt0.
3
.M80P.1
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-google-droid-sans
...
...
@@ -511,6 +511,11 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
#config %_localstatedir/ldm/.pam_environment
%changelog
* Tue Aug 30 2016 Andrey Cherepanov <cas@altlinux.org> 8.0-alt0.3.M80P.1
- Set yellow labels for gfxboot
- Use predefined boot.png with logo for grub
- Set bright color for menubar in grub
* Fri Aug 26 2016 Andrey Cherepanov <cas@altlinux.org> 8.0-alt0.2.M80P.1
- Do not require polkit-gnome
- Set SimpleSL icon theme in XFCE settings
...
...
components.mk
View file @
ec6e4c89
...
...
@@ -56,10 +56,10 @@ boot: boot-images
#install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
install -m644 components/bootloader/bootlogo $(datadir)/gfxboot/$(THEME)
#grub2
convert -size 16x16 -define png:color-type=2 -depth 8 xc:'#
0c2c6c
' components/grub2/selected_blob_c.png
convert -size 16x16 -define png:color-type=2 -depth 8 xc:'#
268BD2
' components/grub2/selected_blob_c.png
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
cp -a components/grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
install -m 644 images/
grub
.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
install -m 644 images/
boot
.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
install -m 644 images/boot.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
# index html page, start page for all local browsers
...
...
components/bootloader/gfxboot.cfg.in
View file @
ec6e4c89
...
...
@@ -44,7 +44,7 @@ mainmenu.normal.fg=0xb6c1cd
mainmenu.selected.fg=0xffffff
; boot option colors
bootopt.label.fg=0xffffff
bootopt.text.fg=0xf
fffff
bootopt.text.fg=0xf
8e97c
; progress bar color
progress.bar.color=0x@MIDDLE_COLOR_HEX@
; menu colors
...
...
@@ -66,7 +66,7 @@ help.highlight.fg=0x@DARK_COLOR_HEX@
; panel colors
panel.fg=0x000000
panel.title.fg=0xffffff
panel.normal.fg=0xf
1f1ff
panel.normal.fg=0xf
8e97c
panel.f-key.fg=0xf8e97c
; default keymap (e.g. de_DE, czech)
keymap=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment