dileepsankhla marked an inline comment as done.
dileepsankhla added a comment.
@aacid I have talked about using std::exit instead of QCoreApplication::exit
here : https://phabricator.kde.org/D10249#200260
With that, I want to add QCoreApplication::exit does nothing if the event
loop is n
https://bugs.kde.org/show_bug.cgi?id=390135
Henrik Fehlauer changed:
What|Removed |Added
CC||rk...@lab12.net
--- Comment #3 from Henrik Fe
aacid added inline comments.
INLINE COMMENTS
> part.cpp:3217
> +if ( success && m_cliPrintAndExit )
> +exit ( EXIT_SUCCESS );
> +else if ( m_cliPrintAndExit )
We discussed a bit on IRC but i don't remeber which your reason for not using
QCoreApplication::exit were, c
https://bugs.kde.org/show_bug.cgi?id=389953
--- Comment #23 from Michael Weghorn ---
I can reproduce the issue much more easily by just running the following
command on host B:
$ lp -d tofile-hp -o "fit-to-page orientation-requested=0" d02917-001
The problem you encounter seems to be relate
https://bugs.kde.org/show_bug.cgi?id=388288
--- Comment #14 from Albert Astals Cid ---
The problem is that gs doesn't like that file
$ gs yourfile.pdf
GPL Ghostscript 9.22 (2017-10-04)
Copyright (C) 2017 Artifex Software, Inc. All rights reserved.
This software comes with NO WARRANTY: see the
https://bugs.kde.org/show_bug.cgi?id=388288
--- Comment #13 from kts ---
Done sending it.
--
You are receiving this mail because:
You are the assignee for the bug.