ShopDreamUp AI ArtDreamUp
Deviation Actions
1. Install packages (in terminal):
sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev gawk
2. Download emerald
cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.5.tar.gz
3. Install, in terminal (if you download to Downloads folder)
cd Downloads
cd emerald-*
./autogen.sh && make clean && make distclean && ./configure --prefix=/usr && make && sudo make install
4. Run:
emerald --replace
ADD!
RU version by me - fucknhack.blogspot.com/2012/03…
JP version by sakuraiyuta (check for fix Segmentation fault!) - sakuraiyuta.tumblr.com/post/22…
how-to fix Segmentation fault by mirbaharobert - comments.deviantart.com/1/2928…
more detail how-to by loki079 - comments.deviantart.com/1/2928…
sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev gawk
2. Download emerald
cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.5.tar.gz
3. Install, in terminal (if you download to Downloads folder)
cd Downloads
cd emerald-*
./autogen.sh && make clean && make distclean && ./configure --prefix=/usr && make && sudo make install
4. Run:
emerald --replace
ADD!
RU version by me - fucknhack.blogspot.com/2012/03…
JP version by sakuraiyuta (check for fix Segmentation fault!) - sakuraiyuta.tumblr.com/post/22…
how-to fix Segmentation fault by mirbaharobert - comments.deviantart.com/1/2928…
more detail how-to by loki079 - comments.deviantart.com/1/2928…
Shadows for menus and gnome-panel in Compiz
1. Run -> ccsm
2. Go to -> Windows Decoration -> Shadow Windows -> paste this -> (any | (class=Tooltip | Menu | PopupMenu | DropdownMenu | Unknown) | name=gnome-panel)
3. If Conky draw shadows just create file -> conky.sh (with your conkyrc configs)
#!/bin/bash
#WAIT BITCH
sleep 30
conky --config=/home/fuss/Scripts/Conky/HDD/conkyrc_hdd &
conky --config=/home/fuss/Scripts/Conky/HDD/conkyrc_hdd2
4. Make conky.sh executable, in terminal (in folder with created file) -> chmod +x conky.sh
5. Add conky.sh to autostart and logout
Screenshot http://2.bp.blogspot.com/-TNmyWFojaxY/T6tpr3XFGf
Install covergloobus for Ubuntu 12.04
1. Download from https://launchpad.net/~sausageandeggs/+archive/ppa/+packages - covergloobus_1.7-0~361~precise1.tar.gz
2. Unpack and go to recipe-1.7
3. In terminal:
sudo apt-get install automake
./autogen.sh
make
sudo make install
4. If not work, install python-xlib and python-support
How-to install artwiz (pixel) fonts in Ubuntu
Sometime people ask me how to install artwiz (pixels) fonts in Ubuntu, because many time ago they was removed from repo. This method work for me from 8.04 to 10.04.
1. You must download fonts from here http://artwizaleczapka.sourceforge.net/
and extract archive to /home/USERNAME/.fonts (I download artwiz-aleczapka-en-1.3.tar.bz2)
2. Open terminal and type:
sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf
3. sudo fc-cache -fv
4. sudo dpkg-reconfigure fontconfig
5. sudo dpkg-reconfigure fontconfig-config
6. Restart X and enjoy!
Thanks for help AWWAKUM (Original post http://lamernotes.blogspot.com/2009/05/artwiz-ubuntu-904.html)
Dual Panel Nautilus for Ubuntu 9.10
Type in terminal:
sudo add-apt-repository ppa:berndth/ppa
sudo apt-get update && sudo apt-get upgrade
Than:
killall nautilus && nautilus &
Open nautilus and push F3
PROFIT!
Find on ubuntuforums.org by mrdiego
Screenshot http://2.bp.blogspot.com/_cFWBObRkg9w/SyGMnU952sI/AAAAAAAAA44/arQ_Q3IRrZw/s1600-h/nautilus.png
© 2012 - 2024 iamfuss
Comments46
Join the community to add your comment. Already a deviant? Log In
Thank you!