Bug 189699

Summary: Make warnings easier to read in kpackagekit
Product: [Frameworks and Libraries] kdelibs Reporter: Florian Reinhard <florian.reinhard>
Component: kdeuiAssignee: Steven M. Parrish <smparrish>
Status: CONFIRMED ---    
Severity: wishlist CC: dantti12, echidnaman
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: initial messagebox
show the details
maximize

Description Florian Reinhard 2009-04-15 09:59:18 UTC
Version:            (using KDE 4.2.2)

Kpackagekit catched a unknown error and showed me some messagebox that i should report a bug and offered a details button, but what i got wasn't what i expected (backend: apt):

* newlines seem to be gone, therefore hard to read
* in case you got a *lot* of details and you maximize that messagebox the details part will cover only half of your screen thus not better to read.

so:
* don't remove newlines from debug output or if not removed show them
* make the datails box grow in case you maximize the messagebox
Comment 1 Florian Reinhard 2009-04-15 10:04:39 UTC
Created attachment 32850 [details]
initial messagebox
Comment 2 Florian Reinhard 2009-04-15 10:05:16 UTC
Created attachment 32851 [details]
show the details
Comment 3 Florian Reinhard 2009-04-15 10:05:46 UTC
Created attachment 32852 [details]
maximize
Comment 4 Daniel Nicoletti 2009-04-15 14:19:20 UTC
ok, first the maximize problem a kmessagebox problem, should be assigned to kdelibs, the details part has the problem that i need a MarkDown parser to be able to fix that, but i didn't had time yet to create one. As soon as i cover all the features gnome packagekit has i'll try to start that..
I'm not sure but afair new lines works with others backends, not sure though.
Comment 5 Daniel Nicoletti 2009-06-17 22:30:20 UTC
*** Bug 196910 has been marked as a duplicate of this bug. ***
Comment 6 Daniel Nicoletti 2010-08-18 23:29:44 UTC
*** Bug 196912 has been marked as a duplicate of this bug. ***
Comment 7 Daniel Nicoletti 2011-07-28 20:47:35 UTC
I'm reassigning to kdelibs as KMessageBox is the one to "blame" in the maximize case, the text, displays newlines now.