# HG changeset patch # User Christophe Lincoln # Date 1388793775 -3600 # Node ID c05cf659157ba5ecec3f29135ba8414780f36720 # Parent 58b6d4b3b83e5e602696d3c48201d06daaaf6cfc kids: Bunch of update and fixes diff -r 58b6d4b3b83e -r c05cf659157b kids/packages.list --- a/kids/packages.list Fri Jan 03 23:01:27 2014 +0100 +++ b/kids/packages.list Sat Jan 04 01:02:55 2014 +0100 @@ -1,7 +1,5 @@ -alsa-lib -alsa-utils +915resolution busybox -bzlib cairo cdrkit cookutils @@ -11,47 +9,28 @@ dropbear e2fsprogs expat -fontconfig -freetype gcc-lib-base glib glibc-base +grub4dos-linux ipxe -grub4dos-linux -gtk+ -udevil -hicolor-icon-theme isapnptools jpeg kbd-base -libcap -libcomerr -libcrypto -libgcrypt -libgio -libpng -libxml2 linux -linux-agp -linux-drm -linux-sound locale-de locale-es locale-fr -locale-it locale-pt_BR -locale-ru -lzlib lzma nano -ncurses -openbox pango pciutils pcmciautils pcre pixman popt +posixovl ppp rp-pppoe slim @@ -63,71 +42,40 @@ slitaz-tools slitaz-tools-boxes sqlite -startup-notification -sysfsutils syslinux syslinux-extra +tazinst tazlito -tazpanel tazpkg tazusb tiff ttf-dejavu udev -util-linux-ng-blkid -util-linux-ng-getopt -util-linux-ng-uuid -xorg-base-fonts -xorg-libfontenc -xorg-libICE -xorg-libSM -xorg-libX11 -xorg-libXau -xorg-libXaw -xorg-libXcomposite -xorg-libXcursor -xorg-libXdamage -xorg-libXdmcp -xorg-libXext -xorg-libXfixes -xorg-libXfont -xorg-libXft -xorg-libXi xorg-libXinerama -xorg-libXmu -xorg-libXpm -xorg-libXrandr -xorg-libXrender -xorg-libXt -xorg-libXtst -xorg-rgb xorg-server xorg-setxkbmap xorg-xauth -xorg-xf86-input-evdev xorg-xf86-video-fbdev xorg-xf86-video-vesa -xorg-xf86-video-intel +xterm +zlib xorg-xsetroot -xterm -yad -zlib +openbox clearlooks spacefm +udevil +imlib2 +wbar2 +tint2 +nitrogen +xournal leafpad mtpaint gqview alsaplayer -abiword -imlib2 -wbar2 -tint2 -nitrogen python pygtk python-pygame libsdl childsplay tuxmath -tazinst -tazinst-gui diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/default/wbar/wbar.cfg --- a/kids/rootfs/etc/default/wbar/wbar.cfg Fri Jan 03 23:01:27 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -i: /usr/share/pixmaps/wbar/osxbarback.png -c: wbar --bpress --pos top --grow --isize 60 --idist 24 --nanim 1 --zoomf 1,400000 --jumpf 0,200000 --balfa 50 -t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/16 - -i: /usr/share/pixmaps/childsplay.png -c: childsplay -t: Games - -i: /usr/share/pixmaps/tuxmath.png -c: tuxmath -t: Math - -i: /usr/share/pixmaps/abiword.png -c: abiword -t: Write - -i: /usr/share/pixmaps/kids-paint.png -c: mtpaint -t: Paint - -i: /usr/share/pixmaps/kids-music.png -c: alsaplayer ~/Music/* -t: Music - -i: /usr/share/pixmaps/kids-images.png -c: gqview -t: Images - -i: /usr/share/pixmaps/pcmanfm.png -c: pcmanfm -t: Files diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/slitaz/applications.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kids/rootfs/etc/slitaz/applications.conf Sat Jan 04 01:02:55 2014 +0100 @@ -0,0 +1,18 @@ +# SliTaz default applications configuration file. These apps can be +# started through wrappers: browser, editor and terminal. +# + +# File manager. +FILE_MANAGER="spacefm" + +# Web browser. +BROWSER="tazweb" + +# Text editor. +EDITOR="leafpad" + +# X terminal. +TERMINAL="xterm" + +# Window manager. +WINDOW_MANAGER="openbox" diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/wbar.d/wbar.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kids/rootfs/etc/wbar.d/wbar.cfg Sat Jan 04 01:02:55 2014 +0100 @@ -0,0 +1,32 @@ +i: /usr/share/pixmaps/wbar/dock.png +c: wbar --bpress --above-desk --pos top --grow --isize 48 --idist 24 --nanim 4 --zoomf 1.200000 --jumpf 0.100000 --balfa 100 +t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold/14 + +i: /usr/share/pixmaps/childsplay.png +c: childsplay +t: Games + +i: /usr/share/pixmaps/tuxmath.png +c: tuxmath +t: Math + +i: /usr/share/xournal/pixmaps/xournal.png +c: xournal +t: Write + +i: /usr/share/pixmaps/kids-paint.png +c: mtpaint +t: Paint + +i: /usr/share/pixmaps/kids-music.png +c: alsaplayer ~/Music/* +t: Music + +i: /usr/share/pixmaps/kids-images.png +c: gqview +t: Images + +i: /usr/share/icons/hicolor/48x48/apps/spacefm.png +c: spacefm +t: Files + diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/xdg/openbox/autostart --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kids/rootfs/etc/xdg/openbox/autostart Sat Jan 04 01:02:55 2014 +0100 @@ -0,0 +1,20 @@ +# This shell script is run before Openbox launches. +# Environment variables set here are passed to the Openbox session. + +# DBUS message bus (automount removable devices) +dbus-launch --exit-with-session & + +# Set the background image. +nitrogen --restore & + +# Tint2 panel task bar. +tint2 & + +# Start Wbar icons bar. +(sleep 3 && wbar) & + +# Desktop effects composer. +#xcompmgr & + +# Desktop clock (need xcompmgr running). +#cairo-clock & diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/xdg/openbox/autostart.sh --- a/kids/rootfs/etc/xdg/openbox/autostart.sh Fri Jan 03 23:01:27 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# This shell script is run before Openbox launches. -# Environment variables set here are passed to the Openbox session. - -# DBUS message bus (automount removable devices) -dbus-launch --exit-with-session & - -# Set the background image. -nitrogen --restore & - -# Tint2 panel task bar. -tint2 & - -# Start Wbar icons bar. -(sleep 3 && wbar) & - -# Desktop effects composer. -#xcompmgr & - -# Desktop clock (need xcompmgr running). -#cairo-clock & diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/etc/xdg/openbox/menu.en.xml --- a/kids/rootfs/etc/xdg/openbox/menu.en.xml Fri Jan 03 23:01:27 2014 +0100 +++ b/kids/rootfs/etc/xdg/openbox/menu.en.xml Sat Jan 04 01:02:55 2014 +0100 @@ -26,13 +26,13 @@ alsaplayer ~/Music - abiword + xournal gqview -t -s ~/Images - pcmanfm + spacefm diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/root/.Xdefaults --- a/kids/rootfs/root/.Xdefaults Fri Jan 03 23:01:27 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -!~/.Xdefault: Control the behavior of x-clients. -! - -! Xcursor theme (~/.icons). -! -Xcursor.theme: slitaz-polar - -! XTerm settings. -! -xterm*background: black -xterm*foreground: white -xterm*cursorColor: #6AA2D8 -xterm*scrollBar: off -xterm*faceName: DejaVu Sans Mono -xterm*faceSize: 11 - -! Xload settings. -! -!xload*background: black -!xload*foreground: lightblue diff -r 58b6d4b3b83e -r c05cf659157b kids/rootfs/usr/share/doc/slitaz/kids.en.html --- a/kids/rootfs/usr/share/doc/slitaz/kids.en.html Fri Jan 03 23:01:27 2014 +0100 +++ b/kids/rootfs/usr/share/doc/slitaz/kids.en.html Sat Jan 04 01:02:55 2014 +0100 @@ -25,8 +25,8 @@

It lets your child play educational games, listen to music, write text documents and view or create images. The desktop uses the Openbox window - manager, wbar for the icons bar and Nitrogen to set background - images. The child can also manage his/her files with PCmanFM, which is a + manager, wbar for the icons bar and Nitrogen to set background images. + The child can also manage his/her files with SpaceFM, which is a standard and simple file manager.

@@ -36,7 +36,7 @@
  • Games: Childsplay
  • Math: Tuxmath
  • Music: Alsaplayer
  • -
  • Write: Abiword
  • +
  • Write: Xournal
  • Paint: MtPaint
  • Images: GQview
  • @@ -91,7 +91,7 @@