hi again,
I installed
compiz,
fusion-icon and
emerald following this guide:
http://ubuntuportal.com/2012/06/how-to-install-emerald-window-decorator-on-ubuntu-12-04-lts.html [nofollow]The problem is now that despite the fact i have installed all the required packages, i don't see any change in the environment nor any animation despite that CCSM (Compiz Confing Settings Manager) is enabled.
Also i executed
fusion-icon and tried to reload the Window Manager but when i do that the window is losing the decorations and of course the buttons
minimize,
maximize and
close.
Can i change something in order to successfully run the compiz?
I found some paths where boot-login images are stored:
-
/lib/plymouth/themes/backbox-logo : Replace here the image
backbox-nologo.png and you will have a new on boot loading image
-
/etc/default : Open the
grub file and add the line
GRUB_BACKGROUND="/image_boot.png" and then run
sudo update-grub
and you will have a nice graphical boot menu.
-
/usr/share/xfce4/backdrops : In this path you can change the background image of the login screen by replacing:
backbox-left.png and
backbox-right.png-
/usr/share/icons : Here you can add an icon theme pack
-
/etc/X11 : I wanted to add
Alt+Shift as the default keyboard shortcut and i had to modify
xorg.conf. I added the following:
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"
Option "XkbModel" "Generic 105-key (Intl) PC"
Option "XkbLayout" "us,es,gr"
Option "XKbOptions" "grp:alt_shift_toggle"
EndSection