Re: torrent 'unknown' when looked via nautilus t Re: application/x-gmc-link
- From: Ritesh Khadgaray <khadgaray gmail com>
- To: shirish शिरीष <shirishag75 gmail com>
- Cc: nautilus-list gnome org
- Subject: Re: torrent 'unknown' when looked via nautilus t Re: application/x-gmc-link
- Date: Sat, 2 Aug 2014 01:28:44 +0530
Hi
This can be tracked to
https://bugzilla.gnome.org/show_bug.cgi?id=683722 . Nautilus does not know about this (basic) type. You would need to update shared-mime-info to list the icon ( not present atleast on my fedora box ), and possibly update the mime_type_map to list the type.
from nautilus/libnautilus-private/nautilus-file.c
6182 struct {
6183 const char *icon_name;
6184 const char *display_name;
6185 } mime_type_map[] = {
6186 { "application-x-executable", N_("Program") },
...
6203 static char *
6204 get_basic_type_for_mime_type (const char *mime_type)
6205 {
6206 char *icon_name;
6207 char *basic_type = NULL;
...
Cheers
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]