diff --git a/desmume/src/frontend/posix/gtk/meson.build b/desmume/src/frontend/posix/gtk/meson.build index 6727f4813..1034a9676 100644 --- a/desmume/src/frontend/posix/gtk/meson.build +++ b/desmume/src/frontend/posix/gtk/meson.build @@ -37,5 +37,5 @@ executable('desmume', install_data('org.desmume.DeSmuME.desktop', install_dir: join_paths(get_option('datadir'), 'applications')) install_data('org.desmume.DeSmuME.metainfo.xml', install_dir: join_paths(get_option('datadir'), 'metainfo')) -install_data('DeSmuME.svg', install_dir: join_paths(get_option('datadir'), 'pixmaps')) +install_data('org.desmume.DeSmuME.svg', install_dir: join_paths(get_option('datadir'), 'pixmaps')) install_data('doc/desmume.1', install_dir: join_paths(get_option('datadir'), 'man', 'man1')) diff --git a/desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.desktop b/desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.desktop index cae4c8eba..cf2b87c1e 100644 --- a/desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.desktop +++ b/desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.desktop @@ -5,6 +5,6 @@ Name=DeSmuME (Gtk) Comment=Nintento DS emulator TryExec=desmume Exec=desmume -Icon=DeSmuME +Icon=org.desmume.DeSmuME Categories=GNOME;GTK;Game;Emulator; MimeType=application/x-nintendo-ds-rom; diff --git a/desmume/src/frontend/posix/gtk/DeSmuME.svg b/desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.svg similarity index 100% rename from desmume/src/frontend/posix/gtk/DeSmuME.svg rename to desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.svg