update pngtex
This commit is contained in:
parent
b7d906d1bf
commit
5989e4213d
|
@ -1,13 +1,26 @@
|
|||
[MIME Cache]
|
||||
application/json=firefox.desktop;
|
||||
application/pdf=zathura.desktop;
|
||||
application/pdf=firefox.desktop;wine-extension-pdf.desktop;
|
||||
application/rtf=wine-extension-rtf.desktop;
|
||||
application/vnd.ms-htmlhelp=wine-extension-chm.desktop;
|
||||
application/winhlp=wine-extension-hlp.desktop;
|
||||
application/x-binaryninja=binaryninja.desktop;
|
||||
application/x-extension-htm=wine-extension-htm.desktop;
|
||||
application/x-extension-html=wine-extension-html.desktop;
|
||||
application/x-ghidra=ghidra.desktop;
|
||||
application/x-mswinurl=wine-extension-url.desktop;
|
||||
application/x-mswrite=wine-extension-wri.desktop;
|
||||
application/x-wine-extension-ini=wine-extension-ini.desktop;
|
||||
application/x-wine-extension-msp=wine-extension-msp.desktop;
|
||||
application/x-xpinstall=firefox.desktop;
|
||||
application/xhtml+xml=firefox.desktop;
|
||||
application/xml=wine-extension-xml.desktop;
|
||||
image/gif=wine-extension-gif.desktop;
|
||||
image/jpeg=wine-extension-jfif.desktop;wine-extension-jpe.desktop;
|
||||
image/png=wine-extension-png.desktop;
|
||||
text/html=firefox.desktop;
|
||||
text/plain=wine-extension-txt.desktop;
|
||||
text/vbscript=wine-extension-vbs.desktop;
|
||||
text/xml=firefox.desktop;
|
||||
x-scheme-handler/binaryninja=binaryninja.desktop;
|
||||
x-scheme-handler/ghidra=ghidra.desktop;
|
||||
|
|
8
applications/wine-extension-chm.desktop
Normal file
8
applications/wine-extension-chm.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=hh
|
||||
MimeType=application/vnd.ms-htmlhelp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen chm.file %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D15F_hh.0
|
8
applications/wine-extension-gif.desktop
Normal file
8
applications/wine-extension-gif.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Internet Explorer
|
||||
MimeType=image/gif;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen giffile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=ECB7_iexplore.0
|
8
applications/wine-extension-hlp.desktop
Normal file
8
applications/wine-extension-hlp.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=winhlp32
|
||||
MimeType=application/winhlp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen hlpfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=C06E_winhlp32.0
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=winebrowser
|
||||
MimeType=application/x-extension-htm;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/osu-wine/WINE.win32" wine start /ProgIDOpen htmlfile %f
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen htmlfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=81F5_winebrowser.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=winebrowser
|
||||
MimeType=application/x-extension-html;
|
||||
Exec=env WINEPREFIX="/home/emh/.local/share/osu-wine/WINE.win32" wine start /ProgIDOpen htmlfile %f
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen htmlfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=81F5_winebrowser.0
|
||||
|
|
8
applications/wine-extension-ini.desktop
Normal file
8
applications/wine-extension-ini.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=notepad
|
||||
MimeType=application/x-wine-extension-ini;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen inifile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=2E40_notepad.0
|
8
applications/wine-extension-jfif.desktop
Normal file
8
applications/wine-extension-jfif.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Internet Explorer
|
||||
MimeType=image/jpeg;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen pjpegfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=ECB7_iexplore.0
|
8
applications/wine-extension-jpe.desktop
Normal file
8
applications/wine-extension-jpe.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Internet Explorer
|
||||
MimeType=image/jpeg;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen jpegfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=ECB7_iexplore.0
|
8
applications/wine-extension-msp.desktop
Normal file
8
applications/wine-extension-msp.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Installer
|
||||
MimeType=application/x-wine-extension-msp;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen Msi.Patch %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=D23E_msiexec.0
|
8
applications/wine-extension-pdf.desktop
Normal file
8
applications/wine-extension-pdf.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=winebrowser
|
||||
MimeType=application/pdf;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen pdffile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=81F5_winebrowser.0
|
8
applications/wine-extension-png.desktop
Normal file
8
applications/wine-extension-png.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wine Internet Explorer
|
||||
MimeType=image/png;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen pngfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=ECB7_iexplore.0
|
8
applications/wine-extension-rtf.desktop
Normal file
8
applications/wine-extension-rtf.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=wordpad
|
||||
MimeType=application/rtf;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen rtffile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=3365_wordpad.0
|
8
applications/wine-extension-txt.desktop
Normal file
8
applications/wine-extension-txt.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=notepad
|
||||
MimeType=text/plain;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen txtfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=2E40_notepad.0
|
8
applications/wine-extension-url.desktop
Normal file
8
applications/wine-extension-url.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=rundll32
|
||||
MimeType=application/x-mswinurl;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen InternetShortcut %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=5742_rundll32.0
|
8
applications/wine-extension-vbs.desktop
Normal file
8
applications/wine-extension-vbs.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=wscript
|
||||
MimeType=text/vbscript;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen VBSFile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=2905_wscript.0
|
8
applications/wine-extension-wri.desktop
Normal file
8
applications/wine-extension-wri.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=wordpad
|
||||
MimeType=application/x-mswrite;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen wrifile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=3365_wordpad.0
|
8
applications/wine-extension-xml.desktop
Normal file
8
applications/wine-extension-xml.desktop
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=winebrowser
|
||||
MimeType=application/xml;
|
||||
Exec=env WINEPREFIX="/home/emh/.wine" wine start /ProgIDOpen xmlfile %f
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Icon=81F5_winebrowser.0
|
|
@ -18,6 +18,11 @@ return require('packer').startup({function(use)
|
|||
'mustache/vim-mustache-handlebars'
|
||||
}
|
||||
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate'
|
||||
}
|
||||
|
||||
use {
|
||||
'petRUShka/vim-sage'
|
||||
}
|
||||
|
@ -123,7 +128,7 @@ return require('packer').startup({function(use)
|
|||
|
||||
use {
|
||||
'neovim/nvim-lspconfig',
|
||||
commit = "607ff48b970b89c3e4e3825b88d9cfd05b7aaea5",
|
||||
-- commit = "607ff48b970b89c3e4e3825b88d9cfd05b7aaea5",
|
||||
requires = {
|
||||
'nvim-lua/lsp-status.nvim',
|
||||
'ms-jpq/coq.thirdparty',
|
||||
|
|
BIN
scripts/pngtex
BIN
scripts/pngtex
Binary file not shown.
Loading…
Reference in New Issue
Block a user