Page 3 of 3

Lxde DE Module

Posted: 18 Mar 2018, 05:20
by ncmprhnsbl
Ed_P wrote:
18 Mar 2018, 03:11
I think a consistent approach to fixing the problem would be more helpful.
ncmprhnsbl wrote:
12 Mar 2018, 22:44
Jack wrote:
12 Mar 2018, 22:08
Is that ran in guest or root? And do I need to reboot?
chown -R guest:users /home/guest
root
you need to do it to your extracted module

Code: Select all

#chown -R guest:users /path/to/yourextractedmodule/home/guest
it's quite simple really
i happened to use mloop to check the module file ownerships, nothing more since (i think) mloop is read only,
sorry for not explaining every single detail

Lxde DE Module

Posted: 18 Mar 2018, 13:26
by Ed_P
ncmprhnsbl wrote:
18 Mar 2018, 05:20
(i think) mloop is read only,
Confirmed.

Code: Select all

guest@porteus:~$ ls /mnt/loop/var/usm/local
libs.txt
guest@porteus:~$ rm /mnt/loop/var/usm/local/*
rm: cannot remove '/mnt/loop/var/usm/local/libs.txt': Read-only file system
guest@porteus:~$ 

Lxde DE Module

Posted: 18 Mar 2018, 15:58
by brokenman
mloop is just a script to ease mounting of file systems. It's the file system that is read-only as is reported in the above output.

Code: Select all

mount -o loop /path/to/module.xzm /mnt/loop
mount -o loop /path/to/savefile.dat /mnt/loop
You will get two different results with the above commands. One writable and one not. If you want to edit a module then unpack it.

Lxde DE Module

Posted: 28 May 2018, 00:20
by francois
Where is jack?

Lxde DE Module

Posted: 28 May 2018, 19:44
by francois
Can`t he share with a neighbor?