Linux Lite 8.0 RC1 has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Enable Auto Login updated
#1

Jerry, I have updated few scripts within litesoftware. I will be pushing them to master later tonight.

Enable Auto Login

[Image: TBMuNtI.png]

[Image: VFeP8sz.png]

[Image: JioPmAk.png]

[Image: cJEK0Om.png]


Create System Report

[Image: sgnyRaO.png]

[Image: 4H9IOYx.png]

[Image: p7ES3Z3.png]

I have updated the postinst file to set correct permissions on the files I've worked on so far and then some.

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply
#2

Merged. I do like all the touches you've added here Ralphy, much appreciated. Will test in the coming days.

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#3

What technique did you use to optimize the images for the Help Manual?

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#4

Some initial feedback (32bit 3.2 test only so far).

- Install new package from terminal:

[Image: VOm2u1C.png]

- After install of new Lite Software pkg, Lite Software and Create System Report lost their alphabetical placement in Menu, System.

System Menu before:

[Image: SuK5WQe.png]

System Menu after:

[Image: TGiCTD6.png]

perhaps because the original .desktop names were: createsysreport.desktop and litesoftware.desktop

- The explanation is great, but prefer a more concise explanation on the Auto Login dialogue.

Love the work on this to date.

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#5

Confirmed, renaming the .desktop files to the original names fixed the Menu order:

Code:
root@jerry-VirtualBox:/usr/share/applications# mv sysreport.desktop createsysreport.desktop
root@jerry-VirtualBox:/usr/share/applications# mv lite-software.desktop litesoftware.desktop

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#6

(12-18-2016, 09:28 AM)Jerry link Wrote:  Some initial feedback (32bit 3.2 test only so far).

- Install new package from terminal:


We have to find which statement in the script is causing the error in postinst. To me, it is either the Virtual Box fix (less likely) or the last statements about deleting the old files

Quote:[ -e /usr/share/applications/litesoftware.desktop ] && rm -f /usr/share/applications/litesoftware.desktop

While the above does work, sh may be expecting something like:

Code:
if [ -f /usr/share/applications/litesoftware.desktop ]; then
rm -f /usr/share/applications/litesoftware.desktop
else
:
fi


Quote:- After install of new Lite Software pkg, Lite Software and Create System Report lost their alphabetical placement in Menu, System.

perhaps because the original .desktop names were: createsysreport.desktop and litesoftware.desktop

As you already confirmed, the name update (rename) is what caused them to show up in a different order in the menu). I'm trying to bring together these files and their names. Now you have to decide whether we can keep the renamed files for good, or keep all these different names because they affect the Menu order?

Quote:- The explanation is great, but prefer a more concise explanation on the Auto Login dialogue.

Suggestions are always welcome :)

Quote:Love the work on this to date.

I appreciate it. It does take a lot of testing and rethinking to provide the polishing. Specially because I do not want to deviate from what's already there.

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply
#7

(12-18-2016, 07:20 AM)Jerry link Wrote:  What technique did you use to optimize the images for the Help Manual?
ImageOptim https://github.com/ImageOptim/ImageOptim

All default settings with Extra compression and PNGOut disabled.

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply
#8

I'm not expecting a completely polished distro at this stage in our history. We are 'young' in the distro world. I've said in the past that we'll be hitting our stride in Series 5.x everything should come together by that stage - translations, code etc etc.

I'll look at some re-wording for the Auto Login dialogue.

Let's keep the original .desktop names. In Series 4.x everything will be much tidier, please bare with me on this.


Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#9

(12-18-2016, 10:21 AM)Jerry link Wrote:  Let's keep the original .desktop names. In Series 4.x everything will be much tidier, please bare with me on this.
Absolutely, I have no problems with that Jerry. Will make sure to revert those changes right away and commit them.

https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply
#10

Cheers, I'm off to work.

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)