Development > Linux Lite Software Development

Lite Software - Suggestions welcomed

<< < (18/19) > >>

tompa:
got it!!  :)

Thanks misko!
/tompa

Jerry:

--- Quote from: sonic on August 26, 2014, 01:27:41 PM ---Next target: Install Updates with GUI interface! :P +1 misko_2083

--- End quote ---

That would be nice :)

Remove Additional Software has been gui'd to now, enjoy :)

sonic:
Next target: Install Updates with GUI interface! :P +1 misko_2083

Jerry:
Thank you to misko_2083 for his fine work on this code. I have now included this new code in Install Additional Software. This is now available in the updates. I'm currently working on the Remove Additional Software GUI and hope to have this finished soon.

anon222:
Valtam, this will improve the install scripts a bit.
I've found this:
http://unix.stackexchange.com/questions/120252/how-to-apply-pipe-zenity-yad-progress-bar
It can be applied like this in the scripts:

--- Code: --- stdbuf -oL sudo apt-get install -y google-chrome-stable  |
 stdbuf -oL sed -n '/\.\.\.$/ s/^/# /p' |
 zenity --progress --title="Installing Google Chrome" --pulsate \
 --width=450 --auto-close
--- End code ---
It still doesn't show the download progress and rates.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version