Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
update init to fix cases where the helper exits #70
Conversation
|
Good finding! Sounds like a missing |
didrocks
merged commit f255b23
into
Ubuntu:master
Aug 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
diddledan commentedAug 22, 2017
When running the desktop-gnome-platform helper, it will exit part-way through if the platform interface isn't connected. Because the init part of the script is run before this then the needs_update/.last_revision will be set causing the helper to not compile the gnome schemas on the next launch, even if the platform interface is correctly connected. This causes gnome apps to die until either removed and reinstalled or an updated version is installed causing the .last_revision to no-longer match
this pr removes the setting of .last_revision in init deferring that to mark-and-exec.