Firefox 3.x addon
Software | No Comments »Hi,
just found a cool addon for Firefox, Fast Dial.. a very cool tool. It will show you a picture table of the websites you configured when you open a new tab, very nice.
Tags: SoftwareHi,
just found a cool addon for Firefox, Fast Dial.. a very cool tool. It will show you a picture table of the websites you configured when you open a new tab, very nice.
Tags: SoftwareLooks nice… finally eye candy for my graphic card…. so I guess I need to update the ifolder client again. This will be probably be done in a fortnight.
Tags: SoftwareHi,
after searching the web I found the following good how-to for Ubuntu 7.04 and I started building ifolder for Ubuntu 7.10 Gutsy Gibson with the code from the date 8th April 2008.
During the make of the ifolder client the following error throw me off though:
checking for GTK20... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:
No package 'gtk+-2.0' found
A quick search found the solution which is to install libgtk2.0-dev.
A new run of make got me the error that I needed gtk-sharp
After that another error raised it’s head config.status: error: cannot find input file: Makefile.in which I could fix thanks to a solution in the ubuntu forums by installing automake 1.9 .
Finally a succes..
Nautilus Support was again a little bit problematic, I was missing intltool and libnautilus-extension-dev. After doing the ./autogen.sh script make would work and create the errors:
In file included from nautilus-ifolder.c:49:
nautilus-ifolder.h:16:2: warning: no newline at end of file
nautilus-ifolder.c: In function 'refresh_ifolders_ht':
nautilus-ifolder.c:1111: error: invalid type argument of '->'
nautilus-ifolder.c:1114: error: invalid type argument of '->'
nautilus-ifolder.c:1115: error: invalid type argument of '->'
nautilus-ifolder.c:1116: error: invalid type argument of '->'
nautilus-ifolder.c:1117: error: invalid type argument of '->'
nautilus-ifolder.c: In function 'show_ifolder_error_message':
nautilus-ifolder.c:1301: warning: assignment from incompatible pointer type
nautilus-ifolder.c: In function 'create_ifolder_callback':
nautilus-ifolder.c:1640: warning: passing argument 1 of 'gtk_radio_button_new_with_label_from_widget' from incompatible pointer type
nautilus-ifolder.c: In function 'revert_ifolder_callback':
nautilus-ifolder.c:1832: warning: passing argument 1 of 'gtk_message_dialog_new' from incompatible pointer type
nautilus-ifolder.c:1833: warning: passing argument 1 of 'gtk_message_dialog_format_secondary_text' from incompatible pointer type
nautilus-ifolder.c:1837: warning: passing argument 1 of 'gtk_dialog_run' from incompatible pointer type
make[2]: *** [nautilus-ifolder.lo] Error 1
I’m stuck there at the moment, if somebody has a solution feel free to contribute it.
I used checkinstall to create the attached debian packages, feel free to use them. If you find an issue about them please let me know.
Tags: Software