Make the name of the ephoto gadget "Slideshow"

v-1.6.0
Stephen Houston 6 years ago
parent 292881981e
commit 8db0480b4e
  1. 4
      data/desktop/meson.build
  2. 6
      data/desktop/slideshow.desktop

@ -16,5 +16,5 @@ dep_e = dependency('enlightenment')
release = dep_e.get_pkgconfig_variable('release')
module_arch = '@0@-@1@-@2@'.format(host_os, host_machine.cpu_family(), release)
dir_gadgets = join_paths([dir_lib, 'enlightenment/gadgets', module_arch])
install_data('ephoto.desktop',
install_dir: join_paths([dir_gadgets, 'ephoto']))
install_data('slideshow.desktop',
install_dir: join_paths([dir_gadgets, 'slideshow']))

@ -0,0 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Slideshow
Icon=ephoto
Exec=ephoto
Loading…
Cancel
Save