[Bug 239952] Re: firefox - the associated helper application does not exist

2008-09-08 Thread TJ
** Also affects: xulrunner-1.9 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: xulrunner-1.9 (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = TJ (intuitivenipple)
   Status: New = Confirmed

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 239952] Re: firefox - the associated helper application does not exist

2008-09-08 Thread TJ
This is a problem caused by the interaction of xulrunner and Gnome VFS.
Using the test files in Savvas' thread in the forums
(http://ubuntuforums.org/showthread.php?p=5369513) a *successful*
handling of the PDF file looks like this:

nsMIMEInfoUnix::GetHasDefaultHandler()
Using vfs
return NS_OK

nsMIMEInfoUnix::GetHasDefaultHandler()
Using vfs
return NS_OK

nsMIMEInfoBase::LaunchWithFile()
mPreferredAction=4
mPreferredAction==useSystemDefault
calling LaunchDefaultWithFile()

nsMIMEInfoUnix::LaunchDefaultWithFile()
nativePath=/tmp/test5-5.pdf
Using vfs
vfs-GetAppForMimeType()=1
app-Launch()

Whereas trying either of the text files (with or without spaces in
names) gives this:

nsMIMEInfoUnix::GetHasDefaultHandler()
Using vfs
fallback to nsMIMEInfoImpl::GetHasDefaultHandler()

nsMIMEInfoBase::LaunchWithFile()
mPreferredAction=4
mPreferredAction==useSystemDefault
calling LaunchDefaultWithFile()

nsMIMEInfoUnix::LaunchDefaultWithFile()
nativePath=/tmp/test4 with space-4.txt
Using vfs
vfs-GetAppForMimeType()=1
mDefaultApplication=0
!mDefaultApplication NS_ERROR_FILE_NOT_FOUND

... and...

nsMIMEInfoUnix::GetHasDefaultHandler()
Using vfs
fallback to nsMIMEInfoImpl::GetHasDefaultHandler()

nsMIMEInfoBase::LaunchWithFile()
mPreferredAction=4
mPreferredAction==useSystemDefault
calling LaunchDefaultWithFile()

nsMIMEInfoUnix::LaunchDefaultWithFile()
nativePath=/tmp/test3nospace-1.txt
Using vfs
vfs-GetAppForMimeType()=1
mDefaultApplication=0
!mDefaultApplication NS_ERROR_FILE_NOT_FOUND

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 239952] Re: firefox - the associated helper application does not exist

2008-07-12 Thread Savvas Radević
Added epiphany browser: http://ubuntuforums.org/showthread.php?t=857107#3
Confirmed. Epiphany 2.22.2 - Hardy.

Happening on i386 too: http://ubuntuforums.org/showthread.php?t=857107#4
The problem exists on my PC as well, running Ubuntu 8.04, Intel, 32-bits.

** Description changed:

  Clicking some links in firefox-3.0 to download files displays the
  open/save dialog correctly, but if 'open' is selected with the default
  application, it fails with an error. Saving works as intended.
  
  The resulting error is:
  Download Error
  /tmp/(filename) could not be opened, because the associated helper 
application does not exist. Change the association in your preferences.
  
  EXAMPLES:
  http://ubuntuforums.org/showthread.php?p=5369513 (listed below):
  Not working: File Type: odt   test1.odt (7.3 KB, 0 views)
  Not working: File Type: ods   test2.ods (6.8 KB, 0 views)
  Not working: File Type: txt   test4 with space.txt (12 Bytes, 0 views)
  Working: File Type: pdf   test5.pdf (13.8 KB, 0 views)
  Not working: File Type: pytest6.py (15 Bytes, 0 views)
  Not working: File Type: txt   test3nospace.txt (9 Bytes, 0 views)
  Not working: File Type: pytest7withusrbin.py (41 Bytes, 0 views)
  
  
http://www.linuxforums.org/forum/ubuntu-help/60569-installing-wireless-client-wusb11v4-2.html
 (novo ficheiro.txt)
  https://launchpad.net/ubuntu/+source/firefox-3.0 (Available diffs, affects 
all launchpad package pages)
  
  WORKAROUND:
  Save the file first, rather than using the firefox 'open' option.
  
- All reported cases using Ubuntu Hardy Heron 8.04.1 AMD64 with
+ All reported cases using:
+ Ubuntu Hardy Heron 8.04.1 (amd64 or i386)
  firefox-3.0: 3.0+nobinonly-0ubuntu0.8.04.1

** Also affects: epiphany-browser (Ubuntu)
   Importance: Undecided
   Status: New

-- 
firefox - the associated helper application does not exist
https://bugs.launchpad.net/bugs/239952
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


<    1   2