LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Lite on Bountysource
#7
Hey, I like what he did. It's going to be so easy to maintain the new lite-software. But at first I couldn't run it
I've checked with bash -n
Code:
bash -n ./lite-software
./lite-software: line 600: syntax error: unexpected end of file
Noticed in line 282
Code:
--title="Lite-Software manager" --column "Choice" --column "Action" --column "Code Action" --hide-column=3\
--column arguments
Worked with this:
Code:
--title="Lite-Software manager" --column="Choice" --column="Action" --column="Code Action" --hide-column=3 \
Installation and removal of few packages worked. When installing and removing dialog shows a progress bar.
I've opened a gdebi-gtk and it wasn't detected as I assumed because pidof can't find it.
That's in line 43
Code:
  if [ "$(pidof synaptic gdebi-gtk)" ]; then
I guess this will do
Code:
if [[ "$(pidof synaptic)"||"$(pgrep gdebi-gtk)" ]]; then
Next, line 44 will close the package managers even if you click No
so I would change that to
Code:
if zenity --question --ok-label="Yes" --cancel-label="No" --text="A package manager is still running. You want to close it?"; then
Other than that this is perfect. I can't wait to see how he will manage to get download progress and data transfer rates working.
Maybe he can use pv. sudo apt-get install pv
http://blog.allanglesit.com/2011/08/bash...ess-of-dd/
It would be best if he could make it read stdout from apt-get.

Thanks for a generous donation Wirezfree.
Reply


Messages In This Thread
Linux Lite on Bountysource - by Valtam - 01-14-2015, 01:26 PM
Re: Linux Lite on Bountysource - by Scott(0) - 01-14-2015, 01:34 PM
Re: Linux Lite on Bountysource - by misko_2083 - 01-15-2015, 03:47 AM
Re: Linux Lite on Bountysource - by Valtam - 01-29-2015, 06:41 AM
Re: Linux Lite on Bountysource - by Scott(0) - 01-29-2015, 11:54 AM
Re: Linux Lite on Bountysource - by Valtam - 01-29-2015, 05:31 PM
Re: Linux Lite on Bountysource - by misko_2083 - 01-29-2015, 09:00 PM
Re: Linux Lite on Bountysource - by Valtam - 01-29-2015, 09:13 PM
Re: Linux Lite on Bountysource - by Valtam - 01-29-2015, 09:31 PM
Re: Linux Lite on Bountysource - by altman - 01-29-2015, 10:00 PM
Re: Linux Lite on Bountysource - by Valtam - 02-13-2015, 04:29 AM
Re: Linux Lite on Bountysource - by Wirezfree - 02-13-2015, 08:53 AM
Re: Linux Lite on Bountysource - by Valtam - 02-13-2015, 09:31 AM
Re: Linux Lite on Bountysource - by Valtam - 02-16-2015, 03:27 AM
Re: Linux Lite on Bountysource - by Scott(0) - 02-16-2015, 03:59 AM
Re: Linux Lite on Bountysource - by misko_2083 - 02-16-2015, 04:27 AM
Re: Linux Lite on Bountysource - by Valtam - 02-16-2015, 05:42 AM
Re: Linux Lite on Bountysource - by ukbrian - 02-16-2015, 08:10 AM
Re: Linux Lite on Bountysource - by Valtam - 02-16-2015, 09:06 AM
Re: Linux Lite on Bountysource - by Wirezfree - 02-16-2015, 09:50 AM
Re: Linux Lite on Bountysource - by avj - 02-17-2015, 07:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)