Hi everyone

this summer I have spent sometime writing a step by step document to install Trisquel the way I want it.

I want it to share this just in case it could be useful to someone.

Please note:
01. I use three ppa:
    tpl (Advanced Power Manager under GPL 2 license)
    systemback (Backup and restore under GPL 3 license)
    kodi (Home entratainment under GPL 2 license)
02. I use one video add-on for Kodi named Genesis (under GPL 3 license)
03. I switch off Apparmor
04. This setup was tested only on amd64 architecture

I hope you will find it useful

Cheers

V.P.

Media: trisquel-netinst_7.0_<architecture>.iso

# installation
Check "Trisquel Console Environment" only

# restart system
sudo reboot

------------------------------------------------------------------------

# switch apparmor off
sudo /etc/init.d/apparmor stop
sudo /etc/init.d/apparmor teardown
sudo /usr/sbin/update-rc.d -f apparmor remove

------------------------------------------------------------------------

# xfce login manager
sudo apt-get install xserver-xorg-video-vesa xserver-xorg-video-intel 
xserver-xorg-input-synaptics
sudo apt-get install xfce4 lightdm lightdm-gtk-greeter

# xfce goodies
sudo apt-get install xfce4-goodies xfce4-whiskermenu-plugin

# extra icons
sudo apt-get install gnome-icon-theme-extras

# theme, icons, wallpapers
sudo apt-get install trisquel-gtk-theme trisquel-icon-theme trisquel-wallpapers

# restart system
sudo reboot

------------------------------------------------------------------------

# tools
sudo apt-get install galculator grsync gnote usb-creator-gtk

# network tools
sudo apt-get install wicd blueman
sudo apt-get install gvfs-bin gvfs-backends gvfs-fuse

# system tools
sudo apt-get install openjdk-7-jre synaptic bleachbit conky
(Substitute /etc/conky/conky.conf with the one of your choice)
sudo apt-get install menulibre bum software-properties-common update-notifier
sudo apt-get --no-install-recommends install gnome-system-tools 
gnome-disk-utility

# i/o tools
sudo apt-get install system-config-printer-gnome printer-driver-escpr 
simple-scan

# restart system
sudo reboot

------------------------------------------------------------------------

# internet tools
sudo apt-get install midori sylpheed liferea pidgin

# graphics tools
sudo apt-get install ristretto

# audio tools
sudo apt-get install gmusicbrowser

# video tools
sudo apt-get install vlc

# office tools
sudo apt-get install abiword gnumeric glabels

# multimedia layer
sudo apt-get install trisquel-codecs

# privacy
sudo apt-get install tor polipo vidalia
(
Proceed as follows:
01. stop tor and polipo
    [sudo service <name> stop]
02. disable tor and polipo to start at boot
    [use bum]
03. modify /etc/polipo/config to work with tor and respond to 
http://127.0.0.1:8118
    [http://www.binarytides.com/install-tor-vidalia-and-polipo-on-ubuntu/]
04. modify vidalia settings to start also /usr/bin/polipo and the 9050 sock port
05. set Midori to use http://127.0.0.1:8118 as proxy
)

------------------------------------------------------------------------

# applicazioni da aggiungere via ppa

tpl (http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html)
  sudo add-apt-repository ppa:linrunner/tlp
  sudo apt-get update
  sudo apt-get install tlp

systemback 
(http://www.unixmen.com/systemback-restore-linux-system-previous-state/)
  sudo add-apt-repository ppa:nemh/systemback
  sudo apt-get update
  sudo apt-get install systemback

kodi (http://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux)
  sudo add-apt-repository ppa:team-xbmc/ppa
  sudo apt-get update
  sudo apt-get install kodi

------------------------------------------------------------------------

# install Genesis addon to Kodi
http://tutorial-iptv-xbmc.blogspot.it/2015/02/genesis-add-on-for-kodi-xbmc-download.html

------------------------------------------------------------------------

# internet
sudo apt-get install qbittorrent

# multimedia editors
sudo apt-get install gimp openshot audacity

# libdvdcss2
sudo /usr/share/doc/libdvdread4/install-css.sh

# multimedia rippers
sudo apt-get install handbrake asunder

# dvd authoring
sudo apt-get install devede imagination

# ebook
sudo apt-get install calibre

# system
sudo apt-get install isomaster

# software development
sudo apt-get install openjdk-7-jdk git geany geany-plugins

# home tools
sudo apt-get install homebank sweethome3d

# games
sudo apt-get install dreamchess gnome-sudoku gnome-mastermind billard-gl

------------------------------------------------------------------------

# virtualization
https://trisquel.info/en/wiki/virtualization-using-kvm

------------------------------------------------------------------------

# Use Bum to disable all the unecessary service to start at boot
# Set Xfce the way you like it
# Hide from menus apps you don't want to use using Libremenu
# Copy all the relevant dirs (.config .menu .vidalia) from your home to 
/etc/skel
# Use systemback to create a live iso of your sistem

------------------------------------------------------------------------

Reply via email to