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 - 09-22-2014 (09-22-2014, 12:13 PM)Valtam link Wrote: I've also added you to the Dev page on the LL website - https://www.freecinema2022.gq/code.html#devteamGreat. Thanks for adding me to the list. Such an honor. (09-22-2014, 08:36 AM)Valtam link Wrote: Misko, do you think you could find a way that makes a check if an application is installed, then displays that application in bold if it is installed?I can make the script to check if an application is installed but bold part is impossible due to zenity's limitations. I could make a column, let's say "Status" or "Installed" which would show if the application is installed or not. That way it would be easy to separate installed applications from those which aren't. The other option is this: You didn't mention should I use checklist or imagelist? Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 09-22-2014 Checklist is preferable. I'm thinking of contacting the Zenity team to see if they are interested in adding features to their software. Would be nice to have another column titled 'Status' to the right of Category that says 'Installed' and 'Not Installed' for each application. This will increase the overall width of the window so I will in future shorten the Descriptions. Cheers Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 09-22-2014 (09-22-2014, 10:34 PM)Valtam link Wrote: This will increase the overall width of the window so I will in future shorten the Descriptions. CheersThere is no need for that. I can split the Description into two lines. So far... Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 09-22-2014 Would like to keep the window so there is no need for any scrolling, splitting the Descriptions would increase the height. I like that Status column Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 09-22-2014 OK. I will finish this soon. Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 09-22-2014 Take your time, love your code Do you have a github account? I think it's time you started publishing your code so we can get it out to people more efficiently for 32 & 64bit. Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 09-23-2014 (09-22-2014, 11:25 PM)Valtam link Wrote: Take your time, love your code Do you have a github account? I think it's time you started publishing your code so we can get it out to people more efficiently for 32 & 64bit.I've just opened a github account. Forked lite-software, made changes and then used a Pull Request. I've never used github before, so I hope I did this right. Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 09-23-2014 Well done I got the email, thank you. This will make life so much easier Re: A GUI tool to install additional software in Linux Lite 2.0 - Valtam - 09-23-2014 Could you please redo the 64bit one, seems incomplete in regard to Steam. Re: A GUI tool to install additional software in Linux Lite 2.0 - anon222 - 09-23-2014 Steam is now on the list. It's ready for review. I couldn't do this sooner. It was very late last night. |