Text

The Frog & The Wolf

I’m a CMS addict, one of those crazies that installs and screws around with every CMS I can find. I’ve been a fan of Frog CMS for awhile now, but I just found out that development on Frog has stalled, and one of the lead devs has created a fork called Wolf CMS.

Check it out. Looks like a worthy sequel to Frog.

Tags: CMS Apps
Text

Flarp: a Gedit color scheme

Just thought I’d share the gEdit Color Scheme I’ve been using for awhile now. I’ve lovingly named it Flarp, in honor of this urban legend.

Installation:

  1. Download it.
  2. Put it in /home/yourname/.gnome2/gedit/styles
  3. Fire up gEdit and pick the theme in Edit -> Preferences -> Fonts & Colors

Enjoy!

Text

Some lesser known Ubuntu/GNOME apps

I’m going to try and limit this to apps that everybody hasn’t already heard of. Most of these you can just apt-get, and most of these I use at least daily.

  • Shutter - A screenshot program. Supports windows, selections, the desktop, uploading to online image hosts, inline image editing, etc. Really slick.
  • Midori - A GTK + WebKit based browser. Extremely lightweight/fast and finally stable with the latest (0.2.x) versions.
  • Parcellite - A clipboard manager that sits in the tray and saves a history of your copies. Has saved my butt MANY times.
  • gpick - A color picking tool that lets you grab a color from anywhere on your desktop and has support for building color schemes.
  • Mirage - A really quick image viewer with a layout that makes more sense than EOG or gThumb. Has support for really basic editing.
  • GMate - If you’re a coder, GMate will install and configure a bunch of plugins for gEdit
  • Guake - This borders on well-known, but whatever. It’s a really cool dropdown terminal that I use about every 10 seconds.
  • Microblog Purple - Integrates microblog platforms like Twitter into libpurple messengers, like Pidgin.
  • Getting Things GNOME - A nice little task manager with some cool plugins. I don’t use it anymore, but that’s just because I’m too lazy.
  • PDF Mod - Pretty simple PDF editing app that lets you rotate, remove pages, add pages, reorder, etc.
Tags: Ubuntu Apps Linux
Text

Fix for gEdit ignoring tab width preferences

If you’re fighting with an annoying bug that keeps changing your gEdit tab width to 4 no matter what you choose, then the fix is to disable the Smart Indent plugin.

Text

Parcellite: A GNOME Clipboard Manager

So Ubuntu/GNOME still has a pretty annoying bug where if you copy something to the clipboard, and then exit the program it was copied from, you lose your copy. This may seem petty but, fair readers, think again! I can’t tell you how many times I have copied some important code out of an unsaved file, exited the unsaved file, and then was unable to paste it into the new file, losing the code FOREVER!

Enter Parcellite, a clipboard manager which fixes that and also adds a history of copied things. So not only will you not lose what you just copied, but you can also look at the last 25 or so things you copied and grab one of them again.

For those of you in the know, it basically does the same thing as Glipper, but it’s much more lightweight and seems a little more reliable/stable on my box.

Anyways, check ‘er out.

Tags: Linux Ubuntu Apps