[Pkg-kde-bugs-fwd] [Bug 106607] kfile_deb crashes Konqueror consistently - just hover over a .deb file with your cursor...
David Faure
106607@bugs.kde.org
1 Jun 2005 15:27:36 -0000
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are a voter for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=106607
faure kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From faure kde org 2005-06-01 17:27 -------
SVN commit 420860 by dfaure:
Don't provide your own mimetype, when kdelibs provides it already, with a different name...
BUG: 106607
M +2 -2 Makefile.am
M +1 -1 kpackage.desktop
D mimetypes (directory)
--- branches/KDE/3.4/kdeadmin/kpackage/Makefile.am #420859:420860
@ -2,9 +2,9 @
xdg_apps_DATA = kpackage.desktop
# claim, which subdirectories you want to install
-SUBDIRS = pics toolbar icon mimetypes
+SUBDIRS = pics toolbar icon
-bin_PROGRAMS = kpackage
+bin_PROGRAMS = kpackage
# Which sources should be compiled for kpackage.
kpackage_SOURCES = kpackage.cpp managementWidget.cpp packageDisplay.cpp \
--- branches/KDE/3.4/kdeadmin/kpackage/kpackage.desktop #420859:420860
@ -79,7 +79,7 @
GenericName[zh_CN]=软件包管理器
GenericName[zh_TW]=套件管理程式
GenericName[zu]=Umphathi Wokusongwayo
-MimeType=application/x-rpm;application/x-debian-package;
+MimeType=application/x-rpm;application/x-deb;
Exec=kpackage -caption "%c" %i %m %u
Icon=kpackage
Type=Application