Last active
January 13, 2025 14:02
-
-
Save mp107/08357b8415e251f86a355532a74fd9bf to your computer and use it in GitHub Desktop.
Microsoft Office 2007 Wine extensions handlers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (csv) | |
MimeType=text/csv | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.CSV %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Word (doc) | |
MimeType=application/msword | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Word.Document.8 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Word (dochtml) | |
MimeType=application/x-wine-extension-dochtml | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen wordhtmlfile %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Word (docm) | |
MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Word.DocumentMacroEnabled.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Word (docx) | |
MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Word.Document.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (pps) | |
MimeType=application/vnd.ms-powerpoint | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.SlideShow.8 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (ppsm) | |
MimeType=application/vnd.ms-powerpoint.slideshow.macroEnabled.12 | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.SlideShowMacroEnabled.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (ppsx) | |
MimeType=application/vnd.openxmlformats-officedocument.presentationml.slideshow | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.SlideShow.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (ppt) | |
MimeType=application/vnd.ms-powerpoint | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.Show.8 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (ppthtml) | |
MimeType=application/x-wine-extension-ppthtml | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen powerpointhtmlfile %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (pptm) | |
MimeType=application/vnd.openxmlformats-officedocument.presentationml.presentation | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.ShowMacroEnabled.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (pptx) | |
MimeType=application/vnd.openxmlformats-officedocument.presentationml.presentation | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen PowerPoint.Show.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office PowerPoint (pptxml) | |
MimeType=application/x-wine-extension-pptxml | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen powerpointxmlfile %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xlm) | |
MimeType=application/vnd.ms-excel | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.Macrosheet %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xls) | |
MimeType=application/vnd.ms-excel | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.Sheet.8 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xlsb) | |
MimeType=application/vnd.ms-powerpoint | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.SheetBinaryMacroEnabled.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xlshtml) | |
MimeType=application/x-wine-extension-xlshtml | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excelhtmlfile %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xlsm) | |
MimeType=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.SheetMacroEnabled.12 %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (xlsx) | |
MimeType=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.Sheet.12 %f | |
#Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine C:/Program\ Files/Microsoft\ Office/Office12/EXCEL.EXE %f | |
NoDisplay=true | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment