Index: trunk/.classpath
===================================================================
--- trunk/.classpath	(revision 7402)
+++ trunk/.classpath	(revision 7403)
@@ -5,5 +5,5 @@
 	<classpathentry kind="src" path="test/functional"/>
 	<classpathentry kind="src" path="test/performance"/>
-	<classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/" kind="src" path=""/>
+	<classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/|linux/" kind="src" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
Index: trunk/linux/josm-latest.desktop
===================================================================
--- trunk/linux/josm-latest.desktop	(revision 7403)
+++ trunk/linux/josm-latest.desktop	(revision 7403)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=JOSM (latest snapshot)
+GenericName=Java OpenStreetMap Editor (latest)
+Comment=Extensible off-line editor for ​OpenStreetMap (OSM)
+Icon=josm-latest.png
+Exec=josm-latest %F
+Terminal=false
+MimeType=application/x-osm+xml;application/x-gpx+xml
+StartupNotify=false
+Categories=Education;Geoscience;Maps
+StartupWMClass=org-openstreetmap-josm-Main
Index: trunk/linux/josm.appdata.xml
===================================================================
--- trunk/linux/josm.appdata.xml	(revision 7403)
+++ trunk/linux/josm.appdata.xml	(revision 7403)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">josm.desktop</id>
+  <metadata_license>CC BY-SA-3.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <name>JOSM</name>
+  <summary>Java OpenStreetMap Editor</summary>
+  <description>
+    <p>
+    JOSM is an extensible off-line editor for ​OpenStreetMap (OSM) written in ​Java.
+    </p>
+    <p>
+    It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and 
+    editing existing nodes, ways, metadata tags and relations from the OSM database.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://josm.openstreetmap.de</url>
+  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
+</application>
Index: trunk/linux/josm.desktop
===================================================================
--- trunk/linux/josm.desktop	(revision 7403)
+++ trunk/linux/josm.desktop	(revision 7403)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=JOSM
+GenericName=Java OpenStreetMap Editor
+Comment=Extensible off-line editor for ​OpenStreetMap (OSM)
+Icon=josm.png
+Exec=josm %F
+Terminal=false
+MimeType=application/x-osm+xml;application/x-gpx+xml
+StartupNotify=false
+Categories=Education;Geoscience;Maps
+StartupWMClass=org-openstreetmap-josm-Main
