Re: emelfm2 can't sort files bigger than 4GB
- From: UTUMI Hirosi <utuhiro78@xxxxxxxxxxx>
- To: tpgww@xxxxxxxxxxx, emelfm2@xxxxxxxxxxxxx
- Date: Fri, 14 Nov 2008 12:39:01 +0900
CC: emelfm2@xxxxxxxxxxxxx
Hi Tom,
tpgww@xxxxxxxxxxx wrote:
> Hirosi, you could try the attached replacement file.
It's working perfectly!
Thank you so much.
Movie:
$ wget http://www.geocities.jp/ep3797/snapshot/tmp/emelfm2_size_sort.ogg
$ mplayer emelfm2_size_sort.ogg
btw, is it possible to add "evince" for "filetype = pdf"?
I think evince is more popular than xpdf.
See the attached patch please.
Regards,
Hirosi
--- src/e2_filetype.c 2008-11-14 12:26:04.563189935 +0900
+++ src/e2_filetype.c.new 2008-11-14 12:25:38.076177593 +0900
@@ -521,12 +521,14 @@
g_strconcat ("\t|",_C(6),"|",NULL),
g_strconcat ("\t\t|",_("_Firefox"),"|mozilla-firefox
%$file://$%p",NULL),
g_strconcat ("\t\t|",_("_Mozilla"),"|mozilla
%$file://$%p",NULL),
+ g_strconcat ("\t\t|",_("_Konqueror"),"|konqueror
%p",NULL),
g_strconcat ("\t\t|",_("_Lynx"),"|x lynx",NULL),
g_strconcat ("\t\t|",_("_Opera"),"|opera %p",NULL),
g_strconcat (_("PDF documents"),"||",NULL),
g_strconcat ("\t|",_C(13),"|",NULL),
g_strdup ("\t\t|pdf|"),
g_strconcat ("\t|",_C(6),"|",NULL),
+ g_strdup ("\t\t|evince|evince"),
g_strdup ("\t\t|xpdf|xpdf"),
g_strdup ("\t\t|acroread|acroread"),
g_strconcat (_("postscript documents"),"||",NULL),
@@ -559,6 +561,7 @@
g_strdup ("\t\t|ogg|"),
g_strdup ("\t\t|mp2|"),
g_strconcat ("\t|",_C(6),"|",NULL),
+ g_strdup ("\t\t|_mplayer|mplayer"),
g_strdup ("\t\t|_Muine|muine"),
g_strdup ("\t\t|_Xmms|xmms"),
g_strdup ("\t\t|xmms _queue|xmms -e"),
Other related posts: