Tech, Tips, and Tutorials.
Reviews, News, and Rants.

Installing Flock in Ubuntu 8.10 in 3 easy steps

This article will help you install the popular social web browser Flock on your Ubuntu  computer. The instructions are tested on Ubuntu 8.10 Intrepid Ibex, but they will probably work on most recent versions.

The instructions on the official Flock FAQ are outdated, so use this guide instead.

1) Download Flock. It should end in ".tar.gz". Place the fle in your home folder i.e. ~/

2) Open up a terminal window and type in:

tar -C /home/USERNAME -xzvf FILENAME.tar.gz

Substitute USERNAME and FILENAME for the real thing (case-sensitive)

3) We now need a nice launcher for Flock. Type in:

gedit /home/USERNAME/Flock.desktop

A new text editor window should open up. In the new window, copy and paste the following:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Flock
Comment=Flock Web Browser
Exec="/home/USERNAME/flock/flock-browser"
GenericName=Flock Web Browser
Icon=/home/USERNAME/flock/icons/mozicon128.png
Path=/home/USERNAME/flock
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
Categories=Network;Application;
GenericName[en_US]=Flock Web Browser
As before, replace all 3 instances of USERNAME with your actual (case-sensitive) username.

That's it! Flock is now installed on your computer! You can also copy and paste the shortcut to the desktop for easier access. If you want it in your Applications menu, right click the menu and edit it.

Possibly Related Articles (automatically generated)



0 comments:

Post a Comment