Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/nightfall/files/patch-LightGnome.c
16461 views
1
--- LightGnome.c.orig 2011-11-18 12:47:36 UTC
2
+++ LightGnome.c
3
@@ -333,7 +333,11 @@ gint
4
FileType *dataFile = FileList;
5
char path[256];
6
7
+#if 0
8
argv[0] = program_invocation_name;
9
+#else
10
+ argv[0] = g_get_prgname();
11
+#endif
12
argv[1] = "-U";
13
argv[2] = NULL;
14
15
16