mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
fix: handle file URIs in the desktop entry (#3827)
This commit is contained in:
parent
935eb6b298
commit
2514725e56
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Icon=yazi
|
||||||
Comment=Blazing fast terminal file manager written in Rust, based on async I/O
|
Comment=Blazing fast terminal file manager written in Rust, based on async I/O
|
||||||
Terminal=true
|
Terminal=true
|
||||||
TryExec=yazi
|
TryExec=yazi
|
||||||
Exec=yazi %u
|
Exec=yazi %f
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=inode/directory
|
MimeType=inode/directory
|
||||||
Categories=System;FileManager;FileTools;ConsoleOnly
|
Categories=System;FileManager;FileTools;ConsoleOnly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue