diff options
author | Ross Vandegrift <ross@kallisti.us> | 2017-12-13 09:53:33 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-12-13 10:27:48 -0800 |
commit | 71e5c74eb6919114a9a96d8c282e7b931d20981f (patch) | |
tree | 7beeb2ab8087639cd072b83b3923950fd3995091 /config | |
parent | 750e45e287d9b1046c49fcbd0c25423abe16a35b (diff) | |
download | efl-71e5c74eb6919114a9a96d8c282e7b931d20981f.tar.gz |
efl: drop deprecated Encoding key from desktop files
Summary:
The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded. See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html
Fix various typos and misspellings
lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries. This change fixes the ones it identified in 1.20.6.
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5584
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/default/profile.desktop | 1 | ||||
-rw-r--r-- | config/mobile/profile.desktop | 1 | ||||
-rw-r--r-- | config/standard/profile.desktop | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/config/default/profile.desktop b/config/default/profile.desktop index e415c8b722..be4045df0b 100644 --- a/config/default/profile.desktop +++ b/config/default/profile.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Type=Link Name=Default Name[ab]=默认 diff --git a/config/mobile/profile.desktop b/config/mobile/profile.desktop index 5401ed26ef..9ed279a9d0 100644 --- a/config/mobile/profile.desktop +++ b/config/mobile/profile.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Type=Link Name=Mobile Name[ca]=Mòbil diff --git a/config/standard/profile.desktop b/config/standard/profile.desktop index fb15412ed5..361da2b862 100644 --- a/config/standard/profile.desktop +++ b/config/standard/profile.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Type=Link Name=Standard Name[ab]=标准 |