all repos — openbox @ 083afe5e2e5147496a95876e4795a9c6df3581f6

openbox fork - make it a bit more like ryudo

add a call to g_set_prgname
Dana Jansens danakj@orodu.net
commit

083afe5e2e5147496a95876e4795a9c6df3581f6

parent

c170d2f717559ccaab551ea2c9089438994b0c04

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -127,6 +127,8 @@ path = g_build_filename(g_get_home_dir(), ".openbox", "themes", NULL);

mkdir(path, (S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | S_IXOTH)); g_free(path); + + g_set_prgname(argv[0]); /* parse out command line args */ parse_args(argc, argv);