Skip to content

Commit

Permalink
kano-uixinit: Move the updater boot window before checking for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Mar 20, 2015
1 parent 993c102 commit 16de73c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/kano-uixinit
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ logger_info "Launching kdesk"
# Report a startup event to Kano Tracker
kano-tracker-ctl +1 startup

# TODO: This should be in a drop in directory,
# installed from the updater instead
sudo kano-updater ui boot-window

if [ is_internet ]; then
if [ $check_for_updates -eq 1 ]; then
logger_info "Checking for update"
Expand All @@ -181,9 +185,6 @@ if [ is_internet ]; then
kano-sync --upload-tracking-data --silent
fi

# TODO: This should be in a drop in directory,
# installed from the updater instead
sudo kano-updater ui boot-window

# Remove Homedir "Desktop" folder created by:
# /usr/share/xsessions/lightdm-xsession.desktop
Expand Down

0 comments on commit 16de73c

Please sign in to comment.