Package Details: epson-printer-utility 1.1.3-1

Git Clone URL: https://aur.archlinux.org/epson-printer-utility.git (read-only, click to copy)
Package Base: epson-printer-utility
Description: This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status... on EPSON Printers.
Upstream URL: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Keywords: ecbd epson
Licenses: LGPL, custom:Epson License Agreement
Submitter: wuut
Maintainer: darkelectron
Last Packager: darkelectron
Votes: 17
Popularity: 0.121940
First Submitted: 2019-02-22 10:29 (UTC)
Last Updated: 2024-03-30 17:39 (UTC)

Pinned Comments

lgm commented on 2020-08-21 15:06 (UTC) (edited on 2020-10-18 11:36 (UTC) by lgm)

The following error displayed by epson-printer-utility can be safely ignored. I don't know what is the cause, but is doesn't affect usability: Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"

If you get the error Communication daemon down, Error code = -1, you have to start the ecbd service. You can either do that with sudo systemctl enable --now ecbd.service if you want the serice to run at system startup or with sudo systemctl start ecbd.service if you only want to start the service manually each time you use epson-printer-utility

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

mielouk commented on 2020-05-18 10:31 (UTC)

Thank you! I wasn't aware that this package needs a daemon, as I don't own an Epson printer myself. I'll pass on the solution. Thx again!

lgm commented on 2020-05-18 10:15 (UTC)

Hi mielouk. I cannot say anything about the icui18n error. I have installed icu and lib32-icu. And do not see it

About the Communication daemon down, Error code = -1, did you sudo systemctl enable --now ecbd.service? I can reproduce this error only when I stop this service.

mielouk commented on 2020-05-18 09:35 (UTC) (edited on 2020-05-18 10:07 (UTC) by mielouk)

Hello I'm a supporter in the Manjaro forum and had recently two identical reports on this package. Both these members use KDE so I installed it on my XFCE Manjaro laptop and can reproduce the error.

Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)" 
Communication daemon down, Error code = -1

When I install it on my Arch machine I get also an error but only

Communication daemon down, Error code = -1

icu is installed and the machines are up to date. Could you provide some insight?

leocmpro commented on 2020-02-05 04:03 (UTC)

Link has changed, use this https://download3.ebz.epson.net/dsc/f/03/00/10/63/46/b97d32a556a8cdd77f24289a9b2f2097b6ef4ffc/epson-printer-utility_1.1.1-1lsb3.2_amd64.deb

sha256sum: 417b637173c0b866a94eb5d9785aecbcd10fc99fd1d7149eb49f02f450e6b61f

its4nitya commented on 2020-01-31 12:22 (UTC) (edited on 2020-01-31 12:39 (UTC) by its4nitya)

The link has changed, here is the new link. https://download3.ebz.epson.net/dsc/f/03/00/10/56/57/bf0f331b84492c4e009309f7adbb67e15080a4e8/epson-printer-utility_1.1.0-1lsb3.2_amd64.deb

In addition to that, in the epson-printer-utility.desktop file, the Categories attribute must have the value 'Utility' and not 'Application', it should be updated as follows.

...
Categories=Utility;Printing;
...

Here is a reference to the desktop menu specification's latest list of registered categories. https://specifications.freedesktop.org/menu-spec/latest/apa.html

roy_sayan commented on 2019-12-28 16:41 (UTC)

The link has changed again and new link is https://download3.ebz.epson.net/dsc/f/03/00/10/50/68/d8fedd44751ca0c22d04f3651df200c36fd09f4f/epson-printer-utility_1.1.0-1lsb3.2_amd64.deb

update it please

lgm commented on 2019-10-30 10:00 (UTC)

@wuut thanks for the suggestion, but I will rather keep updating the link. I personally would not feel comfortable installing a package from the AUR that relocates a download from the original source, no matter how plausible the reason is. Thus, I will not do this with a package that I maintain although it means more work for me.

wuut commented on 2019-10-18 04:43 (UTC)

@lgm I recommend you to store deb package at github (for example) because EPSON changes download URL every week or two.

ArnaudNux commented on 2019-10-17 21:16 (UTC)

==> Retrieving sources... -> Downloading epson-printer-utility_1.1.0-1lsb3.2_amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://download3.ebz.epson.net/dsc/f/03/00/09/83/32/2d16f4c778bd92af086aaf80854826ed1976cc1b/epson-printer-utility_1.1.0-1lsb3.2_amd64.deb Aborting...

lgm commented on 2019-10-09 09:12 (UTC)

@vS0uz4 the ecbd service has to be running for Epson Printer Utility to work. You can do this e.g. with the command 'sudo systemctl enable --now ecbd.service' from a terminal. This will start the service now and also on every reboot.