summarylogtreecommitdiffstats
path: root/netemul.desktop_fix.patch
diff options
context:
space:
mode:
authoroli2015-06-15 14:20:29 +0200
committeroli2015-06-15 14:20:29 +0200
commit57458f8ffb553b3a67c890dfaa44ad8122775386 (patch)
tree0e655e3035177bf99e0efe3d1cbb48cdac2fa868 /netemul.desktop_fix.patch
parentb706043d8ca8e1a7a9086baf17bee1a0a114d389 (diff)
downloadaur-netemul.tar.gz
fixed
Diffstat (limited to 'netemul.desktop_fix.patch')
-rw-r--r--netemul.desktop_fix.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/netemul.desktop_fix.patch b/netemul.desktop_fix.patch
new file mode 100644
index 000000000000..9f2f55923dac
--- /dev/null
+++ b/netemul.desktop_fix.patch
@@ -0,0 +1,29 @@
+Description: Modified netemul.desktop file
+ This patch modifies netemul.desktop to:
+ * Comply with the FreeDesktop standars in not using an Encoding entry
+ * Change the path of the binary from /usr/local/bin/ to /usr/local
+Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
+---
+Origin: Debian
+
+Index: netemul-git-package/netemul.desktop
+===================================================================
+--- netemul-git-package.orig/netemul.desktop 2009-11-27 22:28:22.000000000 -0300
++++ netemul-git-package/netemul.desktop 2009-11-27 22:29:18.000000000 -0300
+@@ -1,13 +1,12 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Name=NetEmul
+ Name[ru]=NetEmul
+ Comment=The LAN network simulator
+ Comment[es]=Simulador de redes de computadoras
+ Comment[ru]=Симулятор работы локольной сети
+ Type=Application
+-Exec=/usr/local/bin/netemul
+-Icon=/usr/local/share/netemul/pixmap/NetEmul.png
++Exec=/usr/bin/netemul
++Icon=/usr/share/netemul/pixmap/NetEmul.png
+ Terminal=false
+-Categories=GNOME;Education;
++Categories=Education;
+ StartupNotify=true