Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37903099
en ru br
Репозитории ALT
5.1: 4.4.5-alt2.M51.1
4.1: 4.1.3-alt0.M41.2
www.altlinux.org/Changes

Группа :: Графические оболочки/KDE
Пакет: kde4base-workspace

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

kdm-settings/000075500000000000000000000000001110511212600134535ustar00rootroot00000000000000kdm-settings/Xreset000075500000000000000000000004741110511212600146600ustar00rootroot00000000000000#! /bin/sh
# Xreset - run as root after session exits

# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm. See Xstartup.
#
#chown root /dev/console
#chmod 622 /dev/console

exec sessreg -d -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" $USER
kdm-settings/Xsetup000075500000000000000000000005351110511212600146740ustar00rootroot00000000000000#! /bin/sh
# Xsetup - run as root before the login dialog appears

. /etc/init.d/functions
#SourceIfNotEmpty /usr/share/design-current/config
#[ -z "$BACKGROUND_COLOR" ] || xsetroot -solid "#$BACKGROUND_COLOR"

#xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole &

ExecIfExecutable /etc/X11/xinit/fixkeyboard
kdm-settings/Xstartup000075500000000000000000000011241110511212600152310ustar00rootroot00000000000000#! /bin/sh
# Xstartup - run as root before session starts

# By convention, both xconsole and xterm -C check that the
# console is owned by the invoking user and is readable before attaching
# the console output. This way a random user can invoke xterm -C without
# causing serious grief; still, it can cause havoc, so xconsole is started
# by Xsetup usually.
# This is not required if you use PAM with the pam_console module.
#
#chown $USER /dev/console

exec sessreg -a -l $DISPLAY -h "`echo $DISPLAY | cut -d: -f1`" $USER

# NOTE: The session is aborted if the last command returns non-zero.
kdm-settings/Xwilling000075500000000000000000000004351110511212600152000ustar00rootroot00000000000000#! /bin/sh
# The output of this script is displayed in the chooser window
# (instead of "Willing to manage").

load=`uptime|sed -e 's/^.*load[^0-9]*//'`
nrusers=`who|cut -c 1-8|sort -u|wc -l|sed 's/^[ ]*//'`
s=""; [ "$nrusers" != 1 ] && s=s

echo "${nrusers} user${s}, load: ${load}"
kdm-settings/backgroundrc000064400000000000000000000005421110511212600160430ustar00rootroot00000000000000[Desktop0]
BackgroundMode=Flat
BlendBalance=100
BlendMode=NoBlending
ChangeInterval=60
Color1=33,68,156
Color2=192,192,192
CurrentWallpaper=0
LastChange=0
MinOptimizationDepth=1
MultiWallpaperMode=NoMulti
Pattern=fish
Program=
ReverseBlending=false
UseSHM=false
Wallpaper=/usr/share/design-current/backgrounds/xdm.png
WallpaperList=
WallpaperMode=Scaled
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin