87// These are the primary interface to AppMan,AppInstaller... which are modified to emit signals compatible with these slots.
88// const'd the parameter in order to isolate the sender (AppMan for the most part); e.g. if AppMan wants to index the appdescriptor in any
89// way by keying to some appdescr. variable, then it would have to know that I won't mess with any of the variables in here (or anywhere the signal that
104//these are for ApplicationManager; since they're more or less stricly for AppMan, they don't need to be slots and I could just have AppMan call here directly
105// but this will be more convenient, ESPECIALLY if something changes with AppMan or the rest of the sys outside