elementary / print

Simple shim for printing support via Contractor
GNU General Public License v3.0
2 stars 1 forks source link

Port to Gtk4 #18

Open ryonakano opened 3 months ago

ryonakano commented 3 months ago

Also adds missing length check before accessing args and missing dependency

danirabbit commented 3 months ago

There's a print portal now, so I wonder if this should call the portal? Or we should just make sure our apps are using the portal and remove this?

https://valadoc.org/libportal/Xdp.Portal.print_file.html

ryonakano commented 3 months ago

Thank you for your information. Maybe we should call Portal in each app directly and let this small wrapper app retired then.