59 lines
2.1 KiB
Diff
59 lines
2.1 KiB
Diff
|
|
From 53dcc7b20c66408c6d2e6fe8b9b56eb974e7f5df Mon Sep 17 00:00:00 2001
|
||
|
|
From: Buildteam <buildteam@openeuler.org>
|
||
|
|
Date: Sun, 29 Dec 2019 16:10:20 +0800
|
||
|
|
Subject: [PATCH] PackageKit: modify support URL
|
||
|
|
|
||
|
|
Signed-off-by: Buildteam <buildteam@openeuler.org>
|
||
|
|
---
|
||
|
|
etc/Vendor.conf | 10 +++++-----
|
||
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/etc/Vendor.conf b/etc/Vendor.conf
|
||
|
|
index 8db873b..ec48908 100644
|
||
|
|
--- a/etc/Vendor.conf
|
||
|
|
+++ b/etc/Vendor.conf
|
||
|
|
@@ -12,7 +12,7 @@
|
||
|
|
# If the value is set to 'none' then no link is shown.
|
||
|
|
#
|
||
|
|
# default=http://www.packagekit.org/pk-package-not-found.html
|
||
|
|
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
|
||
|
|
+DefaultUrl=https://gitee.com/openeuler/community/issues
|
||
|
|
|
||
|
|
# The URL which is shown to the user when a codec could not be found.
|
||
|
|
# It should explain why certain codecs cannot be used, and perhaps show
|
||
|
|
@@ -21,7 +21,7 @@ DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
|
||
|
|
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||
|
|
#
|
||
|
|
# default=none
|
||
|
|
-CodecUrl=none
|
||
|
|
+CodecUrl=https://gitee.com/openeuler/community/issues
|
||
|
|
|
||
|
|
# The URL which is shown to the user when hardware drivers could not be found.
|
||
|
|
# It should explain why some hardware is not supported, and links to futher
|
||
|
|
@@ -30,7 +30,7 @@ CodecUrl=none
|
||
|
|
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||
|
|
#
|
||
|
|
# default=none
|
||
|
|
-HardwareUrl=none
|
||
|
|
+HardwareUrl=https://gitee.com/openeuler/community/issues
|
||
|
|
|
||
|
|
# The URL which is shown to the user when fonts could not be found.
|
||
|
|
# Alternatives should probably be suggested where possible.
|
||
|
|
@@ -38,7 +38,7 @@ HardwareUrl=none
|
||
|
|
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||
|
|
#
|
||
|
|
# default=none
|
||
|
|
-FontUrl=none
|
||
|
|
+FontUrl=https://gitee.com/openeuler/community/issues
|
||
|
|
|
||
|
|
# The URL which is shown to the user when programs handing a mime tpye could not
|
||
|
|
# be found. It should probably explain how to use wine if the program is a
|
||
|
|
@@ -47,4 +47,4 @@ FontUrl=none
|
||
|
|
# If the value is set to 'none' then the value of DefaultUrl is used.
|
||
|
|
#
|
||
|
|
# default=none
|
||
|
|
-MimeUrl=none
|
||
|
|
+MimeUrl=https://gitee.com/openeuler/community/issues
|
||
|
|
--
|
||
|
|
1.8.3.1
|