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

problem with 0.6.0.1 and Manjaro KDE

ktrls opened this issue · comments

Hi, I use boomaga on Manjaro with KDE.
Maybe becouse of the update to 0.6.0.1 boomaga prints white pages. The previews are blank too.

I'm sure that with 0.6.0 all worked fine.

Thanks

Start boomaga from console, after that try to print. And send me console
output.

2014-09-11 12:51 GMT+04:00 ktrls notifications@github.com:

Hi, I use boomaga on Manjaro with KDE.
Maybe becouse of the update to 0.6.0.1 boomaga prints white pages. The
previews are blank too.

I'm sure that with 0.6.0 all worked fine.

Thanks


Reply to this email directly or view it on GitHub
#20.

Best regards,
Alexander.

Hi, I started boomaga from a console, then tried to print this page:
http://www.cosenonjaviste.it/organizziamoci-con-maven-parte-i/

I see the blank pages as usual and if I try to browser them I see the
preview only of page 8.

On the console I have no output. I have to search some log file?

Thanks
Salvo

2014-09-11 12:23 GMT+02:00 Alexander Sokolov notifications@github.com:

Start boomaga from console, after that try to print. And send me console
output.

2014-09-11 12:51 GMT+04:00 ktrls notifications@github.com:

Hi, I use boomaga on Manjaro with KDE.
Maybe becouse of the update to 0.6.0.1 boomaga prints white pages. The
previews are blank too.

I'm sure that with 0.6.0 all worked fine.

Thanks


Reply to this email directly or view it on GitHub
#20.

Best regards,
Alexander.


Reply to this email directly or view it on GitHub
#20 (comment).

I hope than I was able to reproduce this bug. And I hope I fixed it in the develop branch.
Please test it, is it what you wanted? If you have skills, you can clone devel branch and build the project from sources:

git clone https://github.com/Boomaga/boomaga.git --branch develop 
cd boomaga
mkdir build
cd build
cmake
make
make install

If you haven't such skill, say me.

Hi Alexander,

I have build and ran your version and it works very well.
Thanks a lot for your great work!

Cheers
Salvo

2014-09-27 10:58 GMT+02:00 Alexander Sokolov notifications@github.com:

I hope than I was able to reproduce this bug. And I hope I fixed it in the develop
branch https://github.com/Boomaga/boomaga/tree/develop.
Please test it, is it what you wanted? If you have skills, you can clone
devel branch and build the project from sources:

git clone https://github.com/Boomaga/boomaga.git --branch develop
cd boomaga
mkdir build
cd build
cmake
make
make install

If you haven't such skill, say me.


Reply to this email directly or view it on GitHub
#20 (comment).