https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197871

--- Comment #3 from Raphael Kubo da Costa <rak...@freebsd.org> ---
(In reply to t.rus76 from comment #0)
> Even with the file /usr/local/etc/ksysguarddrc present and accessible, this
> message appears on boot:
> 
> sysguardd: cannot open config file '"/usr/local/etc/ksysguarddrc"'
> 
> The problem seems to be with quotes in the filename.

What FreeBSD version and compiler (and version) are you using?

Reapplying the fix from KDE bug 199734 just doesn't work here on
HEAD+clang+CMake 3.1.3, as the code in ksysguardd.c now evaluates to

  #define KSYSGUARDDRCFILE /s/kde/etc/ksysguarddrc

instead of

  #define KSYSGUARDDRCFILE "/s/kde/etc/ksysguarddrc"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to