Warning: session_start(): open(/tmp/sess_jr9914q05gqtr3h9t7nvirk346, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Mozilla Quickstarter openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Mozilla Quickstarter

   0.6  

KDE Other Utility

Score 66%
Mozilla Quickstarter
zoom


Link:  Link
Downloads:  2724
Submitted:  Jan 15 2004
Updated:  Jun 18 2004

Description:

An small utility for your kde system tray that runs a hidden instance of Mozilla.




Changelog:

Rpm package for Mandrake 10

Added version 0.6
- Runs a hidden instance of mozilla.
- Autostart with kde.

Added Fedora Core 1 rpm packages




LicenseGPL
(Mandrake 10 rpm)
(Fedora Core 1 rpm v0.5)
(Fedora Core 1 source rpm v0.5)
Send to a friend
Subscribe
Other  Content  from finrold
Report inappropriate content



goto page:  1  2 

-

 Firebird?

 
 by abydos on: Jan 15 2004
 
Score 50%

Does this program support Firebird/Thunderbird and the ChatZilla extension to FB?


Reply to this

-

 Re: Firebird?

 
 by finrold on: Jan 15 2004
 
Score 50%

No, this version only supports mozilla. In the next version I will provide firebird support.


Reply to this

-

 "make" fails:

 
 by fab on: Jan 15 2004
 
Score 50%
fabfab
editor

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


Reply to this

-

 Re: "make" fails:

 
 by mikie on: Jan 15 2004
 
Score 50%

i had the same problem
but this helped me:

make -f Makefile.cvs

and then normally

./configure
make
make install


Reply to this

-

 Re: Re: "make" fails:

 
 by oldkerosen on: Jan 15 2004
 
Score 50%

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


Reply to this

-

 Build fails

 
 by fs111 on: Jan 15 2004
 
Score 50%

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


Reply to this

-

 Re: Build fails

 
 by albright on: Jan 17 2004
 
Score 50%

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)


Reply to this

-

 Re: Re: Build fails

 
 by finrold on: Jan 17 2004
 
Score 50%

are you compilig under kde 3.1.x?


Reply to this

-

 wrong name

 
 by albright on: Jan 17 2004
 
Score 50%

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)


Reply to this

-

 Re: wrong name

 
 by jadrian on: Jan 18 2004
 
Score 50%

Yes, maybe Mozilla dock applet or something like that.


Reply to this

-
.

 Great

 
 by vernr on: Jun 18 2004
 
Score 50%

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


Reply to this

-

 Re: Great

 
 by finrold on: Jun 18 2004
 
Score 50%

At the moment there are problems with the others applications not included in the menu. If I solve this I will include them again :)


Reply to this

-
.

 RPM for Mandrake 10

 
 by vernr on: Jun 18 2004
 
Score 50%

If you would like a Mandrake 10 RPM for Mozilla Quickstart go here.

http://wwwnzlinux.orcon.net.nz/

Cheers


Reply to this

-
.

 Re: RPM for Mandrake

 
 by vernr on: Jun 18 2004
 
Score 50%

Sorry about the faulty link try this
http://www.nzlinux.orcon.net.nz/


Reply to this

-

 Re: Re: RPM for Mandrake

 
 by finrold on: Jun 18 2004
 
Score 50%

Thanks a lot for provide it :)


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team