Bug 149501

Summary: konqueror deb url shortcut is deprecated.
Product: [Applications] konqueror Reporter: Raúl <rasasi78>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix for the deb.desktop file

Description Raúl 2007-09-03 00:15:44 UTC
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.
Comment 1 Raúl 2007-09-03 00:18:37 UTC
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
Comment 2 Mickael Marchand 2007-09-08 21:22:35 UTC
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
Comment 3 Raúl 2007-09-10 00:22:11 UTC
Thanks :)