icons
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Icon=terminal
|
||||
Name=Terminal
|
||||
Exec=xterm -ls
|
||||
Terminal=false
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Name=Text editor
|
||||
Exec=leafpad
|
||||
Icon=editor
|
||||
Terminal=false
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Icon=system-file-manager
|
||||
Name=File Manager
|
||||
Exec=pcmanfm
|
||||
Terminal=false
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Name=Calculator
|
||||
Exec=qalculate-gtk
|
||||
Icon=calculator
|
||||
Terminal=false
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Exec=wicd-gtk --no-tray
|
||||
Icon=wicd-gtk
|
||||
Name=Net Manager
|
||||
Terminal=false
|
||||
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 835 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Name=Web Browser
|
||||
Exec=/usr/bin/chromium
|
||||
Terminal=false
|
||||
Icon=chromium
|
||||
2
config
|
|
@ -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
|
||||
|
|
|
|||