By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 48 - kdelibs-data does not contain /etc/kde3/ui/* files
Summary: kdelibs-data does not contain /etc/kde3/ui/* files
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.10
Hardware: i386 Linux
: P4 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2009-03-09 09:28 CDT by Filip Milivojevic
Modified: 2012-10-19 15:25 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Milivojevic 2009-03-09 09:28:50 CDT
kdelibs-data-kde3 package should contain /etc/kde3/ui files, but it doesn't:

dpkg -L kdelibs-data-kde3 | grep /ui/

returns nothing, while:
dpkg -L kdelibs-data | grep /ui/

returns:
/etc/kde3/ui/kprintpreviewui.rc
/etc/kde3/ui/ui_standards.rc

(package from hardy).

When I manually copy those files to /etc/kde3/ui on intrepid system with your packages, konqueror, kcontrol, systemsettings and other applications display properly (no double icons, no missing menu items).
Comment 1 Timothy Pearson 2009-03-09 12:51:09 CDT
(In reply to comment #0)
> kdelibs-data-kde3 package should contain /etc/kde3/ui files, but it doesn't:
> 
> dpkg -L kdelibs-data-kde3 | grep /ui/
> 
> returns nothing, while:
> dpkg -L kdelibs-data | grep /ui/
> 
> returns:
> /etc/kde3/ui/kprintpreviewui.rc
> /etc/kde3/ui/ui_standards.rc
> 
> (package from hardy).
> 
> When I manually copy those files to /etc/kde3/ui on intrepid system with your
> packages, konqueror, kcontrol, systemsettings and other applications display
> properly (no double icons, no missing menu items).

This seems to be i386 specific, which is why I didn't catch it before.  The fix should be up soon.
Comment 2 Timothy Pearson 2009-03-18 09:51:56 CDT
I believe this bug to be fixed.  Please test and reopen this bug if problems still exist.

Thanks for reporting!