Linux Lite Forums
Lite Welcome - Suggestions welcomed - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7)
+--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30)
+--- Thread: Lite Welcome - Suggestions welcomed (/showthread.php?tid=645)

Pages: 1 2 3


Lite Welcome - Suggestions welcomed - Valtam - 07-29-2014

I'm currently developing a Welcome Screen for the next version of Linux Lite. It is a fork of the Manjaro welcome screen, customized for Linux Lite. Here is a teaser of the work so far...

[Image: CZcYCOd.png]


Re: Welcome Screen - Dookus - 07-29-2014

As more is added and as the distro is at 700M, is there a likely hood of releasing an iso with more that can be installed from a DVD?


Re: Welcome Screen - Valtam - 07-29-2014

Not likely Dookus, in order to ensure that Linux Lite is available to as many people as possible, those with older systems that only have a cd drive and cannot boot from usb must have the cd option available to them to so they don't miss out on the experience of linux. This of course has the flow on effect of ensuring more computers don't end up at the dump, things like that. Cheers.


Re: Welcome Screen - anon222 - 07-29-2014

I like that welcome screen. Good job Valtam. Smile
Those old systems can give you a headache. It's a bit tricky to install it on system that has a CD-ROM not working any more. Ploop boot helps but you have to find an old usb flash drive that can boot that old motherboard. If you can start MS-DOS to flash bios with that usb drive, you can boot ploop as well. I've installed linux mint on one old pc for my friend some time ago. I had one old PQI 128 MB flash Smile ,  that helped. I've managed to boot up mint from the other flash drive, but I had to force ploop to use usb 1.1 mode. It was so slow, but I've installed it. Big Grin


Re: Welcome Screen - Coastie - 07-29-2014

That welcome screen will be useful. Is the "Install Updates - Do this first" an update notifier?


Re: Welcome Screen - Valtam - 07-29-2014

(07-29-2014, 01:04 PM)Coastie link Wrote:Is the "Install Updates - Do this first" an update notifier?

No, it's information. You click on it and it tells you what to do.


Re: Welcome Screen - Valtam - 07-29-2014

For those wanting to test this, I have an early build available. To test this, do the following:

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 Smile



Re: Welcome Screen - l337n1nj4 - 07-29-2014

Just followed your instructions, Valtam, and it works. Very nice. I'd much prefer a Welcome Screen similar to (or forked from) the Linux Mint welcome screen, but this is great nonetheless.

On a side-note, I saved the code you posted as lite_welcome.desktop. Obviously, I didn't have any negative effect the first time the Welcome Screen ran, but will this have any negative side-effects later on?


Re: Welcome Screen - Valtam - 07-29-2014

(07-29-2014, 01:52 PM)l337n1nj4 link Wrote:Just followed your instructions, Valtam, and it works. Very nice. I'd much prefer a Welcome Screen similar to (or forked from the Linux Mint welcome screen, but this is great nonetheless.

On a side-note, I saved the code you posted as lite_welcome.desktop. Obviously, I didn't have any negative effect the first time the Welcome Screen ran, but will this have any negative side-effects later on?

Thanks for testing so soon. I can't see this having any negative side-effects. Cheers.


Re: Welcome Screen - Scott(0) - 07-29-2014

Good work adds a nice professional shine to the distro. 8)