Lite Software - Suggestions welcomed - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30) +--- Thread: Lite Software - Suggestions welcomed (/showthread.php?tid=768) |
Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 08-26-2014 Great news Jerry! I've just seen you made a Remove Additional Software as well. That was fast. I like that new category column you added. Thank you for the credits. ;D One more usefull thing the --text supports bold, italic and unerline and the combination of those three. Code: --text="<b>Click</b> on the <i>program</i> you wish to <u>install</u>, then <i><b>click</b></i> the <u><b>Install button</b></u>. Sort Categories by clicking on the column." Re: A GUI tool to install additional software in Linux Lite 2.0 - Scott(0) - 08-26-2014 Probably not exactly what you want but you can get a progress bar for install updates in this manner: Source: http://askubuntu.com/questions/445245/how-do-i-enable-fancy-apt-colours-and-progress-bars Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 08-27-2014 Maybe something like this? I can't make it better, maybe someone will figure it out. Code: #!/bin/bash Code: #!/bin/bash Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 08-27-2014 That's a good start Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 08-27-2014 Updates Beta is available to test. Make 2 files, betaupdates and updates. In betaupdates place the following code, then save and close: Code: #!/bin/bash Don't forget to change /home/jerry/updates to /home/youruser/updates. In updates place the following code, then save and close: Code: #!/bin/bash Make both files executable. Open a terminal and do: Code: ./betaupdates and let me know how you get on. Thank you for testing Re: A GUI tool to install additional software in Linux Lite 2.0 - Scott(0) - 08-27-2014 I did a test run on the betaupdates and everything seems good. The logs open empty, is that expected? Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 08-27-2014 (08-27-2014, 04:27 AM)Scott(0) link Wrote: The logs open empty, is that expected? Shouldn't, they fill with data at my end, lets see if others report the same. Thanks Scott Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 08-27-2014 Demo: https://www.freecinema2022.gq/video/updatesvid.webm Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 08-27-2014 Don't forget to change /home/jerry/updates to /home/youruser/updates in the betaupdates file. Re: A GUI tool to install additional software in Linux Lite 2.0 - Scott(0) - 08-27-2014 Quote:Don't forget to change /home/jerry/updates to /home/youruser/updates in the betaupdates file. Yep, that was my problem . Working perfectly now. |