Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I can't save anything in OpenOffice
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
turboedvo
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2005
Posts: 87

PostPosted: Thu Jun 22, 2006 1:37 am    Post subject: I can't save anything in OpenOffice Reply with quote

Whenever I try to save anything in OpenOffice writer or impress, it tells me that the file does not exist and it is unable to save in a specific folder in my home folder. Any ideas why it is acting up?

Eamon
Back to top
View user's profile Send private message
turboedvo
Tux's lil' helper
Tux's lil' helper


Joined: 21 Sep 2005
Posts: 87

PostPosted: Thu Jun 22, 2006 1:43 am    Post subject: Reply with quote

OK, figured it out. Apparently I made my document directory with my root account and that set the folder permissions to prevent me from writing in the folder. Is there any way to set folder permissions after the fact?

Eamon
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Jun 22, 2006 1:56 am    Post subject: Reply with quote

For discussion's sake, let's say the troublesome folder is /home/myuser/trouble.
To fix it, become root, then:
Code:

# cd /home/myuser
# chown myuser: trouble
# chmod 755 trouble

That will change ownership to your regular user (myuser), and grant full access to the owner, read-only access to all others. If there are files/folders inside trouble already, use chown -R to fix them all (-R = recursive).
Once ownership is correct, you can fine-tune permissions with Properties dialogs in KDE/GNOME/etc. if needed. Or man chmod to learn more.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum