diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-01-23 12:21:53 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-02-06 12:45:28 +0100 |
commit | 38bc5065a2c6ac2f44210f8c75b12fc4912c8ea1 (patch) | |
tree | 1dc4cff75ce771d1936d2af6b4c43f9c1c6d473e | |
parent | 5eb459a0882bbaf4013b24f7282983042d3df9d0 (diff) |
daemon: Remove deprecated Encoding from .desktop files
Encoding is deprecated according to
http://standards.freedesktop.org/desktop-entry-spec/latest/apc.html
-rw-r--r-- | src/daemon/pulseaudio-kde.desktop.in | 1 | ||||
-rw-r--r-- | src/daemon/pulseaudio.desktop.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/pulseaudio-kde.desktop.in b/src/daemon/pulseaudio-kde.desktop.in index 068464215..f0bfa8f6c 100644 --- a/src/daemon/pulseaudio-kde.desktop.in +++ b/src/daemon/pulseaudio-kde.desktop.in @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 _Name=PulseAudio Sound System KDE Routing Policy _Comment=Start the PulseAudio Sound System with KDE Routing Policy Exec=start-pulseaudio-kde diff --git a/src/daemon/pulseaudio.desktop.in b/src/daemon/pulseaudio.desktop.in index b75b37840..ce99382a1 100644 --- a/src/daemon/pulseaudio.desktop.in +++ b/src/daemon/pulseaudio.desktop.in @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 _Name=PulseAudio Sound System _Comment=Start the PulseAudio Sound System Exec=start-pulseaudio-x11 |