wine
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
[MIME Cache]
|
||||
application/pkix-cert=wine-extension-crt.desktop;
|
||||
application/vnd.ms-htmlhelp=wine-extension-chm.desktop;
|
||||
application/winhlp=wine-extension-hlp.desktop;
|
||||
application/x-wine-extension-msp=wine-extension-msp.desktop;
|
||||
text/vbscript=wine-extension-vbs.desktop;
|
||||
x-scheme-handler/mailto=chrome-lkkahpbimdkjdjjiijflmhaeameegbcm-Default.desktop;
|
||||
x-scheme-handler/web+msteams=chrome-oiocllghmdadfpahmllbbhkgjfmaidmm-Default.desktop;
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=hh
|
||||
MimeType=application/vnd.ms-htmlhelp;
|
||||
Exec=env "WINEPREFIX=/home/alex/.wine" wine start /ProgIDOpen "chm.file" %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D15F_hh.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rundll32
|
||||
MimeType=application/pkix-cert;
|
||||
Exec=env "WINEPREFIX=/home/alex/.wine" wine start /ProgIDOpen "CERFile" %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=5742_rundll32.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=winhlp32
|
||||
MimeType=application/winhlp;
|
||||
Exec=env "WINEPREFIX=/home/alex/.wine" wine start /ProgIDOpen "hlpfile" %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=C06E_winhlp32.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Installer
|
||||
MimeType=application/x-wine-extension-msp;
|
||||
Exec=env "WINEPREFIX=/home/alex/.wine" wine start /ProgIDOpen "Msi.Patch" %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D23E_msiexec.0
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=wscript
|
||||
MimeType=text/vbscript;
|
||||
Exec=env "WINEPREFIX=/home/alex/.wine" wine start /ProgIDOpen "VBSFile" %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=2905_wscript.0
|
||||
Reference in New Issue
Block a user