Announcement

Collapse
No announcement yet.

Sharing kaddress and korganizer data

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sharing kaddress and korganizer data

    Newbie alert!
    I want to be able to share my kaddress book and korganizer calender with the other user of this desktop. I've set kontact to use a local file as resource, and have a separate /data partition with sub-directories for /addressbook and /calendar. But I keep having write permission problems. For instance:

    Code:
    ls -l data/calendar/std.ics
    returns

    -rw-r--r-- 1 root root 27560 2006-08-15 11:22 /data/calendar/std.ics

    so I

    Code:
    sudo chmod 777 /data/calendar/std.ics
    but this doesn't ask for a sudo password, and the result of ls -l is exactly the same as before. I know this must be a basic mistake- what's going on?

    Or even, is there a better way of sharing this sort of application data (and would you be prepared to walk me through applying it?)


    #2
    Re: Sharing kaddress and korganizer data

    A random thought: What are the perms on the /data/ and /data/calende/ directories?

    Comment

    Working...
    X