Created
December 7, 2012 19:43
-
-
Save sassman/4235921 to your computer and use it in GitHub Desktop.
KDE4 Dolphin/Konquerer Actions Menu >> "Print this file" as service menu entry under "Actions"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Service | |
ServiceTypes=KonqPopupMenu/Plugin | |
MimeType=application/pdf;application/ps; | |
Version=1.0.0 | |
Encoding=UTF-8 | |
Actions=Print | |
[Desktop Action Print] | |
Name=Print this file | |
Name[de]=Diese datei drucken | |
Exec=lpr %U | |
Icon=printer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment