Launchpad has imported 4 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=467546.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2008-10-18T11:34:21+00:00 sangu wrote:

Description of problem:
Clicking link in Start Page -> Warning Cannt execute /usr/bin/firefox. Check 
external browser configuration.

$ ls -al /usr/bin/firefox
-rwxr-xr-x 1 root root 4609 2008-09-24 10:18 /usr/bin/firefox

$ rpm -qf /usr/bin/firefox 
firefox-3.0.2-1.fc10.i386

Version-Release number of selected component (if applicable):
6.1-8.fc10

How reproducible:
always

Steps to Reproduce:
1. Launch netbeans
2. Click Quick Start Tutorial in Start Page.
3.
  
Actual results:


Expected results:


Additional info:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/307103/comments/0

------------------------------------------------------------------------
On 2008-10-20T18:21:42+00:00 Victor wrote:

WORKAROUND

Please, change command line arguments for the Firefox Web Browser:
1. Start NetBeans
2. Open the "Options" dialog via the menu item [Main Menu]/Tools/Options
3. Select the "General" tab
4. Open the dialog "Web Browsers" by pressing the button "Web Browser: Edit..."
5. Select the "Firefox" item in the list "Web Browsers"
6. Change a value of the text box "Arguments" from
-remote "openURL({URL})"
to
{URL}
7. Close all the opened dialogs by pressing the "OK" buttons.

Note, these changes will affect a current user only.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/307103/comments/1

------------------------------------------------------------------------
On 2008-10-20T18:34:38+00:00 Victor wrote:

FYI http://wiki.netbeans.org/FirefoxAndNetBeans

Reply at:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/307103/comments/2

------------------------------------------------------------------------
On 2008-10-22T17:08:45+00:00 Victor wrote:

The release 9 has been committed into CVS repo.
Successful koji build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=895756

Changes:
- The DESKTOP_STARTUP_ID environment variable is unset in the IDE launcher.

Details about the issue:

To start the Firefox browser the following command is used by the NetBeans:
/usr/bin/firefox -remote "openURL({URL})"
where {URL} is a URL of the Web resource that need to be open.
Such command involves the remote control feature of the browser( 
http://www.mozilla.org/unix/remote.html ) that is based on the X Window System 
protocols.

The NetBeans installed on the Fedora can be started via a click on the
menu item provided by a desktop environment (e.g. GNOME). In this case,
the X Window System protocols are also used to provide communication
with the netbeans process that is a launchee process from viewpoint of
the desktop environment.

According to the Startup Notification Protocol Specification (
http://standards.freedesktop.org/startup-notification-spec/startup-
notification-latest.txt ) the desktop environment will use the
DESKTOP_STARTUP_ID environment variable to communicate the startup
sequence information.

Also, the specification says:
"It is suggested to unset this environment variable in the launchee
as soon as it's read, to avoid possible reuse by some process started
later by launchee."

The previous release didn't take into account this suggestion, and the
DESKTOP_STARTUP_ID environment variable with an inapplicable value was
to pass to all processes started later by the NetBeans, including the
Firefox browser. Now, it is fixed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/307103/comments/3


** Changed in: netbeans (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/307103

Title:
  Cannot link to Firefox for external browsing from Netbean 6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/307103/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to