Version: 3.5.7 (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-7 (lenny/sid)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.22rs Hello. The deb shortcut in konqueror is useful to get Debian package information, for example: deb:konqueror. The Debian server providing that info has been updated recently, and using the current deb shortcut shows a warning message. I propose a patch to avoid this warning message, since seems the current URL shortcut is deprecated.
Created attachment 21535 [details] Fix for the deb.desktop file This applies to the svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdebase/kcontrol/ebrowsing/plugins/ikws/searchproviders dir
SVN commit 709977 by marchand: adapt deb: to new URL of debian's server BUG: 149501 M +3 -3 deb.desktop --- trunk/KDE/kdebase/runtime/kurifilter-plugins/ikws/searchproviders/deb.desktop #709976:709977 @@ -57,8 +57,8 @@ Name[vi]=Tìm kiếm gói Debian Name[x-test]=xxDebian Package Searchxx Name[zh_TW]=Debian 套件搜尋 -Query=http://packages.debian.org/cgi-bin/search_packages.pl?keywords=\\{@}&searchon=names&subword=1&version=all&release=all -Query[bg]=Query=http://packages.debian.org/cgi-bin/search_packages.pl?keywords=\\{@}&searchon=names&subword=1&version=all&release=all -Query[x-test]=xxhttp://packages.debian.org/cgi-bin/search_packages.pl?keywords=\\{@}&searchon=names&subword=1&version=all&release=allxx +Query=http://packages.debian.org/\\{@} +Query[bg]=Query=http://packages.debian.org/\\{@} +Query[x-test]=xxhttp://packages.debian.org/\\{@}xx ServiceTypes=SearchProvider Type=Service
Thanks :)