diff --git a/build/aps/APP-META-1.1.xml b/build/aps/APP-META-1.1.xml
index e4714b13da9bf9868a9034ef4ab7f560f5abdfd4..e7f67e456b00e4762ece5239a792fe4794d2ff6a 100755
--- a/build/aps/APP-META-1.1.xml
+++ b/build/aps/APP-META-1.1.xml
@@ -28,7 +28,7 @@ It's an OpenSource software you can install on a web server or as a
 standalone software. Dolibarr is designed to provide simplicity to end-user.
         </description>
 		<icon path="images/appicon_64.png" />
-		<screenshot path="images/dolibarr_screenshot1.png">
+		<screenshot path="images/dolibarr_screenshot1_640x480.png">
 			<description>Screenshot 1</description>
 		</screenshot>
 		<changelog>
diff --git a/build/aps/APP-META-1.2.xml b/build/aps/APP-META-1.2.xml
index 2d27c591c07bb7eac5aa0c55b1fc0ff2080d3542..4c85fe5b354aca709ed0ef89ab2fef3daf3c11e7 100755
--- a/build/aps/APP-META-1.2.xml
+++ b/build/aps/APP-META-1.2.xml
@@ -9,7 +9,7 @@
 	<vendor>
 		<name>Dolibarr</name>
 		<homepage>http://www.dolibarr.org/</homepage>
-		<icon path="images/icon.png" />
+		<icon path="images/appicon_64.png" />
 	</vendor>
 	<packager>
         <name>Laurent Destailleur</name>
@@ -28,8 +28,8 @@ into an intuitive and user-friendly graphical interface
 It's an OpenSource software you can install on a web server or as a
 standalone software. Dolibarr is designed to provide simplicity to end-user.
 </description>
-		<icon path="doc/images/appicon_64.png" />
-		<screenshot path="doc/images/dolibarr_screenshot1.jpg">
+		<icon path="images/appicon_64.png" />
+		<screenshot path="images/dolibarr_screenshot1_640x480.jpg">
 			<description>Screenshot 1</description>
 		</screenshot>
 		<changelog>
diff --git a/build/aps/APP-META.xml b/build/aps/APP-META.xml
index a7e8fe23dd8b81625cc4216bb029d9d029fad1ee..2b69219a173c2e17f33b1931680e9e99d05a76ef 100755
--- a/build/aps/APP-META.xml
+++ b/build/aps/APP-META.xml
@@ -21,26 +21,14 @@
 Dolibarr is a free modular software (you see only
 features you need) to manage small and medium companies, freelancers
 or foundations.
-This Opensource software is designed to provide all features you need to
+This OpenSource software is designed to provide all features you need to
 manage information on many aspects of your business
 into an intuitive and user-friendly graphical interface
 It's an OpenSource software you can install on a web server or as a
-standalone software. Dolibarr is designed to provide simplicity:
-* Simple to use (any module can be disabled to removed not required
-features, only the permissions features can not be disabled).
-* Simple to install (with DoliWamp the auto-installer for Windows,
-DoliBuntu, the auto-installer for Ubuntu/Debian or DoliMamp the
-auto-installer for Mac OS X, for those who do not know how to install
-an Apache server, MySQL, PHP. A web assistant is available for
-others, no additional components required, no Java, no Python, no
-Perl, no PEARL PHP modules, no other exotic library).
-* Simple for development (no heavy frameworks). Dolibarr, developed in
-PHP object, incorporates its own natural code, allowing every
-developer to be immediately operational, with no other knowledge than
-PHP).
+standalone software. Dolibarr is designed to provide simplicity to end-user.
         </description>
         <icon path="images/appicon_64.png" />
-        <screenshot path="images/dolibarr_screenshot1.png">
+        <screenshot path="images/dolibarr_screenshot1_640x480.png">
             <description>Screenshot 1</description>
         </screenshot>
         <changelog>
@@ -74,6 +62,7 @@ PHP).
         </license>
         <presentation>
             <name>Dolibarr instance</name>
+            <summary>Dolibarr services</summary>
             <entry-points>
                 <entry class="frontpage" dst="/">
                     <label>Application entry point</label>
@@ -126,7 +115,7 @@ Please make sure the text you entered starts with a letter and continues with ei
             <configuration-script name="configure.php">
                 <configuration-script-language>php</configuration-script-language>
                 <status-control/>
-			</configuration-script>
+            </configuration-script>
         </provision>
     </service>
 </application>
\ No newline at end of file
diff --git a/doc/images/dolibarr_screenshot1_640x480.png b/doc/images/dolibarr_screenshot1_640x480.png
new file mode 100755
index 0000000000000000000000000000000000000000..16fab1336ee7773c6893122e5288ef34c6da4e24
Binary files /dev/null and b/doc/images/dolibarr_screenshot1_640x480.png differ