Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105143 - bittorrent-4.1.4: add MimeType=application/x-bittorrent to .desktop file
Summary: bittorrent-4.1.4: add MimeType=application/x-bittorrent to .desktop file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 06:03 UTC by Ed Catmur
Modified: 2005-10-20 16:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2005-09-07 06:03:58 UTC
To reproduce:

click on a tracker in Epiphany. Epiphany doesn't know what to do with it.

Expected:

Bittorrent opens up and starts downloading.

Easy fix: add MimeType=application/x-bittorrent to the .desktop file:

        if use X ; then
                cp ${D}/usr/share/pixmaps/${MY_P}/bittorrent.ico
${D}/usr/share/pixmaps/
                make_desktop_entry "bittorrent" "BitTorrent" \
                        /usr/share/pixmaps/bittorrent.ico "Network" "/usr/bin/"
                echo "MimeType=application/x-bittorrent" \
                        >> ${D}/usr/share/applications/${PN}-bittorrent.desktop
        fi
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2005-09-10 09:11:42 UTC
Just fixed entry in /etc/mailcap. That should resolve your problems with
Epiphany and bittorrent.
Comment 2 Ed Catmur 2005-09-10 11:31:03 UTC
OK, but now Nautilus doesn't know about the association...
Comment 3 Marcin Kryczek (RETIRED) gentoo-dev 2005-10-20 16:22:54 UTC
fixed in 4.1.6-r2. thanks for help