<p dir="ltr">Lee, </p>
<p dir="ltr">Would you like to share with us how did you find this hack? We are curious! :) <br>
And please, if you found a workaround to solve definitely your issue please fill a bug on Launchpad to help others. </p>
<p dir="ltr">Thanks. </p>
<p dir="ltr">F. </p>
<div class="gmail_quote">Em 07/11/2013 23:34, "NikTh" <<a href="mailto:nikth76@yandex.com">nikth76@yandex.com</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On 08/11/2013 01:41 ðì, Lee Gold wrote:<br>
> Hi,<br>
><br>
> If after booting to the "deformed" desktop with a config for uxa in<br>
> /etc/X11 and then doing,<br>
><br>
> sudo service lightdm restart<br>
><br>
> It fixes it. I have to go into another console so manage to get a<br>
> desktop after doing it but the end result is, it's fixed.<br>
><br>
> I tried using rc.local and added the line  service lightdm restart but<br>
> it didn't work. How do I use the knowledge that this fixes it to make a<br>
> permanent automatic fix at each boot?<br>
><br>
> Thanks,<br>
><br>
> Lee G.<br>
><br>
<br>
Try to use a delay option in rc.local , like below two lines.<br>
<br>
(sleep 3; service lightdm stop) &<br>
(sleep 2; service lightdm start) &<br>
<br>
No sudo is needed here , as rc.local is executed always as root. The<br>
ampersand symbol is not actually needed, but it helps sometimes.<br>
The restart option in lightdm is a "painful" for the system method. It<br>
would be better to use the commands above to stop and then start it again.<br>
<br>
Regards<br>
NikTh<br>
<br>
--<br>
Lubuntu-users mailing list<br>
<a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br>
</blockquote></div>