5.0.0-alt1
- Fork from branding-altlinux-lite
1
.gear/rules
Normal file
@ -0,0 +1 @@
|
||||
tar: branding-simply-linux
|
23
branding-simply-linux/Makefile.in
Normal file
@ -0,0 +1,23 @@
|
||||
all:
|
||||
cp -a /usr/src/design-bootloader-source ./
|
||||
cp -a bootloader/config design-bootloader-source/
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
convert images/boot.jpg -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot.jpg
|
||||
convert images/boot.jpg -resize 800x600 -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot-800x600.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
|
||||
# cp -al boot.jpg bootsplash/images/silent-1024x768.jpg
|
||||
# convert -resize '800x600!' bootsplash/images/silent-1024x768.jpg bootsplash/images/silent-800x600.jpg
|
||||
# convert -resize '640x480!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-640x480.jpg
|
||||
# background
|
||||
convert images/background.png -gravity northeast -pointsize 30 -annotate 0 '@STATUS@' background.png
|
||||
cp -al background.png graphics/backgrounds/default.png
|
||||
cp -al background.png graphics/backgrounds/xdm.png
|
||||
convert -resize '800x600!' background.png alterator/design/bg.png
|
||||
# console background
|
||||
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
|
||||
convert -resize '640x480!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
|
||||
# logo for web alterator
|
||||
cp images/logo.png alterator/images/
|
2
branding-simply-linux/alterator/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
all:
|
||||
rcc-qt4 -binary theme.qrc -o theme.rcc
|
BIN
branding-simply-linux/alterator/design/backward.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
4
branding-simply-linux/alterator/design/design.ini.in
Normal file
@ -0,0 +1,4 @@
|
||||
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
||||
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
||||
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
|
||||
|
34
branding-simply-linux/alterator/design/design.qss
Normal file
@ -0,0 +1,34 @@
|
||||
/* Customize any plain widget that is a child of a QMainWindow. */
|
||||
.AWizardFace {
|
||||
border-style: none;
|
||||
background-image: url(:/design/bg.png);
|
||||
background-position: bottom right;
|
||||
background-repeat: no-repeat
|
||||
}
|
||||
|
||||
.ACenterFace {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.ACenterFace #modules_view {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Nice WindowsXP-style password character for password line edits. */
|
||||
QLineEdit[echoMode="2"] {
|
||||
lineedit-password-character: 9679;
|
||||
}
|
||||
|
||||
|
||||
/* Customize tooltips. */
|
||||
QToolTip {
|
||||
background-color: rgb(200,200,255);
|
||||
border-color: darkslategray;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 3px;
|
||||
font: bold;
|
||||
border-radius: 3px;
|
||||
opacity: 200;
|
||||
}
|
||||
|
BIN
branding-simply-linux/alterator/design/forward.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
branding-simply-linux/alterator/images/bg.jpg
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
branding-simply-linux/alterator/images/dateedit.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
branding-simply-linux/alterator/images/gradient-menu.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
branding-simply-linux/alterator/images/gradient-top.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
branding-simply-linux/alterator/images/gradient.png
Normal file
After Width: | Height: | Size: 229 B |
BIN
branding-simply-linux/alterator/images/groups/datetime.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
branding-simply-linux/alterator/images/groups/mail.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
branding-simply-linux/alterator/images/groups/network.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
branding-simply-linux/alterator/images/groups/pkg.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
branding-simply-linux/alterator/images/groups/servers.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
branding-simply-linux/alterator/images/groups/system.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
branding-simply-linux/alterator/images/groups/users.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
branding-simply-linux/alterator/images/groups/xorg.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
branding-simply-linux/alterator/images/help.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
branding-simply-linux/alterator/images/off.png
Normal file
After Width: | Height: | Size: 305 B |
BIN
branding-simply-linux/alterator/images/on.png
Normal file
After Width: | Height: | Size: 384 B |
BIN
branding-simply-linux/alterator/images/reqfield.gif
Normal file
After Width: | Height: | Size: 90 B |
BIN
branding-simply-linux/alterator/images/steps/datetime.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 4.9 KiB |
BIN
branding-simply-linux/alterator/images/steps/lilo.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
branding-simply-linux/alterator/images/steps/net-eth.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
branding-simply-linux/alterator/images/steps/notes-license.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 7.2 KiB |
BIN
branding-simply-linux/alterator/images/steps/pkg-groups.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
branding-simply-linux/alterator/images/steps/root.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
branding-simply-linux/alterator/images/steps/sysconfig-kbd.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 6.4 KiB |
BIN
branding-simply-linux/alterator/images/steps/timezone.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
branding-simply-linux/alterator/images/steps/users.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
branding-simply-linux/alterator/images/steps/vm.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
branding-simply-linux/alterator/images/steps/x11.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
173
branding-simply-linux/alterator/styles/alterator.css
Normal file
@ -0,0 +1,173 @@
|
||||
body {
|
||||
background-color: #cdcdcd;/*#92b2b8;/*#67999a;/*#c0dbdb;*/
|
||||
color: #178093;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #178093;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 9pt;
|
||||
border-color: #178093;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0px 7px 3px 0px;
|
||||
}
|
||||
|
||||
tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #5ac;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea, select, input.text {
|
||||
border: 1px solid #178093;
|
||||
font-size: 8pt;
|
||||
margin: 1px 3px 1px 0px;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: #cdcdcd;
|
||||
color: #178093;
|
||||
border: 1px solid #178093;
|
||||
cursor: pointer;
|
||||
font-size: 9pt;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background-color: #94c4cd;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
background-color: #FFCACA;
|
||||
border: 1px solid #FF6060;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.info-name {
|
||||
font-size: 18pt;
|
||||
border-bottom: 2px solid #178093;
|
||||
}
|
||||
|
||||
.info-description {
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.frame-table {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.frame-table td, .frame-table th {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
padding: 1px 1px 3px 3px;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #6e6e6e;
|
||||
}
|
||||
|
||||
.alterator-progress {
|
||||
border: 1px solid #178093;
|
||||
height: 20px;
|
||||
width: 200px;
|
||||
padding: 2px;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.alterator-progress div {
|
||||
background-color: #178093;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.year {
|
||||
font-weight: bold;
|
||||
background-color: #baeaea;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.today {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: pink;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: #baeaea;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day:hover {
|
||||
background-color: #178093;
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: #baeaea;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar td {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.alterator-dateedit-button {
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
background: url(/design/images/dateedit.png) no-repeat;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
table.alterator-listbox {
|
||||
border: solid 1px;
|
||||
}
|
||||
|
||||
table.alterator-listbox th {
|
||||
background-color: #cdcdcd;
|
||||
font-weight: bold;
|
||||
border: solid 1px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
table.alterator-listbox td {
|
||||
background: #ffffff;
|
||||
border-left: solid 1px;
|
||||
border-right: solid 1px;
|
||||
padding: 3px;
|
||||
}
|
8
branding-simply-linux/alterator/styles/card-index.css
Normal file
@ -0,0 +1,8 @@
|
||||
.selector-actions {
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.selector-chooser {
|
||||
width: 100%;
|
||||
}
|
188
branding-simply-linux/alterator/styles/menu.css
Normal file
@ -0,0 +1,188 @@
|
||||
/* c0dbdb */
|
||||
|
||||
#logo-td {
|
||||
border-left: none;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
text-align:left;
|
||||
/* background: #fff;*/
|
||||
padding-top: 10px;
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
width: 275px;
|
||||
-moz-border-radius-topleft: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em;
|
||||
-moz-border-radius-bottomleft: 1em;
|
||||
-webkit-border-radius-bottomleft: 1em;
|
||||
-khtml-border-radius-bottomleft: 1em;
|
||||
border-radius-bottomleft: 1em;
|
||||
}
|
||||
|
||||
#logo-td img {
|
||||
background: url(/design/images/logo.png) no-repeat;
|
||||
width: 275px; /*325*/
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#help-td {
|
||||
/*border-left: none;*/
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-top: 10px;
|
||||
width: 20px;
|
||||
text-align:left;
|
||||
color: #fff;
|
||||
/* border-bottom: 1px solid #056560;;*/
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
/* -moz-border-radius-topleft: 1em;
|
||||
-moz-border-radius-topright: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em; */
|
||||
}
|
||||
|
||||
#locale-td {
|
||||
/* border-left: none; */
|
||||
padding-left: 10px;
|
||||
padding-top: 10px;
|
||||
color: #fff;
|
||||
padding-right: 10px;
|
||||
text-align:center;
|
||||
width: 100px;
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
/* border-left: 1px solid #056560;;
|
||||
border-right: 1px solid #056560;;
|
||||
border-bottom: 1px solid #056560;; */
|
||||
-moz-border-radius-topright: 1em;
|
||||
-webkit-border-radius-topright: 1em;
|
||||
-khtml-border-radius-topright: 1em;
|
||||
border-radius-topright: 1em;
|
||||
}
|
||||
|
||||
#hostinfo-td {
|
||||
/* border-left: 1px solid #056560;;
|
||||
border-top: 1px solid #056560;;
|
||||
border-right: 1px solid #056560;; */
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
/* -moz-border-radius-topleft: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em;
|
||||
*/
|
||||
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-top: 10px;
|
||||
text-align: left;
|
||||
|
||||
color: #fff; /*#0574B2;*/
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
font-size:large;
|
||||
}
|
||||
|
||||
.expanded {
|
||||
/* padding-left: 40px;*/
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* main menu */
|
||||
|
||||
#menu-td {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
#main {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
|
||||
#main-td {
|
||||
/* padding: 10px 20px;*/
|
||||
/* background-color: #baeaea;*/
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
/*border: 1px solid #056560;;*/
|
||||
-moz-border-radius-bottomright: 1em;
|
||||
-webkit-border-radius-bottomright: 1em;
|
||||
-khtml-border-radius-bottomright: 1em;
|
||||
border-radius-bottomright: 1em;
|
||||
-moz-border-radius-bottomleft: 1em;
|
||||
-webkit-border-radius-bottomleft: 1em;
|
||||
-khtml-border-radius-bottomleft: 1em;
|
||||
border-radius-bottomleft: 1em;
|
||||
}
|
||||
|
||||
.menu-item-normal a {
|
||||
font-weight: normal;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu-item-selected a {
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.menu-group-name {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
/*background-color:#baeaea;*/
|
||||
padding-top: 3px;
|
||||
background: url(/design/images/gradient.png) 0% 0% repeat-x;
|
||||
font-weight: bold;
|
||||
-moz-border-radius-topright: 1em;
|
||||
-webkit-border-radius-topright: 1em;
|
||||
-khtml-border-radius-topright: 1em;
|
||||
border-radius-topright: 1em;
|
||||
-moz-border-radius-topleft: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em;
|
||||
}
|
||||
|
||||
.menu-group {
|
||||
padding-bottom: 5px;
|
||||
/*width:250px;*/
|
||||
/* padding-right: 5px;*/
|
||||
padding-top: 5px;
|
||||
border-collapse: collapse;
|
||||
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
|
||||
/* border-bottom: 1px solid #056560;;
|
||||
border-left: 1px solid #056560;;
|
||||
border-right: 1px solid #056560;; */
|
||||
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomright: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomright: 1em; /* Konqueror */
|
||||
border-radius-bottomright: 1em; /* CSS3 */
|
||||
-moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
|
||||
border-radius-bottomleft: 1em; /* CSS3 */
|
||||
}
|
||||
|
||||
#help-popup {
|
||||
padding-left: 10px;
|
||||
width: 95%;
|
||||
background-color: #EEF2F5;
|
||||
/* padding-right: 5px;
|
||||
padding-top: 10px;*/
|
||||
}
|
||||
|
||||
.hresizeable {
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
background:#cdcdcd url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.hresizeable:hover {
|
||||
background-color: #178093;
|
||||
}
|
9
branding-simply-linux/alterator/theme.qrc
Normal file
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>design/bg.png</file>
|
||||
<file>design/design.qss</file>
|
||||
<file>design/design.ini</file>
|
||||
<file>design/forward.png</file>
|
||||
<file>design/backward.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
2
branding-simply-linux/bootloader/config.in
Normal file
@ -0,0 +1,2 @@
|
||||
product=@NAME@ @VERSION@ @STATUS@
|
||||
based_on=ALT Linux Sisyphus
|
152
branding-simply-linux/bootloader/gfxboot.cfg.in
Normal file
@ -0,0 +1,152 @@
|
||||
; Sections are read in the order given in base::layout, with section 'base'
|
||||
; implicitly added at the end. If a config value is given more than once,
|
||||
; the first entry wins.
|
||||
;
|
||||
; If a screen resolution can't be set, 640x480 is used as fallback (and
|
||||
; section '640x480' added to the layout list).
|
||||
;
|
||||
; If the penguin screen is active, section 'penguin' is automatically added
|
||||
; to the layout list.
|
||||
;
|
||||
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
|
||||
;
|
||||
|
||||
[base]
|
||||
; theme name
|
||||
theme=slinux
|
||||
; other sections to read
|
||||
layout=800x600,install
|
||||
; penguin theme likelihood (in percent, -1 = auto)
|
||||
penguin=0
|
||||
; activate speech output
|
||||
talk=0
|
||||
; sound volume (0..100)
|
||||
volume=70
|
||||
; menu background transparency (0..255)
|
||||
menu.transparency=0x20
|
||||
; default font
|
||||
font.normal=16x16.fnt
|
||||
; main menu font
|
||||
font.large=16x16.fnt
|
||||
; background image
|
||||
background=back.jpg
|
||||
; max. visible main menu items
|
||||
mainmenu.entries=8
|
||||
; minimal main menu selection bar width
|
||||
mainmenu.bar.minwidth=300
|
||||
; main menu selection bar transparency (0..255)
|
||||
mainmenu.bar.transparency=200
|
||||
; main menu colors
|
||||
mainmenu.bar.color=0xf6f6f6
|
||||
mainmenu.normal.fg=0xf6f6f6
|
||||
mainmenu.selected.fg=0xffffff
|
||||
; boot option colors
|
||||
bootopt.label.fg=0xf6f6f6
|
||||
bootopt.text.fg=0xf6f6f6
|
||||
; progress bar color
|
||||
progress.bar.color=0x@PROGRESS_COLOR@
|
||||
; menu colors
|
||||
menu.normal.bg=0x94ddee
|
||||
menu.normal.fg=0xffffff
|
||||
menu.selected.bg=0x6c6c6c
|
||||
menu.selected.fg=0xffffff
|
||||
; window colors
|
||||
window.bg=0x94ddee
|
||||
window.fg=0x000000
|
||||
window.title.bg=0x@TITLE_COLOR@
|
||||
window.title.fg=0xffffff
|
||||
window.title.error.bg=0xc00000
|
||||
; help system colors
|
||||
help.link.fg=0x0000a0
|
||||
help.link.selected.fg=0x94ddee
|
||||
help.link.selected.bg=0x0000a0
|
||||
help.highlight.fg=0x009000
|
||||
; panel colors
|
||||
panel.fg=0xf6f6f6
|
||||
panel.title.fg=0xffffff
|
||||
panel.f-key.fg=0xffe050
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
[800x600]
|
||||
; screen size
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=253,170
|
||||
; boot option input field position
|
||||
bootopt.pos=263,480
|
||||
|
||||
[640x480]
|
||||
; screen size
|
||||
screen.size=640,480
|
||||
; upper left corner
|
||||
mainmenu.pos=130,122
|
||||
; boot option input field position
|
||||
bootopt.pos=263,380
|
||||
|
||||
|
||||
[install]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=1
|
||||
; main menu item shown only if iso is tagged for media check
|
||||
mediacheck=mediachk
|
||||
; main menu items where user can't add boot options
|
||||
nobootoptions=harddisk,memtest
|
||||
; main menu items that are not passed an 'install' parameter
|
||||
noinstallopt=harddisk,firmware,memtest
|
||||
; default install method (one of: cdrom, slp, ftp, http, nfs, smb, hd; default: cdrom)
|
||||
install=
|
||||
; default repo location
|
||||
install.http.server=
|
||||
install.http.path=
|
||||
install.nfs.server=
|
||||
install.nfs.path=
|
||||
install.ftp.server=
|
||||
install.ftp.path=
|
||||
install.ftp.user=
|
||||
install.ftp.password=
|
||||
install.smb.server=
|
||||
install.smb.share=
|
||||
install.smb.path=
|
||||
install.smb.domain=
|
||||
install.smb.user=
|
||||
install.smb.password=
|
||||
install.hd.device=
|
||||
install.hd.path=
|
||||
; default driver update (one of: yes, no, file, url; default: no)
|
||||
dud=
|
||||
; if 'dud=file': file name on DVD
|
||||
dud.file=
|
||||
; if 'dud=url': URL
|
||||
dud.url=
|
||||
; if 'dud=url': menu item name (default = 'URL')
|
||||
dud.url.name=
|
||||
; serial line setup (up to four lines)
|
||||
; format: port,baud,dev
|
||||
; - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8)
|
||||
; - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600)
|
||||
; - dev: linux device name (e.g. ttyS0)
|
||||
; - all lines are set up with 8 bits, no parity, 1 stop bit
|
||||
; - if the bootloader also has a serial line setup, the port is
|
||||
; automatically used
|
||||
serial.line0=0,0,ttyS0
|
||||
serial.line1=1,0,ttyS1
|
||||
serial.line2=
|
||||
serial.line3=
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
||||
[boot]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=1
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
BIN
branding-simply-linux/bootsplash/animations/penguin.mng
Normal file
@ -0,0 +1,40 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# Simply linux, resolution 1024x768.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
# modified by Denis Koryavov <dkoryavov@yandex.ru>
|
||||
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=780
|
||||
th=550
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1024x768.jpg
|
||||
|
||||
box silent noover 300 440 710 440 #69696760
|
||||
box silent noover 300 440 710 447 #CCCDCC60
|
||||
box silent noover 300 447 710 457 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 300 457 710 448 #CBCBCC60
|
||||
|
||||
box silent inter 301 441 301 447 #94ddee
|
||||
box silent 301 441 709 447 #94ddee
|
||||
box silent inter 301 447 301 457 #23b8dc
|
||||
box silent 301 447 709 457 #23b8dc
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -0,0 +1,40 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# Simply linux, resolution 1280x1280.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
# modified by Denis Koryavov <dkoryavov@yandex.ru>
|
||||
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=1250
|
||||
th=975
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x1024.jpg
|
||||
|
||||
box silent noover 375 550 888 550 #69696760
|
||||
box silent noover 375 550 888 559 #CCCDCC60
|
||||
box silent noover 375 559 888 572 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 375 572 888 448 #CBCBCC60
|
||||
|
||||
box silent inter 376 551 376 559 #94ddee
|
||||
box silent 376 551 887 559 #94ddee
|
||||
box silent inter 376 559 376 572 #23b8dc
|
||||
box silent 376 559 887 572 #23b8dc
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -0,0 +1,40 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# Simply linux, resolution 1280x800.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
# modified by Denis Koryavov <dkoryavov@yandex.ru>
|
||||
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=950
|
||||
th=750
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x800.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x800.jpg
|
||||
|
||||
box silent noover 420 458 833 458 #69696760
|
||||
box silent noover 420 458 833 465 #CCCDCC60
|
||||
box silent noover 420 465 833 475 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 420 475 833 466 #CBCBCC60
|
||||
|
||||
box silent inter 421 459 421 465 #94ddee
|
||||
box silent 421 459 832 465 #94ddee
|
||||
box silent inter 421 465 421 475 #23b8dc
|
||||
box silent 421 465 832 475 #23b8dc
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -0,0 +1,40 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# Simply linux, resolution 640x480.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
# modified by Denis Koryavov <dkoryavov@yandex.ru>
|
||||
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=620
|
||||
th=430
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-640x480.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-640x480.jpg
|
||||
|
||||
box silent noover 99 370 541 372 #69696760
|
||||
box silent noover 99 372 541 377 #CCCDCC60
|
||||
box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 99 387 541 378 #CBCBCC60
|
||||
|
||||
box silent inter 100 371 100 377 #DFDFE0
|
||||
box silent 100 371 540 377 #DFDFE0
|
||||
box silent inter 100 377 100 387 #909195
|
||||
box silent 100 377 540 387 #909195
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -0,0 +1,40 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# Simply linux, resolution 800x600.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
# modified by Denis Koryavov <dkoryavov@yandex.ru>
|
||||
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=780
|
||||
th=550
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
|
||||
|
||||
box silent noover 235 345 555 345 #69696760
|
||||
box silent noover 235 345 555 350 #CCCDCC60
|
||||
box silent noover 235 350 555 357 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 235 357 555 349 #CBCBCC60
|
||||
|
||||
box silent inter 236 441 236 350 #94ddee
|
||||
box silent 236 441 554 350 #94ddee
|
||||
box silent inter 236 350 236 357 #23b8dc
|
||||
box silent 236 350 554 357 #23b8dc
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
BIN
branding-simply-linux/bootsplash/images/bootsplash-1024x768.jpg
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
branding-simply-linux/bootsplash/images/bootsplash-1280x1024.jpg
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
branding-simply-linux/bootsplash/images/bootsplash-1280x800.jpg
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
branding-simply-linux/bootsplash/images/bootsplash_logo.mng
Normal file
BIN
branding-simply-linux/bootsplash/images/silent-1024x768.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
branding-simply-linux/bootsplash/images/silent-1280x1024.jpg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
branding-simply-linux/bootsplash/images/silent-1280x800.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
branding-simply-linux/bootsplash/images/silent-640x480.jpg
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
branding-simply-linux/bootsplash/images/silent-800x600.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
branding-simply-linux/bootsplash/images/silent_infotext.mng
Normal file
BIN
branding-simply-linux/bootsplash/images/silent_logo.mng
Normal file
BIN
branding-simply-linux/bootsplash/images/silent_logo2.mng
Normal file
32
branding-simply-linux/configure.ac
Normal file
@ -0,0 +1,32 @@
|
||||
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
||||
|
||||
|
||||
PROGRESS_COLOR="0x23b8dc"
|
||||
TITLE_COLOR="0x23b8dc"
|
||||
INACTIVE_COLOR="0xd3d7cf"
|
||||
|
||||
|
||||
AC_SUBST(THEME)
|
||||
AC_SUBST(NAME)
|
||||
AC_SUBST(STATUS)
|
||||
AC_SUBST(VERSION)
|
||||
AC_SUBST(PROGRESS_COLOR)
|
||||
AC_SUBST(TITLE_COLOR)
|
||||
AC_SUBST(INACTIVE_COLOR)
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
bootloader/config
|
||||
bootsplash/config/bootsplash-640x480.cfg
|
||||
bootsplash/config/bootsplash-800x600.cfg
|
||||
alterator/design/design.ini
|
||||
bootloader/gfxboot.cfg
|
||||
notes/release-notes.ru.html
|
||||
notes/release-notes.all.html
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
indexhtml.desktop
|
||||
indexhtml/index-ru.html
|
||||
indexhtml/index-en.html
|
||||
])
|
||||
AC_OUTPUT
|
1
branding-simply-linux/graphics/backgrounds/desktop_1.png
Symbolic link
@ -0,0 +1 @@
|
||||
default.png
|
1
branding-simply-linux/graphics/backgrounds/desktop_2.png
Symbolic link
@ -0,0 +1 @@
|
||||
default.png
|
1
branding-simply-linux/graphics/backgrounds/desktop_3.png
Symbolic link
@ -0,0 +1 @@
|
||||
default.png
|
1
branding-simply-linux/graphics/backgrounds/desktop_4.png
Symbolic link
@ -0,0 +1 @@
|
||||
default.png
|
BIN
branding-simply-linux/graphics/backgrounds/root.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
branding-simply-linux/graphics/faces/apple.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
branding-simply-linux/graphics/faces/astronaut.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
branding-simply-linux/graphics/faces/blowfish.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
branding-simply-linux/graphics/faces/bug.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
branding-simply-linux/graphics/faces/burger.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
branding-simply-linux/graphics/faces/butterfly.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
branding-simply-linux/graphics/faces/cheese.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
branding-simply-linux/graphics/faces/clock.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
21
branding-simply-linux/graphics/faces/credits
Normal file
@ -0,0 +1,21 @@
|
||||
Butterfly.png, Konqui.png:
|
||||
KDE Graphics Team
|
||||
|
||||
BeachBall.png BlueMarble1.png Flower.png Night.png Star2.png Star3.png
|
||||
Star4.png Star.png Stars2.png Stars.png:
|
||||
Braden MacDonald
|
||||
|
||||
Apple.png Cheese.png Ghost.png Pearl.png Skull.png Blowfish.png Cow.png
|
||||
Guitar.png Penguin.png Smiley.png Bug.png Daemon.png Lion.png Pig.png
|
||||
Splash.png Burger.png Dog.png Man.png Scream.png Turtle.png Car.png
|
||||
Elephant.png Monkey.png Shark.png Watch.png Astronaut.png Heart.png
|
||||
Ring.png Rabbit.png Speakers.png UFO.png :
|
||||
Hans Karlsson <karlsson.h@home.se>
|
||||
License: free for commercial and noncommercial usage, distribution and
|
||||
modification
|
||||
|
||||
Arch.png BeachBall2.png Butterfly2.png Cactus.png Car2.png Clock.png
|
||||
Dice.png Dog2.png Dragon.png Fish.png Flower2.png Flower3.png Frog.png
|
||||
Kiwi.png Lava.png Pineapple.png Teddybear.png Tiger.png Tukan.png
|
||||
Wind.png :
|
||||
Hermann Thomas <h.thomas@gmx.de>
|
BIN
branding-simply-linux/graphics/faces/daemon.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
branding-simply-linux/graphics/faces/default.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
branding-simply-linux/graphics/faces/dog.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
branding-simply-linux/graphics/faces/elephant.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
branding-simply-linux/graphics/faces/fish.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
branding-simply-linux/graphics/faces/flower.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
branding-simply-linux/graphics/faces/frog.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
branding-simply-linux/graphics/faces/ghost.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
branding-simply-linux/graphics/faces/guitar.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
branding-simply-linux/graphics/faces/heart.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
branding-simply-linux/graphics/faces/konqui.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
branding-simply-linux/graphics/faces/penguin.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
branding-simply-linux/graphics/faces/rabbit.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
branding-simply-linux/graphics/faces/ring.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
branding-simply-linux/graphics/faces/scream.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
branding-simply-linux/graphics/faces/shark.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
branding-simply-linux/graphics/faces/skull.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
branding-simply-linux/graphics/faces/smiley.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
branding-simply-linux/graphics/faces/speakers.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
branding-simply-linux/graphics/faces/splash.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
branding-simply-linux/graphics/faces/turtle.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
branding-simply-linux/graphics/faces/ufo.png
Normal file
After Width: | Height: | Size: 5.0 KiB |