diff --git a/live-jessie/auto/config b/live-jessie/auto/config new file mode 100755 index 0000000..f71e5a0 --- /dev/null +++ b/live-jessie/auto/config @@ -0,0 +1,8 @@ +#!/bin/sh + +lb config noauto \ + -b hdd \ + --architectures i386 -k "686-pae 586" \ + --apt-recommends false --firmware-chroot true --archive-areas main contrib nonfree \ + --apt-http-proxy http://localhost:3142/ \ + "$*" diff --git a/live-jessie/config/includes.binary/persistence.xz b/live-jessie/config/includes.binary/persistence.xz new file mode 100644 index 0000000..821cd80 Binary files /dev/null and b/live-jessie/config/includes.binary/persistence.xz differ diff --git a/live-jessie/config/includes.chroot/etc/skel/.config/gtk-3.0/settings.ini b/live-jessie/config/includes.chroot/etc/skel/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..499cc06 --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/.config/gtk-3.0/settings.ini @@ -0,0 +1,16 @@ +[Settings] +gtk-theme-name=Clearlooks-Phenix +gtk-icon-theme-name=Tango +gtk-font-name=DejaVu Sans 9 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=rgb diff --git a/live-jessie/config/includes.chroot/etc/skel/.config/openbox/autostart b/live-jessie/config/includes.chroot/etc/skel/.config/openbox/autostart new file mode 100644 index 0000000..fbc1753 --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/.config/openbox/autostart @@ -0,0 +1 @@ +~/autostart.sh diff --git a/live-jessie/config/includes.chroot/etc/skel/.config/openbox/menu.xml b/live-jessie/config/includes.chroot/etc/skel/.config/openbox/menu.xml new file mode 100644 index 0000000..b81d279 --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/.config/openbox/menu.xml @@ -0,0 +1,29 @@ + + + + + + mono /usr/local/bin/DMX-2.0.exe live fs + + + + + + thunar + + + + + + x-terminal-emulator + + + + + + + sudo halt + + + + diff --git a/live-jessie/config/includes.chroot/etc/skel/.config/volumeicon/volumeicon b/live-jessie/config/includes.chroot/etc/skel/.config/volumeicon/volumeicon new file mode 100644 index 0000000..fefc3ee --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/.config/volumeicon/volumeicon @@ -0,0 +1,19 @@ +[StatusIcon] +stepsize=5 +lmb_slider=true +mmb_mute=false +use_horizontal_slider=false +show_sound_level=false +onclick=pavucontrol +theme=Default + +[Hotkeys] +up_enabled=true +down_enabled=true +mute_enabled=true +up=XF86AudioRaiseVolume +down=XF86AudioLowerVolume +mute=XF86AudioMute + +[Alsa] +card=default diff --git a/live-jessie/config/includes.chroot/etc/skel/.gtkrc-2.0 b/live-jessie/config/includes.chroot/etc/skel/.gtkrc-2.0 new file mode 100644 index 0000000..49e9d62 --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/.gtkrc-2.0 @@ -0,0 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +gtk-theme-name="Clearlooks-Phenix" +gtk-icon-theme-name="Tango" +gtk-font-name="DejaVu Sans 9" +gtk-cursor-theme-name="Adwaita" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="rgb" +include "/home/user/.gtkrc-2.0.mine" diff --git a/live-jessie/config/includes.chroot/etc/skel/autostart.sh b/live-jessie/config/includes.chroot/etc/skel/autostart.sh new file mode 100755 index 0000000..4cf87e2 --- /dev/null +++ b/live-jessie/config/includes.chroot/etc/skel/autostart.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +sudo chown root:audio /dev/snd/seq +sudo chmod g+rw /dev/snd/seq + +tint2 & +pulseaudio --start +connman-ui-gtk & +#xterm & +#aconnectgui & +volumeicon & +#mono /usr/local/bin/DMX-2.0.exe fullscreen live & + diff --git a/live-jessie/config/includes.chroot/usr/local/bin/DMX-2.0.exe b/live-jessie/config/includes.chroot/usr/local/bin/DMX-2.0.exe new file mode 100755 index 0000000..6d418a9 Binary files /dev/null and b/live-jessie/config/includes.chroot/usr/local/bin/DMX-2.0.exe differ diff --git a/live-jessie/config/includes.chroot/usr/local/bin/style.gtkrc b/live-jessie/config/includes.chroot/usr/local/bin/style.gtkrc new file mode 100644 index 0000000..3fb9e43 --- /dev/null +++ b/live-jessie/config/includes.chroot/usr/local/bin/style.gtkrc @@ -0,0 +1,153 @@ +/* + + Copyright (C) Arnaud Houdelette 2012-2014 + Copyright (C) Emmanuel Langlois 2012-2014 + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +style "sombre" +{ + font_name = "Cantarell 9" + + bg[NORMAL] = "#666666" + bg[SELECTED] = "#707090" + bg[ACTIVE] = "#808080" + bg[INSENSITIVE] = "#808080" + bg[PRELIGHT] = "#8080A0" + base[NORMAL] = "#595959" + base[SELECTED] = "#bb5959" + base[ACTIVE] = "#DAC000" + text[NORMAL] = "#D0D0D0" + fg[NORMAL] = "#FFFFFF" + fg[PRELIGHT] = "#FFFFFF" + engine "clearlooks" { + #colorize_scrollbar = FALSE + toolbarstyle = 0 + } + + GtkTreeView::odd-row-color = "#66666F" + #GtkTreeView::even-row-color = "#595959" +} + +style "scale" { + GtkScale::slider-width = 19 + GtkScale::slider-length = 27 + GtkRange::trough-side-details = 1 + bg[NORMAL] = "#A0A0B0" +} + +style "tirettes" { + font_name = "DejaVu Sans Mono 7" + GtkScale::slider-width = 19 + GtkScale::slider-length = 28 + bg[NORMAL] = "#A0A0B0" + bg[PRELIGHT] = "#8080A0" + bg[SELECTED] = "#DAC000" + fg[NORMAL] = "#FFFFFF" +} + +style "tirettesc" { + font_name = "DejaVu Sans Mono 7" + GtkScale::slider-width = 19 + GtkScale::slider-length = 28 + bg[NORMAL] = "#B08080" + bg[PRELIGHT] = "#B06060" + bg[SELECTED] = "#DAC000" + fg[NORMAL] = "#FF5050" +} + +style "tirettest" { + font_name = "DejaVu Sans Mono 7" + GtkScale::slider-width = 19 + GtkScale::slider-length = 28 + bg[NORMAL] = "#80B080" + bg[PRELIGHT] = "#B06060" + bg[SELECTED] = "#DAC000" + fg[NORMAL] = "#50FF50" +} + +style "tirettesm" { + font_name = "DejaVu Sans Mono 7" + GtkScale::slider-width = 19 + GtkScale::slider-length = 28 + bg[NORMAL] = "#6070B0" + bg[PRELIGHT] = "#B06060" + bg[SELECTED] = "#DAC000" + fg[NORMAL] = "#8080FF" +} + +style "progressbar" { + bg[SELECTED] = "#A8A8B8" +} + +style "circuitspb" +{ + font_name = "DejaVu Sans 7" + bg[SELECTED] = "#DAC000" +} + +style "counter" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 12" +} + +style "page" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 32" +} +style "pagesmall" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 6" +} + +style "actmacro" +{ + fg[NORMAL] = "#FFFF00" + bg[NORMAL] = "#000000" + font_name = "DejaVu Sans Mono Bold 6" +} + + +style "lbtirette" +{ + fg[NORMAL] = "#D0D0D0" + font_name = "DejaVu Sans 7" +} + + +class "GtkWidget" style "sombre" +class "GtkScale" style "scale" +class "GtkProgressBar" style "progressbar" +widget "*.pb" style "circuitspb" +widget "*.posLabel" style "counter" +widget "*.timeLabel" style "counter" +widget "*.actLabel" style "actmacro" + +widget "*.evBBox" style "counter" +widget "*.evBBox1" style "counter" + +widget "*.lblPage" style "page" +widget "*.lblpagesmall" style "pagesmall" + +widget "*.lblTirette" style "lbtirette" +widget "*.sclTirette" style "tirettes" +widget "*.sclTiretteC" style "tirettesc" +widget "*.sclTiretteT" style "tirettest" +widget "*.sclTiretteM" style "tirettesm" \ No newline at end of file diff --git a/live-jessie/config/package-lists/desktop.list.chroot b/live-jessie/config/package-lists/desktop.list.chroot new file mode 100644 index 0000000..654b280 --- /dev/null +++ b/live-jessie/config/package-lists/desktop.list.chroot @@ -0,0 +1,28 @@ +xserver-xorg +xserver-xorg-input-all +xserver-xorg-video-all +xserver-xorg-video-modesetting +libgl1-mesa-dri +x11-xserver-utils +xterm + +openbox +lightdm +gtk2-engines +tint2 +thunar + +connman +wpasupplicant +connman-ui + + +alsa-base +alsa-utils +volumeicon-alsa +pulseaudio +pulseaudio-module-x11 +pavucontrol +tango-icon-theme +clearlooks-phenix-theme + diff --git a/live-jessie/config/package-lists/dmx.list.chroot b/live-jessie/config/package-lists/dmx.list.chroot new file mode 100644 index 0000000..e0cc33c --- /dev/null +++ b/live-jessie/config/package-lists/dmx.list.chroot @@ -0,0 +1,11 @@ +mono-runtime +cli-common +libmono-system-core4.0-cil +libmono-system4.0-cil +libgtk2.0-cil +libglib2.0-cil +libmono-system-xml4.0-cil +libgstreamer0.9-cil +gstreamer0.10-pulseaudio +gstreamer0.10-plugins-ugly + diff --git a/live-jessie/config/package-lists/live.list.chroot b/live-jessie/config/package-lists/live.list.chroot new file mode 100644 index 0000000..b768e22 --- /dev/null +++ b/live-jessie/config/package-lists/live.list.chroot @@ -0,0 +1,20 @@ +live-boot +live-config +live-config-systemd +live-tools +user-setup +locales-all +sudo +iproute2 +keyboard-configuration + +console-setup +dosfstools +eject +kbd +rsync +systemd-ui + +ifupdown +isc-dhcp-client + diff --git a/live-jessie/config/package-lists/std.list.chroot b/live-jessie/config/package-lists/std.list.chroot new file mode 100644 index 0000000..eb26e7b --- /dev/null +++ b/live-jessie/config/package-lists/std.list.chroot @@ -0,0 +1,20 @@ +apt +aptitude +bash +bash-completion +bzip2 +dbus +bc +dc +file +ftp +gettext-base +host +info +openssh-client +patch +pciutils +time +xz-utils + +