diff options
author | Thomas White <taw@physics.org> | 2022-04-05 16:38:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-04-05 16:38:41 +0200 |
commit | ad8494c441231d63107cc5954b01aec5c64558fe (patch) | |
tree | 465da849b2a1e95149d2242fb3c92f5bb80ff24a /data/crystfel.desktop | |
parent | 5c31874f20a37c2ac8d4c27d982c0783db990105 (diff) |
GUI: Add desktop file and set application name
This fixes the broken window icon on Wayland.
Diffstat (limited to 'data/crystfel.desktop')
-rw-r--r-- | data/crystfel.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/crystfel.desktop b/data/crystfel.desktop new file mode 100644 index 00000000..d4dd8736 --- /dev/null +++ b/data/crystfel.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=CrystFEL +GenericName=CrystFEL +Comment=A graphical interface for CrystFEL +Exec=crystfel +Icon=crystfel +Terminal=false +Type=Application +Categories=Science + |