diff --git a/jwm/package_list/base_utilities b/jwm/package_list/base_utilities
index 26ebfcff813a32bd2ee3c8dd2b0b44c0ebd2e6f9..548132fc29574e88cd282163adb1bfeba185385a 100644
--- a/jwm/package_list/base_utilities
+++ b/jwm/package_list/base_utilities
@@ -46,6 +46,7 @@ wpa_supplicant
 obarun-install
 obarun-install-themes
 pacopts
+obnews
 
 #-------------------
 ## fonts
diff --git a/jwm/package_list/desktop b/jwm/package_list/desktop
index e245e3e76aa1054600d0fb3bc5a61fe4fa6e21e0..a321fe6abfbb279a66edd323509f0dd9b4f2423f 100644
--- a/jwm/package_list/desktop
+++ b/jwm/package_list/desktop
@@ -54,7 +54,7 @@ parole
 polkit-gnome
 scrot
 spacefm
-terminator 
+sakura 
 udevil 
 volumeicon
 xarchiver-gtk2
diff --git a/jwm/rootfs/etc/obarun/install.conf b/jwm/rootfs/etc/obarun/install.conf
new file mode 100644
index 0000000000000000000000000000000000000000..11c095a4107b17773d81080a4a2789fc5271fc25
--- /dev/null
+++ b/jwm/rootfs/etc/obarun/install.conf
@@ -0,0 +1,72 @@
+# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
+# All rights reserved.
+# 
+# This file is part of Obarun. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution.
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+##################
+## Main variable
+##################
+
+# allow to update the obarun-install script when it launched [yes|no]
+UPDATE_INS="yes"
+
+# allow to update the obarun-install-themes script when it launched [yes|no]
+UPDATE_TPL="yes"
+
+# Be more/less verbose
+# 1 for more, 0 for less
+DEBUG=0
+
+# git source of obarun-install package 
+GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
+
+# git branch to use, if not set master is took by default
+BRANCH=""
+
+# gpg directory used during the installation
+GPG_DIR="/var/lib/obarun/gnupg"
+
+# editor used during the installation
+EDITOR="mcedit"
+
+# valid mountpoint for installation
+NEWROOT="/mnt"
+
+# configuration files directory used for the installation
+CONFIG_DIR="jwm"
+
+# cache directory used during the installation
+CACHE_DIR="/var/cache/pacman/pkg"
+
+# use rankmirrors to find the fastest local mirror
+# expected value are yes or no without uppercase
+RANKMIRRORS="no"
+
+#########################
+## Customization variable
+#########################
+
+# define name of the host for the new installation 
+HOSTNAME="Ob66"
+
+# define the locale for the new installation
+LOCALE="en_US.UTF-8"
+
+# define the zone for the new installation e.g Europe 
+ZONE="GMT"
+
+# define the subzone for the new installation e.g. Londres 
+SUBZONE=""
+
+# define the keymap for the console for the new installation
+KEYMAP="us"
+
+# define the keymap for the Desktop for the new installation
+XKEYMAP="us"
+
+# define the name for a new user for the new installation
+NEWUSER="oblive"
diff --git a/jwm/rootfs/etc/skel/.config/jwm/theme b/jwm/rootfs/etc/skel/.config/jwm/theme
index ef4b085323226e95470216c9038f7d081ea04d59..bcbb28cde44eb9b368c2b000327acfac01b739c6 100644
--- a/jwm/rootfs/etc/skel/.config/jwm/theme
+++ b/jwm/rootfs/etc/skel/.config/jwm/theme
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <JWM>
-	<Font>Liberation Sans-9</Font>
+	
 	<!-- Window button -->
 	<ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose>
 	<ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax>
@@ -8,7 +8,7 @@
 	<ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin>
     <!-- Visual Style Window. -->
     <WindowStyle decorations="flat">
-        
+        <Font>Liberation Sans-9</Font>
         <Width>1</Width>
         <Height>25</Height>
         <Corner>5</Corner>
@@ -25,7 +25,7 @@
 
     <!-- Visual Style Tray. -->
     <TrayStyle decorations="flat">
-       
+        <Font>Liberation Sans-9</Font>
         <Background>#444444</Background>
         <Foreground>white</Foreground>
         <Active>
@@ -37,7 +37,7 @@
 
     <!-- Visual Style Pager. -->
     <PagerStyle>
-		
+		<Font>Liberation Sans-9</Font>
         <Outline>#444444</Outline>
         <Text>white</Text>
         <Foreground>#444444</Foreground>
@@ -50,7 +50,7 @@
 
     <!-- Visual Style Menu. -->
     <MenuStyle>
-        
+        <Font>Liberation Sans-9</Font>
         <Foreground>white</Foreground>
         <Background>#444444</Background>
         <Active>
@@ -62,7 +62,7 @@
 
     <!-- Visual Style Pop. -->
     <PopupStyle>
-        
+        <Font>Liberation Sans-9</Font>
         <Outline>#FFFFFF</Outline>
         <Foreground>#000000</Foreground>
         <Background>#FFFFFF</Background>
diff --git a/jwm/rootfs/etc/skel/.config/jwm/tray b/jwm/rootfs/etc/skel/.config/jwm/tray
index 43ac68d9f34dd403d65a815125290209bd9a31de..fa625a6bc5629b82ecce3d443d493bc6555fa029 100644
--- a/jwm/rootfs/etc/skel/.config/jwm/tray
+++ b/jwm/rootfs/etc/skel/.config/jwm/tray
@@ -17,7 +17,7 @@
 		<Spacer width="2"/>
 		<TrayButton icon="geany">root:4</TrayButton>
 		<Spacer width="2"/>
-		<TrayButton icon="terminator">exec:terminator</TrayButton>
+		<TrayButton icon="terminal">exec:sakura</TrayButton>
 		<Spacer width="5"/>
 		
 		<!-- pager -->
diff --git a/jwm/rootfs/etc/skel/.config/terminator/config b/jwm/rootfs/etc/skel/.config/terminator/config
deleted file mode 100644
index a8cdd15388c577cbc0b7260a91d1aeaad727bef8..0000000000000000000000000000000000000000
--- a/jwm/rootfs/etc/skel/.config/terminator/config
+++ /dev/null
@@ -1,25 +0,0 @@
-[global_config]
-  always_split_with_profile = True
-  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
-  suppress_multiple_term_dialog = True
-  title_receive_bg_color = "#310000"
-  title_transmit_bg_color = "#310000"
-[keybindings]
-[layouts]
-  [[default]]
-    [[[child1]]]
-      parent = window0
-      profile = default
-      type = Terminal
-    [[[window0]]]
-      parent = ""
-      type = Window
-[plugins]
-[profiles]
-  [[default]]
-    background_darkness = 0.76
-    background_image = None
-    background_type = transparent
-    icon_bell = False
-    scrollback_infinite = True
-    show_titlebar = False
diff --git a/jwm/rootfs/etc/skel/Desktop/README b/jwm/rootfs/etc/skel/Desktop/README
index d9280a91b0f6cddc43c3a6a9cf005f6a6efcb0fd..aee375a4936c9d2383dbaf129387a3de5c9fa370 100644
--- a/jwm/rootfs/etc/skel/Desktop/README
+++ b/jwm/rootfs/etc/skel/Desktop/README
@@ -14,7 +14,7 @@ LOGIN AND PASSWORD
 ------------------
 
 root login : root
-user login : obarun
+user login : oblive
 root password : toor
 obarun password : toor
 
diff --git a/minimal/package_list/base_utilities b/minimal/package_list/base_utilities
index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644
--- a/minimal/package_list/base_utilities
+++ b/minimal/package_list/base_utilities
@@ -46,6 +46,7 @@ wpa_supplicant
 obarun-install
 obarun-install-themes
 pacopts
+obnews
 
 #-------------------
 ## fonts
diff --git a/minimal/rootfs/etc/obarun/install.conf b/minimal/rootfs/etc/obarun/install.conf
new file mode 100644
index 0000000000000000000000000000000000000000..2b5a325227183c2a06bc21efae9a18a47693cb40
--- /dev/null
+++ b/minimal/rootfs/etc/obarun/install.conf
@@ -0,0 +1,72 @@
+# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
+# All rights reserved.
+# 
+# This file is part of Obarun. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution.
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+##################
+## Main variable
+##################
+
+# allow to update the obarun-install script when it launched [yes|no]
+UPDATE_INS="yes"
+
+# allow to update the obarun-install-themes script when it launched [yes|no]
+UPDATE_TPL="yes"
+
+# Be more/less verbose
+# 1 for more, 0 for less
+DEBUG=0
+
+# git source of obarun-install package 
+GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
+
+# git branch to use, if not set master is took by default
+BRANCH=""
+
+# gpg directory used during the installation
+GPG_DIR="/var/lib/obarun/gnupg"
+
+# editor used during the installation
+EDITOR="mcedit"
+
+# valid mountpoint for installation
+NEWROOT="/mnt"
+
+# configuration files directory used for the installation
+CONFIG_DIR="minimal"
+
+# cache directory used during the installation
+CACHE_DIR="/var/cache/pacman/pkg"
+
+# use rankmirrors to find the fastest local mirror
+# expected value are yes or no without uppercase
+RANKMIRRORS="no"
+
+#########################
+## Customization variable
+#########################
+
+# define name of the host for the new installation 
+HOSTNAME="Ob66"
+
+# define the locale for the new installation
+LOCALE="en_US.UTF-8"
+
+# define the zone for the new installation e.g Europe 
+ZONE="GMT"
+
+# define the subzone for the new installation e.g. Londres 
+SUBZONE=""
+
+# define the keymap for the console for the new installation
+KEYMAP="us"
+
+# define the keymap for the Desktop for the new installation
+XKEYMAP="us"
+
+# define the name for a new user for the new installation
+NEWUSER="oblive"
diff --git a/openbox/package_list/base_utilities b/openbox/package_list/base_utilities
index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644
--- a/openbox/package_list/base_utilities
+++ b/openbox/package_list/base_utilities
@@ -46,6 +46,7 @@ wpa_supplicant
 obarun-install
 obarun-install-themes
 pacopts
+obnews
 
 #-------------------
 ## fonts
diff --git a/openbox/package_list/desktop b/openbox/package_list/desktop
index 4a0b69bb05de7ee9ff480df01e1dfd2932ebfea1..2ac4b5297d7631db19460f6320666695b3fc0b32 100644
--- a/openbox/package_list/desktop
+++ b/openbox/package_list/desktop
@@ -58,7 +58,7 @@ parole
 polkit-gnome
 scrot
 spacefm
-terminator 
+sakura
 udevil 
 volumeicon
 xarchiver-gtk2
diff --git a/openbox/rootfs/etc/obarun/install.conf b/openbox/rootfs/etc/obarun/install.conf
new file mode 100644
index 0000000000000000000000000000000000000000..33c0b33f3abcdc9efccbe9bb144feb8148b3e229
--- /dev/null
+++ b/openbox/rootfs/etc/obarun/install.conf
@@ -0,0 +1,72 @@
+# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
+# All rights reserved.
+# 
+# This file is part of Obarun. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution.
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+##################
+## Main variable
+##################
+
+# allow to update the obarun-install script when it launched [yes|no]
+UPDATE_INS="yes"
+
+# allow to update the obarun-install-themes script when it launched [yes|no]
+UPDATE_TPL="yes"
+
+# Be more/less verbose
+# 1 for more, 0 for less
+DEBUG=0
+
+# git source of obarun-install package 
+GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
+
+# git branch to use, if not set master is took by default
+BRANCH=""
+
+# gpg directory used during the installation
+GPG_DIR="/var/lib/obarun/gnupg"
+
+# editor used during the installation
+EDITOR="mcedit"
+
+# valid mountpoint for installation
+NEWROOT="/mnt"
+
+# configuration files directory used for the installation
+CONFIG_DIR="openbox"
+
+# cache directory used during the installation
+CACHE_DIR="/var/cache/pacman/pkg"
+
+# use rankmirrors to find the fastest local mirror
+# expected value are yes or no without uppercase
+RANKMIRRORS="no"
+
+#########################
+## Customization variable
+#########################
+
+# define name of the host for the new installation 
+HOSTNAME="Ob66"
+
+# define the locale for the new installation
+LOCALE="en_US.UTF-8"
+
+# define the zone for the new installation e.g Europe 
+ZONE="GMT"
+
+# define the subzone for the new installation e.g. Londres 
+SUBZONE=""
+
+# define the keymap for the console for the new installation
+KEYMAP="us"
+
+# define the keymap for the Desktop for the new installation
+XKEYMAP="us"
+
+# define the name for a new user for the new installation
+NEWUSER="oblive"
diff --git a/openbox/rootfs/etc/skel/.config/openbox/menu.xml b/openbox/rootfs/etc/skel/.config/openbox/menu.xml
index 57df16aacdaa0c1820202d4551b2baa52cc8f10b..47b328bbd8eda7610231fdeb982851d67104bf41 100644
--- a/openbox/rootfs/etc/skel/.config/openbox/menu.xml
+++ b/openbox/rootfs/etc/skel/.config/openbox/menu.xml
@@ -93,9 +93,9 @@
       <command>sudo -A geany</command>
     </action>
   </item>
-  <item label="Terminator" icon="/usr/share/icons/Faenza/apps/24/terminator.png">
+  <item label="Sakura" icon="/usr/share/icons/Faenza/apps/24/Terminal.png">
     <action name="Execute">
-      <command>terminator</command>
+      <command>sakura</command>
     </action>
   </item>
   <item label="Pictures" icon="/usr/share/icons/Faenza/apps/24/gpicview.png">
diff --git a/openbox/rootfs/etc/skel/.config/terminator/config b/openbox/rootfs/etc/skel/.config/terminator/config
deleted file mode 100644
index a8cdd15388c577cbc0b7260a91d1aeaad727bef8..0000000000000000000000000000000000000000
--- a/openbox/rootfs/etc/skel/.config/terminator/config
+++ /dev/null
@@ -1,25 +0,0 @@
-[global_config]
-  always_split_with_profile = True
-  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
-  suppress_multiple_term_dialog = True
-  title_receive_bg_color = "#310000"
-  title_transmit_bg_color = "#310000"
-[keybindings]
-[layouts]
-  [[default]]
-    [[[child1]]]
-      parent = window0
-      profile = default
-      type = Terminal
-    [[[window0]]]
-      parent = ""
-      type = Window
-[plugins]
-[profiles]
-  [[default]]
-    background_darkness = 0.76
-    background_image = None
-    background_type = transparent
-    icon_bell = False
-    scrollback_infinite = True
-    show_titlebar = False
diff --git a/openbox/rootfs/etc/skel/.config/tint2/tint2rc b/openbox/rootfs/etc/skel/.config/tint2/tint2rc
index 5b8d945247ad4850fec1b24aafdb58f0472dec8e..7cd7e3cde6807430ac5d85dbc96d34c2d9711f13 100644
--- a/openbox/rootfs/etc/skel/.config/tint2/tint2rc
+++ b/openbox/rootfs/etc/skel/.config/tint2/tint2rc
@@ -134,7 +134,7 @@ launcher_tooltip = 0
 launcher_item_app = /usr/share/applications/midori.desktop
 launcher_item_app = /usr/share/applications/spacefm.desktop
 launcher_item_app = /usr/share/applications/geany.desktop
-launcher_item_app = /usr/share/applications/terminator.desktop
+launcher_item_app = /usr/share/applications/sakura.desktop
 
 #-------------------------------------
 # Clock
diff --git a/openbox/rootfs/etc/skel/Desktop/README b/openbox/rootfs/etc/skel/Desktop/README
index 60916bbc5c49e191e73f33abf21bd85bace8211e..e3be0245b6130a3416f24daf71aaa7f1834e63a8 100644
--- a/openbox/rootfs/etc/skel/Desktop/README
+++ b/openbox/rootfs/etc/skel/Desktop/README
@@ -14,7 +14,7 @@ LOGIN AND PASSWORD
 ------------------
 
 root login : root
-user login : obarun
+user login : oblive
 root password : toor
 obarun password : toor
 
diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf
new file mode 100644
index 0000000000000000000000000000000000000000..7cf5fb46addff1f8e364ce6f1a3f32bd1e60162f
--- /dev/null
+++ b/plasma/rootfs/etc/obarun/install.conf
@@ -0,0 +1,72 @@
+# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
+# All rights reserved.
+# 
+# This file is part of Obarun. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution.
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+##################
+## Main variable
+##################
+
+# allow to update the obarun-install script when it launched [yes|no]
+UPDATE_INS="yes"
+
+# allow to update the obarun-install-themes script when it launched [yes|no]
+UPDATE_TPL="yes"
+
+# Be more/less verbose
+# 1 for more, 0 for less
+DEBUG=0
+
+# git source of obarun-install package 
+GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
+
+# git branch to use, if not set master is took by default
+BRANCH=""
+
+# gpg directory used during the installation
+GPG_DIR="/var/lib/obarun/gnupg"
+
+# editor used during the installation
+EDITOR="mcedit"
+
+# valid mountpoint for installation
+NEWROOT="/mnt"
+
+# configuration files directory used for the installation
+CONFIG_DIR="plasma"
+
+# cache directory used during the installation
+CACHE_DIR="/var/cache/pacman/pkg"
+
+# use rankmirrors to find the fastest local mirror
+# expected value are yes or no without uppercase
+RANKMIRRORS="no"
+
+#########################
+## Customization variable
+#########################
+
+# define name of the host for the new installation 
+HOSTNAME="Ob66"
+
+# define the locale for the new installation
+LOCALE="en_US.UTF-8"
+
+# define the zone for the new installation e.g Europe 
+ZONE="GMT"
+
+# define the subzone for the new installation e.g. Londres 
+SUBZONE=""
+
+# define the keymap for the console for the new installation
+KEYMAP="us"
+
+# define the keymap for the Desktop for the new installation
+XKEYMAP="us"
+
+# define the name for a new user for the new installation
+NEWUSER="oblive"
diff --git a/xfce4/package_list/base_utilities b/xfce4/package_list/base_utilities
index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644
--- a/xfce4/package_list/base_utilities
+++ b/xfce4/package_list/base_utilities
@@ -46,6 +46,7 @@ wpa_supplicant
 obarun-install
 obarun-install-themes
 pacopts
+obnews
 
 #-------------------
 ## fonts
diff --git a/xfce4/package_list/desktop b/xfce4/package_list/desktop
index 525e0e19f021958026b259f4e6de13dbae96c686..c7e2324e8797dd28881c6d7dab98a9e8103a5b53 100644
--- a/xfce4/package_list/desktop
+++ b/xfce4/package_list/desktop
@@ -68,7 +68,7 @@ parole
 polkit-gnome
 scrot
 spacefm
-terminator 
+sakura 
 udevil 
 volumeicon
 xarchiver-gtk2
diff --git a/xfce4/rootfs/etc/obarun/install.conf b/xfce4/rootfs/etc/obarun/install.conf
new file mode 100644
index 0000000000000000000000000000000000000000..0a8e8585a2295cbc2fa68e1801f55da8c1f86013
--- /dev/null
+++ b/xfce4/rootfs/etc/obarun/install.conf
@@ -0,0 +1,72 @@
+# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org>
+# All rights reserved.
+# 
+# This file is part of Obarun. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution.
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
+
+##################
+## Main variable
+##################
+
+# allow to update the obarun-install script when it launched [yes|no]
+UPDATE_INS="yes"
+
+# allow to update the obarun-install-themes script when it launched [yes|no]
+UPDATE_TPL="yes"
+
+# Be more/less verbose
+# 1 for more, 0 for less
+DEBUG=0
+
+# git source of obarun-install package 
+GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
+
+# git branch to use, if not set master is took by default
+BRANCH=""
+
+# gpg directory used during the installation
+GPG_DIR="/var/lib/obarun/gnupg"
+
+# editor used during the installation
+EDITOR="mcedit"
+
+# valid mountpoint for installation
+NEWROOT="/mnt"
+
+# configuration files directory used for the installation
+CONFIG_DIR="xfce4"
+
+# cache directory used during the installation
+CACHE_DIR="/var/cache/pacman/pkg"
+
+# use rankmirrors to find the fastest local mirror
+# expected value are yes or no without uppercase
+RANKMIRRORS="no"
+
+#########################
+## Customization variable
+#########################
+
+# define name of the host for the new installation 
+HOSTNAME="Ob66"
+
+# define the locale for the new installation
+LOCALE="en_US.UTF-8"
+
+# define the zone for the new installation e.g Europe 
+ZONE="GMT"
+
+# define the subzone for the new installation e.g. Londres 
+SUBZONE=""
+
+# define the keymap for the console for the new installation
+KEYMAP="us"
+
+# define the keymap for the Desktop for the new installation
+XKEYMAP="us"
+
+# define the name for a new user for the new installation
+NEWUSER="oblive"