Search Criteria
Package Details: brother-hll2360d 3.2.0_1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brother-hll2360d.git (read-only, click to copy) |
---|---|
Package Base: | brother-hll2360d |
Description: | Brother LPR and CUPS driver for HL-L2360DN, HL-L2360DW, HL-L2365DW |
Upstream URL: | http://www.brother.com |
Licenses: | GPL |
Submitter: | classieur |
Maintainer: | hysteric |
Last Packager: | hysteric |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-29 09:20 (UTC) |
Last Updated: | 2019-01-24 17:14 (UTC) |
Dependencies (2)
- cups (cups-gitAUR, cups-gssapiAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
Latest Comments
1 2 Next › Last »
wooptoo commented on 2020-04-21 22:31 (UTC)
Does this package absolutely need
lib32-glibc
?I'm trying to remove
lib32*
from my system and this package is the only one that requires it.Lucki commented on 2019-12-25 15:01 (UTC)
I came back to this and tried a bit around. Although the program displays the values in
mm
they're only correctly printed when usingpt
as FuzzyCheese mentioned.Changing the patch file to the following will solve the issue:
Lucki commented on 2019-12-21 12:25 (UTC)
I've just stumbled on the issue @FuzzyCheese mentioned. Printing on custom paper sizes won't work with the error message:
Filter failed
. Examining the cups log presentsCan\'t use an undefined value as a subroutine reference at /usr/lib/cups/filter/brother_lpdwrapper_HLL2360D line 557.
I haven't tested his workaround, yet I'm not convinced by hardcoding
pt
as my sizes were inmm
.classieur commented on 2019-01-24 08:43 (UTC)
Hi hysteric,
Cool! I added you as maintainer.
hysteric commented on 2019-01-24 02:58 (UTC)
Hi classieur and FuzzyCheese,
I am not sure if any of you are still maintaining this package, but I still have this printer and would be willing maintain this package going forward.
classieur commented on 2017-12-11 22:39 (UTC)
Hi FuzzyCheese,
Would you like to submit a patch and become a maintainer? I don't use Archlinux anymore and I don't have the printer. I've added you as a Co-Maintainer in case you would accept :-)
FuzzyCheese commented on 2017-12-11 20:14 (UTC) (edited on 2017-12-11 20:14 (UTC) by FuzzyCheese)
Found a bug in /usr/share/brother/Printers/HLL2360D/cupswrapper/brother_lpdwrapper_HLL2360D
Symptom: When printing in Inkscape, paper size was set to custom and printer would fail with "Filter failed" status. Error in /var/log/cups/error_log: "Can\'t use an undefined value as a subroutine reference at /usr/lib/cups/filter/brother_lpdwrapper_HLL2360D line 557 "
Assumed Cause: The Brother filter does not properly handle units not being passed with custom paper size. If no units(pt,mm,inch,in,cm,m,ft,etc.) are passed in command, conversion function address is not assigned and filter fails with error mentioned above.
Fix: Initilaize $unitfunc to address of sub pt2dot. Find around line 540: sub check_custom_paper { my $x = 0; my $y = 0; my $unitfunc; my $unit = ''; my $ssize = '';
change "my $unitfunc;" to "my $unitfunc = \&pt2dot;" This causes the unspecified units to be processed as "pt".
frankplow commented on 2017-06-12 17:26 (UTC)
Lucki commented on 2017-06-11 11:37 (UTC)
frankplow commented on 2017-06-11 11:18 (UTC)
1 2 Next › Last »