WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: openbox permission issue  (Read 4151 times)

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
openbox permission issue
« on: October 04, 2009, 06:08:41 PM »
in then openbox extension ~/.config is not writable by the user.  I think the dir should be owner by the user, not root.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openbox permission issue
« Reply #1 on: October 04, 2009, 09:59:26 PM »
Fixed. Thanks for the heads up.
10+ Years Contributing to Linux Open Source Projects.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: openbox permission issue
« Reply #2 on: October 05, 2009, 12:29:01 AM »
Ive just found another issue with the openbox extension that Im amazed I hadnt noticed before.  The exention has shared libs in it, therefore needs an "l" tacked on to the end.  Thanks for the great work quick responses.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openbox permission issue
« Reply #3 on: October 05, 2009, 01:31:24 AM »
l added  ;D
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: openbox permission issue
« Reply #4 on: October 05, 2009, 04:11:09 AM »
How did u fix the permissions?
dCore user

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openbox permission issue
« Reply #5 on: October 05, 2009, 09:27:28 AM »
The permissions were being set on .config/openbox and not .config itself.
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: openbox permission issue
« Reply #6 on: October 06, 2009, 07:50:58 AM »
launching obconf, click on dock, changing position, I get:
an error occured while saving the config file '/home/tc.config/openbox/rc.xml'
I f look in the terminal I read:
read only file system

[^thehatsrule^: removed spam]
« Last Edit: October 10, 2009, 08:00:22 PM by ^thehatsrule^ »
dCore user

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: openbox permission issue
« Reply #7 on: October 06, 2009, 09:58:25 AM »
everything in ~/.config/openbox is a link to /tmp/tcloop therefore not writable.  I believe the openbox extension was built to be a tce and quickly converted to tcz.  Some more massaging of the extension is probably needed to function well in the latest environments.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openbox permission issue
« Reply #8 on: October 06, 2009, 10:39:38 AM »
I must have had a tcz2ram.flg when I tested.
You could add it to a tcz2ram.lst until someone has the time to look further.
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: openbox permission issue
« Reply #9 on: October 06, 2009, 10:44:05 AM »
roberts aren't u using anymore flwm?
dCore user

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: openbox permission issue
« Reply #10 on: October 06, 2009, 11:22:41 AM »
Absolutely, I am using flwm!  Just trying to be helpful.
Whoever made this extenion sure chose a tiny font that I can hardly see.

Anyway, I made another adjustment to openbox_initmenu..
Let me know if it works now..
« Last Edit: October 06, 2009, 08:02:14 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: openbox permission issue
« Reply #11 on: October 06, 2009, 12:35:32 PM »
Just tested.  All files in ~/.config/openbox/ are now writable and obconf is able to write to rc.xml.  :D  One other thing Im noticing with openbox is that immediately after boot wbar will cover any window that is in its space.  a simple refresh of wbar places it back underneath windows where it should be.  This is a very minor issue and the workaround is so easy that no problem dealing with, but I thought I would mention it anyway.  Thanks for all the great work