Boomaga / boomaga

Boomaga provides a virtual printer for CUPS. This can be used for print preview or for print booklets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Boomaga] org.freedesktop.DBus.Error.Spawn.ChildExited : Process org.boomaga exited with status 127

GarryTopor opened this issue · comments

[Boomaga] org.freedesktop.DBus.Error.Spawn.ChildExited : Process org.boomaga exited with status 127

I need a bit more information.

  • Which distribution you are using?
  • Which version of th boomaga you are using?
  • Is there any other message from the boomaga in logs?

Try to run following command:

dbus-send --session --type=method_call --print-reply --dest=org.boomaga /boomaga org.boomaga.add string:'/home/sokoloff/myPrograms/boomaga/tests/01-pages.pdf' string:'title' boolean:false string:'options' uint32:1

Where /home/sokoloff/myPrograms/boomaga/tests/01-pages.pdf is full path to valid PDF file. You can download PDF files from https://github.com/Boomaga/rendertest

  1. antergos
  2. boomaga 0.9.1-1 from AUR
  3. where can I see the other logs of boomaga?

where can I see the other logs of boomaga?

In your CUPS logs (something like /var/log/cups/error_log).
And what about dbus-send command?

Can you please give а guide for installation boomaga 1.0 on arch-linux, or when will 1.0 be in AUR?

about dbus-send command - I'm working on it...

This is AUR for Boomaga 1.0.0
Also this wiki page may be useful to you.

dbus-send --session --type=method_call --print-reply --dest=org.boomaga /boomaga org.boomaga.add string:'/home/sokoloff/myPrograms/boomaga/tests/01-pages.pdf' string:'title' boolean:false string:'options' uint32:1
Error org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.boomaga exited with status 127

You should replace /home/sokoloff/.../01-pages.pdf with the full path to the PDF file on your computer.
Or just print document from any application.

That's all?