-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --list-filters option to cupsfilter #4325
Comments
CUPS.org User: mike Opting for --list-filters, which will list the filters to stdout, one per line. |
CUPS.org User: mike Fixed in Subversion repository. |
"str4325.patch": Index: scheduler/cupsfilter.c--- scheduler/cupsfilter.c (revision 11768)
/*
for (i = 1; i < argc; i ++)
- }
- break;
- break;
if (!infile && !srctype) /*
snprintf(mimedir, sizeof(mimedir), "%s/mime", DataDir);
/*
/*
return (0);
exit(1); |
Version: 2.0-feature
CUPS.org User: mike
Tim Waugh (Red Hat) did a utility that uses libcupsmime to print out the filters that would be used to process a job. He then posted the results to the printing-architecture list for comments.
We should add a --dry-run option to cupsfilter to do the same - no need to leave this as a third-party solution when we can easily add it to the existing utility.
The text was updated successfully, but these errors were encountered: