Linux Lite 8.0 RC1 has been released - Click here


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

Lite Software Development Thread
#21

I figured I was preaching to the priest  :P

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#22

I use a VM for resolution testing.

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

I ran Install Updates and after installing new kernel I received the notification we put in place to ask the user to reboot :)


https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#24

Yeah I saw that too, nice.

Sent from my Phone using Tapatalk


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

[member=6629]ralphy[/member] I've found an issue with Lite Upgrade and Lite Software.

The postinst from Lite Software:

Code:
find /etc/skel -type d -exec chmod 755 {} \;
find /etc/skel -type f -exec chmod 644 {} \;

The postinst from Lite Upgrade:

Code:
chmod +x /etc/skel/.conky/start
chmod +x /etc/skel/.conky/updates

If the Lite Software package is updated after the Lite Upgrade package, the postinst from Lite Software will unset the executable on the /etc/skel/.conky/start & /etc/skel/.conky/updates files.

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

Indeed! I have included it in lite-software postinst. That way we are always sure that the execute bit applies.

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#27

Awesome, I'm gonna repackage.

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

(04-17-2017, 10:37 AM)Jerry link Wrote:  Awesome, I'm gonna repackage.

Sorry for the trouble. It really escaped my eyes. Good catch!

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#29

No problem at all 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
#30

Looking at the postinst file in Lite Software, do we need the following set?

Code:
chown root:root /usr/share/applications/* -R
chown root:root /usr/share/icons/* -R

Code:
find /usr/share/applications/ -type f -exec chmod 644 {} \;
find /usr/share/icons/ -type d -exec chmod 755 {} \;
find /usr/share/icons/ -type f -exec chmod 644 {} \;

Given the number of applications and icons to set, would we be better off setting perms etc for only our files/dirs ? I mention this because when Lite Software receives an update, it is very slow to install.

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)