Bug 149501 - konqueror deb url shortcut is deprecated.
Summary: konqueror deb url shortcut is deprecated.
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 00:15 UTC by Raúl
Modified: 2007-09-10 00:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix for the deb.desktop file (490 bytes, patch)
2007-09-03 00:18 UTC, Raúl
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :)