Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Kanenas on 17 September 2023, 22:45:38

Title: Epson Printer Utility from AUR
Post by: Kanenas on 17 September 2023, 22:45:38
My system is Artix (runit) with KDE Plasma. I installed Epson Printer Utility from AUR via Octopi, but when I start it from CLI, I am getting:

Code: [Select]
TaczankaTurbo:[petros]:~$ epson-printer-utility

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.239: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.239: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.239: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.239: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.240: Unable to locate theme engine in module_path: "adwaita",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.240: Unable to locate theme engine in module_path: "adwaita",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.241: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.241: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.241: Unable to locate theme engine in module_path: "murrine",

(epson-printer-utility:13981): Gtk-WARNING **: 22:31:47.241: Unable to locate theme engine in module_path: "murrine",
Communication daemon down, Error code = -1

My guess is that it has something to do with the ecbd service that should be running. However, I have no ideaa, how to start it here.
Code: [Select]
TaczankaTurbo:[petros]:~$ sv status ecbd
fail: ecbd: unable to change to service directory: file does not exist

I run several searches, also here, to no avail.

Please kindly advise.
Title: Re: Epson Printer Utility from AUR
Post by: Ambie on 18 September 2023, 12:16:45
I think AUR package doesn't have runit service file. Did you try to run ecbd directly? Like
Code: [Select]
sudo /opt/epson-printer-utility/lib/epson-backend/ecbd

And then run epson-printer-utility.
Title: Re: Epson Printer Utility from AUR
Post by: onekk on 20 September 2023, 09:26:45
Error are generated as you have no gtk-themes installed, or better gtk-engines

https://packages.artixlinux.org/details/gtk-engine-murrine

https://packages.artixlinux.org/details/gtk-engines

Probably the gui tool is using gtk and it needs some files that the packager thinks are installed by default, but this is not true.

Regards

Carlo D.