Open
Bug 2031290
Opened 4 months ago
Updated 3 months ago
Perform firefox enterprise updates on deb
Categories
(Enterprise Products :: Firefox, enhancement)
Enterprise Products
Firefox
Tracking
(Not tracked)
NEW
People
(Reporter: gerard-majax, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is a bug to explore how much it would be doable to perform deb system updates from within Firefox (Enterprise).
- Tune postinst/prerm deb scripts to add console for sources.list entry
- Plug into UpdateService
- Rely on DBus PackageKit: https://www.freedesktop.org/software/PackageKit/gtk-doc/PackageKit.html
- Update check
- calls “pkcon get-updates” but over DBus
- Filter if there is firefoxenterprise in the updates
- Update available
- Update download/install
- If it’s the case, “pkcon install firefoxenterprise” to perform the update
- Report “applied”
- Existing code can continue working????
| Reporter | ||
Updated•4 months ago
|
Blocks: firefox-client-mvp
Comment 1•3 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•