Am Dienstag, den 26.06.2012, 13:20 +0200 schrieb Stephen Smally: > Thank you Christoph! Lxde Control Center is written in Vala, using > GLib/GIO to retrieve the apps list.
Great! We usually only do C, but recently people st > Is right to parse a menu file with libmenu-cache, isn't it? Yes, I think all LXDE apps should behave the same and thus use menu-cache. I am not sure how complicated generating a menu is code-wise though and if it adds much benefit here. We are not talking about tons of desktop files here and menu-cache has some bugs like not properly handling 'Exclude' statements [1] or not deleting old cache files [1]. It would be awesome if someone had the time to look into these bugs. > Also, i'm quite a noob with git, so i don't really know how to push > correctly... Git is pretty straight forward, you pull (checkout) and commit (checkin) similar to other VCSes. The only difference is that you have the staging area, kind of an offline cache. When you commit, you only commit to the staging area and need to run 'git push' to upload the changes. Kind regards, Christoph [1] http://sourceforge.net/tracker/?func=detail&aid=3028076&group_id=180858&atid=894872 [2] https://sourceforge.net/tracker/?func=detail&aid=3531686&group_id=180858&atid=894869 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
