Ajout dependances audio
Ajout mixer pulseaudio et icone volume Ajout démarrage applet network-manager
This commit is contained in:
parent
494bf839cd
commit
53aedc3fcd
9 changed files with 49 additions and 16 deletions
3
live-dmx/config/includes.chroot/etc/rc.local
Executable file
3
live-dmx/config/includes.chroot/etc/rc.local
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
cp /usr/lib/cli/gstreamer-sharp-0.9/libgstreamersharpglue-0.10.so /usr/lib/mono/gac/gstreamer-sharp/*/
|
||||
|
||||
exit 0
|
||||
|
|
@ -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,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
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
# 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"
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
tint2 &
|
||||
pulseaudio --start
|
||||
nm-applet &
|
||||
#xterm &
|
||||
aconnectgui &
|
||||
#aconnectgui &
|
||||
volumeicon &
|
||||
mono /usr/local/bin/DMX-2.0.exe fullscreen aguibtn &
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -23,8 +23,13 @@ udisks-glue
|
|||
thunar
|
||||
thunar-volman
|
||||
gtk2-engines
|
||||
clearlooks-phenix-theme
|
||||
gtk3-engines-unico
|
||||
alsa-base
|
||||
alsa-utils
|
||||
pulseaudio
|
||||
pavucontrol
|
||||
volumeicon-alsa
|
||||
tango-icon-theme
|
||||
firmware-linux
|
||||
firmware-linux-nonfree
|
||||
|
|
|
|||
|
|
@ -10,19 +10,6 @@ intel-microcode
|
|||
|
||||
linux-headers-amd64
|
||||
|
||||
# open-vm-tools
|
||||
open-vm-tools
|
||||
#if PARENT_DISTRIBUTION wheezy
|
||||
open-vm-dkms
|
||||
open-vm-toolbox
|
||||
xserver-xorg-video-vmware
|
||||
#endif
|
||||
#nif PARENT_DISTRIBUTION wheezy
|
||||
open-vm-tools-desktop
|
||||
open-vm-tools-dkms
|
||||
xserver-xorg-video-vmware
|
||||
#endif
|
||||
|
||||
#if PARENT_ARCHIVE_AREAS contrib
|
||||
# virtualbox
|
||||
virtualbox-guest-dkms
|
||||
|
|
|
|||
|
|
@ -6,6 +6,5 @@ libglib2.0-cil
|
|||
libmono-system-xml4.0-cil
|
||||
libgstreamer0.9-cil
|
||||
gstreamer0.10-pulseaudio
|
||||
pulseaudio
|
||||
gstreamer0.10-plugins-ugly
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue