Tag Archives: guide

Spotify finally comes to Linux

Spotify the free music application for Windows and Mac has finally been officially ported to Linux, while this is only a preview build and currently unsupported it’s at least a step in the right direction and no more running the … Continue reading

Posted in Ubuntu | Tagged , , , , , , , , , , | Leave a comment

GIMP (2.6.8) Crashing On Some Toolbox Icons – Lucid

:~$ gimp gimp: fatal error: Failed to register GObject with DBusConnection (script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error I fixed this error by removing opening Synaptic Package Manager and searching for appmenu-gtk, right click and mark for removal, once this has … Continue reading

Posted in GIMP, Ubuntu | Tagged , , , , , , , , , , , , , , , | Leave a comment

HowTo: Install & Use Resynthesizer for GIMP

Remember this Photoshop CS5 sneak peak showing off it’s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named Resynthesizer seems to work just as great and because it is … Continue reading

Posted in GIMP, Linux, Windows | Tagged , , , , , , , , , , , , , , , | Leave a comment

HowTo: Swap the Window Menu Buttons Back to the Right – Ubuntu Lucid (10.04)

I’m not an OSX person and personally prefer my minimise, maximise and close buttons to be in that order on the right, which they are not as default on the new Ubuntu 10.04 (Lucid Lynx) so here’s how you can … Continue reading

Posted in HowTo, Ubuntu, Video | Tagged , , , , , , , , , , , , | Leave a comment

HowTo: Simple Tesseract Usage Guide (OCR)

Install: (Ubuntu 9.10) sudo apt-get install tesseract-ocr tesseract-ocr-eng Preparing Images for Tesseract with GIMP: Load an image with text into GIMP Image > Mode > make the image RGB or Grayscale. Tools > Color Tools > Threshold > pick a value … Continue reading

Posted in HowTo | Tagged , , , , , , , | Leave a comment

HowTo: Install OpenCV in Ubuntu Karmic (9.10)

Heres how I got OpenCV installed: First install some needed packages sudo apt-get install build-essential libgtk2.0-dev Now you need to grab FFmpeg for the install to work svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg The svn didn’t work for me, probably something to … Continue reading

Posted in HowTo, OpenCV, Ubuntu | Tagged , , , , , , , | 3 Comments