Bug 253751 - muon: list of files for a packge is not sorted in the Tab 'Installed files' in the pkg details area
Summary: muon: list of files for a packge is not sorted in the Tab 'Installed file...
Status: RESOLVED FIXED
Alias: None
Product: muon
Classification: Applications
Component: muon (show other bugs)
Version: 1.0.2
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jonathan Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-10 15:54 UTC by Achim Bohnet
Modified: 2010-10-10 17:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Bohnet 2010-10-10 15:54:23 UTC
Version:           1.0.2 (using KDE 4.5.1) 
OS:                Linux

as the list is not sorted it's quite complicated to find a specific files.

That's the same as with the output of dpkg -L <pkgname>.  I wish muon would
ouptut the 'same' as   dpkg -L <pkgname> | sort

Thx,
Achim

Reproducible: Always

Steps to Reproduce:
search for e.g. userconfig
select the found pkg
select the 'Installed Files' tab (backtranslation from german)

Actual Results:  
...snip...
/usr/share/kde4/apps/userconfig/ui/userproperties-pwsec.ui
/usr/share/kde4/apps/userconfig/ui/users.ui
/usr/share/kde4/services/userconfig.desktop
/usr/share/doc/kde/HTML/en/userconfig/index.docbook
/usr/share/doc/kde/HTML/en/userconfig/index.cache.bz2
/usr/share/doc/userconfig/README
/usr/share/doc/userconfig/copyright
/usr/share/doc/userconfig/changelog.Debian.gz
/usr/share/python-support/userconfig.private


Expected Results:  
that above list is sorted

OS: Linux (x86_64) release 2.6.35-22-generic
Compiler: cc

Kubuntu 10.10 (Maverick Meerkat)
Comment 1 Jonathan Thomas 2010-10-10 17:08:36 UTC
SVN commit 1184493 by jmthomas:

Sort the file list before insertion into the text widget.

FEATURE:253751
FIXED-IN:1.1


 M  +1 -0      InstalledFilesTab.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1184493