[shotwell] Add .desktop file for starting profile browser



commit 56b7ae5b07be162893114ba98743b06b358fe5d6
Author: Jens Georg <mail jensge org>
Date:   Sat Sep 10 19:15:15 2022 +0200

    Add .desktop file for starting profile browser

 data/meson.build                                   |  7 +++++++
 data/org.gnome.Shotwell-Profile-Browser.desktop.in | 17 +++++++++++++++++
 2 files changed, 24 insertions(+)
---
diff --git a/data/meson.build b/data/meson.build
index 9c17f0ff..798ea387 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -28,5 +28,12 @@ i18n.merge_file(input : 'org.gnome.Shotwell-Viewer.desktop.in',
                 install : true,
                 install_dir : join_paths(get_option('datadir'), 'applications'))
 
+i18n.merge_file(input : 'org.gnome.Shotwell-Profile-Browser.desktop.in',
+                output: 'org.gnome.Shotwell-Profile-Browser.desktop',
+                po_dir : podir,
+                type : 'desktop',
+                install : true,
+                install_dir : join_paths(get_option('datadir'), 'applications'))
+
 shotwell_resources = gnome.compile_resources('shotwell-resources',
         'org.gnome.Shotwell.gresource.xml')
diff --git a/data/org.gnome.Shotwell-Profile-Browser.desktop.in 
b/data/org.gnome.Shotwell-Profile-Browser.desktop.in
new file mode 100644
index 00000000..9dab6025
--- /dev/null
+++ b/data/org.gnome.Shotwell-Profile-Browser.desktop.in
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Version=1.0
+Name=Shotwell
+GenericName=Photo Manager
+Comment=Organize your photos
+# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
+Keywords=album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;
+Exec=shotwell -b
+# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
+Icon=org.gnome.Shotwell
+Terminal=false
+Type=Application
+MimeType=x-content/image-dcf;
+Categories=Graphics;Photography;GNOME;GTK;
+X-GIO-NoFuse=true
+X-GNOME-Gettext-Domain=shotwell
+X-GNOME-FullName=Shotwell Photo Manager


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