[Kde-print-devel] [Bug 139044] kprinter window much wider than desktop screen and not resizable
Roman Fietze
rfkd at fietze-home.de
Thu Dec 21 11:28:46 CET 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=139044
------- Additional Comments From rfkd fietze-home de 2006-12-21 11:28 -------
Sorry, neither in the text field of the system options "Cups Server"->"Host", nor inside ~/.kde/.../kdeprintrc in the line "Host=localhost".
But of course, as you can see it in the attached PNG *between* the text fields "Server:" and "localhost:%2". But those can simply be caused by the layout manager.
I downloaded the sources, once the SVN branch 3.5, once the source RPM. I'll start with the source RPM.
When looking over the sources I was wondering about kdelibs/kdeprint/cups/kmcupsmanager.cpp KMCupsManager::stateInformation(). There is one call to AString::arg with two parameters. CupsInfos::port() returns an int, therefore the version QString::arg(const QString &a, int fieldWidth) const must be called. Could this be the reason for the problem? Probably port() returned QSTring in previous versions?
More information about the Kde-print-devel
mailing list