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

Still erroring :( We need to get this right.

Code:
Preparing to unpack .../lite-software_2.0-0270-linuxlite_all.deb ...
Unpacking lite-software (2.0-0270-linuxlite) over (2.0-0260-linuxlite) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up lite-software (2.0-0270-linuxlite) ...
dpkg: error processing package lite-software (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
lite-software
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

I think it has to do with the control file instead. We are likely missing an option there to tell this package is an update to the previous package because the postinst file is giving no errors

Code:
ralphy@linuxlite:~/devel/litesoftware-master/litesoftware_2.0-0260-linuxlite/DEBIAN$ sudo sh -x ./postinst
+ set -e
+ FILE=/etc/X11/Xsession.d/98vboxadd-xclient
+ [ -s /etc/X11/Xsession.d/98vboxadd-xclient ]
+ sed -i s/notify-send/echo/g /etc/X11/Xsession.d/98vboxadd-xclient
+ chown root:root /usr/share/applications/createsysreport.desktop
+ chown root:root /usr/share/applications/litesoftware.desktop
+ chown root:root /usr/share/applications/netsharesettings.desktop
+ chown root:root /usr/bin/lite-software
+ chmod 644 /usr/share/applications/createsysreport.desktop
+ chmod 644 /usr/share/applications/litesoftware.desktop
+ chmod 644 /usr/share/applications/netsharesettings.desktop
+ chown root:root /usr/scripts -R
+ chmod 755 /usr/scripts -R
+ chown root:root /usr/share/liteappsicons -R
+ find /usr/share/liteappsicons -type d -exec chmod 755 {} ;
+ find /usr/share/liteappsicons -type f -exec chmod 644 {} ;
+ chown root:root /etc/skel -R
+ find /etc/skel -type d -exec chmod 755 {} ;
+ find /etc/skel -type f -exec chmod 644 {} ;
+ [ -e /etc/skel/.local/share/applications/exo-file-manager.desktop ]
+ sed -i s#Exec=.*#Exec=/usr/scripts/updates-gui# /etc/skel/.local/share/applications/exo-file-manager.desktop
+ [ -e /usr/share/litesoftware ]
ralphy@linuxlite:~/devel/litesoftware-master/litesoftware_2.0-0260-linuxlite/DEBIAN$

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#13

Agreed, no error on the postinst here. I'm going to stay up a bit longer.

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

OPPPPSSS!!! It's been failing right in front of our eyes!

Let me push a fix immediately. This was the dumbest issue we will probably ever come across. I'm pushing a fix in a moment.

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#15

The issues:

1- We did not have an eval for se'ing the file in postinst

2- We were testing a directory as if it were a file!!  <=dummy issue indeed!

lite-software should go all green now. Since we restructured the icons folder, I added a check to remove old /usr/share/litesoftware folder.

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#16

Here Jerry,

I case you wake up and want to save some time:

https://unlockforus.com/downloads/linuxl...te_all.deb

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#17

Awesome, thank you Ralphy. This looks great :)

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

Increased the length to 750. My updates were bunched up on a 1080p screen.

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

(12-21-2016, 12:09 PM)Jerry link Wrote:  Increased the length to 750. My updates were bunched up on a 1080p screen.
Just be aware not to go much further. Smaller portable laptops are usually 1280x800. 750 already takes a considerable width space on the screen. We really don't want to make it look completely out of proportion for small screen users.

https://unlockforus.com

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

[Image: AGxgqJ6.png]
Reply
#20

I'm aware, thats why I stopped at 750 ;)

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)