(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.