cpdb-backend-cups 2.0b5 #27
tillkamppeter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the fifth beta release for cpdb-backend-cups 2.0.0 we have removed the now unnecessary backend info file and fixed some bugs.
The frontend libraries now use only the D-Bus to find available backends. This makes sure that everything works also if the frontend and/or any of the backends are installed via sandboxed packaging (like Snap for example) where the components cannot read each other's file systems (PR Removes CPDB backend info directory #26).
get_all_media()
: Do not crash on custom page size range entriesThe media-col-database IPP attribute contains one entry for each valid combination of page size dimensions, margins, and in some cases also media source and media type. Entries for custom page sizes contain ranges instead of single values.
get_all_media()
crashed on these. Now we let the function simply skip them.tools/Makefile.am
Removed the
TESTdir
andTEST_SCRIPTS
entries intools/Makefile.am
. They are not needed and letmake install
try to installrun-tests.sh
in the source directory, where it already is, causing an error.This discussion was created from the release cpdb-backend-cups 2.0b5.
Beta Was this translation helpful? Give feedback.
All reactions