Merge branch '30templates' into develop

atratsevskiy
commit e47d8a60f5

@ -0,0 +1 @@
# Calculate append=skip cl_name==calculate-install&&cl_ver>=3.0

@ -0,0 +1 @@
# Calculate append=skip ac_install_system==up

@ -0,0 +1,2 @@
# Calculate belong()!=&&cl_chroot_status==off&&pkg(sys-apps/openrc)!= name=etc

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/conf.d/net mirror force

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/resolv.conf mirror force

@ -0,0 +1,2 @@
# Calculate belong()!=&&cl_chroot_status==off&&pkg(sys-fs/udev)!= path=/etc/udev name=rules.d

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/udev/rules.d/70-persistent-net.rules mirror force

@ -0,0 +1,2 @@
# Calculate belong()!=&&cl_chroot_status==off&&pkg(net-misc/wicd)!= path=/etc

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wicd/ip-down.sh mirror force

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wicd/ip-up.sh mirror force

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wicd/manager-settings.conf mirror force

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wicd/wired-settings.conf mirror force

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wicd/wireless-settings.conf mirror force

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(net-wireless/wpa_supplicant)!= path=/etc

@ -0,0 +1 @@
# Calculate append=replace link=../../etc/wpa_supplicant/wpa_supplicant.conf mirror force

@ -0,0 +1 @@
# Calculate append=skip ac_install_configure==up

@ -0,0 +1 @@
# Calculate merge=grub cl_setup==boot||cl_setup== append=skip

@ -0,0 +1 @@
# Calculate merge=portage,baselayout,openrc,xorg-server cl_setup==locale||cl_setup== append=skip

@ -0,0 +1 @@
# Calculate merge=openrc,networkmanager,baselayout cl_setup==network||cl_setup== append=skip

@ -0,0 +1 @@
# Calculate merge=xorg-server,gdm,gdm,lxdm cl_setup==video||cl_setup== append=skip

@ -0,0 +1 @@
# Calculate append=skip ac_install_live==up

@ -0,0 +1,2 @@
# Calculate belong(calculate-install)!=&&pkg(sys-apps/calculate-install)!= append=skip

@ -0,0 +1 @@
# Calculate path=/etc/runlevels os_install_scratch==on

@ -0,0 +1,14 @@
# Calculate format=samba path=/etc/calculate ac_install_system==up autoupdate
#?ac_install_system!=up&&exists(/etc/calculate/calculate2.env,root)!=#
#-load(empty,/etc/calculate/calculate2.env,root)-#
#ac_install_system#
[install]
os_install_net_settings = #-os_install_net_conf-#
#?cl_autologin!=&&os_install_linux_shortname!=CMC#
cl_autologin = #-cl_autologin-#
#cl_autologin#
#?cl_autologin==&&os_install_linux_shortname==CMC#
cl_autologin =
#cl_autologin#

@ -0,0 +1,10 @@
# Calculate exec=/bin/bash os_install_scratch==on path=/tmp
find #-cl_chroot_path-#/boot -exec touch {} \; &>/dev/null
find #-cl_chroot_path-#/lib* -maxdepth 1 -name "ld*so" -exec touch {} \; &>/dev/null
find #-cl_chroot_path-#/usr/share/grub -exec touch {} \; &>/dev/null
find #-cl_chroot_grub-#/workspace -maxdepth 1 -regextype posix-egrep -regex ".*(bin|lib.*|etc|usr|var|opt|boot)$" |
while read line;do
linkname="workspace/`basename $line`"
[[ -L ${linkname} ]] || ln -sf ${linkname} #-cl_chroot_grub-#/`basename $line`
done &>/dev/null

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-power/acpid)!= path=/etc name=acpi

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-apps/baselayout)!= name=etc

@ -0,0 +1,8 @@
# Calculate format=patch
<reg>(# 'mount -t auto' command.
#
)
</reg>
<text>\1ntfs-3g
</text>

@ -0,0 +1,6 @@
#?os_install_linux_subname!=#
#-os_install_linux_name-# #-os_install_linux_ver-# #-os_install_linux_subname-#
#os_install_linux_subname#
#?os_install_linux_subname==#
#-os_install_linux_name-# #-os_install_linux_ver-#
#os_install_linux_subname#

@ -0,0 +1,2 @@
# Calculate comment=#
127.0.0.1 #-os_install_net_hostname-#.#-os_install_net_domain-# #-os_install_net_hostname-# localhost

@ -0,0 +1,3 @@
Welcome to \n.\O (#-os_install_linux_name-# #-os_install_linux_ver-#)

@ -0,0 +1 @@
# Calculate link=/usr/share/zoneinfo/#-os_install_clock_timezone-# mirror force

@ -0,0 +1,28 @@
# Calculate append=replace os_install_locale_language!=ru name=motd
Welcome to the #-os_install_linux_name-# Installation CD!
If any ethernet adapters were detected at boot, they should be auto-configured
if DHCP is available on your network.
To specify network settings, use utility "cl_install".
Example:"cl-install --startup --ip 192.168.1.100/24 \
--route default:192.168.1.1 --dns 192.168.1.1"
#?os_install_linux_system==server||os_install_linux_shortname==CLS#
And restart net.eth0 by command "/etc/init.d/net.eth0 restart".
#os_install_linux_system#
#?os_install_linux_system==desktop&&os_install_linux_shortname!=CLS#
And restart NetworkManager by command "/etc/init.d/NetworkManager restart".
#os_install_linux_system#
The latest version of the Handbook is always available from the Calculate Linux
http://www.calculate-linux.org/handbook
To start an ssh server on this system, type "/etc/init.d/sshd start".
#?os_install_linux_system==server#
For technical support, type "irc".
#os_install_linux_system#
#?os_install_linux_system==desktop#
Please report any bugs you find to http://irc.calculate-linux.org.
#os_install_linux_system#
Thank you for using Calculate Linux!

@ -0,0 +1,35 @@
# Calculate append=replace os_install_locale_language==ru name=motd
Добро πожаловать в установочный диск #-os_install_linux_name-#!
Если какой-либо из сетевых адаπтеров был обнаружен πри загрузке, он будет
автоматически сконфигурирован, если в сети достуπен DHCP сервер.
Для указания сетевых настроек используйте утилиту "cl-install".
Пример:"cl-install --startup --ip 192.168.1.100/24 \
--route default:192.168.1.1 --dns 192.168.1.1"
#?os_install_linux_system==server||os_install_linux_shortname==CLS#
И перезапустите net.eth0 командой "/etc/init.d/net.eth0 restart".
#os_install_linux_system#
#?os_install_linux_system==desktop&&os_install_linux_shortname!=CLS#
И перезапустите NetworkManager командой "/etc/init.d/NetworkManager restart".
#os_install_linux_system#
#?os_install_linux_system==server||os_install_linux_shortname==CLS#
Выπолните "net-setup eth0" для указания сетевой карты и IP адреса вручную.
#os_install_linux_system#
#?os_install_linux_system==desktop&&os_install_linux_shortname!=CLS#
Выполните "wicd-curses" для указания сетевой карты и IP адреса вручную.
#os_install_linux_system#
Последняя версия руководства всегда достуπна на веб-сайте Calculate Linux
http://www.calculate-linux.org/main/ru/handbook
Для заπуска ssh сервера в системе, выπолните "/etc/init.d/sshd start".
#?os_install_linux_system==server#
Для πолучения технической πоддержки, выπолните "irc".
#os_install_linux_system#
#?os_install_linux_system==desktop#
Пожалуйста сообщайте о любых найденных ошибках на
http://irc.calculate-linux.org.
#os_install_linux_system#
Сπасибо за исπользование Calculate Linux!

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-kernel/calckernel)!= path=/ name=etc

@ -0,0 +1,3 @@
# Calculate exec=/bin/bash path=/tmp ac_install_system!=up&&cl_belong_pkg!=
sed -ri 's|(vmlinuz-#-cl_kernel_uid-#.*)CONSOLE=/dev/tty1|\1console=tty1|' /boot/grub/grub.conf

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-apps/calculate-client)!= name=etc

@ -0,0 +1,2 @@
# Calculate path=/etc/runlevels env(client.cl_remote_host)!=

@ -0,0 +1 @@
# Calculate link=/etc/init.d/client symbolic

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(app-misc/calculate-install-gui)!=&&os_install_root_type==livecd path=/usr/share name=applications

@ -0,0 +1,4 @@
# Calculate format=kde pkg(kde-base/kdelibs)!=
[Desktop Entry]
Exec=sudo cl-install-gui %f

@ -0,0 +1,4 @@
# Calculate format=kde pkg(kde-base/kdelibs)==
[Desktop Entry]
Exec=sudo cl-install-gui %f

@ -0,0 +1 @@
# Calculate append=skip belong()!=&&pkg(sys-apps/calculate-utilities)!=

@ -0,0 +1,8 @@
# Calculate path=/tmp name=fixOpenrc exec=/bin/bash ac_install_system!=up&&cl_belong_pkg!=&&pkg(sys-apps/openrc)!=
if [[ -z `find /etc/conf.d -name "*cfg*modules" -exec grep "^modules_3" {} \;` ]]
then
find /etc/conf.d -name "*cfg*modules" -delete
rc-update add calculate-builder boot
fi
true

@ -0,0 +1 @@
# Calculate append=skip merge=libreoffice,gdm,gnome-shell,xkeyboard-config ac_install_system!=up&&cl_belong_pkg!=&&pkg(app-office/libreoffice)!=||ac_install_system!=up&&cl_belong_pkg!=&&pkg(x11-misc/xkeyboard-config)!=

@ -0,0 +1 @@
# Calculate append=skip belong()!=&&pkg(app-misc/cldg-meta)!=

@ -0,0 +1 @@
# Calculate append=skip merge=gdm,gnome-shell ac_install_system!=up&&cl_belong_pkg!=&&pkg(gnome-base/gnome-shell)>=3.2&&pkg(gnome-base/gdm)>=3.2

@ -0,0 +1 @@
# Calculate append=skip belong()!=&&pkg(app-misc/cldx-meta)!=

@ -0,0 +1 @@
# Calculate append=skip merge=xorg-server,lxdm ac_install_system!=up&&cl_belong_pkg!=&&pkg(lxde-base/lxdm)!=

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-auth/consolekit)!= path=/usr/share/polkit-1 name=actions

@ -0,0 +1,59 @@
# Calculate append=replace
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!--
Policy definitions for ConsoleKit
-->
<policyconfig>
<action id="org.freedesktop.consolekit.system.stop">
<description>Stop the system</description>
<message>System policy prevents stopping the system</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.consolekit.system.stop-multiple-users">
<description>Stop the system when multiple users are logged in</description>
<message>System policy prevents stopping the system when other users are logged in</message>
<defaults>
<allow_inactive>no</allow_inactive>
#?cl_autologin!=#
<allow_active>yes</allow_active>
#cl_autologin#
#?cl_autologin==#
<allow_active>auth_admin_keep</allow_active>
#cl_autologin#
</defaults>
</action>
<action id="org.freedesktop.consolekit.system.restart">
<description>Restart the system</description>
<message>System policy prevents restarting the system</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.consolekit.system.restart-multiple-users">
<description>Restart the system when multiple users are logged in</description>
<message>System policy prevents restarting the system when other users are logged in</message>
<defaults>
<allow_inactive>no</allow_inactive>
#?cl_autologin!=#
<allow_active>yes</allow_active>
#cl_autologin#
#?cl_autologin==#
<allow_active>auth_admin_keep</allow_active>
#cl_autologin#
</defaults>
</action>
</policyconfig>

@ -0,0 +1 @@
# Calculate belong()!=&&pkg(gnome-base/gdm)!= path=/etc/X11

@ -0,0 +1 @@
# Calculate pkg(xfce-base/xfce4-session)!= path=/etc/X11/xinit name=Xclients link=/usr/bin/startxfce4 force symbolic

@ -0,0 +1,16 @@
# Calculate append=replace path=/etc/dconf/db/gdm.d pkg(gnome-base/gdm)>3.0
# This file is part of the GDM packaging and should not be changed.
#
# Instead create your own file next to it with a higher numbered prefix,
# and run
#
# dconf update
#
[org/gnome/desktop/background]
#?pkg(media-gfx/cldg-themes)!=&&pkg(media-gfx/cldg-themes)<12.0_alpha1#
picture-uri='file:///usr/share/pixmaps/calculate-gdm.jpg'
#pkg#
#?pkg(media-gfx/cldg-themes)>=12.0_alpha1#
picture-uri='file:///usr/share/pixmaps/calculate-gdm-#-os_x11_standart-#.jpg'
#pkg#
picture-options='stretched'

@ -0,0 +1 @@
# Calculate pkg(gnome-base/gnome-session)!= path=/etc/X11/xinit name=Xclients link=/usr/bin/gnome-session force symbolic

@ -0,0 +1,5 @@
# Calculate exec=/bin/bash path=/tmp pkg(gnome-base/gdm)>3.0
rm /etc/dconf/db/gdm &>/dev/null
dconf update &>/dev/null
true

@ -0,0 +1,31 @@
# Calculate format=kde
[greeter]
Browser=true
GlobalFaceDir=/var/calculate/remote/share/faces/gdm/
#?pkg(media-gfx/cldg-themes)!=||pkg(media-gfx/cldx-themes)>=10.9#
GraphicalTheme=calculate
GraphicalThemes=calculate
#pkg#
#?pkg(media-gfx/cldg-themes)>=10.9||pkg(media-gfx/cldx-themes)>=10.9#
BackgroundColor=#170b0a
GraphicalThemedColor=#170b0a
#pkg#
[server-Standard]
command=/usr/bin/X -audit 0 -dpi 96
[daemon]
#?os_install_root_type!=livecd#
AutomaticLoginEnable=false
AutomaticLoginUser=
#os_install_root_type#
#?os_install_root_type==livecd#
AutomaticLoginEnable=true
AutomaticLogin=guest
#os_install_root_type#
#?pkg(gnome-base/gnome-session)!=#
DefaultSession=gnome.desktop
#pkg#
#?pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce4-session)!=#
DefaultSession=xfce.desktop
#pkg#

@ -0,0 +1 @@
# Calculate pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce4-session)!= path=/usr/share/xsessions link=/usr/share/xsessions/xfce.desktop symbolic

@ -0,0 +1 @@
# Calculate pkg(gnome-base/gnome-session)!=&&pkg(xfce-base/xfce4-session)== path=/usr/share/xsessions link=/usr/share/xsessions/gnome.desktop symbolic

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-boot/grub)!= path=/boot

@ -0,0 +1,5 @@
# Calculate format=patch os_install_x11_video_drv!=os_x11_video_drv&&cl_belong_pkg==&&ac_install_system!=up&&pkg(sys-kernel/calckernel)>=3.4.15-r5
<reg>(kernel /boot/vmlinuz-#-cl_kernel_uid-#.*)(:? calculate=\S+)</reg>
<text>\1</text>
<reg>(kernel /boot/vmlinuz-#-cl_kernel_uid-#.*)</reg>
<text>\1 calculate=video:#-os_install_x11_video_drv-#</text>

@ -0,0 +1,2 @@
# Calculate name=grub belong(grub)!=&&pkg(sys-boot/grub)>=1.99 path=/boot

@ -0,0 +1 @@
# Calculate format=patch autoupdate path=/etc/grub.d

@ -0,0 +1,32 @@
# Calculate format=openrc path=/etc/default name=grub os_install_root_type!=usb-hdd
GRUB_DISABLE_RECOVERY=true
GRUB_DEFAULT=saved
GRUB_TIMEOUT=2
!GRUB_TERMINAL=del
#?pkg(media-gfx/cld-themes)>=12.0_alpha1||pkg(media-gfx/cldx-themes)>=12.0_alpha1||pkg(media-gfx/cldg-themes)>=12.0_alpha1||pkg(media-gfx/cmc-themes)>=12.0_alpha1||pkg(media-gfx/cls-themes)>=12.0_alpha1||pkg(media-gfx/cds-themes)>=12.0_alpha1#
GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,#-os_install_fb_resolution-#,mtrr:3,splash=silent,theme:calculate #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-# calculate=video:#-os_install_x11_video_drv-# console=tty1 udev quiet"
#pkg#
#?pkg(media-gfx/cld-themes)!=&&pkg(media-gfx/cld-themes)<12.0_alpha1||pkg(media-gfx/cldx-themes)!=&&pkg(media-gfx/cldx-themes)<12.0_alpha1||pkg(media-gfx/cldg-themes)!=&&pkg(media-gfx/cldg-themes)<12.0_alpha1||pkg(media-gfx/cmc-themes)!=&&pkg(media-gfx/cmc-themes)<12.0_alpha1||pkg(media-gfx/cls-themes)!=&&pkg(media-gfx/cls-themes)<12.0_alpha1||pkg(media-gfx/cds-themes)!=&&pkg(media-gfx/cds-themes)<12.0_alpha1#
GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,#-os_install_fb_resolution-#,mtrr:3,splash=silent,theme:tty1 #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-# calculate=video:#-os_install_x11_video_drv-# console=tty1 udev quiet"
#pkg#
#?pkg(media-gfx/cld-themes)==&&pkg(media-gfx/cldx-themes)==&&pkg(media-gfx/cldg-themes)==&&pkg(media-gfx/cmc-themes)==&&pkg(media-gfx/cls-themes)==&&pkg(media-gfx/cds-themes)==#
GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,#-os_install_fb_resolution-#,mtrr:3,splash=off,theme:tty1 #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-# calculate=video:#-os_install_x11_video_drv-# console=tty1 udev quiet"
#pkg#
GRUB_GFXMODE="1024x768"
GRUB_BACKGROUND="/boot/grub/grub-calculate.png"
GRUB_COLOR_NORMAL="white/black"
GRUB_COLOR_HIGHLIGHT="magenta/black"
GRUB_VIDEO_BACKEND="vbe"
#?os_install_linux_subname==&&os_install_scratch==off#
GRUB_DISTRIBUTOR="#-os_install_linux_name-#"
#os_install_linux_subname#
#?os_install_linux_subname!=&&os_install_scratch==off#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# #-os_install_linux_subname-#"
#os_install_linux_subname#
#?os_install_linux_subname==&&os_install_scratch==on#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# Builder"
#os_install_linux_subname#
#?os_install_linux_subname!=&&os_install_scratch==on#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# #-os_install_linux_subname-# Builder"
#os_install_linux_subname#

@ -0,0 +1,29 @@
# Calculate format=openrc path=/etc/default name=grub os_install_root_type==usb-hdd
GRUB_DISABLE_RECOVERY=true
GRUB_DEFAULT=saved
GRUB_TIMEOUT=2
#?pkg(media-gfx/cld-themes)!=||pkg(media-gfx/cldx-themes)!=||pkg(media-gfx/cldg-themes)!=||pkg(media-gfx/cls-themes)!=||pkg(media-gfx/cds-themes)!=||pkg(media-gfx/cmc-themes)!=#
GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,#-os_install_fb_resolution-#,mtrr:3,splash=silent,theme:tty1 #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-# console=tty1 udev quiet"
#pkg#
#?pkg(media-gfx/cld-themes)==&&pkg(media-gfx/cldx-themes)==&&pkg(media-gfx/cldg-themes)==&&pkg(media-gfx/cls-themes)==&&pkg(media-gfx/cds-themes)==&&pkg(media-gfx/cmc-themes)==#
GRUB_CMDLINE_LINUX="video=uvesafb:ywrap,#-os_install_fb_resolution-#,mtrr:3,splash=off,theme:tty1 #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-# console=tty1 udev quiet"
#pkg#
!GRUB_TERMINAL=del
GRUB_GFXMODE="1024x768"
GRUB_BACKGROUND="/boot/grub/grub-calculate.png"
GRUB_COLOR_NORMAL="white/black"
GRUB_COLOR_HIGHLIGHT="magenta/black"
GRUB_VIDEO_BACKEND="vbe"
#?os_install_linux_subname==&&os_install_scratch==off#
GRUB_DISTRIBUTOR="#-os_install_linux_name-#"
#os_install_linux_subname#
#?os_install_linux_subname!=&&os_install_scratch==off#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# #-os_install_linux_subname-#"
#os_install_linux_subname#
#?os_install_linux_subname==&&os_install_scratch==on#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# Builder"
#os_install_linux_subname#
#?os_install_linux_subname!=&&os_install_scratch==on#
GRUB_DISTRIBUTOR="#-os_install_linux_name-# #-os_install_linux_subname-# Builder"
#os_install_linux_subname#
GRUB_DISABLE_OS_PROBER=true

@ -0,0 +1,5 @@
# Calculate path=/tmp exec=/bin/bash os_install_root_type!=livecd&&exists(/sbin/grub-mkconfig,root)!=
/sbin/grub-mkdevicemap
/sbin/grub-mkdevicemap -m #-cl_chroot_path-#/boot/grub/device.map
CHROOT_PATH=#-cl_chroot_grub-# /sbin/grub-mkconfig -o #-cl_chroot_path-#/boot/grub/grub.cfg 2>/dev/null

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(x11-libs/gtk+)!= path=/etc name=gtk-2.0

@ -0,0 +1,12 @@
# Calculate comment=#
gtk-fallback-icon-theme = "gnome"
style "gdmfont"
{
#?pkg(media-fonts/droid)!=#
font_name = "Droid Sans"
#pkg#
#?pkg(media-fonts/droid)==#
font_name = "Verdana"
#pkg#
}
widget "*" style "gdmfont"

@ -0,0 +1,2 @@
# Calculate append=skip belong()!=&&pkg(kde-base/kdelibs)!=

@ -0,0 +1,14 @@
# Calculate format=plasma path=/usr/share/config
[Directories][$i]
dir_apps=
dir_mime=
[General]
#?pkg(media-fonts/droid)==#
menuFont=Verdana,10,-1,5,50,0,0,0,0,0
font=Verdana,10,-1,5,50,0,0,0,0,0
#pkg#
#?pkg(media-fonts/droid)!=#
menuFont=Droid Sans,10,-1,5,50,0,0,0,0,0
font=Droid Sans,10,-1,5,50,0,0,0,0,0
#pkg#

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(kde-base/kdm)!= path=/usr/share/config

@ -0,0 +1 @@
# Calculate link=/usr/share/apps/kdm/pics/users/default1.png path=/var/calculate/remote/share/faces/kdm mirror exists(/var/calculate/remote/share/faces/kdm/.default.face.icon)==&&exists(/usr/share/apps/kdm/pics/users/default1.png)!=&&env(client.os_remote_auth)==

@ -15,11 +15,11 @@ Pattern=fish
Program=
ReverseBlending=false
UseSHM=false
#?exists(/usr/share/wallpapers/calculate-kdm-#-os_install_x11_resolution-#.jpg,root)!=#
Wallpaper=/usr/share/wallpapers/calculate-kdm-#-os_install_x11_resolution-#.jpg
#exists#
#?exists(/usr/share/wallpapers/calculate-kdm-#-os_install_x11_resolution-#.jpg,root)==&&exists(/usr/share/wallpapers/calculate-kdm.jpg,root)!=#
#?pkg(media-gfx/cld-themes)>=12.0_alpha1#
Wallpaper=/usr/share/wallpapers/calculate-kdm-#-os_x11_standart-#.jpg
#pkg#
#?pkg(media-gfx/cld-themes)!=&&pkg(media-gfx/cld-themes)<12.0_alpha1#
Wallpaper=/usr/share/wallpapers/calculate-kdm.jpg
#exists#
#pkg#
WallpaperList=Custom
WallpaperMode=Scaled

@ -0,0 +1 @@
# Calculate pkg(gnome-base/gnome-session)== path=/usr/share/xsessions link=/usr/share/xsessions/KDE-4.desktop

@ -0,0 +1,105 @@
# Calculate format=kde
[General]
ConfigVersion=2.4
ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3
ServerVTs=-7
StaticServers=:0
[Shutdown]
BootManager=None
HaltCmd=/sbin/halt
RebootCmd=/sbin/reboot
[X-*-Core]
AllowNullPasswd=false
AllowRootLogin=false
AllowShutdown=Root
#?os_install_root_type!=livecd#
AutoReLogin=false
#os_install_root_type#
#?os_install_root_type==livecd#
AutoReLogin=true
#os_install_root_type#
ClientLogFile=.xsession-errors-%d
Resources=/usr/share/wallpapers/fulmine.jpg
SessionsDirs=/usr/share/xsessions
[X-*-Greeter]
AntiAliasing=true
ColorScheme=Oxygen
FaceDir=/var/calculate/remote/share/faces/kdm
FaceSource=AdminOnly
#?pkg(media-fonts/droid)==#
FailFont=Verdana,10,-1,5,75,0,0,0,0,0
#pkg#
#?pkg(media-fonts/droid)!=#
FailFont=Droid Sans,10,-1,5,75,0,0,0,0,0
#pkg#
ForgingSeed=1224337366
GUIStyle=Oxygen
#?pkg(media-fonts/droid)==#
GreetFont=Verdana,20,-1,5,50,0,0,0,0,0
#pkg#
#?pkg(media-fonts/droid)!=#
GreetFont=Droid Sans,20,-1,5,50,0,0,0,0,0
#pkg#
GreetString=
GreeterPos=50,50
HiddenUsers=
LogoArea=Logo
LogoPixmap=/usr/share/wallpapers/calculate-logo.png
MaxShowUID=65000
Preloader=/usr/bin/preloadkde
SelectedUsers=
ShowUsers=NotHidden
SortUsers=true
#?pkg(media-fonts/droid)==#
StdFont=Verdana,10,-1,5,50,0,0,0,0,0
#pkg#
#?pkg(media-fonts/droid)!=#
StdFont=Droid Sans,10,-1,5,50,0,0,0,0,0
#pkg#
Theme=
UseBackground=true
UseTheme=false
UserCompletion=true
UserList=true
[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-nolisten tcp -dpi 96
ServerCmd=/usr/bin/X -br -novtswitch
#?os_install_x11_video_drv==fglrx#
# System freezes after logout with GDM or KDM ATI
# http://ru.gentoo-wiki.com/wiki/Fglrx
TerminateServer=true
#os_install_x11_video_drv#
[X-:*-Greeter]
AllowClose=false
DefaultUser=cxz
FocusPasswd=true
LoginMode=DefaultLocal
PreselectUser=Previous
[X-:0-Core]
#?os_install_root_type!=livecd#
AutoLoginEnable=false
AutoLoginUser=
#os_install_root_type#
#?os_install_root_type==livecd#
AutoLoginEnable=true
AutoLoginUser=guest
#os_install_root_type#
AutoLoginLocked=false
ClientLogFile=.xsession-errors
[Xdmcp]
Enable=false
Willing=/usr/share/config/kdm/Xwilling

@ -0,0 +1 @@
# Calculate pkg(xfce-base/xfce4-session)== path=/usr/share/xsessions link=/usr/share/xsessions/KDE-4.desktop

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-fs/lvm2)!= path=/etc/runlevels name=boot

@ -0,0 +1 @@
# Calculate os_install_lvm_set==on link=/etc/init.d/lvm symbolic

@ -0,0 +1 @@
# Calculate belong(lxdm)!=&&pkg(lxde-base/lxdm)!= append=skip

@ -0,0 +1,3 @@
# Calculate path=/etc/env.d
DESKTOP="xfce"

@ -0,0 +1,64 @@
# Calculate format=kde path=/etc/lxdm
[base]
## uncomment and set autologin username to enable autologin
# autologin=dgod
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10
## default session or desktop used when no systemwide config
#session=/usr/bin/startxfce4
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
## greeter used to welcome the user
greeter=/usr/libexec/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
# arg=/usr/bin/X -background vt1
[display]
## gtk theme used by greeter
gtk_theme=Adwaita
## background of the greeter
#?pkg(media-gfx/cldx-themes)>=11.15-r1&&pkg(media-gfx/cldx-themes)<12.0_alpha1#
bg=/usr/share/lxdm/themes/Calculate/bg.jpg
#pkg#
#?pkg(media-gfx/cldx-themes)>=12.0_alpha1#
bg=/usr/share/lxdm/themes/Calculate/calculate-lxdm-#-os_x11_standart-#.jpg
#pkg#
## if show bottom pane
bottom_pane=1
## if show language select control
lang=0
## if show keyboard layout select control
keyboard=0
## the theme of greeter
#?pkg(media-gfx/cldx-themes)>=11.15-r1#
theme=Calculate
#pkg#
[input]
[userlist]
## if disable the user list control at greeter
disable=1
## whitelist user
white=
## blacklist user
black=

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(sys-fs/mdadm)!= path=/etc/runlevels name=boot

@ -0,0 +1 @@
# Calculate os_install_mdadm_set==on link=/etc/init.d/mdadm symbolic

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(media-video/mplayer)!= name=etc

@ -0,0 +1,8 @@
# Calculate format=samba path=/etc/mplayer autoupdate
[default]
#?pkg(media-fonts/droid)!=#
font="Droid Sans"
#pkg#
#?pkg(media-fonts/droid)==#
font="Verdana"
#pkg#

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(kde-misc/networkmanagement)!= path=/etc

@ -0,0 +1,9 @@
# Calculate path=/usr/share/kde4/services format=kde
[Desktop Entry]
#?os_install_net_conf==networkmanager#
X-KDE-Library=plasma_applet_networkmanagement
#os_install_net_conf#
#?os_install_net_conf!=networkmanager#
X-KDE-Library=
#os_install_net_conf#

@ -0,0 +1,2 @@
# Calculate belong()!=&&pkg(net-misc/networkmanager)!= path=/etc

@ -0,0 +1 @@
# Calculate link=/etc/init.d/NetworkManager symbolic os_install_net_conf==networkmanager

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save