Closed
Bug 1134720
Opened 10 years ago
Closed 5 years ago
Firefox Nightly cannot be set as a default browser because of broken .desktop file
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: TD-Linux, Unassigned)
Details
Firefox Nightly installs a .desktop file in ~/.local/share/applications that looks like this:
$ cat /home/thomas/.local/share/applications/userapp-Nightly-XDX6IX.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=true
Exec=/home/thomas/firefox/firefox %u
Name=Nightly
Comment=Custom definition for Nightly
It then registers it as a http handler in gvfs. However, for this to work correctly, the .desktop file needs this line added:
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
This caused a crash in gnome-system-settings. The crash is fixed, but the .desktop file still needs to be fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=1193680
https://bugzilla.gnome.org/show_bug.cgi?id=744695
Comment 1•10 years ago
|
||
Mistakenly filed against Firefox 38 and should be instead 38 Branch. Sorry for the spam. dkl
Version: Firefox 38 → 38 Branch
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•