mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat: add kio right-click services
This commit is contained in:
parent
adbaf40828
commit
ff096c02bd
5 changed files with 42 additions and 7 deletions
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.presentationml.presentation;
|
||||
Actions=convertToPDF
|
||||
Icon=application-pdf
|
||||
X-KDE-Priority=TopLevel
|
||||
X-KDE-StartupNotify=false
|
||||
|
||||
[Desktop Action convertToPDF]
|
||||
Name=转换为 PDF
|
||||
Icon=application-pdf
|
||||
Exec=soffice --headless --convert-to pdf "%f" --outdir .
|
||||
Loading…
Add table
Add a link
Reference in a new issue