Firefox Quickstarter
finrold
Source (link to git-repo or to original if based on someone elses unmodified work):
Rpm package for Mandrake 10
Added version 0.6
- Runs a hidden instance of mozilla.
- Autostart with kde.
Added Fedora Core 1 rpm packages
Ratings & Comments
19 Comments
Is there any chance of getting one of these for thunderbird or seamonkey even?
any chance for one of these using Firefox ?
It's possible to add a configuration option for mozilla path because it's not the same for all linux version.. I have tested on a suse 9.2 but your program cannot find the path of my mozilla. SUGGESTION ! ! ! !
This is great! Know some people who would love this, just to bad there are not more RPM packages around... I could use some for SuSE 9.0.
If you would like a Mandrake 10 RPM for Mozilla Quickstart go here. http://wwwnzlinux.orcon.net.nz/ Cheers
Sorry about the faulty link try this http://www.nzlinux.orcon.net.nz/
Thanks a lot for provide it :)
Very handy app now it really is "quickstart". Can you add Composer to the dropdown list and maybe leave out items eg. mozilla mail if it is not installed on system
At the moment there are problems with the others applications not included in the menu. If I solve this I will include them again :)
this should not be called quickstarter, since it does not keep a copy of mozilla in memory -- its just a little tray listing of startup buttons for the mozilla components. I suggest it be renamed to, oh, mozilla-trayapp or something like that so that people will not think it is a quickstarter app (such as exist for openoffice, and such as exist in windows as a startup option in mozilla)
Yes, maybe Mozilla dock applet or something like that.
On my Fedora Core 1 Box the build fails with the following message: Making all in src make[2]: Entering directory `/home/FS111/Programme/Quellen/mozilla_qs-0.5/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.1/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mozilla_qs.o -MD -MP -MF ".deps/mozilla_qs.Tpo" \ -c -o mozilla_qs.o `test -f 'mozilla_qs.cpp' || echo './'`mozilla_qs.cpp; \ then mv -f ".deps/mozilla_qs.Tpo" ".deps/mozilla_qs.Po"; \ else rm -f ".deps/mozilla_qs.Tpo"; exit 1; \ fi mozilla_qs.cpp: In constructor `MozillaQs::MozillaQs()': mozilla_qs.cpp:30: error: `loadIcon' undeclared (first use this function) mozilla_qs.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [mozilla_qs.o] Fehler 1 make[2]: Leaving directory `/home/FS111/Programme/Quellen/mozilla_qs-0.5/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/FS111/Programme/Quellen/mozilla_qs-0.5' make: *** [all] Fehler 2 How can I fix this? fs111
the iconloader function is undefined I added this line after the "include" lines: #define Icon(x) KGlobal::instance()->iconLoader()->loadIcon(x, KIcon::Toolbar) (all one line of course) and then loaded the icon with setPixmap(Icon("mozilla")); (this replaces the bad line 30)
are you compilig under kde 3.1.x?
cd . && /bin/sh /home/fab/mozilla_qs-0.5/admin/missing --run autoheader Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line 81, line 116. autoheader: /usr/bin/autom4te failed with exit status: 1 make: *** [config.h.in] Error 1
i had the same problem but this helped me: make -f Makefile.cvs and then normally ./configure make make install
Hi I tried your command but also this one fails: /mozilla_qs-0.5 # make -f Makefile.cvs This Makefile is only for the CVS repository This will be deleted before making the distribution *** Creating acinclude.m4 *** Creating list of subdirectories *** Creating configure.in *** Creating aclocal.m4 *** Creating configure Can't locate object method "path" via package "Autom4te::Request" at /usr/bin/autom4te line 81, line 116. make[1]: *** [cvs] Error 1 make: *** [all] Error 2
Does this program support Firebird/Thunderbird and the ChatZilla extension to FB?
No, this version only supports mozilla. In the next version I will provide firebird support.