- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to start only Mozilla browser on HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:40 PM
09-08-2004 08:40 PM
How to start only Mozilla browser on HPUX
on of my customer has the need to use mozilla for the help of one of the application they are developing.
When the same user tries to start the bwroser twise, there is an unpleasant pop-up to choose the profile.
How can this be avoided ? I just want to start the internet browser.
I was thinking of re-compiling the source, tearing away mail and news. In this case, could someone provide a step-by-step way to build the sources ? I'm totally ignorant in compiling...
Regards,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:07 PM
09-08-2004 09:07 PM
Re: How to start only Mozilla browser on HPUX
The functionallity you are looking for is implemented in Mozilla Firefox 0.9.3 (no email or news) The problem is that I can't find a compiled version for HP-UX.
In this last release they removed the unpleassant pop-up (it was there in all previous versions).
Maybe the pop-up is removed in the latest versions of the Mozilla browser as well.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:24 PM
09-08-2004 09:24 PM
Re: How to start only Mozilla browser on HPUX
thank you for hte input, i already knew Firefox.
The problem i that i have to remain in standards, if possible...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:32 PM
09-08-2004 09:32 PM
Re: How to start only Mozilla browser on HPUX
Regards,
Peter
(0-points please)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:46 PM
09-08-2004 09:46 PM
Re: How to start only Mozilla browser on HPUX
questio is good. But the customer feels well with Mozilla...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 11:07 PM
09-08-2004 11:07 PM
Re: How to start only Mozilla browser on HPUX
Hi,
would it be of any help, if u use the remote-function of mozilla?
mozilla -remote "openurl(http://www.mozilla.org)"
see also: www.mozilla.org/unix/remote.html
Using this command, a new browser window will open up, connecting to the already running PID of mozilla.
Problem with this is, that it creates a core dump, but the command is executed properly.
HP already knows about this and it will be solved hopefully in a future release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 11:33 PM
09-08-2004 11:33 PM
Re: How to start only Mozilla browser on HPUX
but mozilla will be started automatically by an application, and the problem arise when two or more users start mozilla togheter.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 12:14 AM
09-09-2004 12:14 AM
Re: How to start only Mozilla browser on HPUX
Ok,
i don't quite understand.
2 or more user are connected to one host.
They open an application, this calls Mozilla and u get the Profile-Popup.
Well, this Popup comes up because there is a lock-link in $HOME/.mozilla/$USERNAME/somestring/ pointing to the IP and PID of an open mozilla-process for that user.
If possilble, give each user an own .mozilla-dir or before starting up a new process, get rid of the lock-link, but strange things might happen then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 01:54 AM
09-09-2004 01:54 AM
Re: How to start only Mozilla browser on HPUX
Any time the browser opens, it checks for the lock file and gives the unfortunate message by design.
The only way to avoid it is to nail the lock file and delete it. If you do it while the browser is running, my experience is that the browser creates it again.
What you can do is have a script that starts mozilla and deletes the lock file at startup.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 02:37 AM
12-13-2004 02:37 AM
Re: How to start only Mozilla browser on HPUX
We went for 1.6.x version, and that's all.
THanks,
Massimo