GTK+: Match filenames and appname to snes9x-gtk.

This will help environments match the desktop file with
the executable easier. The visible name stays just Snes9x.
This commit is contained in:
Brandon Wright 2018-12-23 12:09:30 -06:00
parent 84dbdfd498
commit 6b376cf8f4
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
install_data('../../data/cheats.bml', install_dir: appdatadir) install_data('../../data/cheats.bml', install_dir: appdatadir)
install_data('snes9x.desktop', install_dir: join_paths(datadir, 'applications')) install_data('snes9x-gtk.desktop', install_dir: join_paths(datadir, 'applications'))
hicolor = join_paths(datadir, 'icons', 'hicolor') hicolor = join_paths(datadir, 'icons', 'hicolor')
install_data('snes9x_16x16.png', install_dir: hicolor, rename: '16x16/apps/snes9x.png') install_data('snes9x_16x16.png', install_dir: hicolor, rename: '16x16/apps/snes9x.png')

View File

@ -39,7 +39,7 @@ int main (int argc, char *argv[])
gtk_init (&argc, &argv); gtk_init (&argc, &argv);
g_set_prgname ("snes9x"); g_set_prgname ("snes9x-gtk");
g_set_application_name ("Snes9x"); g_set_application_name ("Snes9x");
setlocale (LC_ALL, ""); setlocale (LC_ALL, "");