The updater application for xulrunner and xulrunner-bin is missing, please include as updater is responsible for self updating xulrunner based applications Reproducible: Always
Which applications for example?
I am developing a business application and use the updater for releasing updates. ChatZilla uses the update system provided by XULRunner when run with it. Here is some details: http://chatzilla.rdmsoft.com/xulrunner/update/ Thanks
Hrm...okay, so with the chatzilla example...it shouldn't show the updater? Because if i run /update it shows the updater, it says it doesn't find new versions, but the updater shows up. Or the thing is that it won't find new updates?
You misunderstand what I mean by "updater". updater is a utility program contained within XULRunner / Firefox. The updater program is responsible for unpacking and installing the update file downloaded from the update server. Download the mozilla binary of xulrunner for linux to see it. All other components for self updates (for the application, not the XULRunner library) are included. In order for a successful "patch" to occur, a user needs write access to /usr/lib/xulrunner since there a few control files that need to be written: /usr/lib/xulrunner/updates/ Read and Write /usr/lib/xulrunner/active-update.xml Read and Write /usr/lib/xulrunner/updates.xml Read and Write There could be others. For this reason I don't expect you will allow the updater to be installed by default, but maybe you could have a use flag "updater" for security reasons. If not I will just work out something else. Let me know
Uh, no, no way i can do that. Plus it will get overwritten everytime xulrunner is reemerged :/