Comment 4 for bug 703658

Revision history for this message
pip (verymadpip) wrote : Re: [Bug 703658] Re: login screen behaving oddly & missing panel

That's done the trick.

Thanks Benny :)

Pip

On Sat, 2011-01-29 at 20:49 +0000, Benny Hult wrote:
> Flickering LXDM fixed, solution comes here:
> sudo nano /etc/lxdm/default.conf
>
> Change
>
> [display]
> gtk_theme=ClearLooks
> bg=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
> bottom_pane=1
> lang=1
> theme=Lubuntu
>
> to
>
>
> [display]
> gtk_theme=ClearLooks
> #bg=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
> bottom_pane=1
> lang=1
> theme=Lubuntu
>
> In short: comment background off.
>