From be149bc945b40e15d6476f3ea92531c39174edd4 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Wed, 11 Jul 2018 14:23:50 +0200 Subject: [PATCH] Update screensaver_x11.cpp to new /var/lib/boinc working directory Thanks Gord Sipko for the report! --- clientscr/screensaver_x11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientscr/screensaver_x11.cpp b/clientscr/screensaver_x11.cpp index b45f16f953..076df8d480 100644 --- a/clientscr/screensaver_x11.cpp +++ b/clientscr/screensaver_x11.cpp @@ -23,7 +23,7 @@ // // GL: "boincscr -root \n\" // -// If your BOINC directory differs from /var/lib/boinc-client, you can use +// If your BOINC directory differs from /var/lib/boinc, you can use // the -boinc_dir command line argument. // // When run, this screensaver connects to the BOINC client via RPC, asks for @@ -377,7 +377,7 @@ void *event_loop(void*) { int main(int argc, char *argv[]) { unsigned long int window_id = 0; bool windowed = true; - std::string boinc_wd = "/var/lib/boinc-client"; + std::string boinc_wd = "/var/lib/boinc"; // parse command line for(int c = 0; c < argc; c++) {