<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc=" http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>briancarper.net (λ) (Tag: Themes)</title><link>http://briancarper.net/tag/99/themes</link><description>Some guy's blog about programming and Linux and cows.</description><item><title>Fluxbox, we meet again</title><link>http://briancarper.net/blog/fluxbox-we-meet-again</link><guid>http://briancarper.net/blog/fluxbox-we-meet-again</guid><pubDate>Sun, 15 Nov 2009 16:32:59 -0800</pubDate><description>&lt;p&gt;I'm sort of tired of KDE4 crashing left and right and Plasma barfing all over me all day.  So I decided to check out the current state of lightweight window managers.&lt;/p&gt;

&lt;p&gt;Lo and behold, Fluxbox is still going strong.  It was the first WM I used way back in 2000-something when I started using Linux full-time.  Last time I tried, there were always weird compatibility problems with system tray icons and pagers working properly when running a mix of KDE and Gnome and other apps, but those seem to have cleared up nicely; I have yet to hit any snags.  Here's a screenshot.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2009/2009-11-15.png&quot;&gt;&lt;img src=&quot;/screenshots/2009/thumbs/2009-11-15.png&quot; alt=&quot;Fluxbox&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This took very minimal effort to install and set up.  Maybe a couple hours total.  I'm using &lt;a href=&quot;http://useperl.ru/ipager/index.en.html&quot;&gt;ipager&lt;/a&gt; and &lt;a href=&quot;http://conky.sourceforge.net/&quot;&gt;conky&lt;/a&gt;.  The wallpaper comes from &lt;a href=&quot;http://kde-look.org/content/show.php?content=112688&quot;&gt;the UniQ KDE theme&lt;/a&gt;.  Vim and Emacs themes are &lt;a href=&quot;http://github.com/briancarper/dotfiles/&quot;&gt;my own&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The Fluxbox style is mydefcon_4 from &lt;a href=&quot;http://www.tenr.de/styles/&quot;&gt;tenr.de&lt;/a&gt; which is probably the largest and most thorough set of themes created by one person that I've witnessed.   That fellow is motivated.&lt;/p&gt;

&lt;p&gt;For all the bells and whistles of KDE4, what features did I actually use regularly?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A menu of apps&lt;/li&gt;
&lt;li&gt;Taskbar + System tray + Clock&lt;/li&gt;
&lt;li&gt;KWin's good window management.&lt;/li&gt;
&lt;li&gt;Global keyboard shortcuts galore&lt;/li&gt;
&lt;li&gt;One widget: current CPU/RAM/Network usage&lt;/li&gt;
&lt;li&gt;Mouse/keyboard management, background-setting, etc.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Fluxbox gives me all but number 5, and Conky gives me that.  Number 6 you can do with &lt;code&gt;xset&lt;/code&gt; and &lt;code&gt;feh&lt;/code&gt; and such.&lt;/p&gt;

&lt;p&gt;And I like being motivated to use keyboard shortcuts for more things.  I'm already halfway there.  Maybe I can take the plunge eventually and try a tiling window manager.  Not sure I've reached that level of nerditude yet though.&lt;/p&gt;

&lt;p&gt;And now I can move and resize windows without my graphics card bursting into flames.  Maybe when I can afford a few more cores worth of CPU I'll try KDE4 again.  Honestly I think I have too much monitor real-estate for my ancient computer to handle smoothly in KDE4.&lt;/p&gt;

&lt;p&gt;Not to knock KDE4; it's awesome and I'll probably go back someday.  But everyone needs a break now and then.&lt;/p&gt;</description></item><item><title>Emacs Clojure colors</title><link>http://briancarper.net/blog/emacs-clojure-colors</link><guid>http://briancarper.net/blog/emacs-clojure-colors</guid><pubDate>Fri, 30 Oct 2009 19:02:14 -0700</pubDate><description>&lt;p&gt;In yet another step along the path of trying to forcibly morph Emacs into Vim, I started a port of my &lt;a href=&quot;http://github.com/briancarper/dotfiles/blob/master/.vim/colors/gentooish.vim&quot;&gt;Vim color scheme Gentooish&lt;/a&gt; to an &lt;a href=&quot;http://github.com/briancarper/dotfiles/blob/master/.emacs.d/gentooish.el&quot;&gt;Emacs color-theme&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Then I threw a few lines at the bottom of &lt;a href=&quot;http://github.com/briancarper/dotfiles/blob/master/.emacs&quot;&gt;.emacs&lt;/a&gt; to highlight a few more Clojure-specific things when in clojure-mode.  Result:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/emacs/gentooish-clojure.png&quot; alt=&quot;/emacs/gentooish-clojure.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;This is inspired partly by &lt;a href=&quot;http://www.davep.org/emacs/parenface.el&quot;&gt;parenface.el&lt;/a&gt; which dims parens so they don't stand out as much.  Lispers have this silly meme where they &lt;a href=&quot;http://img264.imageshack.us/img264/1397/lispnd7.png&quot;&gt;pretend they can't see parens at all&lt;/a&gt;, but being a mere human I want Emacs to help blend them into the background a bit.&lt;/p&gt;

&lt;p&gt;I want to dim parens but also make braces and brackets pop out a bit more.  Coloring braces, brackets and parens slightly differently helps make a few things easier to read in my opinion, especially in &lt;code&gt;))]}]))&lt;/code&gt; kinds of situations (like at the end of the function above).&lt;/p&gt;

&lt;p&gt;This is pretty brute-force and I really wish I could figure out how to highlight &lt;code&gt;#{}&lt;/code&gt; (sets) differently than &lt;code&gt;{}&lt;/code&gt; (hash-maps).  Highlighting &lt;code&gt;()&lt;/code&gt;, &lt;code&gt;'()&lt;/code&gt;, &lt;code&gt;`()&lt;/code&gt;, and &lt;code&gt;#()&lt;/code&gt; differently would be awesome too.  But that is well beyond my elisp skills at the present.  Certain areas of Emacs are all but impenetrable, no matter how much documentation I read and how much banging on the keyboard I do.  The morass that is font-lock is one of those areas.&lt;/p&gt;

&lt;p&gt;p.s. I find an easy way to keep your dotfiles in git is to make a folder (called &lt;code&gt;dotfiles&lt;/code&gt; or something) and symlink your dotfiles from there to your home directory.  I also put &lt;code&gt;*&lt;/code&gt; in &lt;code&gt;.gitignore&lt;/code&gt; so git doesn't slurp up anything sensitive by accident.&lt;/p&gt;</description></item><item><title>KDE4 Konsole Kolor Skheme Kdownload</title><link>http://briancarper.net/blog/kde4-konsole-kolor-skheme-kdownload</link><guid>http://briancarper.net/blog/kde4-konsole-kolor-skheme-kdownload</guid><pubDate>Sun, 12 Apr 2009 20:31:19 -0700</pubDate><description>&lt;p&gt;I put a &lt;a href=&quot;http://briancarper.net/page/kde&quot;&gt;color scheme&lt;/a&gt; for KDE4's Konsole up for download.  From a cursory glance I think KDE3 and KDE4 color schemes are the same format, but I haven't tried it.&lt;/p&gt;

&lt;p&gt;Also I know I'm not the first to say it, but all of the K's in KDE program names are a bit annoying after a while, aren't they?&lt;/p&gt;</description></item><item><title>Vim cterm colors</title><link>http://briancarper.net/blog/vim-256-cterm</link><guid>http://briancarper.net/blog/vim-256-cterm</guid><pubDate>Sat, 04 Apr 2009 12:48:06 -0700</pubDate><description>&lt;p&gt;Note to self.  Vim color schemes that only set &lt;code&gt;cterm&lt;/code&gt; colors don't work unless you &lt;code&gt;export TERM=xterm-256color&lt;/code&gt; in your terminal emulator.  Konsole in KDE4 seems to default to plain &lt;code&gt;xterm&lt;/code&gt;.  Took me a half hour to figure out why my color scheme wasn't working in Konsole.&lt;/p&gt;</description></item><item><title>KDE4 disaster</title><link>http://briancarper.net/blog/kde4-disaster</link><guid>http://briancarper.net/blog/kde4-disaster</guid><pubDate>Sun, 05 Oct 2008 13:49:10 -0700</pubDate><description>&lt;p&gt;From reading &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=234773&quot;&gt;the bug&lt;/a&gt; it sounds like KDE4 is getting close to being ready to hit the tree, which is awesome.  Foolishly, I decided to try it early from the overlay last night.  It was a total disaster.  Things were crashing left and right, panels would resize themselves to be fullscreen (with hilarious results), half of my apps didn't work at all.  I found three or four ways to bring down the entire X server.  It took me many hours to get KDE3 running again.  This is totally to be expected from installing masked packages as I did, so it's my own dumb fault, it was amusing and I wanted to get a taste.&lt;/p&gt;

&lt;p&gt;I'm afraid it's going to be inevitably difficult or impossible to migrate cleanly from KDE3 to KDE4.  I had the same problem in Kubuntu when I tried a while back.  KDE is so huge and so many things link to it or interact with it that it's going to take a year to track down and remove all the cruft after the switch.&lt;/p&gt;

&lt;p&gt;I couldn't even import my old KDE3 color schemes or Konsole color schemes into KDE4, which was surprising.  QtCurve was un-configurable, dekorator didn't work, and so on.  I didn't get far enough to figure out if my preferred icon themes work or not.  I didn't realize they broke backwards compatibility to that large an extent, but I maybe it's to be expected.&lt;/p&gt;

&lt;p&gt;There were other problems that were seemingly due to the lingering immaturity of KDE4.  I can see all the pieces there which are going to allow people to do really neat stuff eventually.  In the meantime KDE4 feels horrible.&lt;/p&gt;

&lt;p&gt;KDE4 fonts look nice though.&lt;/p&gt;</description></item><item><title>Desktop screenshots</title><link>http://briancarper.net/blog/desktop-screenshots</link><guid>http://briancarper.net/blog/desktop-screenshots</guid><pubDate>Mon, 01 Sep 2008 13:00:38 -0700</pubDate><description>&lt;p&gt;I've been using this theme forever and I'm thinking of changing it, so I wanted to grab some screenshots before I did.  I have bandwidth to kill anyways, so enjoy my 3.5 MB PNGs.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2008/2008-09-01.png&quot;&gt;&lt;img src=&quot;/screenshots/2008/thumbs/2008-09-01.png&quot; alt=&quot;2008-09-01&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2008/2008-09-01_2.png&quot;&gt;&lt;img src=&quot;/screenshots/2008/thumbs/2008-09-01_2.png&quot; alt=&quot;2008-09-01_2&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My KDE color scheme is &lt;a href=&quot;/kde/Grey.kcsrc&quot;&gt;here&lt;/a&gt;, my QTCurve config is &lt;a href=&quot;/kde/Grey.qtcurve&quot;&gt;here&lt;/a&gt;, my Konsole theme is &lt;a href=&quot;/kde/Bzorp.schema&quot;&gt;here&lt;/a&gt;, my Vim colors are &lt;a href=&quot;/vim/gentooish.vim&quot;&gt;here&lt;/a&gt;, the icons are &lt;a href=&quot;http://kde-look.org/content/show.php/Buuf+for+KDE?content=56726&quot;&gt;Buuf&lt;/a&gt;, and I uploaded &lt;a href=&quot;/wallpapers/1201848986640.jpg&quot;&gt;those&lt;/a&gt; &lt;a href=&quot;/wallpapers/110243.jpg&quot;&gt;wallpapers&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I really need to re-upload all the screenshots I took over the past 5 years.  That was always one of the more popular sections of the site, for whatever reason.&lt;/p&gt;</description></item><item><title>Vim color scheme: Gentooish</title><link>http://briancarper.net/blog/vim-color-scheme-gentooish</link><guid>http://briancarper.net/blog/vim-color-scheme-gentooish</guid><pubDate>Sat, 10 May 2008 11:49:52 -0700</pubDate><description>&lt;p&gt;I look at Vim 7 or 8 hours a day, so it's nice if the colors don't give me a headache.  I've used &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=760&quot;&gt;ps_color&lt;/a&gt; for years but recently I decided it's a bit too washed-out and it has some quirks that make it hard to read Ruby code.  It's hard to find anything else that's any better though.  &lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=1143&quot;&gt;inkpot&lt;/a&gt; is good but it's a bit too monochrome for me.  I like things to have a very distinct hue rather than rely on saturation or subtle differences.  &lt;/p&gt;

&lt;p&gt;So I started writing my own color scheme.  For some reason that's beyond me, I seem to gravitate toward purple and green.  Green is my favorite color, but why purple?  I think it might be due to Gentoo brainwashing, so I called this color scheme Gentooish.  I've been using it for a week or so and I keep changing things that annoy me, which will probably continue, but it's non-sucky enough to upload at this point probably.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/vim/gentooish.vim&quot;&gt;Download gentooish.vim.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/vim/gentooish.png&quot;&gt;&lt;img src=&quot;/vim/thumbs/gentooish.png&quot; alt=&quot;Gentooish&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've never written a color scheme before, but it's not difficult.  inkpot had nice clean source code so I used that as a basis.  ps_color's source is horrific.  &lt;/p&gt;

&lt;p&gt;Sadly I'm not 100% sure how vim color schemes map to colors in a terminal.  Konsole, urxvt, xterm, and a real terminal all show me different colors when using the same color scheme.  So I didn't bother with it.&lt;/p&gt;</description></item><item><title>White text?  Black text?  Cow text?</title><link>http://briancarper.net/blog/white-text-black-text-cow-text</link><guid>http://briancarper.net/blog/white-text-black-text-cow-text</guid><pubDate>Mon, 18 Feb 2008 16:13:06 -0800</pubDate><description>&lt;p&gt;I took a screenshot of my blog and went into Gimp and did &lt;code&gt;Colors =&amp;gt; Invert&lt;/code&gt; and thus a new blog layout was born.   I also brought back the purple/green one.  You can change it via the little skin-selector drop-down thing that's hopefully showing up and working properly for everyone.  Skin selection is courtesy of a &lt;a href=&quot;http://386a.net/blog/wordpress/theme-switcher/&quot;&gt;WP plugin&lt;/a&gt;; that site is not in English, but the instructions in the download are, if you want to use it yourself.&lt;/p&gt;

&lt;p&gt;Black text on white vs. white text on black... the age-old question.  My Vim theme has forever been a black background (&lt;a href=&quot;http://www.vim.org/scripts/script.php?script_id=760&quot;&gt;ps_color&lt;/a&gt; to be specific).  Even in broad daylight I find that a black background reduces eye strain considerably.  Or maybe it's all in my mind, but then again this is a subjective sort of thing, so whatever's in my mind is all that really matters isn't it?&lt;/p&gt;

&lt;p&gt;It's notoriously difficult to use a dark-background GTK/QT theme.  Too many programs are written with the assumption that your theme is going to be light backgrounded.  However thanks to &lt;a href=&quot;http://www.kde-look.org/content/show.php/Kore+Suite?content=54701&quot;&gt;Kore&lt;/a&gt; and a few tweaks here and there I've been getting along pretty well for a few months with a dark theme in KDE.  I really need to start posting desktop screenshots more often again.  Note to self.&lt;/p&gt;

&lt;p&gt;So what's up with the cows?  Cows are big, &lt;a href=&quot;http://flickr.com/photos/simian_fan/497017180/&quot;&gt;dumb&lt;/a&gt;, &lt;a href=&quot;http://flickr.com/photos/whitbywoof/782600579/&quot;&gt;silly&lt;/a&gt; beasts.  They can represent &lt;a href=&quot;http://flickr.com/photos/jobee59/1076297114/&quot;&gt;strength&lt;/a&gt;, or embody &lt;a href=&quot;http://flickr.com/photos/dreamersrealm/877698892/&quot;&gt;vulnerability&lt;/a&gt;.  They're &lt;a href=&quot;http://www.gimmecorn.com/&quot;&gt;so disgusting&lt;/a&gt; that it somehow &lt;a href=&quot;http://flickr.com/photos/saulgm/350767979/&quot;&gt;wraps around again to awesome&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Are cows really dumb though?  Does their silent cud-chewing indicate stupidity, or thoughtfulness?  Are cows really silly?  Or do we project our own latent silliness onto them?  Cows thus embody some of the &lt;a href=&quot;http://flickr.com/photos/80355852@N00/237717537/&quot;&gt;deepest philosophical questions&lt;/a&gt; man has ever dared to ask.&lt;/p&gt;

&lt;p&gt;Not really.  I've been told by various people that I have the kind of sense of humor where it's impossible to tell whether I'm joking or being serious.  Sometimes even I can't tell whether I'm joking or not.  I love walking that line.  Cows are partly a joke that I never get tired of telling, but also they really do make me smile.  Cows are a way to have fun with this website.  I view my website almost as a sort of parody of a blog, but a parody I still take seriously in a way.  I believe it was Friedrich Nietzsche who said:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;If you look long enough into the cow, the cow begins to look back through you.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The internet does not have to be serious business, and I don't want my website (or my opinions) to be taken as seriously as many people seem to want to.  My secret hope is that whenever someone comes on here to flame me about my opinions, they'll look up and see a cow in a fedora and say &quot;Wait a second... what am I doing?&quot;&lt;/p&gt;

&lt;p&gt;Also Gentoo's mascot is a cow.  I estimate that the cows on my website increase its overall performance by 14%.&lt;/p&gt;</description></item><item><title>QT-GTK</title><link>http://briancarper.net/blog/qt-gtk</link><guid>http://briancarper.net/blog/qt-gtk</guid><pubDate>Sat, 10 Nov 2007 22:30:34 -0800</pubDate><description>&lt;p&gt;For a long time in Gentoo, if I had the &quot;Use my KDE style in GTK applications&quot; option selected in KDE, certain themes would cause all GTK apps to fail to even start.  Only certain QT themes did it though.  Domino for example, which happens to be my favorite QT app.&lt;/p&gt;

&lt;p&gt;I also had some redraw problems with GTK apps no matter what QT theme I used.  When changing between virtual desktops, bits and pieces of certain GTK apps wouldn't redraw properly until I moved them around or resized them.  And as I mentioned an entry or two ago, I had some lag problems when switching between desktops in general.  Nothing show-stopping.  Just barely bad enough to annoy me at times.&lt;/p&gt;

&lt;p&gt;Strangely, all of those problems seem to have been corrected.  Must've been something fixed in the past month.  Or maybe something on my system was b0rked and the slew of updates that accumulated over the past month caused me to have to recompile something that fixed it.  That included a new version of xorg, tons of KDE apps, a new nvidia driver, and lots of other things, and I upgraded freetype to the latest keyworded version.  I wish I knew what it was in particular that fixed things so well.  Such are the mysteries of Gentoo.&lt;/p&gt;</description></item><item><title>Dark QT theme = unreadable text fields in web pages</title><link>http://briancarper.net/blog/dark-qt-theme-unreadable-text-fields-in-web-pages</link><guid>http://briancarper.net/blog/dark-qt-theme-unreadable-text-fields-in-web-pages</guid><pubDate>Wed, 26 Sep 2007 12:55:12 -0700</pubDate><description>&lt;p&gt;I use a dark QT theme.  Many web pages (example: Youtube) have CSS which sets text fields to have black text, but don't set the background color of text fields to be anything.  So the background color ends up being my default dark (set by my browser / window manager), but the text in the fields is set by the page's CSS to be black, so I can't read it.  &lt;/p&gt;

&lt;p&gt;This is incredibly annoying.  If sites would either set BOTH the text color and background, or NEITHER the text color nor background, things would be readable.  Picking one ends up causing a mess for anyone using a dark theme.&lt;/p&gt;

&lt;p&gt;In Firefox to fix this I have to screw around with &lt;code&gt;~/.mozilla/firefox/$PROFILE.default/chrome/userContent.css&lt;/code&gt; and force the font color of all my text fields to be white.  This then screws up pages that style their text fields to have white backgrounds, so I have to force my background to be dark for all sites.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;input {
    color: white !important;
    background: black !important;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;However this looks horrible.  Largely due to the fact that form elements in Firefox look like Windows 3.1 widgets to begin with.&lt;/p&gt;

&lt;p&gt;In Opera on the other hand, I can go to &lt;code&gt;Tools -&amp;gt; Preferences -&amp;gt; Advanced -&amp;gt; Content -&amp;gt; Style Options... -&amp;gt; Enable Styling of Forms&lt;/code&gt; and disable all form styling on all web pages.  This cause forms to revert back to their default appearance as decided by Opera.  In Opera, the default appearance is often set by the theme you're using, so this is actually a nice option and gives nice-looking form widgets.  You can also use a custom stylesheet in Opera similarly to Firefox where you can override the colors of form elements using CSS, if you so desire.  It's in the same dialog box as the option above.&lt;/p&gt;

&lt;p&gt;Any styling that a web page applied to make form widgets fit in better with the rest of the page is gone when do you do this kind of thing, but I'm willing to pay that price.&lt;/p&gt;</description></item><item><title>Wordpress theme download (Cow 1.0)</title><link>http://briancarper.net/blog/wordpress-theme-download-cow-10</link><guid>http://briancarper.net/blog/wordpress-theme-download-cow-10</guid><pubDate>Sat, 22 Sep 2007 10:34:29 -0700</pubDate><description>&lt;p&gt;I put my old Wordpress theme up for &lt;a href=&quot;/page/themes/wordpress-cow&quot;&gt;download&lt;/a&gt; as requested.  Enjoy.  I think.&lt;/p&gt;</description></item><item><title>Wordpress - Cow</title><link>http://briancarper.net/page/wordpress-cow</link><guid>http://briancarper.net/page/wordpress-cow</guid><pubDate>Sat, 22 Sep 2007 10:29:17 -0700</pubDate><description>&lt;p&gt;&lt;img src=&quot;/wordpress/cow-1.0-screenshot.png&quot; alt=&quot;Cow&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/wordpress/cow-1.0.tar.gz&quot;&gt;Download Cow 1.0 Wordpress theme.&lt;/a&gt;&lt;/p&gt;</description></item><item><title>KMenu</title><link>http://briancarper.net/blog/kmenu</link><guid>http://briancarper.net/blog/kmenu</guid><pubDate>Sun, 15 Jul 2007 11:09:59 -0700</pubDate><description>&lt;p&gt;I found an &lt;a href=&quot;http://canllaith.org/?page_id=15&quot;&gt;article describing how to tweak how Kicker looks&lt;/a&gt;.  I &lt;a href=&quot;/2006/10/01/kde-tweaking/&quot;&gt;wrote about this before&lt;/a&gt; but this site includes a few tips the &lt;a href=&quot;http://wiki.kde.org/tiki-index.php?page=Hidden%20configuration&quot;&gt;KDE wiki article&lt;/a&gt; does not include.&lt;/p&gt;

&lt;p&gt;Interestingly you can add some text to your KMenu button:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[KMenu]
ShowText=true
Text=Some Text
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;/random/kmenu_text.png&quot; alt=&quot;KMenu Text&quot; /&gt;&lt;/p&gt;

&lt;p&gt;That looks hideous, so I don't use it.  But you can.  I do like making my menu icons bigger, and removing the section titles though.  Combined with the &lt;a href=&quot;http://kde-look.org/content/show.php/Domino?content=42804&quot;?&quot;&gt;Domino KDE theme&lt;/a&gt; to give it nice rounded edges and some &lt;a href=&quot;http://kde-look.org/content/show.php/Buuf+for+KDE?content=56726&quot;&gt;Buuf icons&lt;/a&gt;, I think it looks nice:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/random/kmenu_domino.png&quot; alt=&quot;KMenu Domino&quot; /&gt;&lt;/p&gt;</description></item><item><title>Firefox controls are ugly in Linux</title><link>http://briancarper.net/blog/firefox-controls-are-ugly-in-linux</link><guid>http://briancarper.net/blog/firefox-controls-are-ugly-in-linux</guid><pubDate>Sun, 08 Jul 2007 07:40:05 -0700</pubDate><description>&lt;p&gt;This &lt;a href=&quot;http://osnovice.blogspot.com/2007/05/firefox-controls-are-ugly.html&quot;&gt;little article&lt;/a&gt; gives instructions on how to make your input controls (input fields, buttons, drop-down lists) look nicer in Linux.  I tried and it worked pretty well.  The buttons end up very slightly rounded, which is better than the GTK1-like crudely-3D blocky things I had otherwise.  The colors of the controls changed to match my QT theme too, which is nice.&lt;/p&gt;</description></item><item><title>Layout</title><link>http://briancarper.net/blog/layout-3</link><guid>http://briancarper.net/blog/layout-3</guid><pubDate>Thu, 28 Jun 2007 19:59:04 -0700</pubDate><description>&lt;p&gt;I finished my new layout, for some sufficiently small value of &quot;finished&quot;.  I went really minimalistic with a hint of cow.  Lack of cow was the real problem with my last layout.&lt;/p&gt;</description></item><item><title>Screenshots - KDEtastic</title><link>http://briancarper.net/blog/screenshots-kdetastic</link><guid>http://briancarper.net/blog/screenshots-kdetastic</guid><pubDate>Thu, 10 May 2007 10:12:17 -0700</pubDate><description>&lt;p&gt;I haven't done much with my GUI for a good long while.  I've been more focused on making it functional rather than pretty.  I decided to see what I've been missing the the realm of KDE theming.  Apparently I've been missing a lot.  This &lt;a href=&quot;http://kde-look.org/content/show.php/Domino?content=42804&quot;&gt;Domino theme&lt;/a&gt; is on par with anything in Gnome.  It's the complete opposite of the bulky, cartoonish look KDE has by default.  Very subtle and soft and I think it looks tasty.  The rounded menus and slightly 3D text almost make it look like Englightenment.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2007/2007-05-10_2.png&quot;&gt;&lt;img src=&quot;/screenshots/2007/thumbs/2007-05-10_2.png&quot;&gt;&lt;/a&gt; &lt;a href=&quot;/screenshots/2007/2007-05-10.png&quot;&gt;&lt;img src=&quot;/screenshots/2007/thumbs/2007-05-10.png&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Dilemmas continued</title><link>http://briancarper.net/blog/dilemmas-continued</link><guid>http://briancarper.net/blog/dilemmas-continued</guid><pubDate>Sun, 18 Mar 2007 13:13:56 -0700</pubDate><description>&lt;p&gt;I previously &lt;a href=&quot;/2007/03/12/programming-dilemmas/&quot;&gt;prattled on&lt;/a&gt; about what the right abstraction should be for an icon theme.  I said a hierarchy of subclasses would work.&lt;/p&gt;

&lt;p&gt;I was very wrong.  It didn't work at all.  For example I tried to write a &lt;code&gt;==&lt;/code&gt; method for my Icon class.  With the class structure I was using before, the only thing I could compare between two Icons is the icon name.  In which case, two icons of different sizes in different contexts would have to be considered equal.  That's not right.  The only other option was to make some kind of &lt;code&gt;is_equal?&lt;/code&gt; method all the way at the top of the class hierarchy, and have it construct a complete picture of an icon on the fly, and use that in the comparison.  That kind of defeats the whole purpose of setting up the class hierarchy that way to begin with.&lt;/p&gt;

&lt;p&gt;A better abstraction is a single Icon class with &lt;code&gt;size&lt;/code&gt; and &lt;code&gt;context&lt;/code&gt; as properties.  An icon needs to know these things about itself.  I recently was reading &lt;a href=&quot;http://www.oreilly.com/catalog/hfdesignpat/&quot;&gt;Head First Design Patterns&lt;/a&gt; and one of the first &quot;rules&quot; it gives is:&lt;/p&gt;

&lt;blockquote&gt;Favor composition over inheritance.&lt;/blockquote&gt;

&lt;p&gt;It's right in this case.  I was tripped up by the fact that on disk a size &lt;em&gt;does&lt;/em&gt; contain a context, and a context &lt;em&gt;does&lt;/em&gt; contain an icon.  But there's no reason my abstraction needs to match that structure.&lt;/p&gt;

&lt;p&gt;On a side note, it's a good book, even though it mostly deals with Java.  Many of the &quot;design patterns&quot; it gives are workarounds for the inflexibility of Java itself, but it does give some interesting ways of looking at certain problems.&lt;/p&gt;</description></item><item><title>GTK engines on amd64</title><link>http://briancarper.net/blog/gtk-engines-on-amd64</link><guid>http://briancarper.net/blog/gtk-engines-on-amd64</guid><pubDate>Sun, 29 Oct 2006 11:20:13 -0800</pubDate><description>&lt;p&gt;Today I figured out how to get GTK engines to work on my amd64 machine when using programs like &lt;code&gt;mozilla-firefox-bin&lt;/code&gt; which are pre-compiled for x86.  By &quot;figured out&quot; of course I mean &quot;read some ebuilds someone else wrote and then modified them to work for themes of my choosing&quot;.  &lt;/p&gt;

&lt;p&gt;Basically you have to find a binary pre-compiled x86 version of the theme and unpack it into &lt;code&gt;/emul/linux/x86/usr/lib/gtk-2.0/2.4.0/engines/&lt;/code&gt;.  The theme I was after is Rezlooks.  Ubuntu seems like a good place to find pre-compiled versions of themes.  In fact you can download a .deb for Rezlooks &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=175777&quot;&gt;here&lt;/a&gt;.  (You do have to register at the forums to download the file, which is annoying.)  Download and unpack &lt;code&gt;gtk2-engine-rezlooks-0.6-1.deb&lt;/code&gt; into &lt;code&gt;/usr/portage/distfiles&lt;/code&gt;, then run &lt;a href=&quot;/gtk/gtk-engines-rezlooks-0.6-r2.ebuild&quot;&gt;this ebuild&lt;/a&gt;.  (Disclaimer: I have no idea what I'm doing.  If the ebuild deletes your boot partition and kicks your cat, don't blame me.)&lt;/p&gt;

&lt;p&gt;I need to figure out how to set up a chroot to compile things for x86 myself, probably.  Another day.&lt;/p&gt;</description></item><item><title>conkyrc</title><link>http://briancarper.net/blog/conkyrc</link><guid>http://briancarper.net/blog/conkyrc</guid><pubDate>Thu, 26 Oct 2006 19:45:44 -0700</pubDate><description>&lt;p&gt;Someone asked me to post my &lt;a href=&quot;/page/conky&quot;&gt;conkyrc&lt;/a&gt; so I did.  I also posted all the Ruby scripts that I use with it.  If you don't mind spawning 6 or 7 Ruby interpreters every couple minutes, you might find them useful, though they are extremely simple.&lt;/p&gt;</description></item><item><title>Buuf 0.1</title><link>http://briancarper.net/blog/buuf-01</link><guid>http://briancarper.net/blog/buuf-01</guid><pubDate>Sun, 15 Oct 2006 23:07:36 -0700</pubDate><description>&lt;p&gt;Release early, release often, right?  I put an experimental Buuf KDE icon theme up for download.  &lt;a href=&quot;http://www.kde-look.org/content/show.php?content=47313&quot;&gt;Go upvote it on KDE-look&lt;/a&gt; and I'll give you a cookie*.  Or go look in my &lt;a href=&quot;/themes/kde-buuf/&quot;&gt;themes section&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;*Cookie offer expires right about.... now.&lt;/p&gt;</description></item><item><title>Gnome <=> KDE icon themes, continued</title><link>http://briancarper.net/blog/gnome-kde-icon-themes-continued</link><guid>http://briancarper.net/blog/gnome-kde-icon-themes-continued</guid><pubDate>Sat, 14 Oct 2006 18:22:33 -0700</pubDate><description>&lt;p&gt;I've been working on that script to convert Gnome icon themes to KDE icon themes.  My first goal is to get &lt;a href=&quot;http://www.gnome-look.org/content/show.php?content=44539&quot;&gt;Buuf&lt;/a&gt; to work.&lt;/p&gt;

&lt;p&gt;I came up with a way of doing this.  I downloaded the &lt;a href=&quot;http://tango.freedesktop.org/Tango_Icon_Library&quot;&gt;Tango&lt;/a&gt; icon theme.  To install Tango you have to actually &lt;code&gt;./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install&lt;/code&gt; it.  Running configure like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;./configure --enable-png-creation --prefix=~/some_temp_dir
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;spits out a nicely formed icon theme that follows a standard naming convention, and makes a ton of symlinks so that both KDE and Gnome can find the icons (because neither Gnome nor KDE follow that convention, sadly).&lt;/p&gt;

&lt;p&gt;So I wrote a Ruby script that crawled through the Tango directories and recorded all the symlinks that had been created.  Then I wrote another Ruby script that crawled through the Buuf Gnome icon theme directories, copied the existing PNGs there to the &quot;standard&quot; locations as recorded from the Tango theme, and then made a bunch of symlinks to those.  The result is a theme that appears to cover both KDE AND Gnome apps.  See for example my K-menu, where (most) Gnome and KDE apps are properly themed (click for a bigger version):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/random/buuf.png&quot;&gt;&lt;img src=&quot;/random/buuf_thumb.png&quot; alt=&quot;Buuf&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are still some bugs to be worked out; I need to have the script dump a properly-formed index.desktop file for example.  And I may try to track down a parseable version of the naming convention itself rather than &quot;guessing&quot; at the convention based on the Tango icons, given that the Tango icons may not be fully implementing the naming convention.  I also need to test it with other themes, not just Buuf.  Once I get those things worked out I'll put an alpha version of the script here so others can (hopefully) use it.&lt;/p&gt;</description></item><item><title>Porting Gnome icon themes to KDE (and vice versa)</title><link>http://briancarper.net/blog/porting-gnome-icon-themes-to-kde-and-vice-versa</link><guid>http://briancarper.net/blog/porting-gnome-icon-themes-to-kde-and-vice-versa</guid><pubDate>Thu, 05 Oct 2006 11:04:02 -0700</pubDate><description>&lt;p&gt;I really like &lt;a href=&quot;http://www.gnome-look.org/content/show.php?content=44539&quot;&gt;the buuf icon theme&lt;/a&gt;.  But it only exists for Gnome.  I want a version for KDE.&lt;/p&gt;

&lt;p&gt;A post made by someone on &lt;a href=&quot;http://www.kde-apps.org/usermanager/search.php?username=liviopl&quot;&gt;KDE-Apps&lt;/a&gt; says:&lt;/p&gt;

&lt;blockquote&gt;It is very easy to convert GNOME icon theme to KDE icon theme, because it's the same format ;).
Just edit index.theme and change any Statu to Actions, Places to FileSystems and Categories to Applications (remember to include big letters :D).&lt;/blockquote&gt;

&lt;p&gt;I tried this, and it failed.  It properly themes GTK apps in KDE, but all the KDE apps have blank icons.&lt;/p&gt;

&lt;p&gt;It seems like this should not be such a hard problem.  The icon theme files of the two DEs are nearly identical.  There are probably only a few things that need to be changed to get this working.  I could probably even write a script to do the conversion if I knew what exactly needs to be converted.  I'm thinking even of getting to the level of sophistication where you could make a mapping of Gnome &amp;lt;=&gt; KDE apps.  Like if an icon exists for Rhythmbox, make a copy or symlink called &quot;Amarok&quot; when porting from Gnome to KDE, and vice versa.&lt;/p&gt;

&lt;p&gt;This would be a dirty hack to make up for the deficiency (as I see it) that Gnome and KDE apparently haven't completely standardized on an icon theme specification.  Or else that themers are not adhering to the standard, if one exists.  It looks like both Gnome and KDE are using some variation of the standard listed at &lt;a href=&quot;http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html&quot;&gt;freedesktop.org&lt;/a&gt; but clearly there are still some differences.  This kind of thing I think is one area where it makes no sense to have anything but a single standard.  Everyone would benefit.  I think we're to the point now (if we weren't already) where lots of people are mixing and matching QT and GTK apps.  Gnome and KDE both have &quot;killer&quot; apps which I personally can't do without.  K3B and Amarok, and Gaim and Firefox for example.  It would make sense to have themes nowadays provide icons for both.  If there was a good standard, then the work of making a theme wouldn't necessarily have to be significantly more than it is now, either.&lt;/p&gt;

&lt;p&gt;But I think even a dirty hack script to port themes, at this point in time would be really helpful and useful.  If I can ever find good documentation about how KDE and Gnome icon themes are laid out, and the differences between them, I might give it a try.&lt;/p&gt;

&lt;p&gt;(If anyone knows of such a script that already exists and works, that would be helpful, obviously.)&lt;/p&gt;</description></item><item><title>Opera theme chooser</title><link>http://briancarper.net/blog/opera-theme-chooser</link><guid>http://briancarper.net/blog/opera-theme-chooser</guid><pubDate>Sun, 17 Sep 2006 00:48:44 -0700</pubDate><description>&lt;p&gt;Previously I blabbered about how &lt;a href=&quot;/2006/09/07/firefox-theming-sucks/&quot;&gt;writing themes for Firefox sucks&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Now, on a related note: why is the Opera theme browser so much superior to Firefox?  &lt;/p&gt;

&lt;p&gt;Observe Opera:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/random/opera_theme.png&quot; alt=&quot;Opera theme browser&quot; /&gt;&lt;/p&gt;

&lt;p&gt;In Opera the theme browser opens in a window in the application itself.  You browse some themes.  You pick one and click Download and it downloads right in the window there.  It applies (without restarting the browser, note) and asks if you like it.  If you don't, then it reverts back to the original theme.&lt;/p&gt;

&lt;p&gt;Changing between already-installed themes involves a SINGLE CLICK in the themes dialog.  You click a theme name and it applies instantly.  That's it.&lt;/p&gt;

&lt;p&gt;Observe Firefox:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/random/firefox_theme.png&quot; alt=&quot;Firefox theme browser&quot; /&gt;&lt;/p&gt;

&lt;p&gt;When browsing/applying themes, Firefox opens up this window.  Clicking the obscure &quot;Get More Themes&quot; text link takes you to an external URL, &lt;a href=&quot;https://addons.mozilla.org/&quot;&gt;https://addons.mozilla.org&lt;/a&gt;, in my opinion one of the worst-designed theme sites I've ever seen.  There, you get to browse through text links of themes on the main page (without thumbnails).  Sometimes thumbnails appear on the secondary individual theme pages, and sometimes not; but not a thumbnail in sight on the main page.  This means to visually browse themes (judging by, you know, what they look like rather than their name and version number), you have to click about a hundred times on all the theme links.  &lt;/p&gt;

&lt;p&gt;Once you find a theme you like, you can click the &quot;Install Now&quot; link on that page, in which case a dialog box appears asking if you want to install a theme from this JAR file:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/random/firefox_theme_2.png&quot; alt=&quot;Firefox theme browser&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Now, why in the world does it do this?  I'm a borderline-OCD computer-programming geek-monster and even I don't give a crap about the URL of the JAR file I'm installing a theme from.  One reason for this is that after downloading a theme JAR file, I have no idea what to do with it to get Firefox to import it.  It used to be that you had to run a special page with some Javascript triggers that would import a local JAR theme file into Firefox.  Then I read that you can drag-and-drop a JAR file into Firefox to install it, but this never worked in Linux and I never tried again.  I don't want to screw around with this crap.  I want Firefox to load the theme.&lt;/p&gt;

&lt;p&gt;Anyways.  Clicking OK to install the JAR file makes the theme magically appear in the original (separate) Themes dialog I posted a screenshot of above.  And then, to try the theme, you double-click it or click Use Theme, and THEN you have to restart your browser.  And if you don't like the theme, you have to restart your browser AGAIN to change the theme back.&lt;/p&gt;

&lt;p&gt;Firefox used to let you update your theme without a browser restart.  This was years ago, but I remember it.  And it never worked right.  Sometimes parts of the interface would change and parts wouldn't.  And you'd have to restart the browser to fix it (or to discover that the theme just hosed your Firefox profile and you need to wipe it and start fresh).&lt;/p&gt;

&lt;p&gt;Firefox got this wrong in pretty much every way.  I just tested Firefox Beta2, and other than combining the Themes and Extensions windows into one window, and moving some buttons in the Themes window around, it looks exactly the same.  Bad bad bad.&lt;/p&gt;

&lt;p&gt;(IE has no themes.  So it still sucks worse than both.  &lt;em&gt;apply &quot;IE_Sucks&quot; tag&lt;/em&gt;)&lt;/p&gt;</description></item><item><title>Firefox theming sucks</title><link>http://briancarper.net/blog/firefox-theming-sucks</link><guid>http://briancarper.net/blog/firefox-theming-sucks</guid><pubDate>Thu, 07 Sep 2006 16:23:47 -0700</pubDate><description>&lt;p&gt;Firefox makes me sad.  There are many reasons, but if I had to pick one, I'd say theming.  Writing a Firefox theme is so ridiculously hard as to be pretty much not worth the effort.  I wrote the &lt;a href=&quot;https://addons.mozilla.org/firefox/187/&quot;&gt;Lila theme&lt;/a&gt; for Firefox a couple years ago.  I kept up with it for a few Firefox versions, but there's just no way any sane person would want to continue doing so.&lt;/p&gt;

&lt;p&gt;The theme itself is packaged as a jar file, for reasons that are beyond me.  Inside this file are XML files which you get to hand-edit.  Now, don't confuse Firefox's UUID with your theme's UUID (which you must generate manually in some way).  Remember, em:targetApplication.Description.em:id is where YOUR UUID goes!&lt;/p&gt;

&lt;p&gt;The whole layout is controlled by CSS.  Not just CSS, but CSS with Firefox-specific crap mixed in.  These CSS files are scattered randomly through a bunch of directories with helpful names like &quot;browser&quot; and &quot;global&quot; and &quot;communicator&quot;.  I assume some of these are leftover trash from Netscape, but I have no idea.  There are many times you'll find two directories with the same name, and you have little idea which of them you should be using.  global/icons or browser/icons?  Beats me.  Some folders contain image files that look like they were designed for Windows 3.1, which again I assume is some kind of legacy remnant of Netscape.  &lt;/p&gt;

&lt;p&gt;If you want to change the look of a single component of the display, you're likely required to wade through 4 or 5 levels of cascading CSS files scattered in multiple directories.  The partial solution to this is apparently to stick !important on everything, to override everything that came before it.  However this too loses its usefulness after the 4th layer of !important's overriding !important's.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ grep -r '!important' `find lila -iname '*.css'` | wc -l
666
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I didn't make that number up.  How interesting.  &lt;/p&gt;

&lt;p&gt;At the time I wrote my theme, there was absolutely no documentation (that I could find) on how to do anything.  Basically you were expected to wade through a couple hundred threads at &lt;a href=&quot;http://forums.mozillazine.org/viewforum.php?f=18&quot;&gt;MozillaZine&lt;/a&gt; or something.  In practice what everyone did was grab someone else's theme as use it as a default, because otherwise you have no chance.  (Clearly someone, somewhere came up with the FIRST theme, from which all others are derived.  My theory is that this original theme was introduced into human society by extra-terrestrials or some kind of god-figure.)&lt;/p&gt;

&lt;p&gt;The hoops you have to go through to test a theme while working on it is ridiculous.  The normal theme install procedure for Firefox was designed by someone with a severe masochistic streak.  Where is the Lila theme installed on your computer?  If you guessed &lt;code&gt;~/.mozilla/firefox/01yf2p25.default/extensions/{9957f6c1-021d-4cbf-9462-26a0c1921fe4}/chrome&lt;/code&gt;, you're right!  But that's just the location of your theme's jar file.  If you want Firefox to read it in non-jar format, it's possible, but the method of setting it up can only be called black magic.  But without doing this, seeing the result of making any change in your theme requires 5 minutes of fumbling.  &lt;/p&gt;

&lt;p&gt;Is there a difference between themes for Linux, OS X, and Windows?  Clearly so, because those things are specified on the specs for each theme on the Firefox site.  What exactly those changes are, or how to resolve them, I would not want to begin to guess.&lt;/p&gt;

&lt;p&gt;The best thing is that every Firefox release completely breaks old themes.  Even today at MozillaZine we have a &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=387650&quot;&gt;16 page thread&lt;/a&gt; about changes from 1.5 to 2.0.  And there's already an &lt;a href=&quot;http://forums.mozillazine.org/viewtopic.php?t=346022&quot;&gt;8 page thread&lt;/a&gt; about changes from 1.5 to 3.0 (God help us all).&lt;/p&gt;

&lt;p&gt;Someone apparently updated my Lila theme for version 1.5 at the &lt;a href=&quot;http://lila-theme.uni.cc/index.php?page=downloads&quot;&gt;official Lila page&lt;/a&gt;.  I installed it, and big surprise, it's broken.  The RSS/secure connection icons in the toolbar are totally trashed in the layout.  Menus have random highlighting problems.  Etc.  And here comes Firefox 2.0!  Time to rewrite it again!  Big chance this theme won't even install in version 2.0, let alone look correct.  Nothing at all against whoever updated this theme; I tried to update my old one for version 1.5 myself and I just gave up.  Not worth it.&lt;/p&gt;</description></item><item><title>Compiz screenshots</title><link>http://briancarper.net/blog/compiz-screenshots</link><guid>http://briancarper.net/blog/compiz-screenshots</guid><pubDate>Mon, 07 Aug 2006 11:14:33 -0700</pubDate><description>&lt;p&gt;There are plenty of nice Compiz themes at &lt;a href=&quot;http://compiz.net&quot;&gt;compiz.net&lt;/a&gt;.  Here's Milk, which I've always liked.  KDE + Compiz is just too nice:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2006/2006-08-05_2.png&quot;&gt;&lt;img src=&quot;/screenshots/2006/thumbs/2006-08-05_2.png&quot; alt=&quot;2006-08-05&quot; /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/screenshots/2006/2006-08-05.png&quot;&gt;&lt;img src=&quot;/screenshots/2006/thumbs/2006-08-05.png&quot; alt=&quot;2006-08-05&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since taking these screenshots, I've started using dual monitors.  There's a good FAQ on &lt;a href=&quot;http://gentoo-wiki.com/HOWTO_Dual_Monitors&quot;&gt;the Gentoo Wiki&lt;/a&gt; about setting up TwinView.  It honestly couldn't be easier.  I don't know how I got along with only one monitor before now.  It's so much nicer with two. &lt;/p&gt;

&lt;p&gt;The only bad thing about TwinView is that you can't specify which screen is your &quot;main&quot; screen.  As seen in &lt;a href=&quot;http://www.nvnews.net/vbulletin/showthread.php?t=54638&quot;&gt;this thread&lt;/a&gt;, this is a limitation of the nvidia drivers.  Kind of sucks, but KDE's support for dual screens makes up for nvidia's lack.  You can force Kicker to be on one or the other screen or both; you can set wallpaper for each independently; etc.  Full-screening most apps works fine.  It all works perfectly fine with XGL/Compiz too. &lt;/p&gt;

&lt;p&gt;Linux has come so far in the past 5 or 6 years.  It's really quite amazing.&lt;/p&gt;</description></item></channel></rss>

