GNOME Bugzilla – Bug 653115
drop symbolic links for executable
Last modified: 2011-09-13 11:15:55 UTC
http://git.gnome.org/browse/gucharmap/commit/?id=c101952b56e6392fdefa10b914df93ddbcc90ec0 There are a couple symbolic links for the executable. This is problematic for application tracking. See https://live.gnome.org/GnomeShell/ApplicationBased . It is also very strange.
Though honestly I kinda like the charmap name better than gucharmap...
I guess just calling g_set_prgname() explicitly before gtk_init_with_args() would fix it?
Any response to comment 2 ?
(In reply to comment #3) > Any response to comment 2 ? It should, yes. Make it match the .desktop filename: https://live.gnome.org/GnomeShell/ApplicationBased
Should be fixed on master.