https://bugzilla.redhat.com/show_bug.cgi?id=2169277

Benson Muite <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(benson_muite@emai |
                   |lplus.org)                  |



--- Comment #17 from Benson Muite <[email protected]> ---
Installed this on a rawhide VM

$ sudo dnf update
$ sudo dnf install wget
$ wget
https://download.copr.fedorainfracloud.org/results/fed500/braille-printer-app/fedora-rawhide-aarch64/05537922-braille-printer-app/braille-printer-app-2.0b0%5E386eea385f-1.fc39.aarch64.rpm
$ sudo dnf install ./'braille-printer-app-2.0b0^386eea385f-1.fc39.aarch64.rpm'
$ echo "An example sentence" > test.txt
$ sudo systemctl enable cups
$ sudo systemctl start cups
$ lpadmin -p ubrl -v cups-brf:/ -m drv:///generic-ubrl.drv/gen-ubrl.ppd
$ lpadmin -p ubrl -E
$ lp -d ubrl test.txt
lp: Unsupported document-format "text/plain".
$ lpadmin -p brf -v cups-brf:/ -m drv:///generic-brf.drv/gen-brf.ppd
$ lpadmin -p brf -E
$ lp -d brf test.txt
$ lpstat -o
brf-1                  fedora            1024   Sat 18 Feb 2023 11:20:04 AM UTC
JOB DOES NOT COMPLETE
$ sudo /usr/sbin/cupsfilter -m application/vnd.cups-brf -p
/etc/cups/ppd/brf.ppd test.txt > ~/test.brf
$ sudo /usr/sbin/cupsfilter -m application/vnd.cups-brf -p
/etc/cups/ppd/ubrl.ppd test.txt > ~/test.ubrl


Using sudo on /usr/sbin/cupsfilter produces output.  However lp -d seems not to
work.  Probably an error in my setup, and not a blocker, but let me know if
have any suggestions.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2169277
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to