From f88c48ca6967abaaca185a86eba14ce2728989c4 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Fri, 4 Feb 2022 15:27:34 -0800 Subject: [PATCH] desktop: Add Loupe as a keyword Allows us to search by code/bin name in GNOME Shell --- data/org.gnome.Loupe.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.Loupe.desktop.in.in b/data/org.gnome.Loupe.desktop.in.in index 226e2023..118eb6a5 100644 --- a/data/org.gnome.Loupe.desktop.in.in +++ b/data/org.gnome.Loupe.desktop.in.in @@ -7,5 +7,5 @@ Terminal=false Type=Application Categories=GNOME;GTK;Graphics;2DGraphics;RasterGraphics;Viewer; MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp;image/x-icns; -Keywords=Picture;Slideshow;Graphics; +Keywords=Picture;Slideshow;Graphics;Loupe; StartupNotify=true -- GitLab