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
Jan '09

My Dream of a Perfect Cloud OS

Category: Thoughts - Tags: , , , ,

With the recent unearthing of an image on Google’s server, along with the less recent mention of Google Web Drive in Picasa for Mac, I’ve begun to think of exactly what I would want from a Cloud OS.

(more…)


6
Dec '08

Facebook Connect vs. Friend Connect

Category: Randomness - Tags: , , , ,

Yesterday, both Facebook and Google launched their universal login platforms, Facebook Connect, and Friend Connect. As you can see to the right, Popple3.com is already Facebook Connect enabled. You can click the connect button to login right now.

For a brief period I had Friend Connect in the sidebar too, but it just seemed pointless to me really. I couldn’t use it to create local WordPress accounts to authorize comments. I would have to replace the WordPress comments with Friend Connect comments, making Facebook Connect AND Popple3.com accounts pointless. Maybe I missed something, but really Friend Connect seems like Disqus with a slightly more social aspect to it.

Based on the last paragraph I think it’s quite obvious which is the better platform in my opinion – Facebook Connect. It allows for full integration with any website, it’s all down to the developer. It’s a bit harder to set up, due to there being PHP involved, but still, totally worth the effort. It also posts actions to your Facebook feed if you choose to do so. I hope that sites all over the internet implement this in some way. Facebook will be launching a WordPress plugin soon, but until then you can still use (the not so great) Sociable.es plugin. With some editing, you can get a good proper functioning Facebook integration, as you can see right here.


3
Sep '08

Google Chrome manages to wow, but is also lacking

Category: Reviews - Tags: , , ,

So, I’ve had time now to mess about with Google Chrome, Google’s new web browser based on WebKit, and I have to say I’m quite impressed. Google have addressed most ends of what people really want from their browser, but have also missed out on a few important features.

(more…)


2
Sep '08

Google preparing for world domination; Own web browser

Category: Randomness - Tags: , , ,

Google have unvieled that they are working on a new web browser based on WebKit. The first images appeared yesterday, when Google sent out cartoons (yes, cartoons) to promote the new browser.

The new browser, called Google Chrome, is built on WebKit, which came as a shock to many as Google have such a tight relationship with Mozilla, and have invested large amounts of money into their Firefox browser. Google have decided however, not to use an open source JavaScript engine, but instead built their own from the ground up, dubbed V8.

(more…)



Switch to our mobile site