Bug 159606 - www/firefox: firefox.desktop missing MimeType x-scheme-handler/http
Summary: www/firefox: firefox.desktop missing MimeType x-scheme-handler/http
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 16:40 UTC by Dmitry
Modified: 2011-10-19 20:30 UTC (History)
0 users

See Also:


Attachments
file.diff (522 bytes, patch)
2011-08-08 16:40 UTC, Dmitry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry 2011-08-08 16:40:10 UTC
firefox.desktop missing MimeTypes x-scheme-handler/http;x-scheme-handler/https;

Fix: Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/www/firefox/ && make install clean
xdg-open http://www.freebsd.org/layout/images/logo-red.png (if gnome, for example, it openes in eog, not in firefox)
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2011-08-08 19:35:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer
Comment 2 Beat Gaetzi freebsd_committer freebsd_triage 2011-10-19 14:07:32 UTC
Responsible Changed
From-To: gecko->beat

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-19 20:29:37 UTC
beat        2011-10-19 19:29:28 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox          Makefile 
    www/firefox/files    firefox.desktop.in 
  Log:
  - Add x-scheme-handler/http(s) MimeTypes to firefox.desktop. [1]
  - Add temporary workaround to fix detection of all plugins until we have
    found a proper solution for this problem. The workaround use the
    run-mozilla.sh script to start Firefox as it was the default prior to
    the Firefox 7 release. [2]
  - Bump PORTREVISION.
  
  PR:             ports/159606 [1]
  Submitted by:   Dmitry <smallcms AT gmail.com> [1]
  Discussed with: flo@ [2]
  
  Revision  Changes    Path
  1.252     +8 -0      ports/www/firefox/Makefile
  1.10      +1 -1      ports/www/firefox/files/firefox.desktop.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2011-10-19 20:30:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!