diff options
-rw-r--r-- | src/ephy-main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 493eb91dc..cd7f92f23 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -490,6 +490,9 @@ main (int argc, */ LIBXML_TEST_VERSION; + /* sets name to help matching with the .desktop file */ + g_set_prgname ("epiphany"); + /* If we're given -remote arguments, translate them */ if (argc >= 2 && strcmp (argv[1], "-remote") == 0) |