[gnome-shell/T27795: 13/138] project: Add eos-link-feedback back



commit bf84533c4d54f72b0be789ccdb0a525baba7ac07
Author: Mario Sanchez Prada <mario endlessm com>
Date:   Mon Jan 29 14:57:50 2018 +0000

    project: Add eos-link-feedback back
    
    This desktop file was present in our previous Endless
    Shell before the rebase.
    
    This commit brings this desktop file back.
    
    https://phabricator.endlessm.com/T16842

 data/eos-link-feedback.desktop.in.in | 10 ++++++++++
 data/meson.build                     |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/data/eos-link-feedback.desktop.in.in b/data/eos-link-feedback.desktop.in.in
new file mode 100644
index 0000000000..e18784e925
--- /dev/null
+++ b/data/eos-link-feedback.desktop.in.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+_Name=Feedback
+_Comment=
+Type=Application
+Exec=chromium-browser chrome-extension://fpmnjlkappdkncfmjefheaidpmbmfdfk/index.html#feedback
+Icon=
+Categories=Utility;
+NoDisplay=true
+X-Endless-LaunchMaximized=false
diff --git a/data/meson.build b/data/meson.build
index 88a61765f5..a54a5dc19e 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,6 +1,7 @@
 desktop_files = [
   'org.gnome.Shell.desktop',
-  'gnome-shell-extension-prefs.desktop'
+  'gnome-shell-extension-prefs.desktop',
+  'eos-link-feedback.desktop'
 ]
 service_files = []
 


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