Openbox Configuration Manager

Please post all general support questions for LXDE here.
Post Reply
pauldmallett
Posts: 14
Joined: Tue May 26, 2015 11:20 am

Openbox Configuration Manager

Post by pauldmallett »

FreeBSD, Openbox, LXDE not sure which Forum to ask but will try all three in order.
I would be grateful for advice or a steer in the right direction.
I have a running LXDE desktop on FreeBSD which seems fine however "/home/USER/.config/openbox/lxde-rc.xml"
file was created empty apparently without any obvious ill effects.
I populated the file with the contents of one from my Debian12 laptop which took effect on the desktop
however any attempt to configure openbox using "Openbox Configuration Manager" causes the Manager to
crash and the "lxde-rc.xml" file to be made empty again.
Installed the following on FreeBSD virtual machine running on Virtualbox:

Code: Select all

 pkg install xorg 
 pkg install lxde-meta 
 pkg install lightdm 
 pkg install lightdm-gtk-greeter 


CONFIGURE GUI STARTUP
ee /home/borg/.xinitrc

Code: Select all

 #EDIT ADD
#!/bin/sh
exec ck-launch-session dbus-launch --exit-with-session startlxde
#END SAVE EXIT 
ee /etc/rc.conf

Code: Select all

 #EDIT ADD
dbus_enable="YES"
lightdm_enable="YES"
#END SAVE EXIT 
ee /etc/fstab

Code: Select all

 #EDIT ADD OR CONFIRM PRESENT
proc    /proc   procfs  rw  0   0
#END SAVE EXIT 
VIRTUALBOX GUEST ADDITIONS INSTALL

Code: Select all

 pkg install -y virtualbox-ose-additions
sysrc vboxguest_enable="YES"
sysrc vboxservice_enable="YES"
reboot 



================================================================================
Seems to me like a permission issue but I'm not sure where to look.

/usr/local/share/applications/obconf.desktop -rw-r--r-- 1 root wheel 718 Feb 11 03:28 obconf.desktop
/usr/local/bin/obconf -r-xr-xr-x 1 root wheel 70840 Feb 11 03:28 obconf
Lenovo T520
O/S History Win 3.11,OS2,95,98,2000,SUSE,Vista,Win7,U/Xu/Lu_buntu,Debian8 LXDE
Post Reply