https://bugs.kde.org/show_bug.cgi?id=524852

Gustavo Mitamura <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Gustavo Mitamura <[email protected]> ---
This is more of a wishlist, but what you're trying to do is to replicate in KDE
a Windows feature. 
I don't think either GNOME or KDE have this. In either desktops you need to
open a dedicated app like shotwell (GNOME) or digikam (KDE) to print your
photos. Digikam, for instance, gives you plenty of options to print your photos
and arrange them in various ways. 

You could create a service menu, though. Something like this:

[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=image/png;image/jpeg;image/jpg;image/webp
Actions=Print2x2

[Desktop Action Print2x2]
Name=Imprimir fotos (várias por página)
Icon=printer
Exec=sh -c 'montage "$@" -tile 2x2 -geometry +10+10 /tmp/print.pdf && okular
/tmp/print.pdf' dummy %F

Save it in a file called print.desktop in .local/share/kio/servicemenus, do a
chmod +x and then when you select multiple photos and right click them, there
will be an option to print multiple photos at once. It will arrange them in a
grid and create a PDF for you to print.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to