https://bugs.kde.org/show_bug.cgi?id=300095

--- Comment #11 from Lamarque V. Souza <lamar...@kde.org> ---
Ok, virtuoso is failing because the /usr/bin/setup-kde-skel, which run as
normal user, does not have permission to read the files in
/etc/skel/.kde/share/apps/nepomuk/. One of the files there is exactly a
pre-filled nepomuk database. Running: 

chmod 644 $(find /etc/skel/.kde/share/apps/nepomuk/ -type f )
chmod 755  $(find /etc/skel/.kde/share/apps/nepomuk/ -type d )

Allows virtuoso to run but "Add Resource" still does not show the other
resources. I do not like giving permission to all files in 
/etc/skel/.kde/share/apps/nepomuk/ , that means anybody in the system can read
the nepomuk database from any user.

Another problem is that /usr/bin/setup-kde-skel was always overriding the
contents of ~user/.kde, including the nepomuk database. I fixed this last
problem in plasma-mobile.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Active mailing list
Active@kde.org
https://mail.kde.org/mailman/listinfo/active

Reply via email to