Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore x86_64 => dCore x86_64 Imported Extensions => Topic started by: jls on February 18, 2019, 12:52:56 PM

Title: enlightenment.deb2sce missing /etc/sysconfig/desktop initialization
Post by: jls on February 18, 2019, 12:52:56 PM
Hi
as in the subject, "someone", I don't want to say who, because is not polite  ;), has changed the script in the subject, forgetting the following line:
Code: [Select]
[ -z /etc/sysconfig/desktop ] || echo "enlightenment_start" > /etc/sysconfig
ciao
 ;D
Title: Re: enlightenment.deb2sce missing /etc/sysconfig/desktop initialization
Post by: Jason W on February 19, 2019, 02:49:34 AM
Ok, it is in now. 
Title: Re: enlightenment.deb2sce missing /etc/sysconfig/desktop initialization
Post by: jls on February 19, 2019, 03:03:36 PM
Hi
sorry but the line to be added is not exactly the one on the first post, but:
Code: [Select]
[ -z /etc/sysconfig/desktop ] || echo "enlightenment_start" > /etc/sysconfig/desktop
thank you Jason
Title: Re: enlightenment.deb2sce missing /etc/sysconfig/desktop initialization
Post by: Jason W on February 19, 2019, 04:52:22 PM
Ok, I copied and pasted earlier as I was heading out the door for work.  Should be good now.