07-29-2014, 01:22 PM
For those wanting to test this, I have an early build available. To test this, do the following:
Open a terminal and do:
paste the following into the file and then save and close it.
Then do:
Now log out and login in again, you should see the Welcome Screen. In a future Linux Lite build of LL, this will only show after a fresh install.
Look forward to your feedback
Open a terminal and do:
Code:
leafpad ~/.config/autostart/lite_welcome.desktop
paste the following into the file and then save and close it.
Code:
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Linux Lite Welcome
Comment=Linux Lite Welcome Screen
Exec=lite-welcome
Categories=X-XFCE;GTK;Settings;HardwareSettings
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=false
Hidden=false
Icon=menu-icon
Then do:
Code:
sudo apt-get update && sudo apt-get install lite-welcome
Now log out and login in again, you should see the Welcome Screen. In a future Linux Lite build of LL, this will only show after a fresh install.
Look forward to your feedback
