pull/40/head
TomasM 2017-12-15 07:26:49 -05:00
parent 51b70c7139
commit 860bdad3ca
17 changed files with 47 additions and 5 deletions

View File

@ -45,6 +45,17 @@ rm -Rf /usr/share/man/*_*
rm -Rf /usr/share/icons/elementaryXubuntu-dark
rm -Rf /usr/share/icons/gnome/256x256
rm /usr/share/applications/compton.desktop
rm /usr/share/applications/debian-uxterm.desktop
rm /usr/share/applications/debian-xterm.desktop
rm /usr/share/applications/feh.desktop
rm /usr/share/applications/htop.desktop
rm /usr/share/applications/mc.desktop
rm /usr/share/applications/mcedit.desktop
rm /usr/share/applications/pcmanfm-desktop-pref.desktop
rm /usr/share/applications/python2.7.desktop
rm /usr/share/applications/vim.desktop
# Unzip gzipped files (man pages), so LZMA can compress 2times better.
# First we fix symlinks, then uncompress files
# $1 = search directory

View File

@ -1,10 +1,11 @@
#!/bin/bash
COMMAND=$(
xlunch --input /etc/xlunch/entries.dsv --scroll \
xlunch_genquick 64 | \
xlunch --scroll \
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
--voidclickterminate --iconpadding 30 --textpadding 10 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 128 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 64 \
--highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \
--outputonly
)
@ -25,7 +26,7 @@ if [ "$Ndep" != "" -o "$cmd" = "man" -o "$cmd" = "mc" ]; then
WAIT=""
fi
if [ "$Xdep" = "" -a "$cmd" != "chromium" ]; then
if [ "$Xdep" = "" -a "$cmd" != "chromium" -a "$cmd" != "wicd-gtk" ]; then
exec xterm -ls -e bash --login -c -- "echo $USER@$HOSTNAME:$PWD# '$COMMAND'; $COMMAND; $WAIT"
else
exec $COMMAND

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Icon=terminal
Name=Terminal
Exec=xterm -ls
Terminal=false

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Text editor
Exec=leafpad
Icon=editor
Terminal=false

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Icon=system-file-manager
Name=File Manager
Exec=pcmanfm
Terminal=false

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Calculator
Exec=qalculate-gtk
Icon=calculator
Terminal=false

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Exec=wicd-gtk --no-tray
Icon=wicd-gtk
Name=Net Manager
Terminal=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -11,4 +11,4 @@ mv /usr/bin/chromium /usr/bin/chromium-launcher
(cd rootcopy && cp --parents -afr * /)
chown -R guest.users /home/guest
savechanges /04-chromium.sb
savechanges /05-chromium.sb

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Web Browser
Exec=/usr/bin/chromium
Terminal=false
Icon=chromium

2
config
View File

@ -12,7 +12,7 @@
# If you do not need booting from CD (eg you're booting only from USB)
# then you can ignore recompiling isolinux.bin, just rename LIVEKITNAME
# and you're done.
LIVEKITNAME="slax"
LIVEKITNAME="linux"
# Kernel file, will be copied to your Live Kit
# Your kernel must support aufs and squashfs. Debian Jessie's kernel is ready