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

--- Comment #5 from [email protected] ---
(In reply to Gustavo Mitamura from comment #3)
> This is more of a wishlist, but what you're trying to do is to replicate in
> KDE a Windows feature. 
I didn't know it was a Windows feature, but it's a good feature imo. Why
involve third party apps, a bunch of headaches, for something that could be so
small and that is quite common ! I mean, I often print more than one file at
least.
> 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. 
Digikam has the feature, it's also very heavy just to do that. That feature
also requires GIMP installed, so heavier. Honestly ? When I just want to add a
bunch of selected files to the printing queue, needing 600mb of software isn't
what I'd call ideal. Especially given that Digikam freaking destroyed the
scaling on my images, but that's another matter lol.
> 
> 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.

Yes but see I don't want to merge all the files in a PDF and print the 1 PDF, I
want whatever files I have selected to be each added to the printing queue !
And while someone on reddit also talked of a custom menu entry, the only thing
I gather from it is that it is then possible to do it and that it would be a
nice feature to have added.

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

Reply via email to