Daniel Brierton
17
Dec '09

How to get the blue title bar in Chromium for Mac

Category: Tutorials - Tags: , ,

I just installed the latest build of Chromium on my MacBook because I wanted to use some of the new extensions available recently, but when I ran it, it had a blue title bar, like on Windows XP and Linux. I didn’t think too much of it, backed up the Chromium profile folder, and copied over my Chrome profile, and Chromium went back to grey.

After poking around and comparing the two Preference files, I figured out what was causing Chromium to go blue, there was an extension listed in the file, which the theme entry lower down referenced.

I did this using build 34868, and I cannot guarantee this will work for others, it just happened to work for me. If you do it wrong, or it doesn’t work, and it messes up your Chromium profile, I accept no responsibility. Backup the Default folder just in case this happens.

  • Close Chromium, then go to ‘~/Library/Application Support/Chromium/Default/’
  • Backup the Extensions folder and the Preferences file. If you make a mistake in the Preferences file, it deletes all the Extensions for some reason…
  • Open up ‘Preferences’ in TextEdit (or whatever plain text editor you want to use).
  • Find where it says ‘”settings”: {‘, it should be after ‘autoupdate’ under ‘extensions’
  • Add in the following before ‘”settings”: {‘:
    “theme”: {
    “colors”: {
    “null”: [ 0, 0, 0 ]
    },
    “id”: “hkacjpbfdknhflllbcmjibkdeoafencn”,
    “pack”: “nopath”
    },

    and the following after:

    “hkacjpbfdknhflllbcmjibkdeoafencn”: {
    “location”: 1,
    “manifest”: {
    “key”: “MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCycmVJSXAf57FMqFmmTdmQtbvhYHx7850dYFcU9zyPMGgbpqDJ4PG8zFv3vqiVIwEkxoSCK/JbVdGUyenu5H4F8/e4+18rAjCMZffYEkXLme1ZkuirdhUD9KNobP+Y8wBUpQRsOEg8vpThjQaOovEI/u2AlSh9ckwDRKphqqwMNwIDAQAB”,
    “name”: “Default”,
    “theme”: {
    “colors”: {
    “null”: [ 0, 0, 0 ]
    },
    “images”: {
    “null”: “notused.png”
    }
    },
    “version”: “1.1″
    },
    “path”: “hkacjpbfdknhflllbcmjibkdeoafencn/1.1″,
    “state”: 1
    },

    so it’s like:

    “theme”: {
    “colors”: {
    “null”: [ 0, 0, 0 ]
    },
    “id”: “hkacjpbfdknhflllbcmjibkdeoafencn”,
    “pack”: “nopath”
    },
    “settings”: {
    “hkacjpbfdknhflllbcmjibkdeoafencn”: {
    “location”: 1,
    “manifest”: {
    “key”: “MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCycmVJSXAf57FMqFmmTdmQtbvhYHx7850dYFcU9zyPMGgbpqDJ4PG8zFv3vqiVIwEkxoSCK/JbVdGUyenu5H4F8/e4+18rAjCMZffYEkXLme1ZkuirdhUD9KNobP+Y8wBUpQRsOEg8vpThjQaOovEI/u2AlSh9ckwDRKphqqwMNwIDAQAB”,
    “name”: “Default”,
    “theme”: {
    “colors”: {
    “null”: [ 0, 0, 0 ]
    },
    “images”: {
    “null”: “notused.png”
    }
    },
    “version”: “1.1″
    },
    “path”: “hkacjpbfdknhflllbcmjibkdeoafencn/1.1″,
    “state”: 1
    },
  • Save and open Chromium and hopefully you’ll have a blue title bar.

A lot of work for something so simple really… I wonder is there a theme available that’ll do this for you… :P


30
Aug '08

How To: Install XP on a USB Memory Stick

Category: Tutorials - Tags: , ,

After purchasing an Acer Aspire One running Linpus Linux Lite, the first thing I wanted on it was XP. However, I didn’t want to get rid of the Linux distribution on it (due to the very fast boot time), and dual booting on an 8GB SSD just doesn’t seem like a good idea. So I considered booting from a USB memory stick. At first all I could get was a terrible stripped down version made with BartPE. I eventually found a tutorial on how to boot a full blown XP install off a memory stick. The process isn’t exactly the easiest task, but it’s well laid out and worded, so it’s easy enough to follow.

I successfully booted XP off my memory stick, and all is well.

You can check out the tutorial at ngine

The link to the HP Tool mentioned in step 2 is broken in the tutorial, but you can pick it up here from my server


26
Aug '08

Installing new programs to Acer Aspire One

Category: Tutorials - Tags: , , ,

One thing that disappointed me about Acer’s Aspire One laptop, was the lack of a package manager, a feature now taken for granted on many Linux distributions. At first I thought it would be stuck with its pre-loaded applications for those (like me) who haven’t got much experience with Linux, and don’t really know how to install from a tarball, or how to use the terminal.
So I was delighted to learn that there is a hidden package manager within the Linpus Linux Lite distibution. Here are 5 simple steps to get it:

  1. Open the Terminal by opening any file browser window, and clicking File then Terminal in the toolbar
  2. Type “xfce-setting-show” and hit enter
  3. Click “Desktop” in the window that appears, then click Behavior then enable “Show desktop menu on right click”.
  4. Then you must change your root password. To this simply go back into the Terminal, type “sudo -su”, and hit enter. Then type “passwd” and press enter again. The Terminal will promt you to enter a new password. Folow the onscreen instructions.
  5. Now simply right click on your desktop, and then choose “System” > “Add/Remove Software” and enter your password to get into the Acer Aspire One’s package manager.

Hopefully this will come as good news to those with Acer Aspire One’s or those who are planning on buying one.

[via Laptop Mag]

Blogged with the Flock Browser


Switch to our mobile site