<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <title>deviantART: iamfuss's journals</title>
        <link>http://browse.deviantart.com/journals/?order=5&amp;q=by%3Aiamfuss</link>
        <description>deviantART RSS for in:journals sort:time by:iamfuss</description>
        <language>en-us</language>
        <copyright>Copyright 2013, deviantART.com</copyright>

        <pubDate>Wed, 19 Jun 2013 11:10:32 PDT</pubDate>        
        <generator>deviantART.com</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <atom:icon>http://st.deviantart.net/minish/widgets/apple-touch-icon-precomposed.png</atom:icon>
        <atom:link href="http://backend.deviantart.com/rss.xml?q=in%3Ajournals+sort%3Atime+by%3Aiamfuss&amp;type=journal" rel="self" type="application/rss+xml" />
                    <item>
                <title>Shadows for menus and gnome-panel in Compiz</title>
                <link>http://iamfuss.deviantart.com/journal/Shadows-for-menus-and-gnome-panel-in-Compiz-301183325</link>
                <guid isPermaLink="true">http://iamfuss.deviantart.com/journal/Shadows-for-menus-and-gnome-panel-in-Compiz-301183325</guid>
                <pubDate>Thu, 10 May 2012 01:23:42 PDT</pubDate>
                        <media:title type="plain">Shadows for menus and gnome-panel in Compiz</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Personal">journals/personal</media:category>
        <media:credit role="author" scheme="urn:ebu">iamfuss</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/i/a/iamfuss.png?4</media:credit> 
        <media:copyright url="http://iamfuss.deviantart.com">Copyright 2012-2013 ~iamfuss</media:copyright>            <media:description type="html"><![CDATA[  ]]></media:description>        
        <media:text type="html"><![CDATA[ 1. Run -> ccsm<br />2. Go to -> Windows Decoration -> Shadow Windows -> paste this -> (any | (class=Tooltip | Menu | PopupMenu | DropdownMenu | Unknown)  | name=gnome-panel)<br />3. If Conky draw shadows just create file -> conky.sh (with your conkyrc configs)<br />          #!/bin/bash<br />          #WAIT BITCH<br />          sleep 30<br />          conky --config=/home/fuss/Scripts/Conky/HDD/conkyrc_hdd &<br />          conky --config=/home/fuss/Scripts/Conky/HDD/conkyrc_hdd2<br />4. Make conky.sh executable, in terminal (in folder with created file) -> chmod +x conky.sh<br />5. Add conky.sh to autostart and logout<br /><br />Screenshot http://2.bp.blogspot.com/-TNmyWFojaxY/T6tpr3XFGf ]]></media:text>            
            <description><![CDATA[  ]]></description>            </item>
            <item>
                <title>Install covergloobus for Ubuntu 12.04</title>
                <link>http://iamfuss.deviantart.com/journal/Install-covergloobus-for-Ubuntu-12-04-298574296</link>
                <guid isPermaLink="true">http://iamfuss.deviantart.com/journal/Install-covergloobus-for-Ubuntu-12-04-298574296</guid>
                <pubDate>Thu, 26 Apr 2012 14:04:19 PDT</pubDate>
                        <media:title type="plain">Install covergloobus for Ubuntu 12.04</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Personal">journals/personal</media:category>
        <media:credit role="author" scheme="urn:ebu">iamfuss</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/i/a/iamfuss.png?4</media:credit> 
        <media:copyright url="http://iamfuss.deviantart.com">Copyright 2012-2013 ~iamfuss</media:copyright>            <media:description type="html"><![CDATA[  ]]></media:description>        
        <media:text type="html"><![CDATA[ 1. Download from https://launchpad.net/~sausageandeggs/+archive/ppa/+packages - covergloobus_1.7-0~361~precise1.tar.gz<br />2. Unpack and go to recipe-1.7<br />3. In terminal:<br />     sudo apt-get install automake<br />     ./autogen.sh<br />     make<br />     sudo make install<br />4. If not work, install python-xlib and python-support ]]></media:text>            
            <description><![CDATA[  ]]></description>            </item>
            <item>
                <title>Install emerald for Ubuntu 12.04</title>
                <link>http://iamfuss.deviantart.com/journal/Install-emerald-for-Ubuntu-12-04-292806813</link>
                <guid isPermaLink="true">http://iamfuss.deviantart.com/journal/Install-emerald-for-Ubuntu-12-04-292806813</guid>
                <pubDate>Wed, 28 Mar 2012 12:47:56 PDT</pubDate>
                        <media:title type="plain">Install emerald for Ubuntu 12.04</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Personal">journals/personal</media:category>
        <media:credit role="author" scheme="urn:ebu">iamfuss</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/i/a/iamfuss.png?4</media:credit> 
        <media:copyright url="http://iamfuss.deviantart.com">Copyright 2012-2013 ~iamfuss</media:copyright>            <media:description type="html"><![CDATA[  ]]></media:description>        
        <media:text type="html"><![CDATA[ 1. Install packages (in terminal): <br />     sudo apt-get install git autoconf libtool libwnck1.0-cil-dev libwnck-dev intltool libdecoration0-dev gawk<br />2. Download emerald<br />     cgit.compiz.org/fusion/decorators/emerald/snapshot/emerald-0.9.5.tar.gz<br />3. Install, in terminal (if you download to Downloads folder) <br />     cd Downloads<br />     cd emerald-*<br />     ./autogen.sh && make clean && make distclean && ./configure --prefix=/usr && make && sudo make install<br />4. Run:<br />     emerald --replace<br /><br />ADD!<br />RU version by me - http://fucknhack.blogspot.com/2012/03/how-to-emerald-ubuntu-1204.html<br /><br />JP version by sakuraiyuta (check for fix Segmentation fault!)  ]]></media:text>            
            <description><![CDATA[  ]]></description>            </item>
            <item>
                <title>How-to install artwiz (pixel) fonts in Ubuntu</title>
                <link>http://iamfuss.deviantart.com/journal/How-to-install-artwiz-pixel-fonts-in-Ubuntu-226000883</link>
                <guid isPermaLink="true">http://iamfuss.deviantart.com/journal/How-to-install-artwiz-pixel-fonts-in-Ubuntu-226000883</guid>
                <pubDate>Tue, 25 May 2010 14:38:59 PDT</pubDate>
                        <media:title type="plain">How-to install artwiz (pixel) fonts in Ubuntu</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Personal">journals/personal</media:category>
        <media:credit role="author" scheme="urn:ebu">iamfuss</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/i/a/iamfuss.png?4</media:credit> 
        <media:copyright url="http://iamfuss.deviantart.com">Copyright 2010-2013 ~iamfuss</media:copyright>            <media:description type="html"><![CDATA[  ]]></media:description>        
        <media:text type="html"><![CDATA[ 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.<br /><br />1. You must download fonts from here http://artwizaleczapka.sourceforge.net/ <br />and extract archive to /home/USERNAME/.fonts (I download artwiz-aleczapka-en-1.3.tar.bz2)<br /><br />2. Open terminal and type:<br />sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf<br /><br />3. sudo fc-cache -fv<br /><br />4. sudo dpkg-reconfigure fontconfig<br /><br />5. sudo dpkg-reconfigure fontconfig-config<br /><br />6. Restart X and enjoy!<br /><br />Thanks for help AWWAKUM (Original post http://lamernotes.blogspot.com/2009/05/artwiz-ubuntu-904.html) ]]></media:text>            
            <description><![CDATA[  ]]></description>            </item>
            <item>
                <title>Dual Panel Nautilus for Ubuntu 9.10</title>
                <link>http://iamfuss.deviantart.com/journal/Dual-Panel-Nautilus-for-Ubuntu-9-10-229070832</link>
                <guid isPermaLink="true">http://iamfuss.deviantart.com/journal/Dual-Panel-Nautilus-for-Ubuntu-9-10-229070832</guid>
                <pubDate>Thu, 10 Dec 2009 15:53:29 PST</pubDate>
                        <media:title type="plain">Dual Panel Nautilus for Ubuntu 9.10</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Personal">journals/personal</media:category>
        <media:credit role="author" scheme="urn:ebu">iamfuss</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/i/a/iamfuss.png?4</media:credit> 
        <media:copyright url="http://iamfuss.deviantart.com">Copyright 2009-2013 ~iamfuss</media:copyright>            <media:description type="html"><![CDATA[  ]]></media:description>        
        <media:text type="html"><![CDATA[ Type in terminal:<br />     sudo add-apt-repository ppa:berndth/ppa<br />     sudo apt-get update && sudo apt-get upgrade<br /><br />Than:<br />     killall nautilus && nautilus &<br /><br />Open nautilus and push F3<br />PROFIT!<br /><br />Find on ubuntuforums.org by mrdiego<br /><br />Screenshot http://2.bp.blogspot.com/_cFWBObRkg9w/SyGMnU952sI/AAAAAAAAA44/arQ_Q3IRrZw/s1600-h/nautilus.png ]]></media:text>            
            <description><![CDATA[  ]]></description>            </item>
    </channel>
</rss>