
Mozilla Quickstarter
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
An small utility for your kde system tray that runs a hidden instance of Mozilla.
16 years ago
Rpm package for Mandrake 10
Added version 0.6
- Runs a hidden instance of mozilla.
- Autostart with kde.
Added Fedora Core 1 rpm packages
16 years ago
Rpm package for Mandrake 10
Added version 0.6
- Runs a hidden instance of mozilla.
- Autostart with kde.
Added Fedora Core 1 rpm packages
masteryoda
14 years ago
Report
msimplay
15 years ago
Report
linux3114a
16 years ago
I have tested on a suse 9.2 but your program cannot find the path of my mozilla.
SUGGESTION ! ! ! !
Report
jadrian
16 years ago
Report
vernr
16 years ago
http://wwwnzlinux.orcon.net.nz/
Cheers
Report
vernr
16 years ago
http://www.nzlinux.orcon.net.nz/
Report
finrold
16 years ago
Report
vernr
16 years ago
Can you add Composer to the dropdown list and maybe leave out items eg. mozilla mail if it is not installed on system
Report
finrold
16 years ago
Report
albright
17 years ago
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)
Report
jadrian
17 years ago
Report
fs111
17 years ago
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
Report
albright
17 years ago
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)
Report
finrold
17 years ago
Report
fab
17 years ago
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
Report
mikie
17 years ago
but this helped me:
make -f Makefile.cvs
and then normally
./configure
make
make install
Report
oldkerosen
17 years ago
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
Report
abydos
17 years ago
Report
finrold
17 years ago
Report