-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmailcap_long.txt
888 lines (883 loc) · 65.5 KB
/
mailcap_long.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
###############################################################################
#
# MIME types and programs that process those types
#
# Much of this file is generated automatically by the program "update-mime".
# Please see the "update-mime" man page for more information.
#
# Users can add their own rules if they wish by creating a ".mailcap"
# file in their home directory. Entries included there will take
# precedence over those listed here.
#
###############################################################################
###############################################################################
#
# User section follows: Any entries included in this section will take
# precedence over those created by "update-mime". DO NOT CHANGE the
# "User Section Begins" and "User Section Ends" lines, or anything outside
# of this section!
#
# ----- User Section Begins ----- #
# ----- User Section Ends ----- #
###############################################################################
text/plain; less '%s';
application/vnd.oasis.opendocument.chart; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Chart"; nametemplate=%s.odc
application/vnd.oasis.opendocument.spreadsheet; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet"; nametemplate=%s.ods
application/vnd.oasis.opendocument.spreadsheet-template; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; print=soffice --nologo --calc -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Spreadsheet Template"; nametemplate=%s.ots
application/vnd.oasis.opendocument.graphics; soffice --nologo --draw '%s'; edit=soffice --nologo --draw '%s'; print=soffice --nologo --draw -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing"; nametemplate=%s.odg
application/vnd.oasis.opendocument.graphics-template; soffice --nologo --draw '%s'; edit=soffice --nologo --draw '%s'; print=soffice --nologo --draw -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Drawing Template"; nametemplate=%s.otg
application/vnd.oasis.opendocument.presentation; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; print=soffice --nologo --impress -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Presentation"; nametemplate=%s.odp
application/vnd.oasis.opendocument.presentation-template; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; print=soffice --nologo --impress -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Presentation Template"; nametemplate=%s.otp
application/vnd.oasis.opendocument.formula; soffice --nologo --math '%s'; edit=soffice --nologo --math '%s'; print=soffice --nologo --math -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Formula"; nametemplate=%s.odf
application/vnd.oasis.opendocument.text; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document"; nametemplate=%s.odt
application/vnd.oasis.opendocument.text-master; soffice --nologo --global '%s'; edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Master Document"; nametemplate=%s.odm
application/vnd.oasis.opendocument.text-template; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; print=soffice --nologo --writer -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument Text Document Template"; nametemplate=%s.ott
application/vnd.oasis.opendocument.text-web; soffice --nologo --web '%s'; edit=soffice --nologo --web '%s'; print=soffice --nologo --web -p '%s'; test=test -n "$DISPLAY"; description="OpenDocument HTML Document Template"; nametemplate=%s.oth
application/vnd.sun.xml.calc; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Spreadsheet"; nametemplate=%s.sxc
application/vnd.sun.xml.calc.template; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Spreadsheet Template"; nametemplate=%s.stc
application/vnd.sun.xml.draw; soffice --nologo --draw '%s'; edit=soffice --nologo --draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Drawing"; nametemplate=%s.sxd
application/vnd.sun.xml.draw.template; soffice --nologo --draw '%s'; edit=soffice --nologo --draw '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Drawing Template"; nametemplate=%s.std
application/vnd.sun.xml.impress; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Presentation"; nametemplate=%s.sxi
application/vnd.sun.xml.impress.template; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Presentation Template"; nametemplate=%s.sti
application/vnd.sun.xml.math; soffice --nologo --math '%s'; edit=soffice --nologo --math '%s'; test=test -n "$DISPLAY"; description="OpenOffice.org Formula"; nametemplate=%s.sxm
application/vnd.sun.xml.writer; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; description="OpenOffice.org Text Document"; nametemplate=%s.sxw
application/vnd.sun.xml.writer.global; soffice --nologo --global '%s'; edit=soffice --nologo --writer '%s'; description="OpenOffice.org Master Document"; nametemplate=%s.sxg
application/vnd.sun.xml.writer.template; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; description="OpenOffice.org Text Document Template"; nametemplate=%s.stw
image/gif; feh '%s'; test=test -n "$DISPLAY" ; description=GIF Image; nametemplate=%s.gif
image/jpeg; feh '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
image/png; feh '%s'; test=test -n "$DISPLAY" ; description=PNG Image; nametemplate=%s.png
image/tiff; feh '%s'; test=test -n "$DISPLAY" ; description=TIFF Image; nametemplate=%s.tiff
image/x-portable-anymap; feh '%s'; test=test -n "$DISPLAY" ; description=PNM Image; nametemplate=%s.pnm
image/targa; feh '%s'; test=test -n "$DISPLAY" ; description=TGA Image; nametemplate=%s.tga
image/x-ms-bmp; feh '%s'; test=test -n "$DISPLAY" ; description=BMP Image; nametemplate=%s.bmp
image/x-xpixmap; feh '%s'; test=test -n "$DISPLAY" ; description=XPM Image; nametemplate=%s.xpm
image/pjpeg; feh '%s'; test=test -n "$DISPLAY" ; description=JPEG Image; nametemplate=%s.jpeg
video/mpeg; vlc '%s'; description="MPEG Video"; test=test -n "$DISPLAY"
video/x-mpeg; vlc '%s'; description="MPEG Video"; test=test -n "$DISPLAY"
video/mpeg-system; vlc '%s'; description="MPEG Video"; test=test -n "$DISPLAY"
video/x-mpeg-system; vlc '%s'; description="MPEG Video"; test=test -n "$DISPLAY"
audio/x-wav; vlc '%s'; description="WAV Audio"; nametemplate=%s.wav; test=test -n "$DISPLAY"
video/mpeg4; vlc '%s'; description="MPEG-4 Video"; test=test -n "$DISPLAY"
audio/mpeg; vlc '%s'; description="MPEG Audio"; nametemplate=%s.mpg; test=test -n "$DISPLAY"
audio/mpegurl; vlc '%s'; description="MPEG Audio URL"; nametemplate=%s.m3u; test=test -n "$DISPLAY"
audio/x-mp3; vlc '%s'; nametemplate=%s.mp3; description="MPEG Audio"; test=test -n "$DISPLAY"
audio/mpeg4; vlc '%s'; description="MPEG-4 Audio"; test=test -n "$DISPLAY"
application/mpeg4-iod; vlc '%s'; description="MPEG-4 Video"; test=test -n "$DISPLAY"
application/mpeg4-muxcodetable; vlc '%s'; description="MPEG-4 Video"; test=test -n "$DISPLAY"
text/html; /usr/bin/sensible-browser '%s'; description=HTML Text; nametemplate=%s.html
application/pdf; evince '%s'; test=test -n "$DISPLAY"; nametemplate=%s.pdf
image/gif; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/jpeg; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/png; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/tiff; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-xwindowdump; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-portable-pixmap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/bmp; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-ms-bmp; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-photo-cd; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/pnm; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/xpm; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/avs; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/dcx; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/fax; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/fits; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-fits; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/pjpeg; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/mtv; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-portable-bitmap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/pcd; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/pcx; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-portable-graymap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/pict; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-portable-anymap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-rgb; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/sgi; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-sgi; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/sun-raster; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-sun-raster; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/viff; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-xbitmap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-xpixmap; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-icon; fbi '%s'; test=test -z "$DISPLAY"; needsterminal
application/pdf; fbgs -c '%s'; test=test -z "$DISPLAY"; needsterminal
application/postscript; fbgs -c '%s'; test=test -z "$DISPLAY"; needsterminal
image/x-eps; fbgs -c '%s'; test=test -z "$DISPLAY"; needsterminal
application/x-troff-man; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:-
application/x-info; /usr/bin/info -f '%s'; needsterminal; description=GNU Info document
application/mxf; /usr/bin/mplayer '%s'; description="MXF video"
application/x-netshow-channel; /usr/bin/mplayer '%s'; description="Windows Media Station file"
application/ogg; /usr/bin/mplayer '%s'; description="Ogg multimedia file"
application/ram; /usr/bin/mplayer '%s'; description="RealMedia Metafile"
application/vnd.rn-realmedia; /usr/bin/mplayer '%s'; description="RealMedia document"
application/x-shockwave-flash; /usr/bin/mplayer '%s'; description="Shockwave Flash file"
application/smil; /usr/bin/mplayer '%s'; description="SMIL document"
audio/ac3; /usr/bin/mplayer '%s'; description="Dolby Digital audio"
audio/x-adpcm; /usr/bin/mplayer '%s'; description="PCM audio"
audio/x-aiff; /usr/bin/mplayer '%s'; description="AIFF/Amiga/Mac audio"
audio/AMR; /usr/bin/mplayer '%s'; description="AMR audio"
audio/AMR-WB; /usr/bin/mplayer '%s'; description="AMR-WB audio"
audio/x-ape; /usr/bin/mplayer '%s'; description="Monkey's audio"
audio/basic; /usr/bin/mplayer '%s'; description="ULAW (Sun) audio"
audio/flac; /usr/bin/mplayer '%s'; description="FLAC audio"
audio/x-flac; /usr/bin/mplayer '%s'; description="FLAC audio"
audio/x-flac+ogg; /usr/bin/mplayer '%s'; description="Ogg FLAC audio"
audio/x-m4b; /usr/bin/mplayer '%s'; description="MPEG-4 audio book"
audio/x-matroska; /usr/bin/mplayer '%s'; description="Matroska audio"
audio/mp2; /usr/bin/mplayer '%s'; description="MP2 audio"
audio/mp4; /usr/bin/mplayer '%s'; description="MPEG-4 audio"
audio/mpeg; /usr/bin/mplayer '%s'; description="MP3 audio"
audio/x-mpegurl; /usr/bin/mplayer '%s'; description="MP3 audio (streamed)"
audio/x-ms-asx; /usr/bin/mplayer '%s'; description="Microsoft ASX playlist"
audio/x-ms-wma; /usr/bin/mplayer '%s'; description="Windows Media audio"
audio/x-musepack; /usr/bin/mplayer '%s'; description="Musepack audio"
audio/ogg; /usr/bin/mplayer '%s'; description="Ogg Audio"
audio/vnd.rn-realaudio; /usr/bin/mplayer '%s'; description="RealAudio document"
audio/x-scpls; /usr/bin/mplayer '%s'; description="MP3 ShoutCast playlist"
audio/x-voc; /usr/bin/mplayer '%s'; description="VOC audio"
audio/x-vorbis+ogg; /usr/bin/mplayer '%s'; description="Ogg Vorbis audio"
audio/x-wav; /usr/bin/mplayer '%s'; description="WavPack audio"
audio/x-wavpack; /usr/bin/mplayer '%s'; description="WavPack audio"
video/3gpp; /usr/bin/mplayer '%s'; description="3GPP multimedia file"; test=test -n "$DISPLAY"
video/3gpp2; /usr/bin/mplayer '%s'; description="3GPP2 multimedia file"; test=test -n "$DISPLAY"
video/dv; /usr/bin/mplayer '%s'; description="DV video"; test=test -n "$DISPLAY"
video/x-flic; /usr/bin/mplayer '%s'; description="FLIC animation"; test=test -n "$DISPLAY"
video/x-flv; /usr/bin/mplayer '%s'; description="Flash video"; test=test -n "$DISPLAY"
video/x-matroska; /usr/bin/mplayer '%s'; description="Matroska video"; test=test -n "$DISPLAY"
video/mp2t; /usr/bin/mplayer '%s'; description="MPEG-2 transport stream"; test=test -n "$DISPLAY"
video/mp4; /usr/bin/mplayer '%s'; description="MPEG-4 video"; test=test -n "$DISPLAY"
video/mpeg; /usr/bin/mplayer '%s'; description="MPEG video"; test=test -n "$DISPLAY"
video/x-ms-asf; /usr/bin/mplayer '%s'; description="Microsoft ASF video"; test=test -n "$DISPLAY"
video/x-ms-wmv; /usr/bin/mplayer '%s'; description="Windows Media video"; test=test -n "$DISPLAY"
video/x-msvideo; /usr/bin/mplayer '%s'; description="AVI video"; test=test -n "$DISPLAY"
video/x-nsv; /usr/bin/mplayer '%s'; description="NullSoft video"; test=test -n "$DISPLAY"
video/ogg; /usr/bin/mplayer '%s'; description="Ogg Video"; test=test -n "$DISPLAY"
video/x-ogm+ogg; /usr/bin/mplayer '%s'; description="OGM video"; test=test -n "$DISPLAY"
video/quicktime; /usr/bin/mplayer '%s'; description="QuickTime video"; test=test -n "$DISPLAY"
video/vnd.rn-realvideo; /usr/bin/mplayer '%s'; description="RealVideo document"; test=test -n "$DISPLAY"
video/x-theora+ogg; /usr/bin/mplayer '%s'; description="Ogg Theora video"; test=test -n "$DISPLAY"
video/webm; /usr/bin/mplayer '%s'; description="WebM video"; test=test -n "$DISPLAY"
application/x-bittorrent; qbittorrent '%s'; description="BitTorrent client"; test=test -n "$DISPLAY"; nametemplate=%s.torrent
application/x-ogg; rhythmbox '%s'; description="Ogg Vorbis audio"; test=test -n "$DISPLAY"; nametemplate=%s.ogg
application/ogg; rhythmbox '%s'; description="Ogg Media"; test=test -n "$DISPLAY"
audio/x-mp3; rhythmbox '%s'; description="MP3 audio"; test=test -n "$DISPLAY"; nametemplate=%s.mp3
audio/x-scpls; rhythmbox '%s'; description="MP3 ShoutCast playlist"; test=test -n "$DISPLAY"; nametemplate=%s.pls
audio/x-mpeg; rhythmbox '%s'; description="MP3 audio"; test=test -n "$DISPLAY"
audio/mpeg; rhythmbox '%s'; description="MP3 audio"; test=test -n "$DISPLAY"
audio/x-mpegurl; rhythmbox '%s'; description="Playlist"; test=test -n "$DISPLAY"; nametemplate=%s.m3u
application/x-flac; rhythmbox '%s'; description="FLAC audio"; test=test -n "$DISPLAY"; nametemplate=%s.flac
audio/basic; /usr/bin/play -t au '%s'
audio/x-aiff; /usr/bin/play -t aiff '%s'
audio/x-gsm; /usr/bin/play -t gsm '%s'
audio/x-wav; /usr/bin/play -t wav '%s'
application/x-dvi; /usr/bin/xdvi '%s'; description=TeX DVI; test=test -n "$DISPLAY"; nametemplate=%s.dvi
application/x-bittorrent; transmission-gtk '%s'; description="GTK-based BitTorrent client"; test=test -n "$DISPLAY"
application/x-ttyrec; /usr/bin/ttyplay '%s'; needsterminal; description=tty record file; nametemplate=%s.tty
application/zip; unzip -l '%s'; nametemplate=%s.zip; copiousoutput
text/plain; more '%s'; needsterminal
text/x-apport; /usr/share/apport/apport-gtk -c %s; test=test -n "$DISPLAY"
inode/directory; baobab %s; test=test -n "$DISPLAY"
application/x-bitmap2component-project; bitmap2component %s; test=test -n "$DISPLAY"
x-content/blank-cd; nautilus --no-default-window --no-desktop burn:/// %s; test=test -n "$DISPLAY"
x-content/blank-dvd; nautilus --no-default-window --no-desktop burn:/// %s; test=test -n "$DISPLAY"
x-content/blank-bd; nautilus --no-default-window --no-desktop burn:/// %s; test=test -n "$DISPLAY"
x-content/blank-hddvd; nautilus --no-default-window --no-desktop burn:/// %s; test=test -n "$DISPLAY"
application/x-cd-image; brasero --video %s; test=test -n "$DISPLAY"
application/x-cdrdao-toc; brasero --video %s; test=test -n "$DISPLAY"
application/x-cue; brasero --video %s; test=test -n "$DISPLAY"
application/x-toc; brasero --video %s; test=test -n "$DISPLAY"
audio/x-scpls; brasero --video %s; test=test -n "$DISPLAY"
audio/x-ms-asx; brasero --video %s; test=test -n "$DISPLAY"
audio/x-mp3-playlist; brasero --video %s; test=test -n "$DISPLAY"
audio/x-mpegurl; brasero --video %s; test=test -n "$DISPLAY"
application/x-brasero; brasero --video %s; test=test -n "$DISPLAY"
x-content/audio-cdda; brasero --video %s; test=test -n "$DISPLAY"
x-content/video-dvd; brasero --video %s; test=test -n "$DISPLAY"
x-content/video-vcd; brasero --video %s; test=test -n "$DISPLAY"
x-content/video-svcd; brasero --video %s; test=test -n "$DISPLAY"
x-content/image-picturecd; brasero --video %s; test=test -n "$DISPLAY"
application/x-cvpcb-project; cvpcb %s; test=test -n "$DISPLAY"
application/x-designer; /usr/bin/designer-qt4 %s; test=test -n "$DISPLAY"
image/avs; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/bie; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-ms-bmp; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/cmyk; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/dcx; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/eps; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/fax; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/fits; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/gif; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/gray; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/jpeg; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/pjpeg; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/miff; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/mono; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/mtv; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-portable-bitmap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/pcd; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/pcx; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/pdf; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-portable-graymap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/pict; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/png; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-portable-anymap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-portable-pixmap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/ps; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/rad; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-rgb; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/rgba; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/rla; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/rle; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/sgi; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/sun-raster; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/targa; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/tiff; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/uyvy; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/vid; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/viff; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-xbitmap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-xpixmap; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-xwindowdump; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/x-icon; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
image/yuv; /usr/bin/display.im6 %s; test=test -n "$DISPLAY"
application/x-eeschema-schematic; eeschema %s; test=test -n "$DISPLAY"
image/bmp; eog %s; test=test -n "$DISPLAY"
image/gif; eog %s; test=test -n "$DISPLAY"
image/jpeg; eog %s; test=test -n "$DISPLAY"
image/jpg; eog %s; test=test -n "$DISPLAY"
image/pjpeg; eog %s; test=test -n "$DISPLAY"
image/png; eog %s; test=test -n "$DISPLAY"
image/tiff; eog %s; test=test -n "$DISPLAY"
image/x-bmp; eog %s; test=test -n "$DISPLAY"
image/x-gray; eog %s; test=test -n "$DISPLAY"
image/x-icb; eog %s; test=test -n "$DISPLAY"
image/x-ico; eog %s; test=test -n "$DISPLAY"
image/x-png; eog %s; test=test -n "$DISPLAY"
image/x-portable-anymap; eog %s; test=test -n "$DISPLAY"
image/x-portable-bitmap; eog %s; test=test -n "$DISPLAY"
image/x-portable-graymap; eog %s; test=test -n "$DISPLAY"
image/x-portable-pixmap; eog %s; test=test -n "$DISPLAY"
image/x-xbitmap; eog %s; test=test -n "$DISPLAY"
image/x-xpixmap; eog %s; test=test -n "$DISPLAY"
image/x-pcx; eog %s; test=test -n "$DISPLAY"
image/svg+xml; eog %s; test=test -n "$DISPLAY"
image/svg+xml-compressed; eog %s; test=test -n "$DISPLAY"
image/vnd.wap.wbmp; eog %s; test=test -n "$DISPLAY"
application/pdf; evince-previewer %s; test=test -n "$DISPLAY"
application/x-bzpdf; evince-previewer %s; test=test -n "$DISPLAY"
application/x-gzpdf; evince-previewer %s; test=test -n "$DISPLAY"
application/x-xzpdf; evince-previewer %s; test=test -n "$DISPLAY"
application/postscript; evince-previewer %s; test=test -n "$DISPLAY"
application/x-bzpostscript; evince-previewer %s; test=test -n "$DISPLAY"
application/x-gzpostscript; evince-previewer %s; test=test -n "$DISPLAY"
image/x-eps; evince-previewer %s; test=test -n "$DISPLAY"
image/x-bzeps; evince-previewer %s; test=test -n "$DISPLAY"
image/x-gzeps; evince-previewer %s; test=test -n "$DISPLAY"
application/x-dvi; evince-previewer %s; test=test -n "$DISPLAY"
application/x-bzdvi; evince-previewer %s; test=test -n "$DISPLAY"
application/x-gzdvi; evince-previewer %s; test=test -n "$DISPLAY"
image/vnd.djvu; evince-previewer %s; test=test -n "$DISPLAY"
image/tiff; evince-previewer %s; test=test -n "$DISPLAY"
application/x-cbr; evince-previewer %s; test=test -n "$DISPLAY"
application/x-cbz; evince-previewer %s; test=test -n "$DISPLAY"
application/x-cb7; evince-previewer %s; test=test -n "$DISPLAY"
application/x-cbt; evince-previewer %s; test=test -n "$DISPLAY"
application/oxps; evince-previewer %s; test=test -n "$DISPLAY"
application/vnd.ms-xpsdocument; evince-previewer %s; test=test -n "$DISPLAY"
x-scheme-handler/file; exo-open --launch FileManager %s; test=test -n "$DISPLAY"
x-scheme-handler/trash; exo-open --launch FileManager %s; test=test -n "$DISPLAY"
x-scheme-handler/mailto; exo-open --launch MailReader %s; test=test -n "$DISPLAY"
x-scheme-handler/http; exo-open --launch WebBrowser %s; test=test -n "$DISPLAY"
x-scheme-handler/https; exo-open --launch WebBrowser %s; test=test -n "$DISPLAY"
application/x-7z-compressed; file-roller %s; test=test -n "$DISPLAY"
application/x-7z-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-ace; file-roller %s; test=test -n "$DISPLAY"
application/x-alz; file-roller %s; test=test -n "$DISPLAY"
application/x-ar; file-roller %s; test=test -n "$DISPLAY"
application/x-arj; file-roller %s; test=test -n "$DISPLAY"
application/x-bzip; file-roller %s; test=test -n "$DISPLAY"
application/x-bzip-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-bzip1; file-roller %s; test=test -n "$DISPLAY"
application/x-bzip1-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-cabinet; file-roller %s; test=test -n "$DISPLAY"
application/x-cbr; file-roller %s; test=test -n "$DISPLAY"
application/x-cbz; file-roller %s; test=test -n "$DISPLAY"
application/x-cd-image; file-roller %s; test=test -n "$DISPLAY"
application/x-compress; file-roller %s; test=test -n "$DISPLAY"
application/x-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-cpio; file-roller %s; test=test -n "$DISPLAY"
application/x-deb; file-roller %s; test=test -n "$DISPLAY"
application/x-ear; file-roller %s; test=test -n "$DISPLAY"
application/x-ms-dos-executable; file-roller %s; test=test -n "$DISPLAY"
application/x-gtar; file-roller %s; test=test -n "$DISPLAY"
application/x-gzip; file-roller %s; test=test -n "$DISPLAY"
application/x-gzpostscript; file-roller %s; test=test -n "$DISPLAY"
application/x-java-archive; file-roller %s; test=test -n "$DISPLAY"
application/x-lha; file-roller %s; test=test -n "$DISPLAY"
application/x-lhz; file-roller %s; test=test -n "$DISPLAY"
application/x-lrzip; file-roller %s; test=test -n "$DISPLAY"
application/x-lrzip-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-lzip; file-roller %s; test=test -n "$DISPLAY"
application/x-lzip-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-lzma; file-roller %s; test=test -n "$DISPLAY"
application/x-lzma-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-lzop; file-roller %s; test=test -n "$DISPLAY"
application/x-lzop-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-ms-wim; file-roller %s; test=test -n "$DISPLAY"
application/x-rar; file-roller %s; test=test -n "$DISPLAY"
application/x-rar-compressed; file-roller %s; test=test -n "$DISPLAY"
application/x-rpm; file-roller %s; test=test -n "$DISPLAY"
application/x-rzip; file-roller %s; test=test -n "$DISPLAY"
application/x-rzip-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-tarz; file-roller %s; test=test -n "$DISPLAY"
application/x-stuffit; file-roller %s; test=test -n "$DISPLAY"
application/x-war; file-roller %s; test=test -n "$DISPLAY"
application/x-xz; file-roller %s; test=test -n "$DISPLAY"
application/x-xz-compressed-tar; file-roller %s; test=test -n "$DISPLAY"
application/x-zip; file-roller %s; test=test -n "$DISPLAY"
application/x-zip-compressed; file-roller %s; test=test -n "$DISPLAY"
application/x-zoo; file-roller %s; test=test -n "$DISPLAY"
application/zip; file-roller %s; test=test -n "$DISPLAY"
application/x-archive; file-roller %s; test=test -n "$DISPLAY"
application/vnd.ms-cab-compressed; file-roller %s; test=test -n "$DISPLAY"
text/html; firefox -private-window %s; test=test -n "$DISPLAY"
text/xml; firefox -private-window %s; test=test -n "$DISPLAY"
application/xhtml+xml; firefox -private-window %s; test=test -n "$DISPLAY"
application/xml; firefox -private-window %s; test=test -n "$DISPLAY"
application/rss+xml; firefox -private-window %s; test=test -n "$DISPLAY"
application/rdf+xml; firefox -private-window %s; test=test -n "$DISPLAY"
image/gif; firefox -private-window %s; test=test -n "$DISPLAY"
image/jpeg; firefox -private-window %s; test=test -n "$DISPLAY"
image/png; firefox -private-window %s; test=test -n "$DISPLAY"
x-scheme-handler/http; firefox -private-window %s; test=test -n "$DISPLAY"
x-scheme-handler/https; firefox -private-window %s; test=test -n "$DISPLAY"
x-scheme-handler/ftp; firefox -private-window %s; test=test -n "$DISPLAY"
x-scheme-handler/chrome; firefox -private-window %s; test=test -n "$DISPLAY"
video/webm; firefox -private-window %s; test=test -n "$DISPLAY"
application/x-xpinstall; firefox -private-window %s; test=test -n "$DISPLAY"
application/vnd.font-fontforge-sfd; fontforge %s; test=test -n "$DISPLAY"
application/x-font-ttf; fontforge %s; test=test -n "$DISPLAY"
application/x-font-otf; fontforge %s; test=test -n "$DISPLAY"
application/x-font-type1; fontforge %s; test=test -n "$DISPLAY"
application/x-font-bdf; fontforge %s; test=test -n "$DISPLAY"
application/x-font-pcf; fontforge %s; test=test -n "$DISPLAY"
application/x-font-tex; fontforge %s; test=test -n "$DISPLAY"
application/pkcs12; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs12+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs7-mime; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs7-mime+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs8; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs8+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkix-cert; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkix-cert+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkix-crl; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkix-crl+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-pem-file; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-pem-key; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-pkcs12; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-pkcs7-certificates; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-x509-ca-cert; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-x509-user-cert; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs10; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/pkcs10+pem; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-spkac; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
application/x-spkac+base64; /usr/bin/gcr-viewer %s; test=test -n "$DISPLAY"
text/plain; gedit --new-document %s; test=test -n "$DISPLAY"
application/x-gerbview-project; gerbview %s; test=test -n "$DISPLAY"
image/bmp; gimp-2.8 %s; test=test -n "$DISPLAY"
image/g3fax; gimp-2.8 %s; test=test -n "$DISPLAY"
image/gif; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-fits; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-pcx; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-portable-anymap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-portable-bitmap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-portable-graymap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-portable-pixmap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-psd; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-sgi; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-tga; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-xbitmap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-xwindowdump; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-xcf; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-compressed-xcf; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-gimp-gbr; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-gimp-pat; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-gimp-gih; gimp-2.8 %s; test=test -n "$DISPLAY"
image/tiff; gimp-2.8 %s; test=test -n "$DISPLAY"
image/jpeg; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-psp; gimp-2.8 %s; test=test -n "$DISPLAY"
application/postscript; gimp-2.8 %s; test=test -n "$DISPLAY"
image/png; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-icon; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-xpixmap; gimp-2.8 %s; test=test -n "$DISPLAY"
image/svg+xml; gimp-2.8 %s; test=test -n "$DISPLAY"
application/pdf; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-wmf; gimp-2.8 %s; test=test -n "$DISPLAY"
image/jp2; gimp-2.8 %s; test=test -n "$DISPLAY"
image/jpeg2000; gimp-2.8 %s; test=test -n "$DISPLAY"
image/jpx; gimp-2.8 %s; test=test -n "$DISPLAY"
image/x-xcursor; gimp-2.8 %s; test=test -n "$DISPLAY"
application/x-cd-image; gnome-disk-image-mounter %s; test=test -n "$DISPLAY"
application/x-raw-disk-image; gnome-disk-image-mounter %s; test=test -n "$DISPLAY"
application/x-cd-image; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
application/x-raw-disk-image; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
application/x-raw-disk-image-xz-compressed; gnome-disks --restore-disk-image %s; test=test -n "$DISPLAY"
application/x-font-ttf; gnome-font-viewer %s; test=test -n "$DISPLAY"
application/x-font-pcf; gnome-font-viewer %s; test=test -n "$DISPLAY"
application/x-font-type1; gnome-font-viewer %s; test=test -n "$DISPLAY"
application/x-font-otf; gnome-font-viewer %s; test=test -n "$DISPLAY"
text/html; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
text/xml; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
application/xhtml_xml; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
image/webp; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
x-scheme-handler/http; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
x-scheme-handler/https; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
x-scheme-handler/ftp; /usr/bin/google-chrome-stable --incognito %s; test=test -n "$DISPLAY"
application/x-kicad-project; kicad %s; test=test -n "$DISPLAY"
application/vnd.openofficeorg.extension; libreoffice --math %s; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.text-flat-xml; libreoffice %s; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.spreadsheet-flat-xml; libreoffice %s; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.graphics-flat-xml; libreoffice %s; test=test -n "$DISPLAY"
application/vnd.oasis.opendocument.presentation-flat-xml; libreoffice %s; test=test -n "$DISPLAY"
application/x-meld-comparison; meld %s; test=test -n "$DISPLAY"
application/x-ms-dos-executable; mono %s; test=test -n "$DISPLAY"
application/x-ms-dos-executable; mono %s; needsterminal
application/x-cd-image; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/x-bzip-compressed-tar; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/x-compressed-tar; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/x-tar; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/x-cpio; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/zip; /usr/lib/gvfs/gvfsd-archive file=%s; test=test -n "$DISPLAY"
application/ogg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/x-ogg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/sdp; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/smil; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/x-smil; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/streamingmedia; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/x-streamingmedia; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/vnd.rn-realmedia; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
application/vnd.rn-realmedia-vbr; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/aac; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-aac; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/m4a; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-m4a; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mp1; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mp1; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mp2; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mp2; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mp3; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mp3; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mpeg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mpeg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mpegurl; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mpegurl; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/mpg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-mpg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/rn-mpeg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/scpls; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-scpls; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/vnd.rn-realaudio; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/wav; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-pn-windows-pcm; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-realaudio; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-pn-realaudio; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-ms-wma; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-pls; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-wav; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/mpeg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-mpeg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-mpeg2; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/mp4; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/msvideo; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-msvideo; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/quicktime; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/vnd.rn-realvideo; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ms-afs; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ms-asf; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ms-wmv; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ms-wmx; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ms-wvxvideo; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-avi; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-fli; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-flv; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-theora; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-matroska; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/webm; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-flac; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
audio/x-vorbis+ogg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
video/x-ogm+ogg; /usr/bin/mpv --really-quiet --force-window -- %s; test=test -n "$DISPLAY"
x-content/unix-software; nautilus-autorun-software %s; test=test -n "$DISPLAY"
inode/directory; nautilus %s; test=test -n "$DISPLAY"
application/x-gnome-saved-search; nautilus %s; test=test -n "$DISPLAY"
inode/directory; nautilus --new-window %s; test=test -n "$DISPLAY"
application/x-gnome-saved-search; nautilus --new-window %s; test=test -n "$DISPLAY"
application/x-onboardsettings; onboard-settings %s; test=test -n "$DISPLAY"
application/x-onboard; onboard %s; test=test -n "$DISPLAY"
application/x-desktop; xfce4-panel --add=launcher %s; test=test -n "$DISPLAY"
application/x-pcbcalculator-project; pcb_calculator %s; test=test -n "$DISPLAY"
application/x-pcbnew-pcb; pcbnew %s; test=test -n "$DISPLAY"
image/bmp; pinta %s; test=test -n "$DISPLAY"
image/gif; pinta %s; test=test -n "$DISPLAY"
image/jpeg; pinta %s; test=test -n "$DISPLAY"
image/jpg; pinta %s; test=test -n "$DISPLAY"
image/pjpeg; pinta %s; test=test -n "$DISPLAY"
image/png; pinta %s; test=test -n "$DISPLAY"
image/svg+xml; pinta %s; test=test -n "$DISPLAY"
image/tiff; pinta %s; test=test -n "$DISPLAY"
image/x-bmp; pinta %s; test=test -n "$DISPLAY"
image/x-gray; pinta %s; test=test -n "$DISPLAY"
image/x-icb; pinta %s; test=test -n "$DISPLAY"
image/x-ico; pinta %s; test=test -n "$DISPLAY"
image/x-png; pinta %s; test=test -n "$DISPLAY"
image/x-portable-anymap; pinta %s; test=test -n "$DISPLAY"
image/x-portable-bitmap; pinta %s; test=test -n "$DISPLAY"
image/x-portable-graymap; pinta %s; test=test -n "$DISPLAY"
image/x-portable-pixmap; pinta %s; test=test -n "$DISPLAY"
image/x-xbitmap; pinta %s; test=test -n "$DISPLAY"
image/x-xpixmap; pinta %s; test=test -n "$DISPLAY"
image/x-pcx; pinta %s; test=test -n "$DISPLAY"
image/x-targa; pinta %s; test=test -n "$DISPLAY"
image/x-tga; pinta %s; test=test -n "$DISPLAY"
image/openraster; pinta %s; test=test -n "$DISPLAY"
application/x-bittorrent; qbittorrent %s; test=test -n "$DISPLAY"
x-scheme-handler/magnet; qbittorrent %s; test=test -n "$DISPLAY"
x-content/audio-player; rhythmbox-client --select-source %s; test=test -n "$DISPLAY"
x-content/audio-cdda; rhythmbox-client --select-source %s; test=test -n "$DISPLAY"
image/jpeg; shotwell %s; test=test -n "$DISPLAY"
image/jpg; shotwell %s; test=test -n "$DISPLAY"
image/pjpeg; shotwell %s; test=test -n "$DISPLAY"
image/png; shotwell %s; test=test -n "$DISPLAY"
image/tiff; shotwell %s; test=test -n "$DISPLAY"
image/x-3fr; shotwell %s; test=test -n "$DISPLAY"
image/x-adobe-dng; shotwell %s; test=test -n "$DISPLAY"
image/x-arw; shotwell %s; test=test -n "$DISPLAY"
image/x-bay; shotwell %s; test=test -n "$DISPLAY"
image/x-bmp; shotwell %s; test=test -n "$DISPLAY"
image/x-canon-cr2; shotwell %s; test=test -n "$DISPLAY"
image/x-canon-crw; shotwell %s; test=test -n "$DISPLAY"
image/x-cap; shotwell %s; test=test -n "$DISPLAY"
image/x-cr2; shotwell %s; test=test -n "$DISPLAY"
image/x-crw; shotwell %s; test=test -n "$DISPLAY"
image/x-dcr; shotwell %s; test=test -n "$DISPLAY"
image/x-dcraw; shotwell %s; test=test -n "$DISPLAY"
image/x-dcs; shotwell %s; test=test -n "$DISPLAY"
image/x-dng; shotwell %s; test=test -n "$DISPLAY"
image/x-drf; shotwell %s; test=test -n "$DISPLAY"
image/x-eip; shotwell %s; test=test -n "$DISPLAY"
image/x-erf; shotwell %s; test=test -n "$DISPLAY"
image/x-fff; shotwell %s; test=test -n "$DISPLAY"
image/x-fuji-raf; shotwell %s; test=test -n "$DISPLAY"
image/x-iiq; shotwell %s; test=test -n "$DISPLAY"
image/x-k25; shotwell %s; test=test -n "$DISPLAY"
image/x-kdc; shotwell %s; test=test -n "$DISPLAY"
image/x-mef; shotwell %s; test=test -n "$DISPLAY"
image/x-minolta-mrw; shotwell %s; test=test -n "$DISPLAY"
image/x-mos; shotwell %s; test=test -n "$DISPLAY"
image/x-mrw; shotwell %s; test=test -n "$DISPLAY"
image/x-nef; shotwell %s; test=test -n "$DISPLAY"
image/x-nikon-nef; shotwell %s; test=test -n "$DISPLAY"
image/x-nrw; shotwell %s; test=test -n "$DISPLAY"
image/x-olympus-orf; shotwell %s; test=test -n "$DISPLAY"
image/x-orf; shotwell %s; test=test -n "$DISPLAY"
image/x-panasonic-raw; shotwell %s; test=test -n "$DISPLAY"
image/x-pef; shotwell %s; test=test -n "$DISPLAY"
image/x-pentax-pef; shotwell %s; test=test -n "$DISPLAY"
image/x-png; shotwell %s; test=test -n "$DISPLAY"
image/x-ptx; shotwell %s; test=test -n "$DISPLAY"
image/x-pxn; shotwell %s; test=test -n "$DISPLAY"
image/x-r3d; shotwell %s; test=test -n "$DISPLAY"
image/x-raf; shotwell %s; test=test -n "$DISPLAY"
image/x-raw; shotwell %s; test=test -n "$DISPLAY"
image/x-rw2; shotwell %s; test=test -n "$DISPLAY"
image/x-rwl; shotwell %s; test=test -n "$DISPLAY"
image/x-rwz; shotwell %s; test=test -n "$DISPLAY"
image/x-sigma-x3f; shotwell %s; test=test -n "$DISPLAY"
image/x-sony-arw; shotwell %s; test=test -n "$DISPLAY"
image/x-sony-sr2; shotwell %s; test=test -n "$DISPLAY"
image/x-sony-srf; shotwell %s; test=test -n "$DISPLAY"
image/x-sr2; shotwell %s; test=test -n "$DISPLAY"
image/x-srf; shotwell %s; test=test -n "$DISPLAY"
image/x-x3f; shotwell %s; test=test -n "$DISPLAY"
x-content/image-dcf; shotwell %s; test=test -n "$DISPLAY"
image/bmp; shutter --active %s; test=test -n "$DISPLAY"
image/jpeg; shutter --active %s; test=test -n "$DISPLAY"
image/gif; shutter --active %s; test=test -n "$DISPLAY"
image/png; shutter --active %s; test=test -n "$DISPLAY"
image/tiff; shutter --active %s; test=test -n "$DISPLAY"
image/x-bmp; shutter --active %s; test=test -n "$DISPLAY"
image/x-ico; shutter --active %s; test=test -n "$DISPLAY"
image/x-png; shutter --active %s; test=test -n "$DISPLAY"
image/x-pcx; shutter --active %s; test=test -n "$DISPLAY"
image/x-tga; shutter --active %s; test=test -n "$DISPLAY"
image/xpm; shutter --active %s; test=test -n "$DISPLAY"
image/svg+xml; shutter --active %s; test=test -n "$DISPLAY"
text/x-apt-sources-list; software-properties-gtk %s; test=test -n "$DISPLAY"
text/x-apt-sources-list; software-properties-gtk %s; test=test -n "$DISPLAY"
inode/directory; thunar %s; test=test -n "$DISPLAY"
x-scheme-handler/mailto; thunderbird -addressbook %s; test=test -n "$DISPLAY"
application/x-xpinstall; thunderbird -addressbook %s; test=test -n "$DISPLAY"
application/mxf; totem --fullscreen %s; test=test -n "$DISPLAY"
application/ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
application/ram; totem --fullscreen %s; test=test -n "$DISPLAY"
application/sdp; totem --fullscreen %s; test=test -n "$DISPLAY"
application/smil; totem --fullscreen %s; test=test -n "$DISPLAY"
application/smil+xml; totem --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.apple.mpegurl; totem --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.ms-wpl; totem --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.rn-realmedia; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-extension-m4a; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-extension-mp4; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-flac; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-flash-video; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-matroska; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-netshow-channel; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-quicktime-media-link; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-quicktimeplayer; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-shorten; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-smil; totem --fullscreen %s; test=test -n "$DISPLAY"
application/xspf+xml; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/3gpp; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/ac3; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/AMR; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/AMR-WB; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/basic; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/flac; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/midi; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/mp2; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/mp4; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/mpeg; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/mpegurl; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/prs.sid; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/vnd.rn-realaudio; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-aiff; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-ape; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-flac; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-gsm; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-it; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-m4a; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-matroska; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-mod; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-mp3; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-mpeg; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-mpegurl; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-ms-asf; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-ms-asx; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-ms-wax; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-ms-wma; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-musepack; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-aiff; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-au; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-realaudio; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-realaudio-plugin; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-wav; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-pn-windows-acm; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-realaudio; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-real-audio; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-s3m; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-sbc; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-scpls; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-speex; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-stm; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-tta; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-wav; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-wavpack; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-vorbis; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-vorbis+ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
audio/x-xm; totem --fullscreen %s; test=test -n "$DISPLAY"
image/vnd.rn-realpix; totem --fullscreen %s; test=test -n "$DISPLAY"
image/x-pict; totem --fullscreen %s; test=test -n "$DISPLAY"
misc/ultravox; totem --fullscreen %s; test=test -n "$DISPLAY"
text/google-video-pointer; totem --fullscreen %s; test=test -n "$DISPLAY"
text/x-google-video-pointer; totem --fullscreen %s; test=test -n "$DISPLAY"
video/3gp; totem --fullscreen %s; test=test -n "$DISPLAY"
video/3gpp; totem --fullscreen %s; test=test -n "$DISPLAY"
video/dv; totem --fullscreen %s; test=test -n "$DISPLAY"
video/divx; totem --fullscreen %s; test=test -n "$DISPLAY"
video/fli; totem --fullscreen %s; test=test -n "$DISPLAY"
video/flv; totem --fullscreen %s; test=test -n "$DISPLAY"
video/mp2t; totem --fullscreen %s; test=test -n "$DISPLAY"
video/mp4; totem --fullscreen %s; test=test -n "$DISPLAY"
video/mp4v-es; totem --fullscreen %s; test=test -n "$DISPLAY"
video/mpeg; totem --fullscreen %s; test=test -n "$DISPLAY"
video/msvideo; totem --fullscreen %s; test=test -n "$DISPLAY"
video/ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
video/quicktime; totem --fullscreen %s; test=test -n "$DISPLAY"
video/vivo; totem --fullscreen %s; test=test -n "$DISPLAY"
video/vnd.divx; totem --fullscreen %s; test=test -n "$DISPLAY"
video/vnd.mpegurl; totem --fullscreen %s; test=test -n "$DISPLAY"
video/vnd.rn-realvideo; totem --fullscreen %s; test=test -n "$DISPLAY"
video/vnd.vivo; totem --fullscreen %s; test=test -n "$DISPLAY"
video/webm; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-anim; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-avi; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-flc; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-fli; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-flic; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-flv; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-m4v; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-matroska; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-mpeg; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-mpeg2; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-asf; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-asx; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-msvideo; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-wm; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-wmv; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-wmx; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ms-wvx; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-nsv; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-ogm+ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-theora+ogg; totem --fullscreen %s; test=test -n "$DISPLAY"
video/x-totem-stream; totem --fullscreen %s; test=test -n "$DISPLAY"
x-content/video-dvd; totem --fullscreen %s; test=test -n "$DISPLAY"
x-content/video-vcd; totem --fullscreen %s; test=test -n "$DISPLAY"
x-content/video-svcd; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/pnm; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/mms; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/net; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/rtp; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/rtmp; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/rtsp; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/mmsh; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/uvox; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/icy; totem --fullscreen %s; test=test -n "$DISPLAY"
x-scheme-handler/icyx; totem --fullscreen %s; test=test -n "$DISPLAY"
application/x-deb; /usr/bin/software-center %s; test=test -n "$DISPLAY"
application/x-debian-package; /usr/bin/software-center %s; test=test -n "$DISPLAY"
x-scheme-handler/apt; /usr/bin/software-center %s; test=test -n "$DISPLAY"
application/x-virtualbox-vbox; VirtualBox %s; test=test -n "$DISPLAY"
application/x-virtualbox-vbox-extpack; VirtualBox %s; test=test -n "$DISPLAY"
application/x-virtualbox-ovf; VirtualBox %s; test=test -n "$DISPLAY"
application/x-virtualbox-ova; VirtualBox %s; test=test -n "$DISPLAY"
text/html; webbrowser-app %s; test=test -n "$DISPLAY"
text/xml; webbrowser-app %s; test=test -n "$DISPLAY"
application/xhtml+xml; webbrowser-app %s; test=test -n "$DISPLAY"
x-scheme-handler/http; webbrowser-app %s; test=test -n "$DISPLAY"
x-scheme-handler/https; webbrowser-app %s; test=test -n "$DISPLAY"
text/calendar; orage %s; test=test -n "$DISPLAY"
x-scheme-handler/ghelp; yelp %s; test=test -n "$DISPLAY"
x-scheme-handler/help; yelp %s; test=test -n "$DISPLAY"
x-scheme-handler/info; yelp %s; test=test -n "$DISPLAY"
x-scheme-handler/man; yelp %s; test=test -n "$DISPLAY"
text/html; /usr/bin/elinks -force-html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
text/plain; view '%s'; edit=vim '%s'; compose=vim '%s'; test=test -x /usr/bin/vim; needsterminal
video/mpeg; vlc -I rc -V caca '%s'; needsterminal; description="MPEG Video"
video/x-mpeg; vlc -I rc -V caca '%s'; needsterminal; description="MPEG Video"
video/mpeg-system; vlc -I rc -V caca '%s'; needsterminal; description="MPEG Video"
video/x-mpeg-system; vlc -I rc -V caca '%s'; needsterminal; description="MPEG Video"
audio/x-wav; vlc -I rc -V caca '%s'; nametemplate=%s.wav; needsterminal; description="WAV Audio"
video/mpeg4; vlc -I rc -V caca '%s'; needsterminal; description="MPEG-4 Video"
audio/mpeg; vlc -I rc -V caca '%s'; nametemplate=%s.mpg; needsterminal; description="MPEG Audio"
audio/mpegurl; vlc -I rc -V caca '%s'; nametemplate=%s.m3u; needsterminal; description="MPEG Audio URL"
audio/x-mp3; vlc -I rc -V caca '%s'; nametemplate=%s.mp3; needsterminal; description="MPEG Audio"
audio/mpeg4; vlc -I rc -V caca '%s'; needsterminal; description="MPEG-4 Audio"
application/mpeg4-iod; vlc -I rc -V caca '%s'; needsterminal; description="MPEG-4 Video"
application/mpeg4-muxcodetable; vlc -I rc -V caca '%s'; needsterminal; description="MPEG-4 Video"
video/x-msvideo; vlc '%s'; description="MS Video (AVI)"; test=test -n "$DISPLAY"
video/quicktime; vlc '%s'; description="Apple Quicktime Video"; test=test -n "$DISPLAY"
application/ogg; vlc '%s'; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"
application/x-ogg; vlc '%s'; nametemplate=%s.ogg; description="Ogg stream"; test=test -n "$DISPLAY"
video/ogg; vlc '%s'; description="Ogg Video"; test=test -n "$DISPLAY"
application/x-ms-asf-plugin; vlc '%s'; description="Windows Media Video"; test=test -n "$DISPLAY"
application/x-mplayer2; vlc '%s'; description="Windows Media"; test=test -n "$DISPLAY"
text/html; /usr/bin/w3m -T text/html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
text/html; /usr/bin/elinks -force-html -dump '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
text/csv; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="CSV Document"; nametemplate=%s.csv
text/spreadsheet; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Spreadsheet Interchange Document"; nametemplate=%s.slk
application/x-quattropro; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Quattro Pro 6 for Windows Spreadsheet"; nametemplate=%s.wb2
application/x-dbf; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="xBase Document"; nametemplate=%s.dbf
application/vnd.ms-excel.sheet.macroEnabled.12; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet with Macros Enabled"; nametemplate=%s.xlsm
application/vnd.ms-excel.template.macroEnabled.12; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet Template with Macros Enabled"; nametemplate=%s.xltm
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet"; nametemplate=%s.xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.template; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Office Open XML Spreadsheet Template"; nametemplate=%s.xltx
application/vnd.lotus-1-2-3; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Lotus 1-2-3 spreadsheet"; nametemplate=%s.123
application/vnd.ms-excel; soffice --nologo --calc '%s'; edit=soffice --nologo --calc '%s'; test=test -n "$DISPLAY"; description="Microsoft Excel Document"; nametemplate=%s.xls
application/vnd.ms-powerpoint.presentation.macroEnabled.12; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation with Macros Enabled"; nametemplate=%s.pptm
application/vnd.ms-powerpoint.slideshow.macroEnabled.12; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show with Macros Enabled"; nametemplate=%s.ppsm
application/vnd.ms-powerpoint.template.macroEnabled.12; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Template with Macros Enabled"; nametemplate=%s.potm
application/vnd.openxmlformats-officedocument.presentationml.presentation; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation"; nametemplate=%s.pptx
application/vnd.openxmlformats-officedocument.presentationml.slideshow; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Slide Show"; nametemplate=%s.ppsx
application/vnd.openxmlformats-officedocument.presentationml.template; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Office Open XML Presentation Template"; nametemplate=%s.potx
application/vnd.ms-powerpoint; soffice --nologo --impress '%s'; edit=soffice --nologo --impress '%s'; test=test -n "$DISPLAY"; description="Microsoft PowerPoint Document"; nametemplate=%s.ppt
text/mathml; soffice --nologo --math '%s'; edit=soffice --nologo --math '%s'; test=test -n "$DISPLAY"; description="MathML Formula"; nametemplate=%s.mml
application/rtf; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Rich Text Format"; nametemplate=%s.rtf
application/x-extension-txt; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Plain Text Document"; nametemplate=%s.txt
application/x-t602; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="T602 Document"; nametemplate=%s.602
application/vnd.wordperfect; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="WordPerfect Document"; nametemplate=%s.wp
application/vnd.ms-word.document.macroEnabled.12; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document with Macros Enabled"; nametemplate=%s.docm
application/vnd.ms-word.template.macroEnabled.12; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document Template with Macros Enabled"; nametemplate=%s.dotm
application/vnd.openxmlformats-officedocument.wordprocessingml.document; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document"; nametemplate=%s.docx
application/vnd.openxmlformats-officedocument.wordprocessingml.template; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Office Open XML Document Template"; nametemplate=%s.dotx
application/msword; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Word Document"; nametemplate=%s.doc
application/vnd.ms-works; soffice --nologo --writer '%s'; edit=soffice --nologo --writer '%s'; test=test -n "$DISPLAY"; description="Microsoft Works Document"; nametemplate=%s.wps
text/plain; view '%s'; edit=vi '%s'; compose=vi '%s'; needsterminal
video/x-msvideo; vlc -I rc -V caca '%s'; needsterminal; description="MS Video (AVI)"
video/quicktime; vlc -I rc -V caca '%s'; needsterminal; description="Apple Quicktime Video"
application/ogg; vlc -I rc -V caca '%s'; nametemplate=%s.ogg; needsterminal; description="Ogg stream"
application/x-ogg; vlc -I rc -V caca '%s'; nametemplate=%s.ogg; needsterminal; description="Ogg stream"
video/ogg; vlc -I rc -V caca '%s'; needsterminal; description="Ogg Video"
application/x-ms-asf-plugin; vlc -I rc -V caca '%s'; needsterminal; description="Windows Media Video"
application/x-mplayer2; vlc -I rc -V caca '%s'; needsterminal; description="Windows Media"
text/html; /usr/bin/w3m -I %{charset} -dump -T text/html '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
application/ogg; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/basic; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/mpeg; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/x-aiff; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/x-mp3; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/x-wav; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
application/x-flac; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
audio/x-flac; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
application/x-audacity-project; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""
image/avs; display.im6 'avs:%s'; test=test -n "$DISPLAY"
image/bie; display.im6 'jbig:%s'; test=test -n "$DISPLAY"
image/x-ms-bmp; display.im6 'bmp:%s'; test=test -n "$DISPLAY"
image/cmyk; display.im6 'cmyk:%s'; test=test -n "$DISPLAY"
image/dcx; display.im6 'dcx:%s'; test=test -n "$DISPLAY"
image/eps; display.im6 'eps:%s'; test=test -n "$DISPLAY"
image/fax; display.im6 'fax:%s'; test=test -n "$DISPLAY"
image/fits; display.im6 'fits:%s'; test=test -n "$DISPLAY"
image/gif; display.im6 'gif:%s'; test=test -n "$DISPLAY"
image/gray; display.im6 'gray:%s'; test=test -n "$DISPLAY"
image/jpeg; display.im6 'jpeg:%s'; test=test -n "$DISPLAY"
image/pjpeg; display.im6 'jpeg:%s'; test=test -n "$DISPLAY"
image/miff; display.im6 'miff:%s'; test=test -n "$DISPLAY"
image/mono; display.im6 'mono:%s'; test=test -n "$DISPLAY"
image/mtv; display.im6 'mtv:%s'; test=test -n "$DISPLAY"
image/x-portable-bitmap; display.im6 'pbm:%s'; test=test -n "$DISPLAY"
image/pcd; display.im6 'pcd:%s'; test=test -n "$DISPLAY"
image/pcx; display.im6 'pcx:%s'; test=test -n "$DISPLAY"
image/pdf; display.im6 'pdf:%s'; test=test -n "$DISPLAY"
image/x-portable-graymap; display.im6 'pgm:%s'; test=test -n "$DISPLAY"
image/pict; display.im6 'pict:%s'; test=test -n "$DISPLAY"
image/png; display.im6 'png:%s'; test=test -n "$DISPLAY"
image/x-portable-anymap; display.im6 'pnm:%s'; test=test -n "$DISPLAY"
image/x-portable-pixmap; display.im6 'ppm:%s'; test=test -n "$DISPLAY"
image/ps; display.im6 'ps:%s'; test=test -n "$DISPLAY"
image/rad; display.im6 'rad:%s'; test=test -n "$DISPLAY"
image/x-rgb; display.im6 'rgb:%s'; test=test -n "$DISPLAY"
image/rgba; display.im6 'rgba:%s'; test=test -n "$DISPLAY"
image/rla; display.im6 'rla:%s'; test=test -n "$DISPLAY"
image/rle; display.im6 'rle:%s'; test=test -n "$DISPLAY"
image/sgi; display.im6 'sgi:%s'; test=test -n "$DISPLAY"
image/sun-raster; display.im6 'sun:%s'; test=test -n "$DISPLAY"
image/targa; display.im6 'tga:%s'; test=test -n "$DISPLAY"
image/tiff; display.im6 'tiff:%s'; test=test -n "$DISPLAY"
image/uyvy; display.im6 'uyvy:%s'; test=test -n "$DISPLAY"
image/vid; display.im6 'vid:%s'; test=test -n "$DISPLAY"
image/viff; display.im6 'viff:%s'; test=test -n "$DISPLAY"
image/x-xbitmap; display.im6 'xbm:%s'; test=test -n "$DISPLAY"
image/x-xpixmap; display.im6 'xpm:%s'; test=test -n "$DISPLAY"
image/x-xwindowdump; display.im6 'xwd:%s'; test=test -n "$DISPLAY"
image/x-icon; display.im6 'icon:%s'; test=test -n "$DISPLAY"
image/yuv; display.im6 'yuv:%s'; test=test -n "$DISPLAY"
text/*; less '%s'; needsterminal
text/*; view '%s'; edit=vim '%s'; compose=vim '%s'; test=test -x /usr/bin/vim; needsterminal
application/x-info; /usr/bin/info --subnodes -o /dev/stdout -f '%s' 2>/dev/null; copiousoutput; description=GNU Info document
application/x-tar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
application/x-gtar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
application/x-ustar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
text/*; more '%s'; needsterminal
text/*; view '%s'; edit=vi '%s'; compose=vi '%s'; needsterminal
application/x-debian-package; /usr/lib/mime/debian-view '%s'; needsterminal; description=Debian GNU/Linux Package; nametemplate=%s.deb