| Summary: | native GTK3 (Gnome) print dialog crashes if the printer is password protected | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Drew Parsons <dparsons> |
| Component: | Printing and PDF export | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 5.2.2.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.debian.org/839701 | ||
| Whiteboard: | target:5.3.0 target:5.2.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
|
Description
Drew Parsons
2016-10-05 04:43:26 UTC
This is with the experimental feature enabled and the use LibreOffice print dialog disabled I suppose ? For me it crashes password or not. I think the underlying bug is not dependent on gtk3 but existed before that too. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c12e14d19f86be8555f6262d138cf0776f2c9b56 Resolves: tdf#102999 get_selected_printer is transfer none It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. That's right, it's the experimental use of the native dialog, i.e. with the LibreOffice print dialog disabled. I figured it was gtk3 only since it works with the gtk2 print dialog. But anyway, I hope the patch fixes it. I'll confirm if it does once 5.3.0 reaches me. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bb51869d5fd339703767e1e70c832a803dd981eb&h=libreoffice-5-2 Resolves: tdf#102999 get_selected_printer is transfer none It will be available in 5.2.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Tested on the 5.2.4 release candidate (Debian 1:5.2.4~rc1-1). The patch works fine, thank you! |