10-16-2018, 08:06 PM
I'm thinking in Series 5.x of having a replacement for llver.
When you type in llver, a simple dialogue box will appear with some basic information about Linux Lite. Think 'winver' in Windows.
A linux example:
The yad box is about perfect as an example of layout, information etc.
Our About box needs to have:
- Latest version of Linux Lite
- License (GPLv2) button
- Close button
- Credits button
- Linux Lite logo
- Linux to our website
- Copyright 2012 - 2018
You can write this in any language you like. I would suggest Python, but it's up to you. The finished product needs to be one, executable file. eg. llver.py
Happy hacking!
When you type in llver, a simple dialogue box will appear with some basic information about Linux Lite. Think 'winver' in Windows.
A linux example:
The yad box is about perfect as an example of layout, information etc.
Our About box needs to have:
- Latest version of Linux Lite
- License (GPLv2) button
- Close button
- Credits button
- Linux Lite logo
- Linux to our website
- Copyright 2012 - 2018
You can write this in any language you like. I would suggest Python, but it's up to you. The finished product needs to be one, executable file. eg. llver.py
Happy hacking!