Mad Libs Logo

Mad Libs Logo

I remember many a fond time in elementary school playing Mad Libs. We used to have a book fair once or twice a year and I purchased Mad Lib books. It was fun. You could be as rotten or silly as you wanted and you were guaranteed to have a great time because the caller and the word imagineer didn’t quite know exactly what would come from the exchange. Once the text was read it was nothing but laughs. Like a first-person syntax role-playing game.

Mad Libs Online Widget

Mad Libs Online Widget

I found this widget the other day and I just had to put it here. Play with it, then go to Mad Libs URL below and order a book or two. One for the kiddies and one for yourself.

Get your Mad Libs on http://madlibs.com/index.html

You can also get your very own Mad Libs widget here: http://madlibs.com/page2.html

When we first began this blog we were looking for comments from readers. The only comments we received were Close Encounters of the Spam Kind.

EXAMPLE:

“Dude that was a great post! Thanks for letting me in onto that secret now check this out: http://dumb.stupid.crass.belligerent.goal.to.modify.your.life.without.com/this/that/tuther”.

We get tired of checking email and seeing about ten of these a day. So we just changed the rules so that only subscribed members could comment. The trick was, how do you subscribe?

You can subscribe now by following a few strategic links or you can just click here: Subscribe to OgFOMK ArTS Blogginest.

OgFOMK ArTS User Subscription

OgFOMK ArTS User Subscription

We hope that you will and that your comments will help us to grow, laugh or inspire.

The subscription page is here for further information: http://ogfomk.com/wordpress/subscribe/

Of course the easiest solution is the best.  Where the reply section is below every post (You must be logged in to post a comment.), you can click the “logged In” to the page where you sign in.  At the bottom there is a place to register.  Maybe now is not a good time or if you are like us, you just don’t need another place  to put your details to.  We hope that as we grow readers will start to appreciate us and then with value maybe we will get some folks who will take the time and respond.

20110629

How to Install The Dropbox extension for Nautilus (http://www.dropbox.com/) on Debian (x386) Squeeze for the Gnome desktop file browser Nautilus.

By Alexander Nuttall of OgFOMK ArTS

WHY?

Ubuntu One is not easy solution for Debian users. As an Ubuntu One user I enjoyed using it for contacts and notes that I needed when I spent a lot of time between more than one Ubuntu system. It is a great service. However if you have another version of Linux there is not at this time a client for you unless you have a smart phone or Windows XP/Vista/7. Why I dunno. You can still access your stuff via the browser, but file management is not so easy.

I did a web-search regarding this and found out that dropbox was recommended: http://forums.debian.net/viewtopic.php?f=10&t=50016#p287676

SKILL LEVEL: You should be comfortable with the command-line in Linux. This tutorial is only necessary if can not use the .deb or .rpm packages that are for Ubuntu or Fedora respectfully. This may work if you have another Linux distribution but that is not what I am claiming here.

WARNING: If you have a Debian distribution you usually can not use an Ubuntu packaged .deb as the dependencies have different names between the distributions.

PROCESS:

1. Download Dropbox from the Dropbox website: http://www.dropbox.com/downloading?src=index

2. You will see:

Dropbox for Linux
Download the correct Dropbox installation for your Linux environment
We recommend downloading the “x86″ package for your distribution.
Ubuntu (x86_64 .deb)
Ubuntu (x86 .deb)
Fedora (x86_64 .rpm)
Fedora (x86 .rpm)
Compile from Source (tar.bz2)

Choose the package that is right for you!

Choose the tar.bz2 package

3. Choose “Compile from Source (tar.bz2)” and download with your browser.

4. Assuming that your download is in the /home/(your-user-name)/Downloads directory open up a terminal emulator like Gnome Terminal or LXTerminal to the location where your downloaded file is e.g. nautilus-dropbox-0.6.7.tar.bz2 (as of 29 Jun 2011). It is not necessary to work as root (su or sudo) at this time.

smythe@debian-box:~$ cd /home/smythe/Downloads

5. List the contents of the download directory.

smythe@debian-box:~/Downloads$ ls

6. You should see the following file (or a similar named) that you downloaded (along with all the other crap you have acquired things that you have downloaded.):

nautilus-dropbox-0.6.7.tar.bz2

7. Now it’s time to change this source file that is tar(ed) and bz(ipped) to a directory of files that we will build the application from:

smythe@debian-box:~/Downloads$ tar -xvf nautilus-dropbox-0.6.7.tar.bz2

8. The shell should respond by a verbose listing of the following:

nautilus-dropbox-0.6.7/
nautilus-dropbox-0.6.7/src/
nautilus-dropbox-0.6.7/src/g-util.h
nautilus-dropbox-0.6.7/src/nautilus-dropbox-hooks.c
nautilus-dropbox-0.6.7/src/dropbox.c
nautilus-dropbox-0.6.7/src/dropbox-client-util.h
nautilus-dropbox-0.6.7/src/dropbox-command-client.c
nautilus-dropbox-0.6.7/src/nautilus-dropbox-hooks.h
nautilus-dropbox-0.6.7/src/dropbox-client-util.c
nautilus-dropbox-0.6.7/src/nautilus-dropbox.h
nautilus-dropbox-0.6.7/src/dropbox-command-client.h
nautilus-dropbox-0.6.7/src/async-io-coroutine.h
nautilus-dropbox-0.6.7/src/nautilus-dropbox.c
nautilus-dropbox-0.6.7/src/Makefile.am
nautilus-dropbox-0.6.7/src/dropbox-client.h
nautilus-dropbox-0.6.7/src/Makefile.in
nautilus-dropbox-0.6.7/src/dropbox-client.c
nautilus-dropbox-0.6.7/COPYING
nautilus-dropbox-0.6.7/config.sub
nautilus-dropbox-0.6.7/depcomp
nautilus-dropbox-0.6.7/docgen.py
nautilus-dropbox-0.6.7/README
nautilus-dropbox-0.6.7/INSTALL
nautilus-dropbox-0.6.7/config.h.in
nautilus-dropbox-0.6.7/dropbox.in
nautilus-dropbox-0.6.7/dropbox.txt.in
nautilus-dropbox-0.6.7/ChangeLog
nautilus-dropbox-0.6.7/install-sh
nautilus-dropbox-0.6.7/serializeimages.py
nautilus-dropbox-0.6.7/AUTHORS
nautilus-dropbox-0.6.7/configure
nautilus-dropbox-0.6.7/NEWS
nautilus-dropbox-0.6.7/missing
nautilus-dropbox-0.6.7/config.guess
nautilus-dropbox-0.6.7/data/
nautilus-dropbox-0.6.7/data/emblems/
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-syncing.png
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-syncing.icon
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-uptodate.png
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-unsyncable.png
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-unsyncable.icon
nautilus-dropbox-0.6.7/data/emblems/Makefile.am
nautilus-dropbox-0.6.7/data/emblems/Makefile.in
nautilus-dropbox-0.6.7/data/emblems/emblem-dropbox-uptodate.icon
nautilus-dropbox-0.6.7/data/icons/
nautilus-dropbox-0.6.7/data/icons/hicolor/
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps/
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps/dropbox.png
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/Makefile.in
nautilus-dropbox-0.6.7/data/icons/hicolor/Makefile.am
nautilus-dropbox-0.6.7/data/icons/hicolor/Makefile.in
nautilus-dropbox-0.6.7/data/icons/Makefile.am
nautilus-dropbox-0.6.7/data/icons/Makefile.in
nautilus-dropbox-0.6.7/data/dropbox.desktop
nautilus-dropbox-0.6.7/data/Makefile.am
nautilus-dropbox-0.6.7/data/Makefile.in
nautilus-dropbox-0.6.7/rst2man.py
nautilus-dropbox-0.6.7/configure.in
nautilus-dropbox-0.6.7/aclocal.m4
nautilus-dropbox-0.6.7/Makefile.am
nautilus-dropbox-0.6.7/Makefile.in
nautilus-dropbox-0.6.7/ltmain.sh

9. List the contents again of your download directory as that is the directory we are working in.

smythe@debian-box:~/Downloads$ ls

The directory now should show the nautilus-dropbox-0.6.7.tar.bz2 file and the unpacked directory: nautilus-dropbox-0.6.7
and of course whatever else you have in the “Download” directory.

nautilus-dropbox-0.6.7
nautilus-dropbox-0.6.7.tar.bz2

10. Now we need to change the directory we are working in to the nautilus-dropbox-0.6.7 directory:

Hint: You can type the command cd n and then (tab) and the directory/ies names that start with n* will show up filled out for you most of the time. Most shell commands do if you are a lazy typist time conscious user.

smythe@debian-box:~/Downloads$ cd nautilus-dropbox-0.6.7/

RESULT:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$

11. List the contents of the ~/Downloads/nautilus-dropbox-0.6.7$ directory with the ls command to show what was Unpacked so that you can see what the builder intended for us to work with:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ ls

RESULT:

aclocal.m4    config.sub    depcomp         install-sh   NEWS
AUTHORS       configure     docgen.py       ltmain.sh    README
ChangeLog     configure.in  dropbox.in      Makefile.am  rst2man.py
config.guess  COPYING       dropbox.txt.in  Makefile.in  serializeimages.py
config.h.in   data          INSTALL         missing      src

12. We are going to use the less command to read a text file. The file we are going to read is README:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ less README

RESULT:

Hi Friend!

This is *the* Dropbox extension for Nautilus!!!

Now you can use your favorite sync, versioning, and backup software with GNU/Linux!
Yes!! Radical!!! Gnarly!!!!

Check us out at http://www.dropbox.com/

<3,
Rian Hunter and the rest of the Dropbox Team

Building Dropbox Nautilus Extension From Source Tarball
--------------------------------------------------

You will need the following packages (or equivalent):

libnautilus-extension-dev

In the nautilus-dropbox dir just do:
$ ./configure
$ make
$ sudo make install

After installing the package you must restart Nautilus. You can do
that by issuingthe following command (note: if you're running compiz,
doing so may lock up your computer - log out and log back in instead):

Keep this terminal open and open another terminal window so that you can follow the directions. Most terminal emulators allow you to do this. This way we can read and do.

There is important information here. What is best is that the instructions are simple short and sweet.

The dependency/ies are according to the author: libnautilus-extension-dev. I found that I also needed python-docutils. In the next step we will use the new terminal window and begin the process of compiling this package for installation.

13. In the new terminal window we are going to become root using the su (change user ID or become superuser) so that we can use apt-get install to get the dependencies we need. Make sure that you navigate back to the working directory ~/Downloads/nautilus-dropbox-0.6.7 as we did in step 4 above.

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ su
Password: (type in your root password)
smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7#

You now are root as the above output shows a # and not the $. The full working path is also displayed without ~ (tilda).

smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7# apt-get
install libnautilus-extension-dev

Follow the instructions and install this dependency library. If you already have this, move on.

I found that I needed docutils after running ./configure . I needed to install
python-docutils so I used apt-get install to get this too. If you don’t need this then skip this step. You will find out when you run ./configure as it will say something like:

checking for docutils... no
configure: error: couldn't find docutils

If this happens to you or you want to see if you have it, apt-get install will work.

smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7# apt-get
install python-docutils

Follow the instructions and install this dependency library. If you already have this, move on.

Once you finish with your root needs it is best to exit to your regular user so you don’t create files in your directory that are only root privileged. You will also exit so you do not do anything to your system by accident. Use the exit command.

smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7# exit

Now you are regular user:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$

14. As regular user we can now configure this application for installation per the instructions in the README file that we have still visible in our original terminal emulator. Lets run ./configure and see what happens:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ ./configure

RESULT:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NAUTILUS... yes
checking for GLIB... yes
checking for python... /usr/bin/python
checking for pygtk... yes
checking for gobject... yes
checking for docutils... no
configure: error: couldn't find docutils

Aha! The last two lines say that I do not have docutils so I have to get it. I saved you the time of this hassle at the end of step 13. Go back to it if you see that same thing.

Here is what you should see if all dependencies are met:

 smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ ./configure

RESULT:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NAUTILUS... yes
checking for GLIB... yes
checking for python... /usr/bin/python
checking for pygtk... yes
checking for gobject... yes
checking for docutils... yes
checking for nautilus extension directory... /usr/lib/nautilus/extensions-2.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/icons/hicolor/Makefile
config.status: creating data/icons/hicolor/16x16/Makefile
config.status: creating data/icons/hicolor/16x16/apps/Makefile
config.status: creating data/icons/hicolor/22x22/Makefile
config.status: creating data/icons/hicolor/22x22/apps/Makefile
config.status: creating data/icons/hicolor/24x24/Makefile
config.status: creating data/icons/hicolor/24x24/apps/Makefile
config.status: creating data/icons/hicolor/32x32/Makefile
config.status: creating data/icons/hicolor/32x32/apps/Makefile
config.status: creating data/icons/hicolor/48x48/Makefile
config.status: creating data/icons/hicolor/48x48/apps/Makefile
config.status: creating data/icons/hicolor/64x64/Makefile
config.status: creating data/icons/hicolor/64x64/apps/Makefile
config.status: creating data/emblems/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Successfully completing ./configure you will see that config.status: created files and directories. The directoris and files only have your regular user privileges so you can use this again or move it to safe place out of your “download” or “working” directory.

The next step is to make the application for installation.

15. Per the instructions of the README file we are now going to make the application.

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ make

RESULT:

make  all-recursive
make[1]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
Making all in data
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
Making all in icons
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
Making all in hicolor
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
Making all in 16x16
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
Making all in 22x22
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
Making all in 24x24
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
Making all in 32x32
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
Making all in 48x48
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
Making all in 64x64
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
Making all in apps
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
Making all in emblems
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
Making all in src
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox.Tpo -c -o libnautilus_dropbox_la-nautilus-dropbox.lo `test -f 'nautilus-dropbox.c' || echo './'`nautilus-dropbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox.Tpo -c nautilus-dropbox.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-nautilus-dropbox.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox.Tpo -c nautilus-dropbox.c -o libnautilus_dropbox_la-nautilus-dropbox.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-nautilus-dropbox.Tpo .deps/libnautilus_dropbox_la-nautilus-dropbox.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox-hooks.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox-hooks.Tpo -c -o libnautilus_dropbox_la-nautilus-dropbox-hooks.lo `test -f 'nautilus-dropbox-hooks.c' || echo './'`nautilus-dropbox-hooks.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox-hooks.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox-hooks.Tpo -c nautilus-dropbox-hooks.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-nautilus-dropbox-hooks.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-nautilus-dropbox-hooks.lo -MD -MP -MF .deps/libnautilus_dropbox_la-nautilus-dropbox-hooks.Tpo -c nautilus-dropbox-hooks.c -o libnautilus_dropbox_la-nautilus-dropbox-hooks.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-nautilus-dropbox-hooks.Tpo .deps/libnautilus_dropbox_la-nautilus-dropbox-hooks.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-command-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-command-client.Tpo -c -o libnautilus_dropbox_la-dropbox-command-client.lo `test -f 'dropbox-command-client.c' || echo './'`dropbox-command-client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-command-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-command-client.Tpo -c dropbox-command-client.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-dropbox-command-client.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-command-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-command-client.Tpo -c dropbox-command-client.c -o libnautilus_dropbox_la-dropbox-command-client.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-dropbox-command-client.Tpo .deps/libnautilus_dropbox_la-dropbox-command-client.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client.Tpo -c -o libnautilus_dropbox_la-dropbox-client.lo `test -f 'dropbox-client.c' || echo './'`dropbox-client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client.Tpo -c dropbox-client.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-dropbox-client.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client.Tpo -c dropbox-client.c -o libnautilus_dropbox_la-dropbox-client.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-dropbox-client.Tpo .deps/libnautilus_dropbox_la-dropbox-client.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client-util.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client-util.Tpo -c -o libnautilus_dropbox_la-dropbox-client-util.lo `test -f 'dropbox-client-util.c' || echo './'`dropbox-client-util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client-util.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client-util.Tpo -c dropbox-client-util.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-dropbox-client-util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox-client-util.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox-client-util.Tpo -c dropbox-client-util.c -o libnautilus_dropbox_la-dropbox-client-util.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-dropbox-client-util.Tpo .deps/libnautilus_dropbox_la-dropbox-client-util.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox.Tpo -c -o libnautilus_dropbox_la-dropbox.lo `test -f 'dropbox.c' || echo './'`dropbox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox.Tpo -c dropbox.c  -fPIC -DPIC -o .libs/libnautilus_dropbox_la-dropbox.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -MT libnautilus_dropbox_la-dropbox.lo -MD -MP -MF .deps/libnautilus_dropbox_la-dropbox.Tpo -c dropbox.c -o libnautilus_dropbox_la-dropbox.o >/dev/null 2>&1
mv -f .deps/libnautilus_dropbox_la-dropbox.Tpo .deps/libnautilus_dropbox_la-dropbox.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc -DDATADIR=\"/usr/share\" -DEMBLEMDIR=\"/usr/share/nautilus-dropbox/emblems\" -Wall   -pthread -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -g -O2 -module -avoid-version  -o libnautilus-dropbox.la -rpath /usr/lib/nautilus/extensions-2.0 libnautilus_dropbox_la-nautilus-dropbox.lo libnautilus_dropbox_la-nautilus-dropbox-hooks.lo libnautilus_dropbox_la-dropbox-command-client.lo libnautilus_dropbox_la-dropbox-client.lo libnautilus_dropbox_la-dropbox-client-util.lo libnautilus_dropbox_la-dropbox.lo -pthread -lnautilus-extension -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lglib-2.0
libtool: link: gcc -shared  .libs/libnautilus_dropbox_la-nautilus-dropbox.o .libs/libnautilus_dropbox_la-nautilus-dropbox-hooks.o .libs/libnautilus_dropbox_la-dropbox-command-client.o .libs/libnautilus_dropbox_la-dropbox-client.o .libs/libnautilus_dropbox_la-dropbox-client-util.o .libs/libnautilus_dropbox_la-dropbox.o   -lnautilus-extension /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libcairo.so /usr/lib/libgio-2.0.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so  -pthread -pthread   -pthread -Wl,-soname -Wl,libnautilus-dropbox.so -o .libs/libnautilus-dropbox.so
libtool: link: ar cru .libs/libnautilus-dropbox.a  libnautilus_dropbox_la-nautilus-dropbox.o libnautilus_dropbox_la-nautilus-dropbox-hooks.o libnautilus_dropbox_la-dropbox-command-client.o libnautilus_dropbox_la-dropbox-client.o libnautilus_dropbox_la-dropbox-client-util.o libnautilus_dropbox_la-dropbox.o
libtool: link: ranlib .libs/libnautilus-dropbox.a
libtool: link: ( cd ".libs" && rm -f "libnautilus-dropbox.la" && ln -s "../libnautilus-dropbox.la" "libnautilus-dropbox.la" )
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
python serializeimages.py 0.6.7 < dropbox.in > dropbox
chmod +x dropbox
python docgen.py 0.6.7 < dropbox.txt.in > dropbox.txt
python rst2man.py dropbox.txt > dropbox.1
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
make[1]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'

Having made it this far we are close to the home plate of this inning. It’s time to go on to the next step so we can become root again and make this for installation.

16. The README file say for us to use sudo to do this next step. If you do not have your regular user as a sudoer, then you need to become root with su:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ su
Password: (type in your root password)
smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7#

You now are root as the above output shows a # and not the $. The full working path is also displayed without ~ (tilda).

Use the make install to install this application for the whole system. That means that everyone who has a legitimate account can use Dropbox!

smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7# make install

RESULT:

Making install in data
make[1]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
Making install in icons
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
Making install in hicolor
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
Making install in 16x16
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/16x16/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/16x16/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/16x16/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/16x16'
Making install in 22x22
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/22x22/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/22x22/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/22x22/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/22x22'
Making install in 24x24
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/24x24/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/24x24/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/24x24/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/24x24'
Making install in 32x32
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/32x32/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/32x32/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/32x32/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/32x32'
Making install in 48x48
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/48x48/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/48x48/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/48x48/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/48x48'
Making install in 64x64
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
Making install in apps
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/icons/hicolor/64x64/apps" || /bin/mkdir -p "/usr/share/icons/hicolor/64x64/apps"
/usr/bin/install -c -m 644 dropbox.png '/usr/share/icons/hicolor/64x64/apps'
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64/apps'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor/64x64'
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[5]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[5]: Nothing to be done for `install-exec-am'.
make  install-data-hook
make[6]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
Updating Gtk icon cache.
gtk-update-icon-cache: Cache file created successfully.
make[6]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[5]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons/hicolor'
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[4]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/icons'
Making install in emblems
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/nautilus-dropbox/emblems" || /bin/mkdir -p "/usr/share/nautilus-dropbox/emblems"
/usr/bin/install -c -m 644 emblem-dropbox-syncing.icon emblem-dropbox-syncing.png emblem-dropbox-uptodate.icon emblem-dropbox-uptodate.png emblem-dropbox-unsyncable.icon emblem-dropbox-unsyncable.png '/usr/share/nautilus-dropbox/emblems'
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data/emblems'
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[3]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/applications" || /bin/mkdir -p "/usr/share/applications"
/usr/bin/install -c -m 644 dropbox.desktop '/usr/share/applications'
make[3]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
make[1]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/data'
Making install in src
make[1]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/nautilus/extensions-2.0" || /bin/mkdir -p "/usr/lib/nautilus/extensions-2.0"
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libnautilus-dropbox.la '/usr/lib/nautilus/extensions-2.0'
libtool: install: /usr/bin/install -c .libs/libnautilus-dropbox.so /usr/lib/nautilus/extensions-2.0/libnautilus-dropbox.so
libtool: install: /usr/bin/install -c .libs/libnautilus-dropbox.lai /usr/lib/nautilus/extensions-2.0/libnautilus-dropbox.la
libtool: install: /usr/bin/install -c .libs/libnautilus-dropbox.a /usr/lib/nautilus/extensions-2.0/libnautilus-dropbox.a
libtool: install: chmod 644 /usr/lib/nautilus/extensions-2.0/libnautilus-dropbox.a
libtool: install: ranlib /usr/lib/nautilus/extensions-2.0/libnautilus-dropbox.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/nautilus/extensions-2.0
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/nautilus/extensions-2.0

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
make[1]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7/src'
make[1]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
make[2]: Entering directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
/usr/bin/install -c dropbox '/usr/bin'
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
/usr/bin/install -c -m 644 dropbox.1 '/usr/share/man/man1'
make[2]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'
make[1]: Leaving directory `/home/smythe/Downloads/nautilus-dropbox-0.6.7'

The README file author advises us to finish this with:

“After installing the package you must restart Nautilus. You can do that by issuing the following command (note: if you’re running compiz, doing so may lock up your computer – log out and log back in instead):

$ killall nautilus”

See lets move on to the next step so we can get our application working our regular user.

17. Exit the root user and return back to your regular user:

smythe@debian-box:/home/smythe/Downloads/nautilus-dropbox-0.6.7# exit

Now you are regular user again:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$

18. Kill the Nautilus file browser as your regular user. Nautilus is what we are using in Gnome.

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ killall nautilus

RESTART Nautilus:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ nautilus

19. With Nautilus restarted we will see what Dropbox does:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ dropbox

RESULT:

Dropbox command-line interface

commands:

Note: use dropbox help  to view usage for a specific command.

status       get current status of the dropboxd
help         provide help
puburl       get public url of a file in your dropbox
stop         stop dropboxd
running      return whether dropbox is running
start        start dropboxd
filestatus   get current sync status of one or more files
ls           list directory contents with current sync status
autostart    automatically start dropbox at login
exclude      ignores/excludes a directory from syncing

Since we get some command information we know that Dropbox is installed, but how do we use it?

20. Find out the status of Dropbox:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ dropbox status

The RESULT is:

Dropbox isn't running!

21. Let’s get Dropbox to run for us:

In order to make things a little simple we change to our home directory:

smythe@debian-box:~/Downloads/nautilus-dropbox-0.6.7$ cd ~

Run the dropbox autostart command:

smythe@debian-box:~$ dropbox autostart

RESULT:

 dropbox autostart [y/n]

options:
n  dropbox will not start automatically at login
y  dropbox will start automatically at login (default)

Note: May only work on current Ubuntu distributions.

I ignored the above note from the output regarding “May only…” as our whole goal here is to run Dropox on Debian which is not Ubuntu.

Run the dropbox autostart command with “y”:

smythe@debian-box:~$ dropbox autostart y

Still nothing seems to happen, but no negative feedback, so we check the status again:

 smythe@debian-box:~$ dropbox status

The RESULT is:

Dropbox isn't running!

No luck here let’s try something different.

22. Starting Dropbox with the dropbox start command:

smythe@debian-box:~$ dropbox start

RESULT:

Starting Dropbox...
The Dropbox daemon is not installed!
Run "dropbox start -i" to install the daemon

So finally a little feedback. Let’s take the advice and install the daemon:

smythe@debian-box:~$ dropbox start -i

RESULT:

Starting Dropbox...Done!

Now you should see the first Dropbox application GUI which is telling us that we must download the proprietary daemon:

Dropbox Installation GUI Starts

Dropbox Installation GUI Starts

Click “OK” and then you will see that Dropbox is downloading the daemon for installation:

Downloading Dropbox Daemon

Downloading Dropbox Daemon

Finally you need to decide whether or not you have an account or you would like to have a new one:

Dropbox Setup Choice

Dropbox Setup Choice

Congratulations! You have made it to the point where I can answer no more. Just follow the dialogues and enjoy.

FINALL WORDS:

I hope this was informative to you. Everything was provided to give you a good understanding of how to put together Dropbox for your Gnome/Debian desktop. Once you have this installed for yourself you can show each user step 22 or do it for them. I hope you enjoy this.

Do you have a Dropbox Account?  Would you like to get one? Get Dropbox.

Any comments:

email: alex at ogfomk dot com

OgFOMK ArTS: http://www.ogfomk.com
Twiter @OgFOMK: http://twitter.com/#!/OgFOMK
LinkedIn: http://www.linkedin.com/in/ogfomk

OgFOMK: Life, Love, Ergo, Arts and Man(Kind)

OgFOMK: Life, Love, Ergo, Arts and Man(Kind)

OgFOMK ArTS logo has been updated with the elements from 24 years of logo stimulation. Having an image that makes one pretty is about as good as a masthead that shows a publication roots.

The Eye is from the OgFOMK MaN who expresses the dance of Life, Love, Ergo (Man), Man(Kind) and the Arts. The eye is perspective. Looking at and upon things and generating ideas. Prejudice or pure it is there.

There is also a place for the creator and the created. It is wholly anthropomorphic.

As a tangent there is another project for input and output regarding technology which is: Digitus Man

Digitus Man

Digitus Man for the technology in all of us.

Like most great things on this world or like most things in the hood. Some things are less beautiful than they are functional. Let’s refrase this and say: Comments.

Enabling comments has led me to a new form of good old spam. Spare meat for my eyes is like a headache to my cerebral cortex. I don’t like it. It’s a waste of time.

If you are a marketing person who wants to share you product. If you are an artists who produces something, that is another story. With that being said, I am requiring a log in to the comments here and at Azorina.com .

To quote a very smart man I know: “A fool is the one who tries to fool everyone else.” Or something like that. If you want to contact us and comment you may also do so via Twitter, Facebook or Email.

As usual, thank you for eyes.

06. May 2011 · Write a comment · Categories: Poetry · Tags:

20110505-1000

TO!

reach
after
have the pacience of science
and meet me at the
the place where
definition and words tabulate
BE-cause
there is a message
to save:
deeee ENd

06. May 2011 · Write a comment · Categories: Poetry · Tags:

Things I’d Like To Give You:
20110505

i’d like to take your
depression
and roll it away
like the rock of Giberish
but who am i to want
or wont
you to feel better?

I’d like to make the rapist
Who
Hurt you
writhe
In a painful angst,
But surely she is already there;

I’d bet a thousand coins
that
you could outrun any
horse
At
the track,
But ne’or you are are not a horse
Or
A DOG;

Surely this is the end of your
Pain?
And we can alight this furnace with all
Pain ideas
Whiped free from the smock we wore while
obstaining from justice;

Yes,
This is the eternal freyed knot
that knowledge has picked apart
and rapped our hearts together
to
satisfy the blizzard of awareness
NOW;

Life has been extremely good to me. She (as life is a boat) has also challenged me to tears.  But I want to tell you about the time I was in Lawton, OK at Fort Sill.  My grandfather had gone to Fort Sill exactly 50 years before I did.  He was a Red-Leg.  I was a Red-Leg.  That means were were the kind of folks who sent HE into your LZ without worrying that you would shoot our ASS.  He also ended up working on the V2 Rocket program.

This is what his Army Discharge papers said: “G. Elllis Nuttall has 7th grade education.  He is an excellent crane operator and he can handle high explosives. ”

My father is name D. Ellis Nuttall.  Ellis is a variation of Elijah.  My family were immigrants from a crappy place called Nottinghamshire, England. We were indentured servants before slavery was popular.  Our family crest says in latin: “Serva Jugem”  Of course there is no “J” in latin, so we can rule out Jesus as well… so let us say that we were slaves.

One evening I was listening to my walkman (yes we had those before iProcts) at Fort Sill and the Public Radio was playing a wonderful Jazz Piece by Wynton Marsalis which was called: “My Father Ellis.” It was a sweet moment.  I had just finished writing my father.

If you have anyone in the service in your family or folio who is serving.  Please write them.  Let them know you love them.

Gearge Ellis and Alex

George Ellis and Alex

One thing is certain. For a guy who is my age and of sound mind and body I am not right.

Right is that functional place between left over and passed on. Right is good. Right is the Bible. Right is the serpent going into the Garden of Eden. Right is perfect. That is what I am not.

This past year on March 11, 2011 Japan had a 9.0 earthquake. This past week I finished reading Kurt Vonnegut’s Timequake. At the end of Chapter 3 Kurt Vonnegut writes: “All I had to do was deliver a message he (Andrei Sakhorov) had sent. This was it ‘Don’t give up on nuclear energy.’ I spoke like a robot.”

Kurt Vonnegut's Timequake

Kurt Vonnegut's Timequake

The last time I read a Kurt Vonnegut book was in 1993 before last week. So be it.

 

Another thing is certain to me. I used to watch the news everyday until a few days after the Japanese earthquake. Libya was the topping on the cake. Most recently the shit-pile has been fed by the impending government shut-down or half-shutdown or what-the-fuck…

In 1995 I was at Fort Sill, OK I was just entering the Reception Battalion when our government did shut down. I was going to school there to become an Army soldier for the Virginia Army National Guard. I was in the 29th Infantry Division (Lt). I was also going to school there to become a forward observer.

There was a delay in my going to training. One week delay. We had to find things to do. The drill sergeant decided that I should cut the grass. I was shown the shed where a brand new Craftsman Lawnmower presented itself. It was a beautiful red and shiny mower. I checked the gas. We had fuel. I checked the oil. The reservoir was dry.

I said to the drill sergeant, “Do we have any oil?”

“Nope.” was his reply.

I looked at him with a respectful wordless “and?”

He said, “Just run the damn thing until it stops.”

I cut the grass all around the reception battalion and the mower never stopped until I parked it near the shed. I was finished. The mower did its job.

A week later I was in boot-camp.

You can’t write about a fucked-up world until you have lived in it. Nothing is right or perfect. We just move about pretending that we have goals, task and achievements. Some of us are lucky enough to overcome obstacles and survive.

I was married to my first wife then. The reason I joined the Army National Guard was because we were having a baby and I wanted to have benefits so that the baby would have health-care. Now I am divorced and re-married. The last time I saw my daughter she was four. Now she is 15 years old. I think that that is a very crappy thing.

I have since made any number you could conjure of mistakes, misgivings and misanthropic toils. I hate losing. I hate it very much. I accept that I have lost a great pissing contest. Many of us have.

I am forty-one years old. I was twenty-five when I was at Fort-Sill, OK.

I could be very angry about a lot of things but I am not. Why should I be? What good does it do anyone? So much bad news is about the angry idiots who have power. With natural disaster there is not much we can do angry or of cool heels. Otherwise there is mindless contribution to the problems we face.

So I am not right. I am not perfect. I am just a guy who has access to some resources. I am a struggling blade of grass. I think I will go back to bed now and get close to my wife. She loves me. She has given me a daughter, a son, two granddaughters and a home and a healthy life. I can thank her ex-husband for the progeny. I do thank him. I can be thankful for so many of the great parts of life that have presented themselves to me.

Tonight some people will loose loved ones. Tonight someone will die. Tonight some drunk will kill. Tonight a soldier will die. Tonight a sea turtle will gulp oil and choke to death. Tonight a baby will fart. It’s just like that.

27. March 2011 · Write a comment · Categories: Prose · Tags: ,

I began my razorblades with intricate paintings of mind. Depressive medical commerce continuing the thrifty program outlaws. And wot! This continual rodeo leaves the waste-basket for the furniture of the future.

Scowling Sasha

Scowling Sasha

Discontinued elevations remain limber in the steam.  The stream sleeps silent by the doorway.  Captured leaves arrested in the sunlight.  Oh and man, we have to display the gauge with dials removed and meaningless.  Far from the doorway now elevated ad-hoc simulation via reason. Reason removed.

People now walking in the courtyard apartment complex. Exchanging glances as is familiar bombarded faces of who you don’t know. Children at play in secluded situations avoiding the next fever brought on by the exchange of chance and breath.

This was the way I remembered the last museum visit I had with a notebook.  The notebook was there in my hands and I scrawled out action. Big deal. I was always more impressed with the fact that I could scribble and recall what my scribble meant than the content with which I was able to convey.

Thinking Sasha

Thinking Sasha

The notebook was usually with me everywhere I went. The sad fact was that now, the notebook had years in it. It used to be that one of my notebooks would have pages of months. I had so many notebooks that I could measure them stacked in feet. That’s why I would burn them when they reached 2 feet. It was too much to carry around. To much pain and emotion. To much reveal. Too much sadness.

Obscure works were more inline with what was happening. How could I attempt healing with so much let go on the page. Eventually I realized that my audience was just as careless as my writing. Me me me. And so what? I had to live with me. I might as well become my own friend. So I did.

If you ever find a strange book it is worth reading. Read as much as you can strange books. Judge the book by its cover. You may have it on your eReader, but it may never be the same as what is available in your hand.

Strange books I like:
1. Be Here Now: http://en.wikipedia.org/wiki/Be_Here_Now_(book)
2. The Book of Subgenius http://www.subgenius.com/bigfist/classic/classics/X0003_botsg-intro.html
3. The Happy Sadist: http://www.amazon.com/Happy-Sadist-Robert-Newton-Peck/dp/B0007EHH0K/

Switch to our mobile site