Owncloud client error message

  • Done
  • quality assurance status badge
Details
3 participants
  • Cayetano Santos
  • Daniel Meißner
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote on 10 Oct 2021 10:43
(address . bug-guix@gnu.org)
yu18rz1felc.fsf@inventati.org
Context:

Using guix as a package manager under a foreign, up to date
archlinux distribution.

Problem:

When I install owncloud-client, and provide the log in
credentials, I get a message

"could not read system exclude file"

I have to notice that, when I’m using archlinux provided package,
all works as expected.

Thanks,
L
L
Liliana Marie Prikler wrote on 10 Oct 2021 19:40
140c498059f3f51dc7010c389fb92f61f5ccc20e.camel@gmail.com
Hi,

Am Sonntag, den 10.10.2021, 10:43 +0200 schrieb Cayetano Santos:
Toggle quote (14 lines)
> Context:
>
> Using guix as a package manager under a foreign, up to date
> archlinux distribution.
>
> Problem:
>
> When I install owncloud-client, and provide the log in
> credentials, I get a message
>
> "could not read system exclude file"
>
> I have to notice that, when I’m using archlinux provided package,
> all works as expected.
The file in question appears to be installed into
$PREFIX/etc/ownCloud/sync-exclude.lst, but owncloud appears to
construct this name somewhat weirdly, (see src/libsync/configfile.cpp)

I'd hazard a guess, that the line
fi.setFile(QStringLiteral(SYSCONFDIR "/%1").arg(Theme::instance()-
Toggle quote (1 lines)
>appName()), exclFile);
produces a wrong directory. One could probably check via strace.

Cheers
D
Closed
?