mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
Bruno Fontes
42344f98a5
Still not sure why I keep track of those changes, if I don't need them and do not care about proper handling them. Anyway, it is here if, some some reason I need it back.
15 lines
375 B
Desktop File
15 lines
375 B
Desktop File
# Copyright 2019 Bruno Fontes <outros+dev@m.brunofontes.net>
|
|
|
|
[Desktop Entry]
|
|
Type=Service
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=application/octet-stream;inode/directory
|
|
Actions=extract
|
|
X-KDE-Priority=TopLevel
|
|
X-KDE-Submenu=BFExtract
|
|
|
|
[Desktop Action extract]
|
|
Name=Extract
|
|
Name[pt_BR]=Extrair
|
|
Exec=bash ~/.local/share/kservices5/ServiceMenus/extract.sh %F
|