firefox

Flock - Virus Like Behavior

roland's picture

I have started to use flock right now. Version 0.9 in linux.

Quite a remake I may say. However, it's a bit intrusive. It collects information from sites you visit, login, information and basically makes use of your cookies to do stuff.

Even though it is intrusive, if my privacy is secured I don't care. In a way, if you use flock you basically say I am completely transparent hence software you (read software/flock) can read my stuff as I browse but please don't share it. I don't like the idea.

So my opinion is I like it and I don't. Weird eh.

I would like to hear what other people think of it too.

Blogged with Flock


Tags:

Colorzilla and Ubuntu

roland's picture

Personally I am really disappointed with the bad support for the colorzilla issues with the firefox package. If you install the extension and use firefox as root... it works. As a regular user.. forget it.

Here's what you do. Download the firefox tar ball from getfirefox.com, then extract it to /opt or somewhere where you have access.

Do not extract it with root permissions.

Okay next remove /usr/bin/firefox which is just a soft link. (you know, sudo rm /usr/bin/firefox).

Next create a file: sudo vim /usr/bin/firefox

In the file enter:

cd /opt/firefox && ./firefox

Finally

sudo chmod 777 /opt/firefox

Okay you are good to go, but first you must remove your firefox profile in .mozilla/firefox. Backup your bookmarks and remove the whole directory .mozilla/firefox. Run firefox and install colorzilla. This will work!!

A crappy thing that you'd have to do once in a while is update firefox because dist-upgrade might force you to. Do not run the new installed firefox. This will break colorzilla. Instead, repeat the steps above after the upgrade and you should never have problems unless you use some program line netbeans that makes use of firefox.

Syndicate content