ajout live jessie
This commit is contained in:
parent
1154c369ab
commit
4781adbc25
14 changed files with 337 additions and 0 deletions
8
live-jessie/auto/config
Executable file
8
live-jessie/auto/config
Executable file
|
|
@ -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/ \
|
||||||
|
"$*"
|
||||||
BIN
live-jessie/config/includes.binary/persistence.xz
Normal file
BIN
live-jessie/config/includes.binary/persistence.xz
Normal file
Binary file not shown.
|
|
@ -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
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
~/autostart.sh
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
||||||
|
<menu id="root-menu" label="Openbox 3">
|
||||||
|
<item label="Loupiottes">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>mono /usr/local/bin/DMX-2.0.exe live fs</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<!-- This requires the presence of the 'menu' package to work -->
|
||||||
|
<item label="Fichiers">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>thunar</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<separator/>
|
||||||
|
<item label="Terminal">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>x-terminal-emulator</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<separator/>
|
||||||
|
<separator/>
|
||||||
|
<item label="Exit">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>sudo halt</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
</openbox_menu>
|
||||||
|
|
@ -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
|
||||||
19
live-jessie/config/includes.chroot/etc/skel/.gtkrc-2.0
Normal file
19
live-jessie/config/includes.chroot/etc/skel/.gtkrc-2.0
Normal file
|
|
@ -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"
|
||||||
13
live-jessie/config/includes.chroot/etc/skel/autostart.sh
Executable file
13
live-jessie/config/includes.chroot/etc/skel/autostart.sh
Executable file
|
|
@ -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 &
|
||||||
|
|
||||||
BIN
live-jessie/config/includes.chroot/usr/local/bin/DMX-2.0.exe
Executable file
BIN
live-jessie/config/includes.chroot/usr/local/bin/DMX-2.0.exe
Executable file
Binary file not shown.
153
live-jessie/config/includes.chroot/usr/local/bin/style.gtkrc
Normal file
153
live-jessie/config/includes.chroot/usr/local/bin/style.gtkrc
Normal file
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
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"
|
||||||
28
live-jessie/config/package-lists/desktop.list.chroot
Normal file
28
live-jessie/config/package-lists/desktop.list.chroot
Normal file
|
|
@ -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
|
||||||
|
|
||||||
11
live-jessie/config/package-lists/dmx.list.chroot
Normal file
11
live-jessie/config/package-lists/dmx.list.chroot
Normal file
|
|
@ -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
|
||||||
|
|
||||||
20
live-jessie/config/package-lists/live.list.chroot
Normal file
20
live-jessie/config/package-lists/live.list.chroot
Normal file
|
|
@ -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
|
||||||
|
|
||||||
20
live-jessie/config/package-lists/std.list.chroot
Normal file
20
live-jessie/config/package-lists/std.list.chroot
Normal file
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue