From 555edcd0fffbcba836030f946b234620732c19b7 Mon Sep 17 00:00:00 2001
From: Jakob Gruber <jakob.gruber@gmail.com>
Date: Sat, 28 Jan 2012 12:40:56 +0100
Subject: [PATCH] Switch default bindings from ooffice to libreoffice
LibreOffice has replaced OpenOffice.org in most distributions by now,
update bindings accordingly.
Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com>
---
misc/mc.ext.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/misc/mc.ext.in b/misc/mc.ext.in
index 50bcbda..ce6f40f 100644
a
|
b
|
regex/\.([hH][tT][mM][lL]?)$ |
514 | 514 | |
515 | 515 | # StarOffice 5.2 |
516 | 516 | shell/.sdw |
517 | | Open=(ooffice %f &) |
| 517 | Open=(libreoffice %f &) |
518 | 518 | |
519 | | # StarOffice 6 and OpenOffice.org formats |
| 519 | # StarOffice 6 and LibreOffice formats |
520 | 520 | regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$ |
521 | | Open=(ooffice %f &) |
| 521 | Open=(libreoffice %f &) |
522 | 522 | View=%view{ascii} odt2txt %f |
523 | 523 | |
524 | 524 | # AbiWord |
… |
… |
type/^Microsoft\ Excel |
545 | 545 | Open=(gnumeric %f >/dev/null 2>&1 &) |
546 | 546 | View=%view{ascii} xls2csv %f || strings %f |
547 | 547 | |
548 | | # Use OpenOffice.org to open any MS Office documents |
| 548 | # Use LibreOffice to open any MS Office documents |
549 | 549 | type/^Microsoft\ Office\ Document |
550 | | Open=(ooffice %f &) |
| 550 | Open=(libreoffice %f &) |
551 | 551 | |
552 | 552 | # Framemaker |
553 | 553 | type/^FrameMaker |