-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize desktop files, simplify build (#778)
- Loading branch information
1 parent
f976b6a
commit 25ccd57
Showing
4 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 11 additions & 6 deletions
17
data/io.elementary.photos.desktop.in.in → data/photos.desktop.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
[Desktop Entry] | ||
Version=1.5 | ||
Type=Application | ||
|
||
Name=Photos | ||
Comment=Organize your photos | ||
Exec=@EXEC_NAME@ %U | ||
Icon=io.elementary.photos | ||
GenericName=Photo Manager | ||
Categories=Graphics;Photography;GNOME;GTK; | ||
Keywords=album;cameras;crop;edit;enhance;export;gallery;images;import;organize;photographs;photos;pictures;photography;print;publish;rotate;share;tags;video; | ||
Terminal=false | ||
Type=Application | ||
|
||
Icon=io.elementary.photos | ||
Exec=io.elementary.photos %U | ||
SingleMainWindow=true | ||
StartupNotify=true | ||
Terminal=false | ||
|
||
MimeType=x-content/image-dcf; | ||
Categories=Graphics;Photography;GNOME;GTK; | ||
|
||
X-GNOME-UsesNotifications=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
[Desktop Entry] | ||
Version=1.5 | ||
Type=Application | ||
|
||
Name=Photo Viewer | ||
GenericName=Photo Viewer | ||
Exec=@EXEC_NAME@ %U | ||
Categories=Graphics;Viewer;Photography;GNOME;GTK; | ||
|
||
Icon=io.elementary.photos.viewer | ||
Terminal=false | ||
Exec=io.elementary.photos %U | ||
NoDisplay=true | ||
Type=Application | ||
SingleMainWindow=false | ||
StartupNotify=true | ||
Terminal=false | ||
|
||
MimeType=image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/gif;image/x-3fr;image/x-adobe-dng;image/x-arw;image/x-bay;image/x-bmp;image/x-canon-cr2;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-crw;image/x-dcr;image/x-dcraw;image/x-dcs;image/x-dng;image/x-drf;image/x-eip;image/x-erf;image/x-fff;image/x-fuji-raf;image/x-iiq;image/x-k25;image/x-kdc;image/x-mef;image/x-minolta-mrw;image/x-mos;image/x-mrw;image/x-nef;image/x-nikon-nef;image/x-nrw;image/x-olympus-orf;image/x-orf;image/x-panasonic-raw;image/x-pef;image/x-pentax-pef;image/x-png;image/x-ptx;image/x-pxn;image/x-r3d;image/x-raf;image/x-raw;image/x-rw2;image/x-rwl;image/x-rwz;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-sr2;image/x-srf;image/x-x3f;image/webp; | ||
Categories=Graphics;Viewer;Photography;GNOME;GTK; | ||
|
||
X-GNOME-UsesNotifications=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
data/viewer.desktop.in.in | ||
data/io.elementary.photos.desktop.in.in | ||
data/viewer.desktop.in | ||
data/photos.desktop.in | ||
data/photos.metainfo.xml.in |