#!/bin/bash

# Fix notify icon timing issue so icon shows.

if ! test -f /tmp/status_icon_0.png; then
cp -r /usr/share/ai-gate/status_icon_0.png /tmp
fi
sleep 0.5;
cp -r /tmp/status_icon_0.png /tmp/.org.chromium.Chromium.*
/usr/share/ai-gate/ai-gate

