[epiphany] data: update screenshot



commit 49535fb72c8361414af2b2527de87b5a9b9efcb5
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Dec 18 08:01:28 2013 -0500

    data: update screenshot

 data/epiphany.appdata.xml.in |    2 +-
 data/resize-window.sh        |    6 ++++++
 data/screenshot.png          |  Bin 0 -> 202287 bytes
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/epiphany.appdata.xml.in b/data/epiphany.appdata.xml.in
index 93325ad..d69c285 100644
--- a/data/epiphany.appdata.xml.in
+++ b/data/epiphany.appdata.xml.in
@@ -10,7 +10,7 @@
     </_p>
   </description>
   <screenshots>
-    <screenshot type="default" 
http://projects.gnome.org/epiphany/images/epiphany-screenshot.png</screenshot>
+    <screenshot type="default">https://git.gnome.org/browse/epiphany/plain/data/screenshot.png</screenshot>
   </screenshots>
   <url type="homepage">https://wiki.gnome.org/Apps/Web</url>
   <updatecontact>epiphany-list gnome org</updatecontact>
diff --git a/data/resize-window.sh b/data/resize-window.sh
new file mode 100755
index 0000000..821a799
--- /dev/null
+++ b/data/resize-window.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# aim for a size of 1200x675, but wmctrl doesn't seem to take into account
+# the size of the window borders
+wmctrl -x -r epiphany.Epiphany -e 0,-1,-1,1224,700
+wmctrl -x -a epiphany.Epiphany
diff --git a/data/screenshot.png b/data/screenshot.png
new file mode 100644
index 0000000..ed449ca
Binary files /dev/null and b/data/screenshot.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]