You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4KB

  1. --- src/rmd_initialize_data.c.orig 2015-04-03 10:40:24.785080213 +0100
  2. +++ src/rmd_initialize_data.c 2015-04-03 10:41:04.064554483 +0100
  3. @@ -239,8 +239,8 @@
  4. args->device = (char *) malloc(strlen(DEFAULT_AUDIO_DEVICE) + 1);
  5. strcpy(args->device, DEFAULT_AUDIO_DEVICE);
  6. - args->workdir = (char *) malloc(5);
  7. - strcpy(args->workdir, "/tmp");
  8. + args->workdir = (char *) malloc(9);
  9. + strcpy(args->workdir, "/var/tmp");
  10. args->pause_shortcut = (char *) malloc(15);
  11. strcpy(args->pause_shortcut, "Control+Mod1+p");
  12. --- src/rmd_parseargs.c.orig 2015-04-03 10:43:47.311369535 +0100
  13. +++ src/rmd_parseargs.c 2015-04-03 10:44:02.364168064 +0100
  14. @@ -123,7 +123,7 @@
  15. "\t--compress-cache\tImage data are cached with light compression.\n"
  16. "\t--workdir DIR\t\tLocation where a temporary directory"
  17. - " will be created to hold project files(default $HOME).\n"
  18. + " will be created to hold project files(default /var/tmp).\n"
  19. "\t--delay n[H|h|M|m]\tNumber of secs(default),minutes or hours"
  20. " before capture starts(number can be float)\n"
  21. --- doc/recordmydesktop.1.orig 2015-04-03 10:45:20.907116818 +0100
  22. +++ doc/recordmydesktop.1 2015-04-03 10:45:33.132953184 +0100
  23. @@ -419,7 +419,7 @@
  24. .TP
  25. .B
  26. \-\-workdir DIR
  27. - Location where a temporary directory will be created to hold project files(default /tmp).
  28. + Location where a temporary directory will be created to hold project files(default /var/tmp).
  29. .br
  30. .TP
  31. .B