Closed
Bug 452722
Opened 16 years ago
Closed 16 years ago
File Manager tries to open Fennec as default handler for images
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
fennec1.0a2
People
(Reporter: tonikitoo, Assigned: tonikitoo)
Details
After installing Fennec, open to File Manager "MyDocs->images" and double-tap an image there in order to view it.
Current outcome:
* system tries to launch Fennec as default handler (see banner "Fennec-Opening" in the up-right corner) and fennec launched later.
Expected outcome:
Image viewer to be launched.
ps: to reproduce this, image can be stored anywhere in the device.
Assignee | ||
Comment 1•16 years ago
|
||
maybe something related to this line in fennec.desktop.in file:
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;applica
tion/rdf+xml;image/gif;image/jpeg;image/png;
Comment 2•16 years ago
|
||
Antonio: Any suggestion on what that file should include? Just all the html/xul/etc pieces? Can you toss a patch together?
Assignee: nobody → tonikitoo
Flags: wanted-fennec1.0+
Flags: in-testsuite-
Target Milestone: --- → Fennec A2
Assignee | ||
Comment 3•16 years ago
|
||
that is odd, fennec is overwriting some default handlers, see below:
/usr/share/applications $ grep -nHr fennec .
./mimeinfo.cache:36:image/jpeg=hildon-fennec.desktop;hildon-image-viewer.desktop;hildon-browser.desktop;
./mimeinfo.cache:37:application/vnd.mozilla.xul+xml=hildon-fennec.desktop
./mimeinfo.cache:46:text/html=hildon-fennec.desktop;hildon-browser.desktop;
./mimeinfo.cache:50:application/rss+xml=hildon-fennec.desktop
./mimeinfo.cache:58:application/xhtml+xml=hildon-fennec.desktop
./mimeinfo.cache:61:application/rdf+xml=hildon-fennec.desktop
./mimeinfo.cache:72:image/png=hildon-fennec.desktop;hildon-image-viewer.desktop;hildon-browser.desktop;
./mimeinfo.cache:74:text/xml=hildon-fennec.desktop
./mimeinfo.cache:76:image/gif=hildon-fennec.desktop;hildon-image-viewer.desktop;hildon-browser.desktop;
./mimeinfo.cache:77:application/xml=hildon-fennec.desktop
taking ...
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•16 years ago
|
||
I messed something up in my /usr/share/applications/defaults.list , and file got empty, so the system was failing to find default handler for .png .jpg .gif images (osso-viewer) ... i recovered the settings and now it works fine.
invalid.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
sorry for bug spam.
Many of the bugs which are marked invalid, I see comments telling it occurred in one version or other. But later it was fixed due to 1) by backingout the patch which made regression or 2) by fixing some other bug.
So if we can identify the bug/patch/reason then we should state that and mark those as FIXED. If not mark as WORKSFORME in that case.
You need to log in
before you can comment on or make changes to this bug.
Description
•