Boomaga / boomaga

Boomaga provides a virtual printer for CUPS. This can be used for print preview or for print booklets.
Other
182 stars 34 forks source link

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

Open GarryTopor opened 6 years ago

GarryTopor commented 6 years ago

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

SokoloffA commented 6 years ago

I need a bit more information.

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

GarryTopor commented 6 years ago

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

SokoloffA commented 6 years ago

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?

SokoloffA commented 6 years ago

Oh you use 0.9! This is known issue with poppler and boomaga https://github.com/Boomaga/boomaga/issues/53#issuecomment-351785933 Use 1.0 version of the program

13 дек. 2017 г. 9:49 ПП пользователь "GarryTopor" notifications@github.com написал:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Boomaga/boomaga/issues/67#issuecomment-351485574, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0Ll7BxwjhxWAjLy-CenC3c4qXBEM17ks5tABw8gaJpZM4Q_eX1 .

GarryTopor commented 6 years ago

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...

SokoloffA commented 6 years ago

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

GarryTopor commented 6 years ago

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

SokoloffA commented 6 years ago

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.

GarryTopor commented 6 years ago

That's all?