Linux Lite 8.0 RC1 has been released - Click here


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

Lite Upgrade Development Thread
#41

(04-13-2017, 06:53 AM)Jerry link Wrote:  Ran latest GH code on 3.2 32bit VM. Some feedback.

- ~/.llupgradebackup - perms of folder and recursive are 'root' should be user perms.

Lite Widget for a separate user on the same machine shows:

looks like a typo in lite-upgrade-system-series3 should read $USER instead of $MYUSER.
We also need to set the perms in /etc/skel/.conky/ to executable so that when the files get copied to a new user, the widget will start at login.

I think that's it for now.

Log attached.

I like the new Restart dialogue :)

I also came around this... I thought I had fixed it already because I did look at it. Obviously I overwrote my own work causing this bug when I replace $USER with $MYUSER. $MYUSER variable is needed everywhere, with the exception of the widget which should reflect the session $USER when running by the user.

I'm gonna fix it in a moment and push it to master. Good catch!

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#42

(04-13-2017, 06:53 AM)Jerry link Wrote:  Ran latest GH code on 3.2 32bit VM. Some feedback.

- ~/.llupgradebackup - perms of folder and recursive are 'root' should be user perms.

This has been addressed now.

Quote:- Window snapping error:

[Image: 1zSwN6u.png]

Unfortunately, I cannot replicate this issue in my tests. The only way to make it fail is to enter a completely wrong name or something, and that triggers zenity error as shown in your picture. I would like to duplicate this but I just ran it on a x43 and x64 machines... they both did as expected. No errors triggered and the snapping feature gets enabled :(

Quote:Lite Widget for a separate user on the same machine shows:

[Image: YmOyVCS.png]

looks like a typo in lite-upgrade-system-series3 should read $USER instead of $MYUSER.

This has been corrected.

Quote:We also need to set the perms in /etc/skel/.conky/ to executable so that when the files get copied to a new user, the widget will start at login.

done.

Quote:I like the new Restart dialogue :)

Me too :)

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#43

Between, does the text look out of place there?

[Image: zjRP2bb.png]  [Image: 7EqXKJj.png]

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#44

Centered looks better.

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
#45

Thread title changed.

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
#46

Linux Lite 3.2 to 3.4 Upgrade:

Window Snapping feature not being implemented.
Execute scripts is not being implemented.
Scripts in /etc/skel/.conky/ not set to executable.

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
#47

(04-14-2017, 05:20 AM)Jerry link Wrote:  Linux Lite 3.2 to 3.4 Upgrade:

Window Snapping feature not being implemented.

How are you checking this so that I look at the same thing?

Quote:Execute scripts is not being implemented.

What specifically?

Quote:Scripts in /etc/skel/.conky/ not set to executable.

Folder permissions and executables files under /etc/skel/.conky/ are being set by our postinst file. Should we move that to lite-upgrade code instead?

[Image: fkPP1gm.png]

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#48

Window Snapping feature not being implemented.

(04-14-2017, 05:45 AM)ralphy link Wrote:  How are you checking this so that I look at the same thing?

See the 3.4 release announcement gif for how to move around windows.

Execute scripts is not being implemented.

(04-14-2017, 05:45 AM)ralphy link Wrote:  What specifically?

Create an executable bash script in home. You should be able to double click on it and it will run. eg. copy lite-manual from /usr/bin to ~/

Scripts in /etc/skel/.conky/ not set to executable.

(04-14-2017, 05:45 AM)ralphy link Wrote:  Executables files under /etc/skel/.conky/ are being set by our postinst file. Should we move that to lite-upgrade code instead?

Ah I see, no problem then.

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
#49

Quote:See the 3.4 release announcement gif for how to move around windows.

That's exactly what I see in my box but just to be sure, I have reverted the logging for WINSNAP to that you had in previous version. So, it should work at this point. We do not need the logging there anyways since the pipestatus will give us a log error anyways.

Execute scripts is not being implemented.

(04-14-2017, 05:45 AM)ralphy link Wrote:  Create an executable bash script in home. You should be able to double click on it and it will run. eg. copy lite-manual from /usr/bin to ~/

same as for winsnap.

Let me know :)


https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#50

Window Snapping feature not being implemented.
Execute scripts is not being implemented.

You said previously in regard to Winsnap that "No errors triggered and the snapping feature gets enabled" was that the command itself or actually running Lite Upgrade?

Grr! This worked under my release of Lite Upgrade. I'm not mad at you, I'm just frustrated that with the repeated testing, it's still not working. Can you please test at your end before submitting the next GH push. Thanks Ralphy :)

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: 2 Guest(s)