Open
Bug 1166691
Opened 10 years ago
Updated 1 year ago
Open with dialog doesn't offer correct apps to open, but from DN Library it works
Categories
(Firefox :: File Handling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: freed00mcz+mozilla, Unassigned)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150511103818
Firefox for Android
Steps to reproduce:
Almost everything to download it opens download dialog "Open with" but there is no app in the list but "Sublime text (default)" , wich is default in system for text files.
Actual results:
The open with should list the app associated to the mimetype, to avoid opening everything from download library.
Expected results:
The associated extensions that are set to skip the dialog and open for example in PDF reader are opened with sublime text instead.
I have a Linux Mint version of Firefox 38.0, I wan't to help not rand :) Should I file a bug here or to Mint team?
Component: Untriaged → General
Product: Firefox → Firefox for Android
Version: 38 Branch → unspecified
Comment 1•9 years ago
|
||
This is not a Firefox for Android report. It is a Linux Firefox report.
Component: General → Untriaged
Product: Firefox for Android → Firefox
Version: Firefox 38 → 38 Branch
| Reporter | ||
Comment 2•9 years ago
|
||
You are right, it was long ago, I don't know how it happened but I wouldn't choose Android if it clearly isn't.
My problem is not up to date because I moved from Linux Mint to Arch and now Firefox 43 jumped to Gtk3 and I don't see this problem anymore.
I belive the problem persist with gtk2 Firefox + Linux Mint 17.0 and 17.1 due its weird MIME type architecture.
OS: Android → Linux
Hardware: Unspecified → x86_64
Comment 3•8 years ago
|
||
This is likely caused by a line like
application/octet-stream=sublime-text.desktop;
in .local/share/applications/mimeapps.list. See this very similar Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/918019
Comment 4•8 years ago
|
||
I agree with Jan (as I have also been in that bug report). See the last couple of posts in that report for a workaround.
Does firefox get the list of available mime applications exclusively from ~/.config/mimeapps.list (or any of the other variations of this file, there are two locations for user versions and one or two more for system versions)?
Firefox should attempt to additionally parse .desktop files for their MimeType= property. That would give a more complete, and hopefully more accurate list of applications for opening files in.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9387078 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•