| Summary: | konqueror deb url shortcut is deprecated. | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Raúl <rasasi78> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Fix for the deb.desktop file | ||
|
Description
Raúl
2007-09-03 00:15:44 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
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 :) |